资源列表
[Windows编程] AStar
说明:自己编写的最基本的A*算法,使用STL。虽然效率不高(实际应用中可以通过二叉堆或汇编语言编写关键代码,以提高效率)但是简单明了,可以直接看到A*算法的本质。通过鼠标左键和右键来控制起始点和目标点。-I have written the most basic A* algorithm, the use of STL. While efficiency is not high (the actual application can be binary heap or assembly languag<siphzi> 在 2025-09-23 上传 | 大小:93kb | 下载:0
[Windows编程] Sourcemenage
说明:mfc窗口类的综合应用,完全仿制windows的资源管理器,适于mfc初学-mfc window class integrated applications, complete imitation of the Explorer windows, suitable for beginners mfc<huangchen> 在 2025-09-23 上传 | 大小:23kb | 下载:0
[其他小程序] vc++daquan
说明:vc++程序员源码大全~希望~能用到~精选源码值得长久收藏-vc++ source programmers Guinness ~ hope ~ ~ selected source can be used to the collection is worth a long time<*fei> 在 2025-09-23 上传 | 大小:255kb | 下载:0
[Windows编程] Bank
说明:课程设计题,简单的银行处理系统,很好的设计思路,适合初学者学习-Curriculum design problem, a simple bank processing system, good design, suitable for beginners to learn<tengfei geng> 在 2025-09-23 上传 | 大小:964kb | 下载:0
[GDI/图象编程] Skin50
说明:完全的界面库源代码。自定义皮肤文件,只需少量代码即可应用于程序开发。内附示例程序及代码,以及皮肤文件制作工具-Complete source code interface library. Custom skin file, just a small amount of code can be applied to program development. Containing examples of procedures and code, as well as document produc<杨明> 在 2025-09-23 上传 | 大小:1.09mb | 下载:0
[Windows编程] avl_tree
说明:avl树的实现: avl树是每个节点的左子树和右子树的高度最多差1的二叉查找树.一棵高度为h的avl树最少节点数由S(h) = S(h-1)+S(h-2)+1得到.avl树要保证任一节点的左右子树的高度之差的绝对值不能超过1(空树的高定义为1).在插入和删除的时候就需要根据情况对树的某些节点做调整-AVL tree realization: avl tree is left to each node subtree and right subtree height difference up<狼> 在 2025-09-23 上传 | 大小:9kb | 下载:0
[对话框与窗口] findandreplace
说明:自己写的一个字符串替换小程序 有点像平常见得查找替换对话框-Wrote it myself to replace a string of small procedures appear a bit like a normal dialog box to find replacement<zhugh> 在 2025-09-23 上传 | 大小:1.81mb | 下载:0