-
这个聊天程序,在局域网内工作,用在写的即时通讯中进行的即时通讯…
一款用vc写的局域网聊天软件程序采用网上介绍的方法实现最基本的P2P方式通讯.模拟实现即时消息互发.界面也很清新-This chat program ,working in lan, written in vc carries out instant message communication through the basic P2P style, a clear and novel appearance is provided as well.
- 2023-01-11 06:25:03下载
- 积分:1
-
绘制位图,windows32程序。功能简单但是发展前景很大。
绘制位图,windows32程序。功能简单但是发展前景很大。-draw picture
- 2023-06-28 17:40:04下载
- 积分:1
-
极小的VB 开发的 XML解析程序,能对XML进行简单的检索、处理
极小的VB 开发的 XML解析程序,能对XML进行简单的检索、处理-small VB XML analytical procedures, able to conduct a simple XML retrieval, processing
- 2022-04-23 06:39:32下载
- 积分:1
-
vs2013磁盘遍历
资源描述利用vs2013快速实现磁盘遍历,可以很好的理解磁盘结构,嵌入式开发时也可以借鉴
- 2022-05-13 05:36:51下载
- 积分:1
-
apriori algorithm that is widly used in datamining processes and softwares simpl...
apriori algorithm that is widly used in datamining processes and softwares simple implementtation
- 2022-02-06 01:31:04下载
- 积分:1
-
c#调用本机摄像头,并保存成图象源码
c#调用本机摄像头,并保存成图象源码 很好用,用VS2013打开就能用
- 2023-04-28 02:55:03下载
- 积分:1
-
这是一个简单的多文档框架程序,对于出学者是很好的例子,能帮助你很快理解MDI编程原理....
这是一个简单的多文档框架程序,对于出学者是很好的例子,能帮助你很快理解MDI编程原理.-This is a more simple procedure framework document for scholars out is a good example, to help you quickly understand MDI programming principles.
- 2023-02-09 04:30:04下载
- 积分:1
-
HTTP POST测试工具
目前前市场当部分接口调用都是采用Http POST方式开发的,每次接口调试的时候都需要临时够套post数据和查看返回数据,所以做了一个http post工具,可以随时发送测试数据,便于调试代码。也便于测试接口。有问题大家可以随时交流
- 2023-01-13 05:10:03下载
- 积分:1
-
VC series of small game procedures, give your reference, thank you for your use,...
用VC编的小游戏程序,能给大家参考,谢谢你们使用,多多帮助我,互相学习.-VC series of small game procedures, give your reference, thank you for your use, give more to help me, to learn from each other.
- 2022-03-15 22:34:16下载
- 积分: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