-
achieve a simple calculator functions, arithmetic, but also a number of other ma...
实现了一个简单的计算器的功能,可以加减乘除,还要其他一些数学运算,如乘方等.-achieve a simple calculator functions, arithmetic, but also a number of other mathematical calculations, such as involution.
- 2022-01-22 10:37:10下载
- 积分:1
-
建立树,并对其进行前序.中序和后序的便利
建立树,并对其进行前序.中序和后序的便利-established trees, and its former sequence. After the order and sequence of convenience
- 2022-02-25 01:39:48下载
- 积分:1
-
vb程序排序与查找
vb程序排序与查找-vb ranking and search procedures
- 2022-08-26 08:30:20下载
- 积分:1
-
进程管理器
进程资源管理器,可以显示正在运行的进程,线程和模块。其着找到基地,并开始地址。例如,使用
EnumProcessModulesEx和NtQueryInformationThread功能在C#。
void PrintModules (Int32 ProcID)
{
IntPtr hProcess = OpenProcess(ProcessAccessFlags.QueryInformation | ProcessAccessFlags.VMRead, false, ProcID);
if (hProcess != IntPtr.Zero)
&nbs
- 2022-01-22 17:14:27下载
- 积分: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
-
这个程序能够模拟鼠标动作,包括左键单击,双击,左键单击,可以设置时间间隔!...
这个程序能够模拟鼠标动作,包括左键单击,双击,左键单击,可以设置时间间隔!-This program can simulate mouse movements, including left-click, double click, left-click, you can set the time interval!
- 2022-01-25 22:13:35下载
- 积分:1
-
Samsung 2440 driver, including 39VF160, IIS, CF, IIC, EEPROM, DMA, NAND, MCP2510...
三星2440驱动程序,包括39VF160,IIS,CF,IIC,EEPROM,DMA,NAND,MCP2510等驱动测试-Samsung 2440 driver, including 39VF160, IIS, CF, IIC, EEPROM, DMA, NAND, MCP2510, such as drive test
- 2023-08-12 09:35:04下载
- 积分:1
-
一本难得的书,学习C++的必备书籍,我们建议教师。
一本难得的好书,学习C++必备的书籍,我们老师上课推荐。-A rare book, learning C++ Required books, we recommend teacher.
- 2022-02-04 06:27:44下载
- 积分:1
-
Port scan, print the information. Are automated. Arbitrarily set it.
端口扫描,打印各方面的信息。都是自动化的。随便设置就可以了。-Port scan, print the information. Are automated. Arbitrarily set it.
- 2022-03-05 19:08:41下载
- 积分:1
-
标准C++程序设计 电子教案 内容比较详细
标准C++程序设计 电子教案 内容比较详细-Standard C++ programming in more detail the contents of e-lesson plans
- 2022-05-31 18:20:42下载
- 积分:1