资源列表
jasmine6
- 分别编写一个程序实现三种基本排序运算。 1. 编写一个程序实现直接插入排序过程,并输出{9,8,7,6,5,4,3,2,1,0}的排序过程. 2. 编写一个程序实现简单选择排序过程,并输出{6,8,7,9,0,1,3,2,4,5}的排序过程. 3. 编写一个程序实现冒泡排序过程,并输出{9,8,7,6,5,4,3,2,1,0}的排序过程.
VQ
- 基于VQ的说话人识别程序 分为训练和识别两个步骤 具体请见程序
maglichd.learn.WTL.series-tabctrl
- 我学习WTL时候用WTL写的一个tabctrl.完全自己写的。支持贴图-WTL when I learn to use WTL to write a tabctrl. Totally wrote it myself. Support mapping
Accesstokenstealing
- 复制进程的令牌,复制者将拥有与被复制者同样的权限。-After a copy of the desired access token is made,the only thing that is to be done is to exchange the original value of the Token field with the address of the new token.The process will have the same access rights as the vi
C-Calculator
- 用C#写的比较基础的windows Form 程序,该计算器实现了基础的数学运算,如加,减,乘,除等任务.主要是通过该程序学习vs.net的 编程环境,以及windows Form程序.主要针对初学者 -Comparison with C# to write the basis of windows Form procedures, the calculator to achieve a foundation for mathematical operations, such
Csharp-serial-program
- C#语言中的串口通讯程序,可以支持16进制和文本形式的传输格式。-Csharp serialport program which can send message in the form of 0xxx and string format in case of proprer setup.
dbx
- 输入N个点的坐标_判断能否构成一个凸多边形-Enter the coordinates of the N points _ determine whether to form a convex polygon.
Code
- matlab codes for stm plot
wannianli
- GTK+2.0编写界面,主要功能:输入任一年月日或年月或年输出该日期的信息,程序具有很强的健壮性-GTK+2.0 write interface, the main function: Enter either a date or date or year of the date the information output, the program has a strong robustness
Some-C-programs-of-sorting
- 几种排序法的C程序,介绍详细。很适合学习排序算法。-Some C programs of sorting, introduced in detail. Very suitable for learning sorting algorithm.
GetDir
- 能够很好的获取文件的路径信息源码。 根据路径能够遍历路径下的文件。 适合学习用。-Can be a good source to get the file path information. According to traverse the path of the file path. Suitable for learning.
BinaryTree
- 循环遍历二叉树,相对于递归遍历二叉树更节省系统性能 摘自visual C++一书案例-Iterate over the binary tree, compared with the recursive traversal binary tree more economical performance of the system