-
法赫德埃斯穆尔
这是 vb.net 是强,我喜欢它的
- 2022-02-25 09:17:22下载
- 积分:1
-
实现二进制位串流与字节流的相互转换。
每8个二进制位对应一个字节...
实现二进制位串流与字节流的相互转换。
每8个二进制位对应一个字节-achieve binary byte-stream flow with the conversion. Every eight spaces corresponding binary 1 byte
- 2022-06-22 03:43:44下载
- 积分:1
-
LabVIEW8.5:使用方法与以前的LabVIEW8.0以及8.2中文版是一样的,
但是据说“生成的许可证文件也不是存放在默认的我的文档位置,...
LabVIEW8.5:使用方法与以前的LabVIEW8.0以及8.2中文版是一样的,
但是据说“生成的许可证文件也不是存放在默认的我的文档位置,-LabVIEW8.5: the use of methods and previous LabVIEW8.0 and 8.2 is the same as the Chinese version, but is said to
- 2022-01-25 20:29:07下载
- 积分:1
-
字符串的匹配算法,简单的c++算法源码,一共三个文件,文件s和t中存放字符串...
字符串的匹配算法,简单的c++算法源码,一共三个文件,文件s和t中存放字符串-String matching algorithm, a simple c++ algorithm source, a total of three documents, document storage s and t in the string
- 2022-08-16 03:56:07下载
- 积分:1
-
一段小程序 但是我不知道是做什么的一段压缩是是是 杀的杀是...
一段小程序 但是我不知道是做什么的一段压缩是是是 杀的杀是
-this is very ease
but I can t understand
- 2022-03-30 11:58:07下载
- 积分:1
-
主要是北斗导航卫星位置定位
主要是gps和北斗卫星位置计算,并能实现出卫星位置的精确位置。参考北斗卫星导航系统中空间信号接口控制文件。这段代码是接收机的一小部分,经过大量实验结果,实验得出数据比较精确。
- 2022-08-03 03:34:22下载
- 积分:1
-
用C语言编写的,实现一个能进行稀疏矩阵基本运算的运算器。...
用C语言编写的,实现一个能进行稀疏矩阵基本运算的运算器。-writen in C language, implemented calculator which can execute basic operator of sparse matrix.
- 2022-01-28 09:52:54下载
- 积分:1
-
windows main class function 实例3
windows main class function 实例3-windows main class function Example 3
- 2022-09-07 12:25:02下载
- 积分:1
-
在使用MFC和解压ZIP
在MFC中使用zip和unzip-In the MFC used in zip and unzip
- 2023-03-24 06:25: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