-
案例22磁盘文件的读写
案例22磁盘文件的读写-disk read and write documents
- 2022-03-15 11:01:19下载
- 积分:1
-
CALL on the school and on school DELPHI function CALL and address information DE...
关于学校的调用和关于学校的DELPHI函数调用和地址信息DELPHI
- 2022-07-18 05:19:19下载
- 积分:1
-
通过利用VB的控件制作播放器 并通过制作小的计算程序 能够实现边听音乐边学习...
通过利用VB的控件制作播放器 并通过制作小的计算程序 能够实现边听音乐边学习-Through the use of VB controls the production of players and through the production of a small computer program can be realized while listening to music while studying
- 2023-06-23 13:05:03下载
- 积分:1
-
小广告程序请使用
小广告程序请使用-small advertising programs use
- 2023-08-21 10:25:04下载
- 积分:1
-
设计感应电机
这个代码是用来设计异步电动机,具体参数来预测设计的异步电动机
- 2022-03-17 05:30:58下载
- 积分:1
-
将不同格式的数据转换成cstring格式,很方便,文件存在txt文件中...
将不同格式的数据转换成cstring格式,很方便,文件存在txt文件中-different data format conversion cstring format, is a convenient, the paper documents exist txt
- 2023-03-18 14:20:04下载
- 积分:1
-
我的数学实验报告,几个题目自己做的. 不是很完善,也还可以!
我的数学实验报告,几个题目自己做的. 不是很完善,也还可以!-My essay on the Maths experiment.
- 2022-12-17 16:40:03下载
- 积分:1
-
readword 实现打开文件文档功能,VC++源码。
readword 实现打开文件文档功能,VC++源码。-readword function of the realization of the document to open the file, VC++ source code.
- 2022-03-02 13:51:10下载
- 积分:1
-
SpringMVC的简单测试
Spring MVC属于SpringFrameWork的后续产品,已经融合在Spring Web Flow里面。Spring 框架提供了构建 Web 应用程序的全功能 MVC 模块。使用 Spring 可插入的 MVC 架构,从而在使用Spring进行WEB开发时,可以选择使用Spring的SpringMVC框架或集成其他MVC开发框架,如Struts1(现在一般不用),Struts2等。
- 2022-02-06 20:15:12下载
- 积分: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