资源列表
SHA256_C_model
- SHA256 C模型 SHA256 C模型-SHA256_C_model SHA256_C_model
euler2
- Este programa resuelve xy +y +xy=0 usando el Metodo de Euler Mejorado.-Este programa resuelve xy +y +xy=0 usando el Metodo de Euler Mejorado.
88678svm
- 帮助对SVM的初学者,可以用来解决分类和回归问题!-this is about SVM
Recommendation-algorithm-principle
- 推荐算法原理, 推荐算法原理-Recommendation algorithm principle
main
- klt旋转人脸检测程序其中的一部分,视频检测,其中的主程序-one part of the the klt rotating face detection program, video detection, one of the main program
ADGDG
- 题目:时间函数举例4,一个猜数游戏,判断一个人反应快慢。(版主初学时编的) 1.程序分析: 2.程序源代码:-Topic: time functions for example 4, a guess several games, judge of a man response speed. (moderator but at first compiled) 1. The program analysis: 2. The source code:
arithmetic-operation
- arithmetic operation
The-Elements-of-Euclid
- This edition of the Elements of Euclid, undertaken at the request of the principals of some of the leading Colleges and Schools of Ireland, is intended to supply a want much felt by teachers at the present day—the production of a work which, wh
work58
- 定义一个二维数组,重载求和+和求差-运算符,并编写主函数验-Define a two-dimensional array, overloaded sum+ and differencing- operator, and write the main function of experience
yanghuisanjiao
- 打印出以下的杨辉三角形(要求打印10行) 每一行的第一个和最后一个都是1,而中间元素是由表达式 a[i][j] =a[i-1][j-1] + a[i-1][j] 计算出来。因为要使用上面的数据,这样我们想到了用二维数组进行数据的存储。-Print out the following Triangle (requires print line 10) the first and last of each line 1, the middle element is the expressio
yanghuisanjiao-deshixian
- 打印出以下的杨辉三角形 每一行的第一个和最后一个都是1,而中间元素是由表达式 a[i][j] =a[i-1][j-1] + a[i-1][j] 计算出来。因为要使用上面的数据,这样我们想到了用二维数组进行数据的存储。-Print out the following Triangle (requires print line 10) the first and last of each line 1, the middle element is the expression a [i] [j]
graham
- graham算法,详细介绍此算法,并配有详细的注释内容。-graham algorithm