搜索资源列表
uft8
- UTF-8文件转成ANSI ASCII文件VB6和C#代码示例-UTF-8 files into ASCII document ANSI VB6 and C# code examples
pickbin
- 本代码可以区分二进制文件和普通文本(ASCII)文件,并列出制定目录下所有的二进制文件或文本文件。 编译源代码后,请使用\"-?\"、\"-h\"或\"-H\"命令选项察看帮助。-the binary code can distinguish between documents and ordinary text (ASCII) files, and lists of all the development directory of binary files or text files. A
rayshade.4.0
- Rayshade是一个光线追踪系统。输入一个描述场景的ASCII文件,它将产生一个光线追踪后的图案文件。 -支持10种简单图形(包括多边形,环面等) -各种光源 -利用等级化体积或空间均匀分割来加快速度 -变率采样 -简陋动画支持 -容易添加几何体、纹理、光源等-Rayshade is a light tracking system. Importation of a Scene Descr iption ASCII document, which will have a
C++ code for readingwriting the six ASCII file typ
- gps 读renix文件格式的源代码-a GPS reading renix file format source code
hafuman
- 一 . 需求分析: 1) 输入形式和输入值范围: 输入形式是要压缩(或者要解压)的文件路径,输入范围是字符串,而且要是文件的路径。 2) 输出形式: 输出相应的编码压缩文件和解码原文件 3) 程序所能达到的功能: 利用哈夫曼对ASCII文件做不等长编码,达到压缩文件。利用哈夫曼树的遍历,达到解压文件的目的。程序的功能也就是实现压缩和解压ASCII类型文件的目的。 4)测试数据:(包括正确的输入数据及其输出结果和含有错误输入及其输出结果) 测试输
ascii
- 实现字符串的ASCII码的十进制和十六进制转换。中英文提示,可以循环查询。结果输出到文本文件中保存。是计算机编程学习中一个有用工具。
Tekscantoarray
- tekscan公司ascii文件转成标准矩阵格式数据文件代码
makefont(ASCII)
- 通过该工具软件,加载一个给定的字符集文件,可产生多国语言的点阵字库,该工具生成的字库文件已经用于嵌入式机器为显示多国语言提供支持!
制作加密文本文件程序
- 制作加密文本文件程序1.原理从源文本文件中按顺序读出每一个字符,然后把读出的字符转换为相应的ASCII码,将此ASCII码加上整数密钥Key,最后把所得结果再转回相应的字符并同时把它写入到另外一个文件中,这就是加密过程。解密码过程与加密过程刚好是相反的操作。2.界面设计新建一个工程,在Form1中添加一个Label,一个Edit和两个Button,程序的界面设置与布局如图所示。图一 界面布局-encryption produced a text file procedures. Principl
asciitohex.将CCS2生成的.out文件转换成HEX文件格式
- 配合dsp_boot一起使用,可以将CCS2生成的.out文件转换成HEX文件格式,然后这可以实现DSP的boot_load,tie dsp_boot used together, can be generated CCS2. Out convert documents into the HEX file format, then this can be achieved DSP boot_load
M2M-1.x-packet
- 一个将截获的密文封包转换为明文封包的工具,并可生成对应ASCII文件-A packet will be intercepted ciphertext into plaintext packet tools, and generates the corresponding ASCII file
simpleini-4.8.2(2)
- Ini文件读写源代码,支持多种操作平台 - support for multi-line values (values with embedded newline characters) - optional support for multiple keys with the same name - optional case-insensitive sections and keys (for ASCII characters only) - saves files
stl
- STL文件读取程序(Matlab):可以将ASCII格式的STL文件中的数据点信息及网格拓扑信息读出,并显示在屏幕上--a MATLAB program which gets the name of an ASCII STL (Stereolithography) file from the user, reads the 3D graphics information stored in the file, and displays the structure on the screen
STL_DISPLAY_Display
- STL文件读取程序(Matlab):可以将ASCII格式的STL文件中的数据点信息及网格拓扑信息读出,并显示在屏幕上-a MATLAB program which gets the name of an ASCII STL (Stereolithography) file from the user, reads the 3D graphics information stored in the file, and displays the structure on the screen.
key_lcd
- lcd显示函数,包括初始化、参数设置、汉字代码。ascii字符代码、头文件等-lcd display functions, including initialization, parameter settings, characters code. ascii characters code, header files, etc.
NeHe7
- 编写的一个OpenGL的读取stl文件的小程序,能够读取stl ASCII格式-Read a prepared OpenGL applet stl file, stl ASCII format can be read
modbus
- modbus rtu协议 linux 平台的实现.读取相关配置文件信息.通过串口发送数据.-modbus rtu protocol linux platform. read the configuration file information. send data through serial port.
pickfile
- 本代码可以区分二进制文件和普通文本(ASCII)文件,并列出制定目录/文件列表中的下所有的二进制文件或文本文件。请使用"-?"、"-h"或"-H"命令选项察看帮助。-This tool is used to pick out text or binary files under the specified directory or in the specified file list.
grids_display
- gridsdisplay是一个MATLAB程序,它可以读取两个用2D或3D格式定义网格或稀疏网格的ASCII文件。第一个网格是用空心的蓝色点绘制的,而第二个网格则是用实心的红点绘制的。图像会自动保存到PNG文件中。((GRIDS_DISPLAY is a MATLAB program which can read two ASCII files defining grids or sparse grids in 2D or 3D. The first grid is plotted "
文件加密
- 对于文本文档中的内容利用ascii码进行加密,收到的一方知道秘钥可以成功进行解密(For the text in the document content using ASCII code for encryption, receiving party can successfully decrypt the secret key to know)