-
Leisure time ago to write the procedure, I hope useful for everyone
以前闲的时候写的程序,希望有用对大家-Leisure time ago to write the procedure, I hope useful for everyone
- 2022-03-02 12:51:26下载
- 积分:1
-
一个socket与线程池编程。适合新手学习
一个socket与线程池编程。适合新手学习-A programming socket and thread pool. Fit new study
- 2022-03-23 13:10:31下载
- 积分:1
-
a general purpose class for multithreaded applications. Derive your class from i...
a general purpose class for multithreaded applications. Derive your class from it, call the constructor with the proper number of threads and populate the lpfns member before starting threads.
The main advantage is that you do not need to bother with the details of making the static method separate from your class and then passing the this pointer to it. CMultithreaded allows you to have all of your class methods in-class, even if they are to be run on separate threads. It is also a good example of RAII.
- 2023-02-05 08:40:03下载
- 积分:1
-
CJJ可视化的编程工具,你可以写CJJ代码,有兴趣去看看
cjj的可视化编程工具,可以写cjj的代码,有兴趣的-cjj visual programming tool, you can write cjj code, interested to see if
- 2023-05-16 03:05:03下载
- 积分:1
-
此代码为C语言编写的ADC0804源代码,需要的请下载
此代码为C语言编写的ADC0804源代码,需要的请下载-This code for the C language source code of the ADC0804, the need to download the
- 2023-04-08 23:45:04下载
- 积分:1
-
ndissniffer代码
NdisSniffer code-NdisSniffer code
- 2022-08-15 09:05:35下载
- 积分:1
-
展示一张双重连接的名单的实施的原始代码。节目主循环在主函数,用户被提示选择
选择从菜单为了开始与双链表一起使用。...
展示一张双重连接的名单的实施的原始代码。节目主循环在主函数,用户被提示选择
选择从菜单为了开始与双链表一起使用。
-Display a list of dual-connectivity of the implementation of the original code. Shows the main cycle in the main function, users are prompted to select from the menu selection in order to start with the dual-use list.
- 2023-01-21 05:05:03下载
- 积分:1
-
dappermap
dappermap设计事例仅仅作为参考-dappermap
- 2023-02-14 03:20:04下载
- 积分:1
-
这个图书馆是专为ds18xxx传感器,单总线。
This library was designed for DS18xxx sensors, one wire bus.
- 2022-10-19 16:20:03下载
- 积分:1
-
本文件包括了各种常用排序算法
void InsertSort(SqList L) //直接插入排序
void BInsertSort(SqList L)...
本文件包括了各种常用排序算法
void InsertSort(SqList L) //直接插入排序
void BInsertSort(SqList L) //折半插入排序
void BubbleSort(SqList L) //冒泡排序
void QuickSort(SqList L) //快速排序
void ShellSort(SqList L) //希尔排序-This document includes a variety of commonly used sorting algorithm void InsertSort (SqList L)// direct insertion sort void BInsertSort (SqList L)// half insertion sort void BubbleSort (SqList L)// Bubble Sort void QuickSort (SqList L)// quicksort void ShellSort (SqList L)// Hill sort
- 2023-04-10 05:10:02下载
- 积分:1