资源列表
[其他小程序] list-insert
说明:给出初始数据 实现单链表的创建、插入、删除、查找 -Given initial data to achieve the creation of a single linked list, insert, delete, search<何棠缇> 在 2025-06-24 上传 | 大小:1kb | 下载:0
[其他小程序] Print-Screen
说明:屏幕截取小程序,图像保存为位图格式。可以选择窗口、设置图像大小。-Screen Capture applet, save the image as a bitmap format. Selection window, set the image size.<王辉> 在 2025-06-24 上传 | 大小:1kb | 下载:0
[其他小程序] rootkitjiance
说明:简单的Rootkit检测程序,不改变sysenter地址,而是通过直接在原来sysenter地址里面写跳转代码来实现的,这实际上跟一般的函数头inline  hook一样.这样rootkit检测工具就不会认为sysenter已经改变(实际上也是没变).-Rootkit detection program, not change sysenter address, but through direct jump inside original sysenter address write<王辉> 在 2025-06-24 上传 | 大小:1kb | 下载:0
[Windows编程] source
说明:一本书的页码从自然数1 开始顺序编码直到自然数n。书的页码按照通常的习惯编排,每个页码都不含多余的前导数字0。例如,第6 页用数字6 表示,而不是06 或006 等。数字计数问题要求对给定书的总页码n,计算出书的全部页码中分别用到多少次数字0,1,2,…,9。-A book page from the start of the natural number sequence coding until the natural number n. The page number of the boo<王璐瑶> 在 2025-06-24 上传 | 大小:1kb | 下载:0
[C#编程] decode_fun1000
说明:喷泉码中的LLT码的译码程序,有待完善,需要补充-fountain code<John Zhou> 在 2025-06-24 上传 | 大小:1kb | 下载:0
[其他小程序] evanescent_coupled_WG_Propagate
说明:对光限制因子逐渐变大的波导进行光传输仿真-Simulation of the light transmission optical waveguide limiting factor becomes larger<liuxianwen> 在 2025-06-24 上传 | 大小:1kb | 下载:0
[其他小程序] cal24wxd
说明:给定4个整数,其中每个数字只能使用一次;任意使用 + - * / ( ) ,构造出一个表达式,使得最终结果为24,这就是常见的算24点的游戏。这方面的程序很多,一般都是穷举求解。本程序利用递归算计计算24点。-Given four integers, each number can only be used once any+-*/(), to construct an expression that the end result is 24, which is a common operat<wxd> 在 2025-06-24 上传 | 大小:1kb | 下载:1