-
一个小应用程序,用来测试位段的操作,用VC编写.
一个小应用程序,用来测试位段的操作,用VC编写.-a small application that used to test the operation of the place, with VC prepared.
- 2022-06-28 12:28:52下载
- 积分: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
-
java开发的贪吃蛇游戏
用纯java开发的贪吃蛇游戏,用eclipse开发出来的,运行项目JFrame窗口打开,在window系统中运行,通过一个一个的节点组成一条蛇,随机在除蛇身上生成食物,蛇可以通过键盘控制移动吃食物,包含完整代码
- 2022-03-11 23:57:17下载
- 积分:1
-
使用vc制作程序的安装,可以所有的文件都以资源的方式存放在一个exe里面,然后运行该exe时解压这些文件到硬盘,对于小的安装程序是非常有用的...
使用vc制作程序的安装,可以所有的文件都以资源的方式存放在一个exe里面,然后运行该exe时解压这些文件到硬盘,对于小的安装程序是非常有用的-Make setup program by VC++, it bind all the resources in the exe file,and extract the resources to the disk when the app running. It is usful for small program.
- 2022-08-21 16:52:12下载
- 积分:1
-
courses on operating system design multi
操作系统课程设计 多任务系统实现-courses on operating system design multi-task systems
- 2022-01-25 23:28:22下载
- 积分:1
-
本代码实现了PowerPoint2000/XP内部插件
本代码实现了PowerPoint2000/XP内部插件-source implementation of the internal plug-PowerPoint2000/XP
- 2022-03-03 09:29:25下载
- 积分:1
-
under the Virtual Print procedures, in place to achieve a variety of map file fo...
windows 2000下的虚拟打印程序,可以实现多种格式到位图文件的转换-under the Virtual Print procedures, in place to achieve a variety of map file format conversion
- 2023-07-13 20:00:02下载
- 积分:1
-
编号为1,2,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数),一开始人选一个正整数作为报数上限m,从第一个人开始按顺时针方向从自1开始顺序报数,...
编号为1,2,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数),一开始人选一个正整数作为报数上限m,从第一个人开始按顺时针方向从自1开始顺序报数,报道m时停止报数。报m的人出列,将他的密码作为新的m值,从他的顺时针方向上的下一个人开始重新从1报数,如此下去,直至所有人全部出列为止,设计一个程序求出出列顺序。采用单向循环链表模拟此过程,按照出列的顺序印出各人的编号测试数据:m的初值为20;n=7,7个人的密码依次为:3,1,7,2,4,8,4,首先m的值为6(正确的出列顺序应为6,1,4,7,2,3,5)-No. 1, 2, ..., n n clockwise direction by individuals sitting around a circle, each holding a password (positive integers), a candidate started as a positive integers m ceiling on the number of reported from the first individuals to embark on the clockwise direction from the start sequence from a few newspaper reports m reportedly stopped a few. M reported out of the list of his password as a new value m, from the clockwise direction on the next re-started from a few reported so on, until all out all out, the design of a procedure sought out the order out. Listless one-cycle simulation process and follow the sequence shown in the numbers printed each test data : m for the initial 20; N = 7,7 personal passwords were : 3,1,7,2,4,8
- 2022-01-24 15:11:40下载
- 积分:1
-
还一个是著名的Agobot的一个变种,自己写的代码可以学习框架。
又一个bot,是大名鼎鼎的agobot的变种,自己写代码可以借鉴一下-Also a bot, is a variant of the famous Agobot, write their own code can learn from you
- 2022-12-04 09:15:03下载
- 积分:1
-
基于Java开发的模仿微信打飞机游戏
基于Java的模仿微信的打飞机游戏,以移动鼠标的形式控制飞机,采取数组方式替代集合,方便初学者查看学习,Java入门的整合项目
- 2022-01-23 10:21:45下载
- 积分:1