-
这个样本是在华盛顿软件协会赢得的阶段发展的…
This sample was developed on stage at the Washington Software Association s WinSIG meeting on the ninth of September, 1996 using Visual C++ 4.2.
- 2022-06-14 04:45:35下载
- 积分:1
-
称重系统的上位机监控程序,通过MODBUS通讯协议实现.
称重系统的上位机监控程序,通过MODBUS通讯协议实现.-Weighing the Host Computer System Monitoring Program, MODBUS communications protocol.
- 2022-07-02 01:47:12下载
- 积分:1
-
将bin文件转化为数组文件。使用
方法:将你要转化的bin文件改为test.bin,然后再dos下运行,生成相应的c文件。...
将bin文件转化为数组文件。使用
方法:将你要转化的bin文件改为test.bin,然后再dos下运行,生成相应的c文件。
-The bin file into an array of files
- 2023-09-06 20:20:03下载
- 积分:1
-
timer code in vhdl
计时器的vhdl码
-timer code in vhdl
- 2022-06-18 08:32:30下载
- 积分:1
-
ILSpy代码查看器,用于学习他人dll设计及代码构成
查看代码用的好工具,但是 经过特殊处理的代码,ilspy翻译过来的东西不容易人工去读懂。
想保存源代码,选择你要的dll 然后点菜单中的 “保存代码”。
- 2022-11-15 12:45:03下载
- 积分:1
-
C最cengxusheji
c plus plus cengxusheji
- 2022-03-25 20:19:10下载
- 积分: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
-
Simple Binary Tree Class
Simple Binary Tree Class
- 2022-04-07 15:13:54下载
- 积分:1
-
微软的WPF入门类书籍,可以参阅一下,是一个WPF的入门
微软的WPF入门类书籍,可以参阅一下,是一个WPF的入门-Introduction to Microsoft" s WPF books, you can see what
- 2022-07-12 12:31:26下载
- 积分:1
-
C51驱动PM2.5芯片源码
C51驱动PM2.5芯片源码,基于KEIL MDK的C51版本开发的PM2.5传感器驱动代码,内部附有文档和说明,也有直接可以用的可执行文件。方便二次开发,对PM2.5环境监测的学习具有深远意义。
- 2022-02-05 07:46:47下载
- 积分:1