资源列表
[C#编程] 堆排序算法的过程演示
说明:数据结构堆排序算法的过程演示算法实现的源代码,望多多指教。-data structure heap sorting algorithm demonstration of the algorithm source code, looking for more information.<郭菲菲> 在 2025-11-25 上传 | 大小:1kb | 下载:0
[C#编程] 快速排序、插入排序和选择排序
说明:数据结构的快速排序、插入排序和选择排序程序设计算法实现的源代码,请大家多多指教。-rapid data structure, in order of ranking and selection inserted Sorting Algorithm design of the source code, please exhibitions.<郭菲菲> 在 2025-11-25 上传 | 大小:1kb | 下载:0
[其他小程序] 页面置换
说明:请求页式存储管理方案// 页面淘汰算法采用 FIFO页面淘汰算法,// 并且在淘汰一页时,只将该页在页表中抹去。// 而不再判断它是否被改写过,也不将它写回到辅-request page-storage management programs// pages out FIFO algorithm out pages algorithm// in an out, only to the page in the page table to erase.// Rather than to judge<王生> 在 2025-11-25 上传 | 大小:1kb | 下载:0
[P2P编程] buttonhandler
说明:JAVA程序开发程序,如有错误请师傅们指教。在此谢过。-Java programming procedures and, if mistakes were invited instructors enlighten. In thanked.<qdy> 在 2025-11-25 上传 | 大小:1kb | 下载:0
[屏幕保护] PinBao
说明:该程序运行时将桌面用定义的窗口覆盖,显示定义的图象。该程序的图象是不断的画线条,到100根后清除重新画,直到关闭窗口或结束程序运行。-running at the desktop with the definition of window covering, the definition images show. The program, the image is constantly painting lines, to 100 after the removal of re-painting<全子> 在 2025-11-25 上传 | 大小:1kb | 下载:0
[其他游戏] tortoiseandhare
说明:我们将用程序来模拟传统的龟兔赛跑问题。我们将采用随机数生成的方法开发这一问题的仿真程序。 再比赛中共设了70个点,每个点代表比赛跑道可能的一个位置。乌龟和兔从第一个点出发,终点是在第70个点上。 时钟按秒来数计。随着时钟的转动,程序能够根据下述规则来调节乌龟和兔子的位置。动物 跑动类型 占用时间 跑动量乌龟 快走 50% 向右3个点 后滑 20% 向左6个点 慢走 30% 向右1个点兔子 睡觉 20% 不动 大后滑 20% 向右9 个点 快走 10% 向左12个点 小步跳 30% 向右1个点 慢<全子> 在 2025-11-25 上传 | 大小:1kb | 下载:0