一辆汽车加满油后可行使N公里,旅途中有若干个加油站,使沿途加油次数最少
标签: 汽车
上传时间: 2014-01-09
上传用户:xmsmh
在sco unix 下显示前n天或后n天日期的处理程序。 printf("功能: 时间戳与时间格式字符串的转换程序\n") printf(" -i 输入的参数为时间戳\n") printf(" -s 输入的参数为格式化时间\n") printf(" -t 输入的时间取当前系统时间\n") printf(" -x 输入的时间增加或减少的天数\n") printf(" -o 输出的时间为时间戳格式\n") printf(" -O 输出的时间为格式化时间\n") printf(" -h 帮助文件-查看[format]如何定义,例 %s -h\n",procname) printf("范例:1 取当前日期的前2天的时间显示 %s -t -x -2\n",procname) printf(" 2 取20030101的前5天的时间显示 %s -s 20030101000000 -x -5\n",procname) printf(" 3 取20031231的后5天的时间显示 %s -s 20031231000000 -x 5 -O \"%%D %%T\"\n",procname) printf(" 4 取时间戳为1089619417的时间显示 %s -i 1089619417 \n",procname) printf(" 5 取时间戳为1089619417的后4天的时间显示 %s -i 1089619417 -x 4 \n",procname)
上传时间: 2015-10-17
上传用户:TRIFCT
拉个朗日插值公式是把Pn(X)的构造问题转化为n+1插值基函数问题的构造!此软件就是拉哥郎日插值的原程序matlab版
上传时间: 2015-10-18
上传用户:许小华
acm HDOJ 1051WoodenSticks Description: There is a pile of n wooden sticks. The length and weight of each stick are known in advance. The sticks are to be processed by a woodworking machine in one by one fashion. It needs some time, called setup time, for the machine to prepare processing a stick. The setup times are associated with cleaning operations and changing tools and shapes in the machine. The setup times of the woodworking machine are given as follows: (a) The setup time for the first wooden stick is 1 minute. (b) Right after processing a stick of length l and weight w , the machine will need no setup time for a stick of length l and weight w if l<=l and w<=w . Otherwise, it will need 1 minute for setup.
标签: WoodenSticks Description length wooden
上传时间: 2014-03-08
上传用户:netwolf
指派问题的匈牙利算法,用于指派n个问题给m个人的最优解
标签: 算法
上传时间: 2014-12-08
上传用户:gxrui1991
龙格库塔法的c++编程 n表示几等分,n+1表示他输出的个数
上传时间: 2015-10-21
上传用户:yulg
对于给定的n个顾客需要的服务时间,编程计算最优服务次序。
标签: 服务
上传时间: 2015-10-22
上传用户:小鹏
编程计算n个居民点到邮局的距离总和的最小值。
上传时间: 2015-10-22
上传用户:ommshaggar
对于给定的由n个自然数组成的多重集S,编程计算S的众数及其重数。
上传时间: 2015-10-22
上传用户:66666
给定n口油井的位置,编程计算各油井到主管道之间的输油管道最小长度总和。
上传时间: 2015-10-22
上传用户:semi1981