资源列表
[数据结构常用算法] CQuantizer
说明:一个octree algorithm 的实现CQuantizer.-The octree algorithm realize a CQuantizer.<binarytree> 在 2024-11-10 上传 | 大小:4kb | 下载:1
[数据结构常用算法] TEMERSYSTEM
说明:本系统利用时钟芯片S-3505A实现了一个日历系统.-Use of the system clock chip S-3505A implements a calendar system.<郭志伟> 在 2024-11-10 上传 | 大小:4kb | 下载:0
[数据结构常用算法] ClassPoint_C++
说明:这里提供一套C++的point定义类,里面有丰富的成员函数,全部通过验证。同时也望朋友们对其进行扩充和改进,我的联系地址为 yxding@gmail.com-Here to provide a C++ The point defined class, which has a wealth of member functions, all validated. At the same time also looking to expa<丁若乾> 在 2024-11-10 上传 | 大小:4kb | 下载:0
[数据结构常用算法] manageprogram
说明:改编的C版职工管理系统,包括了一些常用的操作内容-Adapted version of the C union management system, including the operation of a number of commonly used content<atl> 在 2024-11-10 上传 | 大小:4kb | 下载:0
[数据结构常用算法] backbagproblem
说明:背包問題是關於最佳化的問題,要解最佳化問題可以使用「動態規劃」(Dynamic programming),從空集合開始,每增加一個元素就先求出該階段的最佳解,直到所有的元素加入至集合中,最後得到的就是最佳解。 以背包問題為例,我們使用兩個陣列value與item,value表示目前的最佳解所得之總價,item表示最後一個放至背包的水果,假設有負重量 1~8的背包8個,並對每個背包求其最佳解-Knapsack problem<王凌云> 在 2024-11-10 上传 | 大小:4kb | 下载:0