搜索资源列表
如何用c语言给一个文件加密
- 如何用c语言给一个文件加密??? 应该可以做到吧?有人吗? 下面是一个实例,能对任意一个文件进行加密,密码要求用户输入,限8位以内(当然你可以再更改). :) -how to use language to a file encryption? ? ? Should be able to do it? Someone? Below is an example of an arbitrary right to file encryption, password request user
c语言词法分析器
- 很好的c语言词法分析程序,该词法分析程序用VC++ 6.0编写,以FileOpenDialog打开的*.c或*.cpp文件为语言字集的 源程序作为词法分析程序的输入数据,经词法分析程序分析后的结果保存在源文件的同目录 的outpu.. 开发工具:C++Builder, 提供者:汤超 · 词法分析器11.rar, 2005-12-25 -good language lexical analysis procedures, the lexical analysis procedures us
C++_200_source_code_examples
- 包含了200个C++的源程序,文档格式是记事本,且每个源程序都有详细的中文注释,按顺序由易到难。-contains 200 of the C + + source files, file format notebook, and each source has detailed the Chinese Notes sequentially easy to arrive difficult.
shortestpath(file-based)
- 用Visual C++编写的一个基于文本文件的最短路径程序源码-prepared text of a document based on the shortest path procedures FOSS
C++0.1
- VC++编程100例。包含了很多的实例,包括了很多方面,如界面编辑,文件操作等等。十分适合初学者。-VC 100 cases. Contains many examples of the many aspects, such as editing interface, file manipulation, and so on. Very suitable for beginners.
C++0.2
- VC++编程100例。包含了很多的实例,包括了很多方面,如界面编辑,文件操作等等。十分适合初学者。-VC 100 cases. Contains many examples of the many aspects, such as editing interface, file manipulation, and so on. Very suitable for beginners.
C++0.3
- VC++编程100例。包含了很多的实例,包括了很多方面,如界面编辑,文件操作等等。十分适合初学者。-VC 100 cases. Contains many examples of the many aspects, such as editing interface, file manipulation, and so on. Very suitable for beginners.
C++0.4
- VC++编程100例。包含了很多的实例,包括了很多方面,如界面编辑,文件操作等等。十分适合初学者。-VC 100 cases. Contains many examples of the many aspects, such as editing interface, file manipulation, and so on. Very suitable for beginners.
C++0.5
- VC++编程100例。包含了很多的实例,包括了很多方面,如界面编辑,文件操作等等。十分适合初学者。-VC 100 cases. Contains many examples of the many aspects, such as editing interface, file manipulation, and so on. Very suitable for beginners.
shellc
- 一个完整的SHELL实现源代码,内容包括:buf.c def.h dir.c file.c fs.c fs.h dh.c inode.c main.c os.exe panic.c 对学习操作系统有很大的帮助
readcsvfileifstream
- read csv file c++ progra
将.EXE文件转换为COM文件的 C 语言源代码
- 软件语言: 简体中文 软件类型: 国产软件 / 免费版 / 文件编程 运行环境: Win9x/NT/2000/XP/ 软件大小: 10KB 将.EXE文件转换为COM文件的 C 语言源代码-software languages : English software types : Domestic software / free version / programming environment for the operation of paper : CTP / software Size :
c语言经典c程序100例
- C语言经典程序100例,文件格式为文本,全部例子都通过编译,在TURBO C工C++环境下运行.-C language classic procedures hundred cases, the file format for text, are all examples compiled by the Public TURBO C C operating environment.
ATMEL单片机的C编译器
- 1.ATMEL单片机的C编译器。ICCAVRV7.22B破解版。 2.请看readme.text.杀毒软件会把破解文件当中*病毒。请设置不要扫描这个文件。,1.ATMEL MCU C compiler. ICCAVRV7.22B cracked version. 2. See readme.text. Antivirus software, virus, Trojan horse which will crack the file. Please set do not scan the fi
CParaer.使用JavaCC编写的C语言的语法分析器
- 使用JavaCC编写的C语言的语法分析器,.jj文件,JavaCC prepared using C language parser,. Jj file
LPC10的C源代码
- 语音信号处理的LPC10声码器的C源代码,压缩文件-Speech signal proccessing code of C with LPC10. compressed file
FILE_CUT
- 一个小巧简单的文件分割器,该文件分割器可将任意文件分割成指定大小。 分割完成后执行生成的批处理文件可还原原文件。-A small, simple file splitter, file splitter can split any file into a specified size. Split after the implementation of the resulting batch file can restore the original file.
little-C
- 一个不错的C解释器,唯一的缺点就是库文件还没有完善。-A good C interpreter, only drawback is the library file is not perfect.
Addison Wesley - Essential C++
- Addison Wesley - Essential C++(pdf file : Addison Wesley - Essential C++)
c++编程如何保存文件并将文件显示出来
- 这是c++编程中有关于文件的保存以及如何将文件显示的内容,希望可以帮助初学者,