实验目的:用Lingo软件求解线性线性规划问题。
实验内容:制定最佳连续投资方案
某部门在今后五年内考虑下列项目投资
-Experimental Objective: Lingo software for solving linear linear programming problem.
Experiment content: develop the best program of continuous investment
A department in the next five years to consider the following investment
SHOW FULL COLUMNS FROM `jrk_downrecords` [ RunTime:0.001370s ]
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.080058s ]
SHOW FULL COLUMNS FROM `jrk_tagrecords` [ RunTime:0.001052s ]
SELECT * FROM `jrk_tagrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 20 [ RunTime:0.001337s ]
SHOW FULL COLUMNS FROM `jrk_member` [ RunTime:0.001289s ]
SELECT `id`,`username`,`userhead`,`usertime` FROM `jrk_member` WHERE `status` = 1 ORDER BY `usertime` DESC LIMIT 10 [ RunTime:0.003398s ]
SHOW FULL COLUMNS FROM `jrk_searchrecords` [ RunTime:0.001011s ]
SELECT * FROM `jrk_searchrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 5 [ RunTime:0.003708s ]
SELECT aid,title,count(aid) as c FROM `jrk_downrecords` GROUP BY `aid` ORDER BY `c` DESC LIMIT 10 [ RunTime:0.016244s ]
SHOW FULL COLUMNS FROM `jrk_articles` [ RunTime:0.001396s ]
UPDATE `jrk_articles` SET `hits` = 2 WHERE `id` = 200594 [ RunTime:0.019722s ]