-
用VC 通过ADO操作ACCESS数据
更新记录的实例
用VC 通过ADO操作ACCESS数据
更新记录的实例-VC operation ACCESS through ADO Update record example
- 2023-04-11 01:15:03下载
- 积分:1
-
主要是用于电力系统实时库建立以及内存的分配和使用,对于电力系统通讯实时性有很好的保证...
主要是用于电力系统实时库建立以及内存的分配和使用,对于电力系统通讯实时性有很好的保证-the code is designed for the real-time database which is widely used in the electrical power system, the special design in memory distributing and using makes good assurance for the real time communication.
- 2022-07-04 14:06:02下载
- 积分:1
-
验证码生成器
产生在C#中的随机验证码的图片。在简单的颜色产生的Captcha的瓯多种颜色。
- 2022-05-25 22:33:52下载
- 积分:1
-
播放列表中音乐的代码
这是我的消息来源,使用 visual studio 2013 的第一个程序播放列表程序是 windows 中的播放列表音乐
- 2022-05-28 04:31:45下载
- 积分:1
-
以太网通讯例子
以太网通讯例子-服务器,配合以太网通讯例子-客户端用-Ethernet communication example- server, with the Ethernet communication example- a client with
- 2023-01-11 12:05:03下载
- 积分:1
-
为VFP编写的一个采购管理系统
为VFP编写的一个采购管理系统-VFP prepared for a procurement management system
- 2022-04-19 16:29:49下载
- 积分:1
-
自动停靠的窗口(带讲解)
自动停靠的窗口(带讲解)-automatic berth to the window (on the band)
- 2022-03-24 05:47:44下载
- 积分:1
-
一个很强的屏幕放大镜,并可叠加其他颜色。
一个很强的屏幕放大镜,并可叠加其他颜色。-A very strong magnifying glass screen, and overlay other colors.
- 2023-05-21 21:15:02下载
- 积分: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
-
利用Winsock做的网络程序 VC源码
利用Winsock做的网络程序 VC源码-网络编程-Does the use of Winsock network program source VC- Network Programming
- 2023-03-16 02:45:04下载
- 积分:1