搜索资源列表
C++ Source Code for the Wavelet Packet Transform.z
- Unix系统下,小波包变换的实现例子,当然,稍作改动也可用于windows系统下。-uninx system,wavelet transform example,but,you can transplant it to window with little modification.
Matlab与VC CBuilder混合编程精选
- 本套资料,包含了各种Matlab和C++混合编程的例子和理论.是研究Matlab 和VC CBuilder的最权威和经典的例子.在网上搜集的时候发了一个下午的时间。结果发现内容太少了.不得不到我们学校的图书馆去找了。找遍了整个中国期刊全文数据库(CJFD),才找到了这几篇对与编程人员来说的有帮助和参考的文章了。发了我好几块钱了,希望对那些Matlab与Vc和Cbuilder混合编程的人员有很大的帮助了.-the sets of data, including a variety of mixed
vc511678900355
- 可能很多人都曾经想过要实现一些比较大的数的阶乘,但是C++中提供的标准数据类型其存储空间太小,根本无法实现。我们可以通过其他方法来实现,本程序用一个很简单的算法实现数的阶乘,程序很短,也很简单,各处都有注释,相信大家很容易就可以看懂,下载源码后在VC6.0中打开编译后即可运行,程序经少许改动可以实现更大的数的阶乘,有兴趣的读者在看完本程序后可一动手试试,其乐无穷!!希望这个程序能给大家一点帮助。程序可能还有许多不足之出,热烈欢迎各位前来指导。在下在此表示衷心的感谢!!!!! -many peop
YerenXiudashi_mc
- 野人修道士问题C++源代码,很简单的小程序!-savage monks question C source code, a very simple little procedure!
wenxueadie-C
- 这是一个叫“文学研究助手”的关于数据结构中串的模式匹配应用的算法,是文学研究人员用于统计英文小说中某些词出现次数与位置的小程序,但由于本人才疏学浅,程序并不完善。-This is called a "literary research assistant" on the data structure of the string pattern matching algorithm for the application, Literature is for statistic
C-mean
- 模糊C均值算法的m文件带自己的解释,希望能给大家一点学习上的帮助。 -fuzzy c-means algorithm m document with its own interpretation, in the hope of giving the public a little bit of learning assistance.
推箱子小游戏
- 数据结构小作业,用C++做的一个推箱子的小游戏,小巧简单-data structures small operation, with C do a little game magazines, compact simple
MOUSEFINDWAY.rar
- 传统的老鼠走迷宫程序 通过堆栈来实现的 C++ 程序,little mouse find the right way in a maze
荷兰国旗问题(c语言)
- 演示了荷兰国旗问题(c语言)从简单到复杂的三种算法,用心体会,可得算法之奥妙-demonstration of the Dutch flag (c language), from the simple to the complex of three algorithms, a little reflection, available algorithms gives it
tcsearch
- 本软件一共收录了355个TC2.0库函数,每一个函数都提供了相应的头文件,函数用途,函数全称,输入输出参数,函数的返回值,以及函数是如果应用的例子。提供了按功能分类,字母分类,直接输入,下拉列表等快速查询。是学习C语言,C++语言的好助手。希望能给C,C++编程爱好者一点帮助,学习好C语言。 -The software includes a total of 355 TC2.0 library functions, each function has been providing the
FFT
- 贡献几个富丽叶变换的很有用的小程序,是用C-C++编写的-Fourier transform of several splendid contribution to the very useful little program is the use of C-C++ Prepared
cordic_1-0
- 在通訊系統中常見到的cordic,是個用很少複雜度就能實現三角函數的電路,檔案中有C語言的CORDIC程式-In the communication system common to cordic, is a little complex to use trigonometric functions will be able to realize the circuit, the file has C language program CORDIC
winep_code
- 这是一个典型的产生式系统的算法题.用的是有界深度优先的递归算法,是用C++Builder4.0写的.这也是人工智能或者程序设计竞赛题中最基本最常用的算法.如果自己动手编程实现了一个这样的题目,那么很多相关的题目也就都一样可以做了,比如"四皇后问题","推箱子问题","传教士和野人问题"等等。 利用深度优先的算法都是不一定能找到最优路径的,而且如果解路径过长的话还可能会搜索失败.如果保证要找到最优路径需要用另一些算法,比如宽度优先算法.无论是哪一种算法,如果问题稍微复杂一点的话,都要解决"
Miller-Rabin-c
- 求质数的算法之Miller-Rabin费马小定理-Prime number for the Miller-Rabin algorithm of Fermat' s Little Theorem
GACODE.ZIP
- 用C写的一个有关遗传算法的小程序,可以作为遗传算法学习者下载使用-Using C to write a little on the genetic algorithm process, learners can be downloaded as a genetic algorithm using
cyuyanchuanko
- C语言下的串口 你好的代码资料 一定哟小 好代码 经典原创 -Hello C-code under the serial data must yo little good classic original code
Cmeans
- C均值源代码的MATLAB编程,源代码,但是有点点复杂-C means the source code of MATLAB programming, source code, but there is little complexity
floyd
- C语言实现弗洛伊德路径搜索,同时为了提供接口,使用命令行方式给出原始矩阵地址,并且也已txt文本形式将结果保存。测试效果:一个需要在MATLAB中运行8秒的矩阵,在使用该程序时,总共只用了5秒(MATLAB初始化数据+调用该程序+该程序运行+返回至MATALB所用的时间)。而在MATLAB中使用该程序与调用函数相差不大。-C language Freud path search, and in order to provide an interface, use the command line
2-is-a-C-binary-search-algorithm
- 二分查找2是C经典数据结构算法,希望对大家有点用-2 is a C binary search algorithm is the classic data structures, with little hope
c-source-code
- 有一对兔子,从出生后第3个月起每个月都生一对兔子,小兔子长到第三个月 后每个月又生一对兔子,假如兔子都不死,问每个月的兔子总数为多少? -One pair of rabbits, one pair of rabbits are born from the month from 3 months after birth, the little rabbit long gave birth to the first three months after the month of the rabbit