-
使用Windows上的计划任务的程序
使用Windows上的计划任务的程序-The example of using the plan task in the Windows
- 2023-06-26 14:50:03下载
- 积分:1
-
一个自己定时关机的程序 调用了xp 的部分类
一个自己定时关机的程序 调用了xp 的部分类-One tool for show to shutdown the windows system. Notes: it need XP dev packet.
- 2022-02-03 22:57:51下载
- 积分:1
-
00-59秒计时器(利用软件延时)清晰易懂,适应与初学者
00-59秒计时器(利用软件延时)清晰易懂,适应与初学者-00-59 seconds timer (using software delay) a clear and easy to understand, adapt and beginners
- 2022-02-25 14:40:42下载
- 积分:1
-
高斯消元法应用实例源码 具有通用性和实用性
高斯消元法应用实例源码 具有通用性和实用性-Gauss elimination with a generic source code application examples and practical
- 2022-04-02 06:40:43下载
- 积分:1
-
生产者与消费者问题的解决,利用语言实现的,可供参考
生产者与消费者问题的解决,利用语言实现的,可供参考-goodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgood
- 2022-01-28 04:04:35下载
- 积分:1
-
一个条形码生成程序,可以生成CODE128,CODE39,EAN13,EAN8和…
一个条形码生成程序,可以生成 CODE128,CODE39,EAN13,EAN8等类型的条形码. 无需其他控件,演示程序支持预览和复制到剪切板等功能.-a generating programm of bar code ,it can generate CODE128,CODE39,EAN13,EAN8 and so on.it need none other components,and can showing programm regists preview and copy to clipboard.
- 2022-05-12 16:48:06下载
- 积分:1
-
a print prepared by the labeling of procedures, simple and practical, active cod...
一个DELPHI编写的打印标签的小程序,简单实用,有源代码,大家可以下载看看!-a print prepared by the labeling of procedures, simple and practical, active code, we can look at the download!
- 2022-10-13 23:20:03下载
- 积分:1
-
使用流量交互分割
- 2022-03-13 07:11:55下载
- 积分:1
-
使用VB编写的小程序,仅供大家使用
使用VB编写的小程序,仅供大家使用-use VB to prepare a small procedure, we use only
- 2022-09-16 03:00:03下载
- 积分: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