-
拟合小程序,可以看看!
拟合小程序,可以看看!-small fitting procedures, we can!
- 2022-06-13 12:45:59下载
- 积分:1
-
AES软件实现
AES是美国国家标准技术研究所NIST旨在取代DES的21世纪的加密标准,基本要求是,采用对称分组密码体制,密钥长度的最少支持为128、192、256,分组长度128位。对称密码体制的发展趋势将以分组密码为重点。分组密码算法通常由
- 2022-07-04 15:57:25下载
- 积分:1
-
快速排序算法
使用java写的算法,描述了快速排序!分为递归和非递归两种方法!static void QuickSort (int a[], int p, int r)
{
if (p x的元素交换到右边区域
- 2022-01-25 21:30:05下载
- 积分:1
-
一个时间显示,并且在按键的同时显示按键的扫描码的程序。...
一个时间显示,并且在按键的同时显示按键的扫描码的程序。-a time, and the keys at the same time show the button code scanning procedures.
- 2023-05-15 14:55:02下载
- 积分:1
-
优化计算的新方法
可以直接进行数值计算
优化计算的新方法
可以直接进行数值计算- The optimized computation new method may directly carry on the
value to calculate
- 2022-03-09 22:14:28下载
- 积分:1
-
求矩阵秩的c程序
求矩阵秩的c程序-matrix.......................
- 2022-05-31 13:21:48下载
- 积分:1
-
自动俄罗斯方块,能够自己消行,消行达到15000左右,但有些还待改进...
自动俄罗斯方块,能够自己消行,消行达到15000左右,但有些还待改进-Auto Tetris, to make their own consumer line, elimination of about 15,000 lines, but there are still room for improvement
- 2022-03-17 19:25:28下载
- 积分:1
-
这是一个猫吃老鼠算法问题。
这是一个猫吃老鼠算法问题。-This is a problem of cats eat rats algorithm.
- 2022-06-20 09:01:23下载
- 积分:1
-
动态规划算法求字符串的相似性(编辑距离)
动态规划算法求字符串的相似性(编辑距离)-dynamic programming algorithms to find the similarity of the string (edit distance)
- 2022-04-18 00:03:04下载
- 积分: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