-
100行代码的DES实现,用C编写,供大家参考
100行代码的DES实现,用C编写,供大家参考-100 lines of code to achieve the DES, using C to prepare for your reference
- 2022-02-12 21:56:41下载
- 积分:1
-
poj典型题目解题思路详解
包含源代码和解题时应注意的问题及题目陷阱设计分析...
poj典型题目解题思路详解
包含源代码和解题时应注意的问题及题目陷阱设计分析-POJ typical Oklahoma Elaborates on topics include source code and they should pay attention to solving the problems and pitfalls topic Design Analysis
- 2022-06-30 10:16:27下载
- 积分:1
-
一个示例程序,调用API取得硬盘使用情况,支持大硬盘。
一个示例程序,调用API取得硬盘使用情况,支持大硬盘。-One example:this program can aquire the information of the hard disk being used and be fit to the large disk.
- 2022-11-10 14:50:04下载
- 积分:1
-
introduced com application source code
介绍com应用的源代码-introduced com application source code
- 2022-04-14 20:27:18下载
- 积分:1
-
four hours, and 24 for the algorithm
四个数之和为24的算法-four hours, and 24 for the algorithm
- 2022-11-12 06:15:02下载
- 积分:1
-
完整的列表浏览器,可以提取和未提取所有检查类型。我有美国..
Complete List Viewer that can extract and un extract all checked types. i have used this vcl in my projects. enjoy boys and girls!
- 2022-03-13 09:06:05下载
- 积分:1
-
WEP/WAP 密钥生成器
代码可以让你制作自己的随机密钥的WEP和WAP
- 2022-02-07 02:31:58下载
- 积分:1
-
使用解码图像从数组,我们可以做很多想想它的
#include < iostream.h >
#include < stdio.h >
#include < string.h >
结构点头
{
名称 char [10] ;
int 的时间 ;
int 等 ;
} 节点 [10],x;
int n,m ;
双 av,w = 0 ;
void sort)
{
int i、 j ;
为 (我 = 0 ; 我 < n-1 ; + + 我)
为 (j = i + 1; j < n; + + j)
{
如果 (节点 [i] 时间 > node[j].time)
{
x = 节点 [i] ;
节点 [i] = 节点 [j] ;
节点 [j] = x;
}
}
}
void read)
{
int i;
cout n;
为 (我 = 0 ; 我 < n; + + 我)
{
cout 节点 [i].name ;
cout 时间节点 [i] ;
}
}
void print)
{
int i;
cout
- 2023-03-08 09:10:03下载
- 积分:1
-
一个关于扫雷的原代码
一个关于扫雷的原代码-a mine on the original code
- 2022-05-20 02:41:42下载
- 积分:1
-
汇编语言的好东西,,电子时钟显示
汇编语言的好东西,,电子时钟显示-language compilation good things, the electronic clock display
- 2022-02-04 02:07:19下载
- 积分:1