资源列表
排序选择:
[Windows编程] InterfaceEditer
说明:他可以随意添加按钮,还可以进行预览,还可以设置一些按钮的属性-He can add a button can also be used for preview, you can set up some button attributes<liuhuajun> 在 2025-10-01 上传 | 大小:1.57mb | 下载:0
[驱动编程] CharSample
说明:很好的一个初级利用driverstudio来编写驱动程序的例子, 输入一个阿拉伯数字, 输出一个大写的中文数字 -Very good use of a primary driver to write driverstudio example, enter a Arabic numerals, the output of a number of the Chinese capital<xiashanshan> 在 2025-10-01 上传 | 大小:1.38mb | 下载:0
[汇编语言] Q3DWebCamTxtTotal
说明:可在q3d裡接收webcam的數值,讓q3d使用者能用webcam-May receive q3d ri webcam numerical, let q3d users can webcam<coolman> 在 2025-10-01 上传 | 大小:2.83mb | 下载:0
[加密解密] hill_sorting
说明:希尔排序算法: 基本思想:将整个无序序列分割成若干小的子序列分别进行插入排序。 序列分割方法:将相隔某个增量h的元素构成一个子序列。在排序过程中,逐次减小这个增量,最后当h减到1时,进行一次插入排序,排序就完成。增量序列一般采用:ht=2t-1,1≤t≤[log2n],其中n为待排序序列的长度。-Hill sorting algorithm: the basic idea: the whole sequence disorder is separated into a number of s<pannewstar> 在 2025-10-01 上传 | 大小:1kb | 下载:0