-
Socket编程客户端代码
Socket编程客户端代码-Socket Programming client code
- 2023-06-17 02:35:03下载
- 积分:1
-
五子棋,网上找到的,发来分享下,请大家多指教。
五子棋,网上找到的,发来分享下,请大家多指教。-331, the Internet and made to share, please enlighten everyone. Thank you
- 2022-07-18 09:33:04下载
- 积分:1
-
基于VB语言实现的报表功能。通过FTP服务器的客户端和服务器端。双数据库支持,支持SQL2000和ACCESS两个数据库切换。...
基于VB语言实现的报表功能。通过FTP服务器的客户端和服务器端。双数据库支持,支持SQL2000和ACCESS两个数据库切换。-Based on the statements of VB language features. FTP server through the client and server. Dual-database support, support SQL2000 and ACCESS switch the two databases.
- 2022-10-14 10:30:04下载
- 积分:1
-
测试移动Ad hoc网络安全路由
testing secure aodv in mobile ad hoc network
- 2022-05-13 03:30:12下载
- 积分:1
-
C#绝佳的编程秘诀
C#绝佳的编程秘诀- 以空间换时间算法精要,有需要的可以参考-good program for c#
- 2022-03-18 14:34:57下载
- 积分: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
-
Gridlistctrl改进的列表类
Gridlistctrl改进的列表类-Gridlistctrl Improved category list
- 2022-03-12 16:43:02下载
- 积分:1
-
C share a common algorithm
C的常用算法共享-C share a common algorithm
- 2022-03-21 10:47:35下载
- 积分:1
-
签页形式的对话框
签页形式的对话框-signed forms of dialog page
- 2022-01-25 21:24:52下载
- 积分:1
-
进行数据库操作的类库。
通过带参数的sql和HashTable操作数据库。
主要功能:
ExcuteSql:执行Sql
GetRecord:查询...
进行数据库操作的类库。
通过带参数的sql和HashTable操作数据库。
主要功能:
ExcuteSql:执行Sql
GetRecord:查询数据库,返回DataTable-The class library for database operations. Through with the parameters and the sql database HashTable operation. Main functions: ExcuteSql: the implementation of Sql GetRecord: query the database, return DataTable
- 2022-05-17 10:20:28下载
- 积分:1