-
win32 pe 文件编程:文件加密.rar
win32 pe 文件编程:文件加密.rar
-programming document : document encryption. Rar
- 2022-11-13 01:05:03下载
- 积分:1
-
IDCT MMX技术的实现
idct mmx technology implement
- 2022-03-25 05:02:22下载
- 积分:1
-
Implementation of cache program using C language
Implementation of cache program using C language
- 2023-06-15 10:05:03下载
- 积分:1
-
audible voice an assembler
voice发声汇编程序1-audible voice an assembler
- 2022-05-27 04:15:17下载
- 积分:1
-
本程序有详细的注释,切运行无误 ,程序模块清晰,移植性好,可以实现登陆时间的记录,时间的动态显示,...
本程序有详细的注释,切运行无误 ,程序模块清晰,移植性好,可以实现登陆时间的记录,时间的动态显示,-This procedure has detailed notes, all running correctly, program modules clear, portability, and can realize landing time records, time dynamic display,
- 2022-07-14 15:24:08下载
- 积分:1
-
his first mass production procedures, procedures for charging an external coding...
自己第一次量产程序,为一充电程序,外围用LM324编码,很使用的-his first mass production procedures, procedures for charging an external coding using LM324 is used
- 2022-02-02 08:41:13下载
- 积分:1
-
数字钟的verilog程序,很经典,大家可以看看。
数字钟的verilog程序,很经典,大家可以看看。-Verilog digital clock procedures, it is a classic, we will look at.
- 2022-02-04 16:42:29下载
- 积分:1
-
modebus协议的汇编实现,汇编写起来不容易啊
modebus协议的汇编实现,汇编写起来不容易啊-modebus agreement realize compilation, the compilation of write不容易啊
- 2022-10-28 02:20:04下载
- 积分:1
-
#include <iostream>
#include <stack>
#define MAX_SIZE...
非递归的快速排序算法-#include
#include
#define MAX_SIZE 11
using namespace std
typedef int elem
typedef std::stack Stack
int partition(elem*pData, int low, int high)
void swap(elem& a, elem& b)
void qsort(elem* pData, int low, int high)
int partition(elem*pData, int low, int high)
{
elem key = pData[low]
while(low < high)
{
while(low < high && pData[high] >= key)
high--
swap(pData[low], pData[high])
while(low < high && pData[low]
- 2022-05-08 16:41:43下载
- 积分:1
-
汇编语言实现的烟花效果,包括源代码和EXE文件,C.
用汇编实现的一个烟花效果,包括源代码和exe文件,直接可以看效果-Assembler to achieve a fireworks effects, including source code and exe files, can be seen the direct effect of
- 2022-02-14 23:21:12下载
- 积分:1