-
一个内存修改器,可作为游戏玩家修改装备的好工具,也可为编程者提供参考...
一个内存修改器,可作为游戏玩家修改装备的好工具,也可为编程者提供参考-one tool for memory modify, I created it for game player to modify the game s memory. Or if you a programer, you can ref it.
- 2022-02-06 00:35:32下载
- 积分:1
-
算术编码实现数据压缩(C语言实现)
算术编码C语言实现,这是我的信息安全实习代码,可以学习到字符串的操作和位运算。算术编码C语言实现,这是我的信息安全实习代码,可以学习到字符串的操作和位运算。
- 2022-09-12 07:15:03下载
- 积分:1
-
剪贴板的复制与黏贴.rar 有一点点小问题 Sorry
剪贴板的复制与黏贴.rar 有一点点小问题 Sorry-clipboard copy and paste. Rar have a little bit of minor problems Sorry
- 2022-11-07 01:35:04下载
- 积分:1
-
串口接收发送源码
串口接收发送源码,单片机,FPGA开发
实现了串口的配置和传输
基于MFC的开发程序
很规范的源码示例
适合单片机入门和FPGA,DSP等和串口相关的开发者参考
- 2023-08-18 05:30:03下载
- 积分:1
-
如何在wince下使用键盘hook,因为wince不支持SetWindowsHookEx函数
如何在wince下使用键盘hook,因为wince不支持SetWindowsHookEx函数-How to wince under the keyboard hook, because wince does not support SetWindowsHookEx function
- 2022-07-17 17:54:38下载
- 积分:1
-
选择一种小程序,一个简单的选择排序,选择一个数字的P
选择排序小程序,简单的选择排序,选择及格数,按序排列-Select sort of small procedures, a simple choice to sort, select the number of passes, in sequence with
- 2022-01-27 10:25:59下载
- 积分:1
-
c++文件读取
visual C++ 文件读取方式,以及文件读取错误的处理,适用于.txt格式.csv格式的文件,这是一个能运行的简答程序,希望对大家有所帮助。
- 2022-02-01 05:11:50下载
- 积分:1
-
Calculator the screen.
计算屏幕的一点分布的, 可以看出屏幕的尺寸。-Calculator the screen.
- 2022-03-21 14:06:52下载
- 积分:1
-
排序程序冒泡排序、 unsort、 部分排序
#define PARTIALLYSORTED_30 3
#define PARTIALLYSORTED_50 4
#define PARTIALLYSORTED_70 5
#define RANDOMIZE_QSORT 1
#define MERGE_SORT 2
#define SELECTION_SORT 3
#define BUBBLE_SORT 4
/ *---随机化快速排序---* /
int random_partition (int * arr、 int 开始,int 结束) ;
void random_quick_sort (int * arr、 int 开始,int 结束) ;
/*----------------------------------------------*/
/*-----------Merge Sort--------------------------*/
空的分区 (int arr [],int 低,int 高) ;
void 归并 (int arr [],int 低,年年高 int int) ;
/*------------------------------------------------*/
/ *---选择排序---* /
void sort_select (int n) ;
int; maxind(int m)
void swap1 (int * x int * y);
/*------------------------------------------------*/
/*-----------------Bubble sort--------------------*/
void recursive_bubble (int * 数组、 int 的大小) ;
/*-----------------------------
- 2022-07-02 17:33:19下载
- 积分:1
-
with Romberg for PI
用Romberg求PI-with Romberg for PI
- 2022-03-19 16:38:40下载
- 积分:1