资源列表
circlecutting
- 集装箱的装箱问题 给定一个集装箱,其长为L,宽为W和高为H,现有一批圆柱形木材,每根木材的长均为L,但是半径不同,设第i根木材半径为ri。问如何装箱,使得集装箱的空间利用率最高? 本程序要求用贪心算法解决: 贪心算法总是作出在当前看来是最好的选择。也就是说,不从整体最优上加以考虑,它所做出的仅是在某种意义上的局部最优解。 -problem given a container, its long-L, width W and H for high, the existing bat
pb
- 一个VB做的屏幕保护程序,极为简单,适合新手进行琢磨,学习。
commem
- detours开发实例It s quite useful if you want to develop a programe with the libarary of detours.-It s quite useful if you want to develop a programe with the libarary of detours.
xor
- c语言的图形使用 及一些运算 常用函数-c language computing graphics and some commonly used functions
tu
- 测试最小生成树的krim算法,验证这种算法的正确性和时间的快慢。-test the krim algorithm, and get the smallest tree from the graph. From it,we can test the correctness and speed.In the algorithm,I use C++ to do it.
StrComputeClass
- 可以把字符串表达式按算式计算出结果的类 支持基本运算符和各种函数-string computer
digitalmarking
- 实现数字图像盲水印的嵌入,利用变换域的方法。-realize the input of the blind watermark.
FIFO
- 在分页式虚拟存储系统中,当硬件发出“缺页中断”后,引出操作系统来处理这个中断事件。如果主存中已经没有空闲块,则可用FIFO页面调度算法把该作业中最先进入主存的一页调出,存放到磁盘上。然后再把当前要访问的页装入该块。调出和装入后都要修改页表中对应页的标志。 FIFO页面调度算法总是淘汰该作业中最先进入主存的那一页,因此可以用一个数组来表示该作业已在主存的页面。-In the paging virtual memory system, when the hardware was given a
client
- #define MAXCOMMANDLEN 10 /* maximum length of command is 9 */ #define MAXFILENAME 20
Judge-whether-a-file-exists
- VB编写,用于判断某文件是否存在。对文件操作的时候很有用-Written in VB, used to determine whether a file exists. Useful when file operations
qingqiushineicun
- 一个请求页式存储管理方案,挺不错的,挺适合应付老师。-A request page memory management scheme, very good, very fit for the teacher.
4104
- 用于pl/0语法分析,输入计算的表达式就可以得到计算最终结果,-For pl/0 grammar analysis, input calculation expression can be calculated on the final results,
