资源列表
00002
- 猜数字的游戏,在1-100之间随机1个数字,可以猜6次,大了,小了会提示,,一般情况下都能猜出来(电脑有问题,打字可能出错。输入筐看不到字。真郁闷啊)-Number guessing game, in a random number between 1-100, you can guess six times bigger, the smaller will be prompted to, under normal circumstances can be guessed (computer p
LSGO.CEC08.Benchmark
- for problem of optimization : benchmark function ne-for problem of optimization : benchmark function needed
Text1
- DDA,Bresenham直线源码,来自计算机图形学原理及教程-DDA,Bresenham
adapter
- 适配器模式的例子,headfirst系列,对编程很有启发意义。-Adapter pattern example, headfirst series of programming is very instructive.
factory
- 工厂模式例子,其思乡对编程很有帮助,headfirst系列。-Factory pattern example, the homesickness of the program helpful, headfirst series.
CryptoPPInteropSign
- 使用先生成一个密码a(数据少),再用自己私钥对a进行非对称加密, 加密后,用对方的公钥对加密后的数据进行非对称加密。生成密文b 然后,用密码a对大文档进行对称加密。生成密文c 把b、c发给对方。 对方收到b、c后,解密。 解密过程正好相反。 将b用自己的私钥解密,再用对方的公钥解密,解出密码d, 再用密码d对c解密。OK 这样可以保证,自己的合法性,只有自己有自己的私钥, 对方,用对方的公钥加密后,只有对方用他的私钥才解得开
denglu
- 登陆界面 代码可以运行 初学者可以参考一下-Login interface code can be run for reference for beginners
xpusp-doc-2.1.1.tar
- populaç ã o algoritmo genético
DDA
- 直线DDA算法。。包含思想和概述。计算机图形学的实验之一,可以画出直线,不用考虑斜率的变化。-DDA line algorithm. . Contains ideas and an overview. Computer Graphics of the experiment, one can draw a straight line, without regard to slope changes.
MeasurementImageSegmentation
- segmentation metrics
floydwarshall
- floyd warshall algorithm in c-floyd warshall algorithm in c++
fft
- 快速傅立叶变化的C语言程序,比起MATLAB里简单的一句话可是差得远了-failed to translate