-
- 2022-10-13 12:25:03下载
- 积分:1
-
Qt进制自动转换器
Qt进制自动转换器,界面美化,功能齐全,输入格式控制,完成二、八、十、十六进制以及ASCII码转换,仅用于学习参考
- 2022-04-29 09:07:26下载
- 积分:1
-
C语言程序的基本使用,这是非常详细的和有价值的人…
C语言程序的基本用法,这对那些想学习C语言的人来说是非常详细和有价值的。
- 2022-04-12 01:03:01下载
- 积分:1
-
Photographic Tone Reproduction for Digital Images
Photographic Tone Reproduction for Digital Images
- 2023-08-16 05:20:02下载
- 积分:1
-
Dbexpress.DEMO two
Dbexpress.DEMO
两层、三层范例-Dbexpress.DEMO two-storey, three-tier example
- 2022-08-06 07:25:01下载
- 积分: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
-
onvif协议demo
资源描述视频监控协议标准onvif协议,可用于学习。协议源码有两个版本,windows和linux版本,次源码以中间件形式编写,可以直接用编译后的库
- 2022-04-18 05:47:38下载
- 积分:1
-
Source packages microwindows
microwindows-0.98.tar.gz源码包-Source packages microwindows-0.98.tar.gz
- 2023-07-04 10:05:04下载
- 积分:1
-
一个继电模拟测试系统,用VC编写,包括直流测试,UI测试,交流边频,差动测试,阻抗测试等。用拆分视图实现,左边是对话框,右边是图形界面,形象直观,而且程序中还有...
一个继电模拟测试系统,用VC编写,包括直流测试,UI测试,交流边频,差动测试,阻抗测试等。用拆分视图实现,左边是对话框,右边是图形界面,形象直观,而且程序中还有通过调用WEB页的方式对各模块的简短介绍,在初始界面,可以控制播放GIF动画,实现了两个视图同步播放。-Simulation tests of a relay system, using VC prepared, including the DC testing, UI testing, the exchange of side-frequency, differential test, impedance test. Split view with the realization of the left is the dialog box, and the right is the graphical interface, visual image, but there are procedures by calling on the WEB-page brief description of each module, in the initial interface, players can control GIF animation, achieved two views simultaneously broadcast.
- 2022-03-21 16:06:35下载
- 积分:1
-
Sierpinski地毯的分形图形,由分形递归算法生成的源程序。
Sierpinski地毯的分形图形,由分形递归算法生成的源程序。-Fractal graph by Sierpinski rug algrithm
- 2022-04-28 08:15:07下载
- 积分:1