-
用Visual C++编写的实现串口数据接受的源代码
用Visual C++编写的实现串口数据接受的源代码-Using Visual C++ implementation of the serial data to prepare to receive the source code
- 2022-02-03 23:41:45下载
- 积分:1
-
漂亮的C#软件启动界面特效源码,希望对你有帮助!
漂亮的C#软件启动界面特效源码,希望对你有帮助!-Beautiful interface effects start C# software source code, want to help you!
- 2022-02-02 17:19:54下载
- 积分:1
-
对WinCVS 2.0.2源代码。这是CVS的Windows客户端。你可以下载它…
WinCvs2_0_2的源代码,windows版的CVS客户端,能够编译-source code for WinCvs 2.0.2. It is the CVS windows client. you can download it and complible it directly.
- 2022-09-07 19:15:03下载
- 积分:1
-
一个关于字符串匹配的算法,已经经过编译,希望对你有帮助...
一个关于字符串匹配的算法,已经经过编译,希望对你有帮助-on a string matching algorithm, has been built, want to help you
- 2022-03-06 21:53:48下载
- 积分:1
-
该程序考虑到在C语言中计算机不能处理太大的整数,本程序能处理40位...
该程序考虑到在C语言中计算机不能处理太大的整数,本程序能处理40位-which takes into account in the C language computer can not handle too much of an integer, this program can handle 40
- 2022-07-21 07:13:05下载
- 积分:1
-
飞思卡尔imx37 WinCE BSP(2009 6
Freescale iMX37 WinCE 6.0 BSP (2009-11) version
- 2022-04-01 07:34:24下载
- 积分:1
-
This article presents different ways of im plementing factories, each with their...
This article presents different ways of implementing factories, each with their own advantages and disadvantages -This article presents different ways of im plementing factories, each with their own advantages and disadvantag es
- 2022-12-21 21:15:03下载
- 积分:1
-
这段代码说明如何在C #使用反射
This code descirbes how to use the reflection in C#
- 2022-05-27 05:03:09下载
- 积分:1
-
c++ 很好的外文书,希望对大家有用
c++ 很好的外文书,希望对大家有用...
c++ 很好的外文书,希望对大家有用
c++ 很好的外文书,希望对大家有用 -c++ well outside the instrument, in the hope that useful to everyone c++ well outside the instrument, in the hope that useful to everybody
- 2022-01-22 17:18:34下载
- 积分: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