Welcome![Sign In][Sign Up]
Location:
Search - txt

Search list

[File OperateVigenere加密器(TC版)

Description: 本程序在Tc3.0下编译通过,主要功能实现Vigenere加密解密算法。 使用方法: 0)退出。 1)加密: 根据提示先输入一个明文文件名(*.txt),再输入加密密钥,便可加密。 2)解密: 根据提示先输入欲解密密文的文件名(*.txt),再输入密钥,便可解密。-the procedures under the Tc3.0 compiler, the main function of achieving Vigenere encryption and decryption algorithms. Use : 0) withdrew. 1) encryption : When prompted to input an explicit document (*. txt), the further importation of encryption keys can be encrypted. 2) Material : When prompted to input the text wishes to declassified secret documents (*. txt), the admission of key can be decrypted.
Platform: | Size: 17408 | Author: | Hits:

[Otherturboc_KU

Description: TUROBE C 的TXT格式的库函数说明书,使用简单,我一般都用它-TUROBE C TXT format specification library functions, simple to use, I generally use it
Platform: | Size: 15360 | Author: 张斌 | Hits:

[Graph Recognizemyread

Description: matlab中读取*.txt文件数据程序,*.txt文件 可以是串口调试助手等采集到的16进制数据。-Use Matlab to open*.txt files and can open all kinds of*.txt files shch as 16bit files come from debug the assistant with one bunch of mouths
Platform: | Size: 2048 | Author: wyh | Hits:

[Special EffectsAscii text image generator

Description: Description: Starting from an image file, it generates a .txt file containing the image in Ascii text format.
Platform: | Size: 2048 | Author: gz | Hits:

[File OperateFrom_Txt_into_Access

Description: Txt文本文件与Access文件互转换(功能还没有完善)例子中用到了第三方控件,有时间再整理一下. -text files and archives documents Access Transformation (feature is not perfect) example uses a third-party control, have time to tidy up.
Platform: | Size: 476160 | Author: oliver | Hits:

[Otherbanksystem_6.0

Description: 使用vc6.0我自己制作的模拟银行结帐系统。 用txt代替了数据库。 用于初学者学习。-vc6.0 my own use of the simulated bank checkout. Txt instead of using a database. For beginners to learn.
Platform: | Size: 17408 | Author: 赵刚 | Hits:

[Windows DevelopReadTxt

Description: VC++代码,读取txt文本文件。由于读取txt文本的方法很多,本例子仅供参考。-VC++ source code to read TXT text files. Because there are many ways to read TXT files, this example is only for reference.
Platform: | Size: 37888 | Author: 张锐 | Hits:

[Multimedia Developlookit

Description: 1.可以查看的文本类型:"TXT"、"LOG"、"HTM"、"HTML"、"CFG"、"WIN"、"DOS"、"INC"、"YSL"、"ASC" 2.可以播放的声音类型:"WAV"、"SND"、"AIF"、"AU"、"MID"、"RMI"、"MP3"、"M3U"、"ASF"、"ASU" 3.可以播放的视频类:"DAT"、"AVI"、"MPG"、"M1V"、"MP2"、"MPA"、"MOV"、"QT" -1. View can type the text : "TXT", "LOG", "HTM", "HTML", "CFG", "WIN", "DOS", "INC", "said Natori," "ASC" 2. May to broadcast the voices of the type : "WAV", "SND", "AIF", "AU", "MID", "RMI", "MP3", "M3U", "ASF," "ASU" 3. playback of video category : "DAT", "AVI", "MPG", "disk", "MP2", "MPA", "MOV", "QT"
Platform: | Size: 684032 | Author: 朱纯余 | Hits:

[ADO-ODBCTXTtoMDB

Description: 本程序是一个将TXT文件转换成ACCESS数据库格式的工具。只要指定数据库存放路径、文件名、表名、字段名与每个字段所要截取的字符数即可将读取的每行TXT文本进行分割存储。-this procedure is a TXT file will be converted into ACCESS database format tool. As long as the designated database storage path, file name, the name of the table, with each field name to the field interception by the number of characters which can be read in every line TXT text storage division.
Platform: | Size: 134144 | Author: 陆锐 | Hits:

[ADO-ODBCMDB文件导出为多种格式文件

Description: MDB文件导出为多种格式文件,如:DBF,TXT等。代码蛮简单,却很经典!-MDB documents exported to a variety of formats, such as : DBF, TXT. Code is pretty simple, very classic!
Platform: | Size: 2048 | Author: 陆锐 | Hits:

[Windows DevelopTxtTool

Description: 采用VC++6.0开发的对文本文档排序的小程序。将txt文档中的行按照行的第一个字符的拼音顺序排序-using VC 6.0 text files to the right sort of small programs. Txt files to the line with a line of characters in the alphabet order of ranking
Platform: | Size: 124928 | Author: 王然 | Hits:

[File OperateVC代码ReadFile

Description: VC读写txt文件的程序,数据由空格,逗号或回车分隔开,还包括读取图位文件和二进制文件!-VC literacy txt documents, data from space, or comma separated from the transport, including map-reading documents and binary files!
Platform: | Size: 3639296 | Author: | Hits:

[ELanguagecffx_tcking

Description: 该词法分析程序用VC++ 6.0编写,以FileOpenDialog打开的*.c或*.cpp文件为语言字集的源程序作为词法分析程序的输入数据,经词法分析程序分析后的结果保存在源文件的同目录的output.txt文件中。在词法分析中,自文件头开始扫描源程序字符,一旦发现符合“单词”定义的源程序字符串时,将它翻译成固定长度的单词内部表示,并查填适当的信息表。经过词法分析后,源程序字符串(源程序的外部表示)被翻译成具有等长信息的单词串(源程序的内部表示),并产生两个表格:常数表和标识符表,它们分别包含了源程序中的所有常数和所有标识符。-the lexical analysis procedures used to prepare VC 6.0 to FileOpenDialog open*. c*. cpp documents or language character sets for the source as lexical analysis of the data entry process, the analysis of lexical analysis procedures after the results stored in the same source file directory paper output.txt . The lexical analysis, the first since the paper began scanning source characters, once found with "words" definition of the source string, it will be translated into fixed length of the internal word, and to identify the appropriate information filled table. After lexical analysis, source string (source said external) has been translated into information such as a long string of words (internal source said), and produce two forms : Constant table and table identifier, namely
Platform: | Size: 203776 | Author: 汤超 | Hits:

[Internet-Network基于UDP-面向连接的应用程序

Description: 基于UDP-面向无连接的应用程序 网络通信应用程序:客户机发出数据请求命令,服务器根据其命令提供数据; 服务器端异步地发出UDP包,客户端接受UDP包并写入.TXT文件中。 -UDP-based-no connection-oriented applications network communications applications : client data requests issued an order under its orders servers provide data; Asynchronous server to send UDP packet, the client received UDP packet and write. TXT file.
Platform: | Size: 8192 | Author: lee | Hits:

[Oracle将excel文件用impexp32导入到oracle中

Description: 先将excel文件另存为 txt 文件,用impexp32 导入到 oracle 中.zip-first to excel txt file separate documents, with impexp32 were imported into the oracle. zip
Platform: | Size: 28672 | Author: 陈明 | Hits:

[Othertxt处理及窗口比例缩放

Description: VB编写的txt处理及窗口比例缩放的例子-VB txt prepared to deal with the window and zoom ratio example
Platform: | Size: 2048 | Author: 李立立 | Hits:

[File OperateRunlength

Description: Runlength的示例代码,开发工具VC++6.0 选择文件后点击行程编码,结果放在编码文件同一目录下的Tmp.txt文件内,输出为HEX代码-Runlength the sample code, development tools VC 6.0 Click on the choice of itinerary document coding, coding documents on the same directory Tmp.txt paper, the output code for HEX
Platform: | Size: 26624 | Author: | Hits:

[Crack HackEXELOCK1.83EXE

Description: EXE文件加密器 包含文件 filelock.exe 主文件 readme.txt 说明文件 运行环境 PWIN9X,PWIN2000,16M以上。 完成日志: 3月3日,阳光日立,产生了作一个EXE文件加密器的想法。 3月12日初步完成1.0版,编译环境WIN2000,DELPHI5。自行测试没发现什么错误。 3月13日改进程序内部消息提示。 3月20日发布1.21版,经过2000下所有测试,增加文件判断是否已经加密。 3月22日同学发现在98下字体变大,无法检测到加密标志,显示错误提示,这是一个大BUG,用了3个小时发现了错误所在,改进…… 3月25日,网友测试提出建议,增加了参数传递。 3月27日,发布1.62版,良好的运行在WIN98和WIN2000环境下。-EXE file encryption device contains documents filelock.exe main file readme.txt note runtime environment PWIN9X, PWIN2000, 16M and above. Complete Log : March 3, sunny Hitachi, have made an EXE file encryption for the idea. March 12 initially completed version 1.0 compiler environment WIN2000, Delphi 5. Self-testing we did not find anything wrong. March 13 to improve internal procedures news suggested. March 20 release version 1.21, after 2000 under all the tests to determine whether additional documents have been encrypted. On March 22 students found in 98 fonts larger and encryption can not be detected signs showing the error indicates that this is a big BUG, spent three hours discovered the errors, improve ... March 25, net surfers testing proposed to increase the transmission parameter
Platform: | Size: 45056 | Author: ff | Hits:

[CSharptxt

Description: 一个记事本程序, 可用注册表保存最后一次打开的记录-a notebook procedures, the registry can be used to preserve the last open records
Platform: | Size: 27648 | Author: 大鸟 | Hits:

[Graph programFrequencyImage

Description: 包括如何将几百个*.txt的文件读入程序,并通过快速傅立叶变换进行数据处理画出图像。-including how to hundreds*. txt file into the process, and through the fast Fourier transform data processing paint images.
Platform: | Size: 1024 | Author: 万新 | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

CodeBus www.codebus.net