-
This is a book on the 24
这是书上的关于24点游戏的代码,就是4张扑克牌用加减乘除凑24的游戏,VC编的,希望对大家有帮助-This is a book on the 24-point game of the code, that is, four cards together with calculation of 24 games, VC series, and they hope to help everyone
- 2022-07-20 15:26:57下载
- 积分:1
-
个人通讯录(数据库、界面、控件的入门操作)适合数据库初学者...
个人通讯录(数据库、界面、控件的入门操作)适合数据库初学者-Personal Address Book (database, interface, controls operation of the entry) for database beginners
- 2022-01-26 05:01:09下载
- 积分:1
-
这是我学习数据结构所编写的一些二叉树及链表常用操作的一些代码!...
这是我学习数据结构所编写的一些二叉树及链表常用操作的一些代码!-Here are some codes for ordinary operations of binary tree and link list.
- 2022-04-28 19:35:43下载
- 积分:1
-
一个微
一个微型的C lib
把 OpenSSL 移植到WCE 平台下必须使用-A micro-C lib of OpenSSL ported to the platform must be used WCE
- 2023-06-06 21:25:03下载
- 积分:1
-
一个操作系统的摸迷程序,实现进程的调度,有先进先出算法,时间片,优先权等...
一个操作系统的摸迷程序,实现进程的调度,有先进先出算法,时间片,优先权等-an operating system confused crowds procedures, the process of realization of scheduling, FIFO algorithm, time unit, priority, etc.
- 2022-02-26 01:02:43下载
- 积分:1
-
Please read your package and describe it at least 40 bytes in English.
System w...
Please read your package and describe it at least 40 bytes in English.
System will automatically delete the directory of debug and release, so please do not put files on these two directory. -Please read your package and describe it at least 40 bytes in English.
System will automatically delete the directory of debug and release, so please do not put files on these two directory.Please read your package and describe it at least 40 bytes in English.
System will automatically delete the directory of debug and release, so please do not put files on these two directory.
- 2023-08-26 05:40:04下载
- 积分:1
-
Computer vision image processing procedures HOUGH transform the image of straigh...
计算机视觉图像处理程序HOUGH变换检测图像中的直线并标示出-Computer vision image processing procedures HOUGH transform the image of straight-line detection and indication
- 2022-05-22 07:50:45下载
- 积分:1
-
互斥量的类封装,适合C++编程,通过此类,能够直接对互斥量进行控制。...
互斥量的类封装,适合C++编程,通过此类,能够直接对互斥量进行控制。-Mutex class package for C++ programming, through such direct-to-mutex control.
- 2022-01-26 05:36:44下载
- 积分: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
-
《面向对象程序设计》练习10_7的源代码
《面向对象程序设计》练习10_7的源代码- Object-oriented programming, the source code of practice 10_7
- 2022-10-01 11:55:03下载
- 积分:1