联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 网络编程(2) 
按平台查找All C/C++(2) 

[网络编程] 最佳工作序列

有N件工作,输入每件工作的费时、最后完成的期限及工作的价值,试求可能的一个完成工作序列,使价值和最大
There are N pieces of work, input each piece of work time, deadline and the value of the work, try to find a possible completion of the work sequence, so that the value and maximum (2019-04-02, C/C++, 3364KB, 下载4次)

http://www.pudn.com/Download/item/id/1554185196965669.html

[网络编程] easy road

1.问题描述 若用无向图来表示高速公路网,其中顶点表示城市,边表示城市之间的高速公路,试设计一个找路程序,获取两个城市之间的所有简单路径。 2.输入数据 输入结点个数n,输入城市的编号,由于是四位数字,为了简便统一起见,设置为int类型,通过输入两个城市的编号表示这两个城市之间有高速公路。最后找路的时候输入两个城市的编号,表示该路的起点和终点。 3.输出数据 输出由城市编号组成的所有可能路径,类型为int型。
1. problem description If we use undirected graph to express expressway network, where vertices represent cities and express expressways between cities, we try to design a road finding program to get all the simple paths between two cities. 2. input data The number of input nodes n, enter the number of the city, because it is four digit number, for the sake of simplicity and uniformity, it is set to int type. By entering the number of the two cities, there is a highway between the two cities. Finally, when looking for the road, enter the number of the two cities to indicate the starting point and the end point of the road. 3. output data Output all possible paths composed of city numbers, type int. (2018-01-08, C/C++, 420KB, 下载1次)

http://www.pudn.com/Download/item/id/1515342237299890.html
总计:2