-
从 VB 打印照片
这 是 visual basic 程序, 致力于 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-06-18 11:57: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
-
asp网络聊天室,用于网页的asp聊天室
asp网络聊天室,用于网页的asp聊天室-asp.net by speak
- 2022-07-26 02:33:46下载
- 积分:1
-
用 DLPortIO 来实现 VB操作并口。
用 DLPortIO 来实现 VB操作并口。-DLPortIO use VB to operate parallel port.
- 2022-03-16 03:27:46下载
- 积分:1
-
把注册表自启动shell的键值改写ExAtmShell 快速,准确!
把注册表自启动shell的键值改写ExAtmShell 快速,准确!-put the registry since the launch of the keys rewritten shell ExAtmShell rapid and accurate!
- 2022-03-16 12:23:11下载
- 积分:1
-
project library
综合图书馆系统(ILS),也称为图书馆管理系统(LMS),[1][2]是;
- 2022-01-27 13:40:47下载
- 积分:1
-
Dimmer sa pic12f629
Dimmer sa pic12f629
- 2023-04-17 15:35:03下载
- 积分:1
-
simulation tests mouse and keyboard input software description : The simulated t...
模拟测试鼠标及键盘的输入
软件简介:本例模拟测试鼠标及键盘的输入,适合于初级vc编程者阅读.
-simulation tests mouse and keyboard input software description : The simulated test cases mouse and keyboard input, suitable for junior programmers vc reading.
- 2022-01-26 05:54:45下载
- 积分:1
-
固定电话查询!是固定电话的!!准确性还有待研究
固定电话查询!是固定电话的!!准确性还有待研究-Fixed telephone inquiries! Fixed phone!!
- 2022-03-05 17:33:22下载
- 积分:1
-
VC6下基于MSComm控件的串口通讯接受端程序
程序基于使用VC6.0开发,专门针对串口程序调试而开发,可以在开发串口通讯时对串口数据进行监视,充当类似串口助手的作用,程序使用微软的MSComm串口控件,运行时需要在VC6中加载MS控件。
- 2022-03-18 01:20:53下载
- 积分:1