资源列表
模拟退火
- 模拟退火算法的资料-simulated annealing algorithm information
my1
- 一个bp的逼近算法-an approximation algorithm bp
求有向网最短路径
- 求有向网最短路径-are seeking the shortest path to the net
C++课件
- 上海交通大学上C++课的课件..对初学C++的朋友一定要看看...其中提到了不少容易忽略的环节-Shanghai Jiaotong University on C + + class courseware. . For beginners in C + + to see friends. . . Many of them referred to the easily overlooked aspect
Vitebi
- 该程序是维特比译码程序,C语言-Viterbi decoding procedures, C language
newLagrange
- Lagrange插值算法-Lagrange interpolation algorithm
shujvwajue
- 不错的数据挖掘教程。用超星阅读起观看。-good Data Mining Directory. Starting with reading Superstar watch.
BigNumber
- 大数类,重载了各类操作符,可以直接使用-fate categories, a variety of heavy-duty operator can be used directly
Graph111
- 关于图的一些基本操作,以及实现细节-map on the basic operation and the achievement of details
NNtest
- 神经网络用于牌照识别-neural network license for identification
FaceIdentify
- 优秀的面部识别程序,用VB开发的-outstanding facial identification procedures, the use of the VB
高精度整数运算
- 练习程序,问题如下:进行高精度整数的加、减、乘运算。输入两个十进制大整数M和N(M、N最长可达50位),计算运算结果并输出。【输入形式】标准输入上依次分行输入以下内容:1.第一行输入第一个大整数M。M可能带有负号,后面是最长可达50位的数字序列。2.第二行只有一个字符,可以是“+”、“-”、“*”,分别代表加、减、乘三种运算符。3. 第三行输入大整数N,格式与M相同M、N均不带有前缀的多余的0【输出形式】在标准输出上打印运算结果,输出一行字符序列,是大整数M和N和运算结果。如果该运算结果是正数,