几道简单的数学建模(体重变化 水的流出时间 简单线性规划 简单随机库存 水道测量 层次分析法)是当初的建模作业 有分析 也有matlab和mathematica程序-A few simple mathematical modeling (body weight change in the water outflow time of a simple linear programming simple random inventory hydrographic AHP) is the original analytical modeling operations have matlab and mathematica program
SHOW FULL COLUMNS FROM `jrk_downrecords` [ RunTime:0.001359s ]
SELECT `a`.`aid`,`a`.`title`,`a`.`create_time`,`m`.`username` FROM `jrk_downrecords` `a` INNER JOIN `jrk_member` `m` ON `a`.`uid`=`m`.`id` WHERE `a`.`status` = 1 GROUP BY `a`.`aid` ORDER BY `a`.`create_time` DESC LIMIT 10 [ RunTime:0.069593s ]
SHOW FULL COLUMNS FROM `jrk_tagrecords` [ RunTime:0.001118s ]
SELECT * FROM `jrk_tagrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 20 [ RunTime:0.001181s ]
SHOW FULL COLUMNS FROM `jrk_member` [ RunTime:0.001077s ]
SELECT `id`,`username`,`userhead`,`usertime` FROM `jrk_member` WHERE `status` = 1 ORDER BY `usertime` DESC LIMIT 10 [ RunTime:0.003319s ]
SHOW FULL COLUMNS FROM `jrk_searchrecords` [ RunTime:0.000849s ]
SELECT * FROM `jrk_searchrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 5 [ RunTime:0.004935s ]
SELECT aid,title,count(aid) as c FROM `jrk_downrecords` GROUP BY `aid` ORDER BY `c` DESC LIMIT 10 [ RunTime:0.021065s ]
SHOW FULL COLUMNS FROM `jrk_articles` [ RunTime:0.001618s ]
UPDATE `jrk_articles` SET `hits` = 2 WHERE `id` = 32054 [ RunTime:0.015964s ]