-
use of data compression algorithm
使用的数据压缩算法-use of data compression algorithm
- 2023-08-16 04:10:03下载
- 积分:1
-
design patterns VC example, can be used to study design patterns. I feel very us...
设计模式的VC例子,可以用于学习设计模式。我自己觉得很有用。这个是Build模式-design patterns VC example, can be used to study design patterns. I feel very useful. This is the Build Model
- 2023-08-21 01:20:03下载
- 积分:1
-
如题, 如题, 如题, 如题, 如题, 如题,
如题, 如题, 如题, 如题, 如题, 如题,-如题,如题,如题,如题,如题,如题,如题,如题,如题,如题,如题,如题,如题,如题,
- 2023-07-25 12:50:03下载
- 积分:1
-
四旋翼
在如今的飞控中,种类繁多。如果要进行而二次开发,需要进行大量的解读。该自主壁障模块为基于飞控和接收机之间的植入模块。其即不影响遥控接收机输出pwm给飞控,又能处理超声波传感器送回的信号,超声波传感器为us-016,输出为模拟信号。板子用的是arduino328p。sip下载。
- 2022-07-08 07:23:50下载
- 积分:1
-
离散数的的讲义是计算机基础学习的好书,我找了很久才弄到的...
边缘检测例程,包含了常用的图像处理函数,可作为图像编程学习之用-Edge detection routines, including the commonly used image processing functions
- 2022-08-25 06:22:12下载
- 积分:1
-
xml的事例源代码
xml的事例源代码-xml source code examples
- 2022-03-28 16:53:07下载
- 积分:1
-
工作需要搞得一个LIST项重定向小工具,偷懒专用
工作需要搞得一个LIST项重定向小工具,偷懒专用-It is a trick way to obtain a simple tool for re-direction of list items.
- 2022-08-07 20:57:21下载
- 积分:1
-
arm disk tool that can flash disk formatting, partitioning
arm磁盘工具,可以格式化flash盘,分区等-arm disk tool that can flash disk formatting, partitioning
- 2022-12-26 10:45:04下载
- 积分:1
-
wsaselect服务器程序
此页面上的下载是Chilkat产品的完整版本下载;
- 2022-07-11 21:08:31下载
- 积分:1
-
使用解码图像从数组,我们可以做很多想想它的
#include < iostream.h >
#include < stdio.h >
#include < string.h >
结构点头
{
名称 char [10] ;
int 的时间 ;
int 等 ;
} 节点 [10],x;
int n,m ;
双 av,w = 0 ;
void sort)
{
int i、 j ;
为 (我 = 0 ; 我 < n-1 ; + + 我)
为 (j = i + 1; j < n; + + j)
{
如果 (节点 [i] 时间 > node[j].time)
{
x = 节点 [i] ;
节点 [i] = 节点 [j] ;
节点 [j] = x;
}
}
}
void read)
{
int i;
cout n;
为 (我 = 0 ; 我 < n; + + 我)
{
cout 节点 [i].name ;
cout 时间节点 [i] ;
}
}
void print)
{
int i;
cout
- 2023-03-08 09:10:03下载
- 积分:1