搜索资源列表
在VC中如何将文件保存为EXCEL格式
- 在VC中如何将文件保存为EXCEL格式-in VC how to save the file to Excel Format
WAVE文件格式剖析
- WAVE文件作为多媒体中使用的声波文件格式之一,它是以RIFF格式为标准的。RIFF是英文Resource Interchange File Format的缩写,每个WAVE文件的头四个字节便是“RIFF”。WAVE文件由文件头和数据体两大部分组成。其中文件头又分为RIFF/WAV文件标识段和声音数据格式说明段两部分。WAVE文件各部分内容及格式见附表。-WAVE as a multimedia documents used in the acoustic format, it is based
Delphi资源文件制作工具
- Delphi资源文件生成工具 我经常要在程序中加入许多资源,比如:声音、位图、光标等,这样可以使自己 软件更具特色。可以自己建立一个.RC的文件,然后再用Delphi\\Bin\\Brcc32.EXE来 编译生成一个.RES的文件,有了这个文件才能把资源编译到软件中去。 可是如果要加入一大批资源,要加入30个位图和20个光标的话,就要在.RC文件中一 行行加入要用的资源,比较麻烦。我是个懒人,所以自已写了这个能自动批量帮你完 成这个任务的工具,可以非常方便的生成.RES资源文件。 注意:由于Bo
镜像文件合并及恢复镜像方法
- 镜像文件合并及恢复镜像方法,希望对网络存储学习者能有一定启示-image file merger and resume mirroring, in the hope of network storage learners can have a certain amount Inspiration
VC调用matlab文件中的函数的实例的源代码
- 关于在VC中如何调用matlab中定义的.m文件中的函数的实例,这是源代码,有需要的朋友可以看看!-on how VC called defined in Matlab. M document examples of the function, which is the source code, we need to see friends!
c++文件日志
- C++环境下如何利用文件进行日志的操作,这个代码在解决日志方面提供了很好的借鉴作用-C environment how to use log files, the operation of the code in resolving the log provided a good reference
取文件
- 如何读取保存在D盘某文件夹下的文本文件, 读取后如何保存在一个数组中-how to read stored in a D-folders within the text files, how to read stored in an array
模拟二级文件系统
- 用C语言编写程序,模拟二级目录的文件系统 建立一个模拟文件系统,能实现建立、打开、删除、关闭、复制、读、写、查询等功能-use C language write programmes,simulate two-level directory file systems,create a simulated file systems in order to realize the functions such as create,open,delete,close,copy,read,write,f
快速检索指定文件
- 首先指定要查找的目录,然后填入要查找的文件名,注意到带扩展名 也可以查找文件夹.-first to find the specified directory, and then you have to fill in the name, notes with extension can also find folders.
制作加密文本文件程序
- 制作加密文本文件程序1.原理从源文本文件中按顺序读出每一个字符,然后把读出的字符转换为相应的ASCII码,将此ASCII码加上整数密钥Key,最后把所得结果再转回相应的字符并同时把它写入到另外一个文件中,这就是加密过程。解密码过程与加密过程刚好是相反的操作。2.界面设计新建一个工程,在Form1中添加一个Label,一个Edit和两个Button,程序的界面设置与布局如图所示。图一 界面布局-encryption produced a text file procedures. Principl
文件系统xxx
- 操作系统的文件系统程序,内容包括登陆,创建等功能.-OS file system,include logging in,create file etc.
在WINDOWS把文本文件转化成二进制文件
- 在WINDOWS把文本文件转化成二进制文件,然后根据ID号码查找内容 ,The text file in the WINDOWS into binary file, and then under the ID number to find the content of
MKFON.为特定文本文件中的汉字生成小汉字库
- 为特定文本文件中的汉字生成小汉字库。目前,GBK取字模程序段有问题,请高手指正。,Generates a small hz lib for Chinese characters in a given text file. At present, GBK font data getting is problematic, please correct me master.
AlphaControls-for-XE
- AlphaControls for XE,XE版本的,内有皮肤文件-AlphaControls for XE, XE version, there are the skin files
StorageLibrary3.56_FullSource_Delphi2010
- 【最新for delphi 2010全源码版本】 应用程序设置管理是任何应用程序和基础的重要组成部分。通常TIniFile和TRegistry类用于这一目的。Storage Library为应用程序设置管理的新途径。Storage Library是为应用程序设置工作,使组件的集合。Storage Library的概念是非常优雅和简单的: *TrsStorage -主要含有类似的内存结构树中的所有数据 *一些TrsStorageData控件与ini,XML文件,注册表或TS
vb60_fanli
- 主要是一些文件操作的技巧,例如文本编辑器的制作,简易的文件管理器,磁盘中查找文件等的基本VB程序 ,广大的VB爱好者可以参考一下我的程序- Mainly is some document operations skills, for example the text editor s manufacture, the simple document management, in the floppy disk searches the document and so on the basic
vc2
- 这是一个在C环境下编写的操作系统课程设计 包含了内存管理 CPU管理 文件管理 设备管理-This is an environment in C curriculum design to prepare the operating system includes a memory management CPU Management Document Management Equipment Management
CEB文件阅读器方正2.0
- 方正ceb阅读器 是一款国产的免费电子文档阅读软件,它集电子书阅读、下载、收藏等功能于一身,既可看书又可听书,还兼备RSS阅读器和本地文件夹监控功能。它具有功能完善,界面友好,操作简单等特点,可用于阅读 CEBX、CEB、PDF、EPUB、HTML、TXT 格式的电子图书及文件。(Founder CEB reader is a free domestic electronic document reading software, it set e-book reading, download,
历遍文件夹中的文件
- 功能实现历遍当前文件夹中含子夹中的所有文件例程。(Function to achieve the current folder contains all the file routines in the sub folder.)
强删文件(源码 程序)
- 可以强制删除运行中的文件 类似360文件粉碎(You can force the deleted files in operation to be smashed like 360 files.)