搜索资源列表
SortTest
- 说明: 这一段在复习数据结构和算法,有一些零星笔记,在Others这个归类下,欢迎指正。 对于排序算法,想做一个动态演示的东东,因此今天使用VB.net大概实现了一个,界面如下,代码有2个版本,一个可以指示当前循环的位置(但设计感觉不好,也找不到更好的办法),一个没有。 -Note : This section of the review of data structure and algorithm, a few scattered notes, in the classified
高斯列主元素消去法(C++)
- C++编写的高斯列主元素消去法。界面不够好,不过算法没问题。-C + + out of the main elements of Gaussian Elimination Act. Interface is not good enough, but Algorithm no problem.
用MATLAB实现的不合格品率P控制图的绘制
- 用MATLAB实现的不合格品率P控制图的绘制,只要将数据导入data.txt文件,然后在MATLAB中运行main.m文件即可打开绘图界面。(注意:路径要设置好)-the failure rate of P Commodities Control Map, as long as the data into data.txt documents, then in MATLAB run main.m document can be open graphics interface. (Note : T
MyEasyDraw_VC2
- 一个复杂的画图系统,包含了很好的算法设计,提供交互界面,用vc-drawing of a complex system, including a good algorithm design, interactive interface, with vc
carray
- 一个自己定义的数组外包装,这是“使用者自定义stl容器“的一个好例子,在数组之外包装了一层常用的容器界面。-own definition of an array overpack, which is a "user-defined stl containers" of a good example In addition to the array of packaging containers used layer interface.
minitree
- 这是用VC实现的一个查找最小生成树的程序,界面很漂亮,实现的功能也很好。具有固定的节点,权值可以任意输入,最后确定一个最小的生成树。-This is the VC search for a minimum spanning tree procedures, a very nice interface, function very well. Having fixed nodes, the weights can be arbitrary input to finalize a minimum s
GA_SA
- 采用遗传模拟退火的方法解决TSP问题,界面友好,程序运算效果很好-genetic simulated annealing method to solve the TSP, friendly interface and operation procedures with good results
FIR
- 利用matlab实现的Fir滤波器设计程序。程序有较好的运行界面,滤波器各种参数均可设置。
bakconnect4
- 一个完整的Matlab四子棋游戏源码,拥有较好的图形界面。
gobang
- 这个是一个简单但界面相当美观的人机对战五子棋系统,适合与初学者参考和借鉴,是学习Visual C++编程的绝好例子提供了五子棋对战的单人模式和双人模式。单人模式下运用人工智能的算法,进行人机对弈。同时提供双人模式,鼠标左键下白棋,右键黑棋。
Wavelet
- 信号消燥,利用vc++开发,效果很好。有界面显示,强烈推荐
boboojf
- 针对算术的图形化界面, 针对学生运算的一个比较好的教学软件,真的,不防试试看
Huffman_GUI
- 对符号进行huffman编码和解码的程序,GUI界面,很好的学习压缩及解压缩技术。哈夫曼编/译码器V2.0
sjjgkcsj
- 这是一个数据结构课程设计——关于校园导游系统的源代码,界面功能都非常好哦!-This is a data structure of the curriculum design- on the campus tour guide system source code, interface features are very好哦!
MATLABGUIdesign
- 精通MATLABGUI设计全书源代码,用matlab进行界面设计的好参考资料-MATLABGUI
matlabGUI
- 这是一个MATLAB人机交互界面程序设计方案,可以初步学习基于MATLAB的GUI设计,不可多得的好程序。-This is a MATLAB program man-machine interface design, can initially learn MATLAB-based GUI design, the rare good program.
GUI-MATLAB
- matlab界面编程,详细的实例说明,可以给学习界面编程提供很好的帮助-matlab GUI
MATLAB-GUI
- MATLAB图形界面设计,书很好,学习图形界面设计,希望对大家有用-MATLAB graphical interface design, a good book to learn graphical interface design, want to be useful
LSBM
- MATLAB实现的LSBM(LSB Matching)算法,可输入密钥加密和解密文本,有较好的交互界面(The LSB matching algorithm,coding by MATLAB. You can encrypt or decrypt the text by input an key. And it has a easy operating interactive interface.)
Matlab偏最小二乘法(PLS)样例,GUI界面,提供源代码
- 将自变量和因变量数据复制粘贴到记事本文件中,在GUI界面设置好记事本文件的名称、自变量个数和因变量个数。利用此程序,自动输出回归方程!