搜索资源列表
sudoku
- soduku游戏,大家应该玩过了吧。其中的产生算法我正在想。这是一个解秘的算法。-soduku game, we should have played all right. The selection algorithm which I think is. This is a solution algorithm ST.
vc511678900355
- 可能很多人都曾经想过要实现一些比较大的数的阶乘,但是C++中提供的标准数据类型其存储空间太小,根本无法实现。我们可以通过其他方法来实现,本程序用一个很简单的算法实现数的阶乘,程序很短,也很简单,各处都有注释,相信大家很容易就可以看懂,下载源码后在VC6.0中打开编译后即可运行,程序经少许改动可以实现更大的数的阶乘,有兴趣的读者在看完本程序后可一动手试试,其乐无穷!!希望这个程序能给大家一点帮助。程序可能还有许多不足之出,热烈欢迎各位前来指导。在下在此表示衷心的感谢!!!!! -many peop
Introduction to Functional Programming with Haskel
- Haskell编程介绍(英文) C, Java, Pascal, Ada, 等等,都是命令式语言。他们在某种程度上是由命令序列构成的,严格的按照顺序来执行。haskell是函数式语言。函数式程序是一个单独的表达式,通过推算表达式来执行。任何使用过电子制表的人都有函数式语言的经历。在电子制表中,你可以根据其它单元的值来指定每个单元的值。焦点是什么需要计算,而不是如何计算。-Haskell program (English) C, Java, Pascal, Ada, etc., orders
RSAExample
- 一个素数测试算法,运用最简单的素数测试方法 把所有比它小的数都一一除过-a prime test algorithm, using the most simple-a few test methods all over it are several small inter-off on January 1
xsl
- Fortran常用算法程序集-徐士的一本书中的源码,没有试过,你不妨-Fortran algorithms commonly used procedures set-XU a book of the source, without trying, you may wish to try!
matmutip
- 用vc编写的矩阵运算程序,其中包括子程序和主程序,已经编译过了可以运行-vc prepared with the matrix calculation procedures, including subroutine and the main program has compiled a run
curl_nihe
- 这个是曲线拟合的两个很好的源程序,我用过的,感觉比较好用,希望大家共享-curve fitting two very good source, I used feel more convenient, we hope to share
AI030
- 传教士野人坐同一船只过河问题的C语言程序-missionaries Savage sit the same river vessels of the C Programming Language
chenbihongsuanfayanghj666
- 《陈必红算法》一书的附带的源代码,并有经本人修改过能在VC中使用。原书是在C++BUILDER中使用的。并加了一些其他的功能,比如样条插值等。此代码,可以完成矩阵的很多数值算法,求逆阵、特征向量、特征值,矩阵的加减乘除、傅立叶变换、gamma函数、数值解分微分等。-"Chen Hung method," a fringe of the source code, and as I changed the VC can be used. The original book is
JacobiandGaussarithmetic
- 已经测试过,请大家不要转载,如果转载,本人不负任何责任-have been tested, please do not reproduce, if reproduced, I take no responsibility
TXD232
- 该文件是232串口调试程序,已经测试过。其功能为测试串口通道的正确与否。通过该软件可以很方便的测出通道的正常。-The document is 232 serial debugging procedures, has tested. Its function is to test the correct serial channel or not. Adoption of the software can be easily detected in the normal channel.
LP_algorithm
- 这是不错的LP algorithm(linear programe) 内容我测试过,效能不错-This is a good algorithm LP (linear programe) as I test tried, good performance
Gauss(delphi)
- 本软件系我Delphi学习习作,实现了用Gauss消去法解线性方程组,能识别用户以文本方 式输入方程组增广矩阵,并且能检测一些常见的输入错误及其位置,方程的解以文本方式输 出在结果显示框。希望用户尽量按照软件操作提示操作,尽管我细心的考虑过很多可能出现 的错误,但仍有许多不足的地方,欢迎各位朋友发现并指出,本人非常感激。-I Delphi learning exercises, realized using Gauss elimination method for solving l
SGA_tc
- 这是修改过的遗传算法源码,tc环境下可运行-This is the modified genetic algorithm source code, tc operational environment
yiqunsuanfachengxu
- 基本蚁群算法程序程序在vc++6.0下面同过,对原来的做了一点修改。-basic ant algorithm Procedure in the same vc 6.0 below that of the original done a few modifications.
duoyuanhanshutidu
- 用C++编的求多元函数梯度方法,能使用,我已经调试过了-C series for multi-function gradient method, in use, I have over the debugging
duoyuanhanshuerjiedaoshu
- 用C++编的多元函数求二阶导数,能使用,我已经调试过了-C series of the multi-function for second derivative, in use, I have over the debugging
flash过河算法
- 警察小偷爸爸妈妈儿子女儿过河,这个游戏不用说的吧,应该很多人见过,一般是考察隔壁邻居家小朋友智商的,有人把他做成了FLASH游戏。规则如游戏图。详细请看文件中那个FLASH游戏-police thieves Mom and Dad son daughter to cross the river, the game goes without saying that it should be seen many people, the general is to investigate the ch
STFT.对时间序列进行短时傅立叶变换的源程序
- 这是一个对时间序列进行短时傅立叶变换的源程序,测试过,好用的.,This is a program for STFT,which had tested.
smote
- smote过采样方法对不平衡数据集进行人工数据合成(smote oversampling and classification)