资源列表
bin
- 在装箱问题中,有若干个容量为c 的箱子和n 个待装载入箱子中的物品。物品i 需占 用s[i]个单元(0<s[i]≤c)。成功装载是指能把所有物品都装入箱子。最优装载是指使用最少 箱子的成功装载。 例如某运输公司要把包裹装入卡车中,每个包裹都有一定的重量,且每辆卡车也有其载 重限制(假设每辆卡车的载重都一样)。在卡车装载问题中,希望用最少的卡车来装载包裹。 此问题可看作装箱问题。卡车对应于箱子,包裹对应于物品。-In the bin-packing problem, th
saima
- 田忌赛马的c语言程序,可以正常的运行,结果正确-horse game
nom8pts
- The Normalized 8 points ALgorithm. It is a normalization on the input data for the 8 points algorithm, propose by Hartley 97
dualpal
- USA Computing Olympiad dualpal 通过代码-USA Computing Olympiad dualpal through code
execise1
- 本程序为用户输入一个整数,程序会给出对应该位置的斐波那契数列的值。-This procedure for the user to enter an integer, the program will be given to the location of the Fibonacci sequence value.
PJWLXZ
- 发一个能够破解网络网页禁止右键限制的好脚本,嘿嘿。极品呢。-Be able to crack the network issued a website restriction against a good scr ipt right, hehe. Need it.
python_rm
- 利用python语言,删除指定目录下的过期文件,可以设定目录和过期时间-unlink files in the dirs
2
- 利用分治策略,在n个不同元素中找出第k个最小元素。-Using divide and conquer strategy, to find n different elements in the first k-smallest element.
4-box
- display for boxes on each corner of the screen
PROGRAM-TO-FIND-PASCAL-TRIANGLE
- PROGRAM TO FIND PASCAL TRIANGLE
E2-program_with_twodim_array
- exercise lab for students
bBezzierqxccci
- 双三次Bezier曲面 运用TurbboC实现Bezier曲面的生成算法。 -Bicubic Bezier surface to use TurbboC Bezier surface generation algorithm.