搜索资源列表
Delphi资源文件制作工具
- Delphi资源文件生成工具 我经常要在程序中加入许多资源,比如:声音、位图、光标等,这样可以使自己 软件更具特色。可以自己建立一个.RC的文件,然后再用Delphi\\Bin\\Brcc32.EXE来 编译生成一个.RES的文件,有了这个文件才能把资源编译到软件中去。 可是如果要加入一大批资源,要加入30个位图和20个光标的话,就要在.RC文件中一 行行加入要用的资源,比较麻烦。我是个懒人,所以自已写了这个能自动批量帮你完 成这个任务的工具,可以非常方便的生成.RES资源文件。 注意:由于Bo
绘制半透明位图及如何画透明位图
- 绘制半透明位图及如何画透明位图 有的时侯,我们希望显示一幅半透明的位图。也就是说我们将一幅位图B 显示到A位图上,又希望透过B位图看到A位图的一部分图像但不是全部。比如A位 图是一幅曲线图,B是一幅提示位图,我们想在显示提示的同时看到已显示的曲 线,但不需要曲线的背景 ,就需有用到半透明位图。曲线看上去就象从B位图中渗 透过来,其实半透明技术就是一种渗透技术,渗透公式我们可选用多种,在这里 我们选用(A AND 0x7F)OR B。注意,白色不能产生渗透。-rendering transluce
os3 本程序模拟磁盘存储空间的分配和回收
- 本程序模拟磁盘存储空间的分配和回收,并用位示图管理。-The program to simulate the distribution of disk storage and recovery, and management with a bit map display.
VkBmpButton
- Delphi7的一个支持位图的控件源码.将位图切成4份.-Supporting Delphi7 a source bitmap control. Will be cut into 4-bit map.
jincheng
- 设计目录结构(采用多级目录)以及文件目录项的结构、外存空间的位示图,并编程实现如下要求(本实验未考虑实现文件操作功能)-Design the directory structure (using multi-level directory), and the file directory of the structure of space-bit Out-of-Core that map, and programming to achieve the following requirements
BitmapDiskManager
- 用位示图管理磁盘空间的分配与回收 要求打印或显示程序运行前和运行后的位示图,以及分配和回收磁盘的物理地址过程。-Management with the bit map display of disk space allocation and recycling requirements of the print or display program to run before and after running the bit map display, and distribution an
weishitu
- 本次实验的目的主要是通过研究并独立完成用位示图法编程实现磁盘块的分配,并理解其他三个模块,更好地掌握操作系统的原理及实现方法,加深了对操作系统基础理论知识和重要算法的理解,加强动手能力。-The main purpose of this experiment is done through independent study and map display method using programmed bit disk block allocation, and to understand t
file-management-experiment
- 操作系统文件管理实验:利用交互式命令实现树型目录结构和文件管理,同时利用位示图表示外存的分配情况,新建文件时分配必要的空间,模拟文件分配表记录文件在外存上的存储方式。了解系统对文件的操作。 在文件中保存目录内容,创建文件或子目录可以用命令行命令:MD、CD、RD、MK(创建文件)、DEL(删除文件)和DIR-Operating system file management experiment: the use of interactive command tree directory st
Bit-plane-map
- 灰度图像的位面图程序 matlab环境下写的 希望能有帮助-Gray image Bit plane map program, hopes to help you
16QAM-simulation
- 与已有的代码相比,本代码不仅包含调制解调、星座图、误码率等已有功能,更添加蒙特卡洛仿真,具有更好的性能,程序会产生一些图,能看清楚调制解调的过程中一步一步的编解码过程。-Compared with the existing code, the code contains not only the modulation and demodulation, constellation diagram, such as bit error rate for existing function, mor
