搜索资源列表
circlecutting
- 集装箱的装箱问题 给定一个集装箱,其长为L,宽为W和高为H,现有一批圆柱形木材,每根木材的长均为L,但是半径不同,设第i根木材半径为ri。问如何装箱,使得集装箱的空间利用率最高? 本程序要求用贪心算法解决: 贪心算法总是作出在当前看来是最好的选择。也就是说,不从整体最优上加以考虑,它所做出的仅是在某种意义上的局部最优解。 -problem given a container, its long-L, width W and H for high, the existing bat
compiler_c++_class
- c++写的特定文法的编译器,整个代码全部利用类实现,具有良好的结构-c write specific grammar compiler, the whole use of all types of code to achieve, with good structure
C数据结构课程设计
- 数据结构C语言课程设计源代码 这是我花了一个星期独立编出来的课设,得了100分,整个专业就只 有三个满分!内含24点游戏,飞机订票系统和火车信息查询系统以及课 设论文,注释非常详细,相信对学习C语言和数据结构的同学大有帮助-data structure C language source code design courses that I spent a week down the independent class-based, had 100 points, on the whole, o
XML_file
- 利用C写的一个可以透析XML文档的解析器.代码比较全.适合学习用-The use of C can be written in a XML document parser dialysis. Comparison of the whole code. Learn to use suitable
c
- 随着现代科技飞速发展,如何以一种便捷的计算方式加快计算的速度,缩短计算时间、提高工作效率,已经成为计算业竞争力的关键问题。在计算机信息技术高速发展给计算的管理带了新的力量,通过计算器系统对大型天文数字的全程管理计算,不仅使摆脱了人工计算带来的一系列的问题,更重要的提高了计算速度,通过计算管理系统对各方面的管理,对各行业的发展提供了大量的、关键性的数据,加快了计算的进程,迅速解决了计算问题。-With the rapid development of modern technology, how
calendar
- Here is my calender code which displays A WHOLE CORRECT CALENDER Upon calling print function by assigning desired month and year as parameters. MOREOVER IT GIVES Number of days passed. Remaining DAys of year Leap Year info
Code
- 计算校验和程序。其中Checksum是程序名;inputfile是输入文件,其中包含数据字段封装的内容;outputfile为输出文件,该文件保存封装后的整数据报。-Calculate Checksum procedures. Checksum is the name of the program inputfile is the input file, which contains the contents of the data field encapsulation outputfil
Cyber-Management-System
- Mini Project in C Cyber Management System. This mini project in C Cyber Management System utilizes various features of C like Socket, Multithreading, and more. It can prove to be very useful for C languages learners who are beginners in the prog