-
This is a bank management system, finally found his hope to
这是一个银行管理系统,好不容易找到的,希望能通过-This is a bank management system, finally found his hope to
- 2022-10-05 12:40:04下载
- 积分:1
-
AD3080测距
得益于传感器、执行机构、处理器等技术的进步以及相关成本的减少,结合这部分的优点,使得半自动和全自动的多旋翼飞行器的建造成为可能。由于对自主系统存在不同的定义,这里理解为能够在没有任何外部设备的情况下能够完全独立运行其所有功能的系统。相比于使用GPS或光学跟踪摄像机定位的系统,称为半自主系统更合适,因为其需要依赖外部设备或信号。而自主系统能够在未知和没有GPS的环境下运行,例如室内、洞穴、隧道或者其它没有精确GPS信号可用的地方。已有的实现自主系统的不同方法有使用超声波、红外、激光雷达、立体摄像机或者微软的Kinetic相机。每一种都有自己的缺点,比如可靠性、价格、重量和大小。对于可靠性来说,多传感器系统才是主流,而且基于摄相机的系统会得益于更轻的重量、更便宜的价格和更小的体积。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-11-13 17:45:04下载
- 积分:1
-
a)需求分析:
任务 :对一篇英文文章,统计各字符出现的次数,实现Huffman编码;
要求:输出每个字符出现的次数和编码,其中求最小权值要求用堆实现;...
a)需求分析:
任务 :对一篇英文文章,统计各字符出现的次数,实现Huffman编码;
要求:输出每个字符出现的次数和编码,其中求最小权值要求用堆实现;
b)概要设计:
本程序所使用的数据结构是树和线性表,所使用的算法主要有堆排序、赫夫曼算法。
-a) Requirements Analysis : Mandate : an article in English, statistics of the number of characters to achieve Huffman coding; Requirements : Every character in the output of the number and the code for which the minimum requirement of the right to use Heap; B) Summary of design : the procedures used by the data nodes the tree structure and linear form, the algorithm used by the main sculpture, in order Huffman algorithm.
- 2022-03-06 12:21:16下载
- 积分:1
-
Windows CE5.0环境下bootloader开发步骤
附带屏幕截图开发环境为platform builder5.0...
Windows CE5.0环境下bootloader开发步骤
附带屏幕截图开发环境为platform builder5.0-Windows CE5.0 development environment steps bootloader screen shots attached to development environment for platform builder5.0
- 2022-03-17 05:45:46下载
- 积分:1
-
chat procedures and browser procedures an example straightforward
chat程序和browser程序的一个例子,简单易懂-chat procedures and browser procedures an example straightforward
- 2022-05-24 10:21:47下载
- 积分:1
-
some classic VC source code (1)
一些经典的VC源代码(1)
- 2022-03-19 17:13:44下载
- 积分:1
-
wtltree列表控制实例
WTLtree list control examples
- 2023-04-10 07:20:02下载
- 积分:1
-
c/c++实现cache功能,树结构。
c/c++实现cache功能,树结构。-c/c achieve cache, the tree structure.
- 2022-02-14 22:57:20下载
- 积分:1
-
Implemeation of a grafo reading the data from txt file
这段代码从一个文件(txt)中加载数据,并用该数据生成grafo。数据格式为:起源:命运:成本,nodo是否有2个或更多数据格式;起源:命运:成本:命运:成本:命运:成本支出:1:2:10:4:30:5:100
- 2022-05-12 10:12:24下载
- 积分:1
-
图像压缩问题要求确定象素序列{p1,p2,…,pn}的最优分段,使得依此分段所需的存储空间最少。每个分段的长度不超过256位。数字化图像是m×m的像素阵列。假定...
图像压缩问题要求确定象素序列{p1,p2,…,pn}的最优分段,使得依此分段所需的存储空间最少。每个分段的长度不超过256位。数字化图像是m×m的像素阵列。假定每个像素有一个0 ~ 2 5 5的灰度值。因此存储一个像素至多需8位。若每个像素存储都用最大位8位,则总的存储空间为8m^2 位。为了减少存储空间,我们将采用变长模式( variable bit scheme),即不同像素用不同位数来存储。像素值为0和1时只需1位存储空间; 值2、3各需2位;值4,5,6和7各需3位;以此类推。-image compression defined pixel sequence (p1, p2, ..., pn) sub-optimal, sub accordingly makes the storage space required at least. The length of each section is not more than 256. The digital image is m m pixel arrays. Assume that each pixel is a 0-2 5 5 of the gray values. Therefore storage of up to a pixel 8. If each pixel with the largest storage capacity of 8-bit, the total storage space for 8m ^ 2. In order to reduce storage space, and we will use variable-length model (variable bit scheme), that is different with different pixel median storage. Pixel values of 0 and 1 and only a storage space; The value of 2,3 required two; Value 4,5,6 and 7 of the required three; Analogy.
- 2022-11-29 05:50:03下载
- 积分:1