搜索资源列表
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
makefont(ASCII)
- 通过该工具软件,加载一个给定的字符集文件,可产生多国语言的点阵字库,该工具生成的字库文件已经用于嵌入式机器为显示多国语言提供支持!
M2M-1.x-packet
- 一个将截获的密文封包转换为明文封包的工具,并可生成对应ASCII文件-A packet will be intercepted ciphertext into plaintext packet tools, and generates the corresponding ASCII file
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
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.
OpenFile
- 编写一个小程序,打开一个ASCII文件,用于把输入中包含特定字符或字符串的各个行显示出来。尝试完善这个小程序,如忽略大小写,或在输出这一行的同时输出这行的行号。-Procedures for the preparation of a small, open an ASCII file for the input string contains a specific character of each line or displayed. Try to improve this small pro
NetAssis
- Network debugging assistant (CM hardcover edition) V2.5 green special edition tool is in practical engineering applications, according to the actual needs of the general development of a network debugging tool. 界面精致美观,实用性也强。 Interface, exquisite beau
DigitalLabyrinth[V1.0.0]
- 自己设计的走迷宫算法,使用了较复杂的链表记录、分析迷宫路径,迷宫数据从一个ASCII文件读入,结果写入另一个文件中。在后来的修改中又添加了玩家自己试走迷宫的功能,也可以作为一个简易的小游戏。可供需要简单迷宫解算算法的朋友参考。-Maze solver with my own design algorithm, using complex list records, analysis of the maze path, maze data read from an ASCII file ,and
SimpleWordsDictionary[V1.0.3]
- 自己设计的词典程序,使用一个ASCII文件保存词库,通过链表方式记录单词,用于词库较小的应用场合。代码已经实现了单词的添加、删除、修改、导出等多种功能。可供学习链表的朋友参考。-A Simple Dictionary Program, using an ASCII file is saved thesaurus, with the word list to store words. The code word has been achieved to add, delete, modify, e
DELPHI-FC_src
- Delphi 文件比较的源代码,虽然只是ASCII比较,改为2进制很简单的。-Delphi source code file comparison, albeit relatively ASCII instead of two binary is very simple.
CheckUnicodeFont
- Unicode码文件转换成其它编码的文件-Unicode code file conversion into other encoded files
ASCII
- 这个文件主要提供了我们在编程中可能遇到的需要对ASCII码进行转换的问题,因为计算机编程会与我们正常的思维有些区别-This document provides the main programming we may encounter in the need to convert the ASCII code, because computer programming with some differences between our normal way of thinking
SearchString
- 这是一个用C语言实现的对当前目录下的ASCII文件进行目标字符传查找的程序-This is an implementation using C language under the current directory target character ASCII file transfer program to find
ASCII
- 在IDL平台上,读和写有格式的和无格式的文件,并具备头文件的跳转功能-read and write ascii TEXT on the IDL plateform
ascii
- ascii的ply文件-ascii-ply paper. . . . . . . . . . . . . . . . . . . . . .
GetFileRowNum
- 统计ascii文件的行数,如自己编写的代码行数,可以以文件夹为单位进行统计,包含子文件夹。详细信息功能中将列出具体文件的行数。-Statistics ascii file number of lines, such as the number of lines of code to write your own, you can order a folder as a unit for statistics, including subfolders. Details Features spec
FileView
- 文件是在计算机内存中以二进制表示的数据在外部存储介质上的另一种存放形式。 文件通常分为二进制文件和文本文件。 二进制文件是包含在 ASCII 及扩展 ASCII 字符中编写的数据或程序指令的文件。一般是可执行程序、图形、图象、声音等等文件。 文本文件(也称为ASCII文件):它的每一个字节存放的是可表示为一个字符的ASCII代码的文件。它是以 “行”为基本结构的一种信息组织和存储方式的文件,可用任何文字处理程序阅读的简单文本文件。 -I don,t know english
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)