-
ECC密码体制
这本书包含了有关ECC密码的基本知识!从互联网上获得的最好的书希望你会喜欢阅读;
- 2022-08-05 12:22:12下载
- 积分:1
-
数字识别程序
识别0~9阿拉伯数字,输入为yuv格式图片。Demo共分为两个程序,create_number和number_identification。create_number程序随机生成一个10位数,并建立YUV文件,生成的文件存放位置为../test_data/random_number.yuv。yuv为像素域的色彩空间,也就是图片解压后的结果,是常用的数字图像处理的色彩空间。number_identification程序对random_number.yuv文件里的数字进行识别,打印输出结果。
- 2022-05-27 01:56:38下载
- 积分:1
-
用乔里斯基(cholesky)算法求解对称正定方程组。
用乔里斯基(cholesky)算法求解对称正定方程组。- (cholesky) the algorithm solves symmetrically with the tall
Reese base is deciding the system of equations.
- 2023-05-17 20:55:03下载
- 积分:1
-
背包问题
背包问题或背囊问题是组合优化中的一个问题: 鉴于一组项目,每个都有大量和一个值,确定每个项目中包含在集合中,这样,总重量是小于或等于给定的限制和总价值是尽可能大的编号。它把它的名字源于所面对的人的问题,受的限制,大小固定的背包,并必须填充的最有价值的项目。
此代码是背包问题的动态编程和递归函数。
- 2022-03-04 17:05:51下载
- 积分:1
-
这是一个用VC实现在数据结构课程中比较经典的应用的一项式运算的程序.这个也测试通过.应该没有任何问题....
这是一个用VC实现在数据结构课程中比较经典的应用的一项式运算的程序.这个也测试通过.应该没有任何问题.-with VC data structure courses in the more classic use of a Type Operational procedures. This is also the test. Should be no problem.
- 2022-02-12 08:16:30下载
- 积分:1
-
对整数进行判别,并根据判别结果统计正数、负数和零的个数...
对整数进行判别,并根据判别结果统计正数、负数和零的个数-Carried out to determine an integer, and in accordance with the results of statistical discrimination positive, negative and zero the number of
- 2022-02-16 05:27:18下载
- 积分:1
-
列句25宫的所有组合。
每行,每列,和对角线 数字和为25。
列句25宫的所有组合。
每行,每列,和对角线 数字和为25。-sentence of 25 out of all the combinations Palace. Each line, each and diagonal figures and 25.
- 2022-01-26 18:25:40下载
- 积分:1
-
光拼图3x3的求解
熄灯解谜算法
- 2022-03-15 03:22:41下载
- 积分:1
-
C 字符串中的程序
#include < stdio.h >
#include < stdlib.h >
int main)
{
char str [20] ;
printf ("Digite uma stringn") ;
setbuf(stdin,NULL) ;
gets(str) ;
int i;
为 (我 = 0 ; 我 < 4; i + +) {
printf("%c",str[i]) ;
}
返回 0 ;
}
- 2022-08-10 12:27:30下载
- 积分:1
-
该程序为动态规划得图论求解程序 好不好用了就知道
该程序为动态规划得图论求解程序 好不好用了就知道
-The procedure for the dynamic programming procedure for solving a graph theory better use of the know
- 2022-01-24 09:39:00下载
- 积分:1