搜索资源列表
c语言强化
- C语言强化的绝好原代码,有助于你对C语言的提高-C language to strengthen the excellent original code, which will help you to improve the C language
C_Coding_Standard
- C语言代码标准,告诉你如何写规范的C代码-standard C language code, tell you how to write C code norms
rgb565BMP2HEX
- 将RGB565格式的位图转换为C语言的代码-to RGB565 format bitmap conversion to the C language code
ProgrammingAssignment6
- 一个简单的商场仓储交易系统代码,一道国外的c语言题目-a simple shopping transactions storage system code, a foreign language subject c
ks
- 凯撒加密算法C语言实现,代码量比较大,比较繁琐,希望大家能给出更好的代码
C_ProgrammingLearningbase
- 初学者必备的学习教程和程序代码,c学习初级教程,以及一些关于c语言的论文文摘供参考查询
FileMoveCode
- 对文件移动实现的C语言程序代码,包含7个文件,编译可运行。
文件内容导出为C语言数组
- 将文件内容数据导出为C语言数组,以实现将文件嵌入到C语言代码中。
test1_2
- 求X和Y两个字符串的最长公共子序列。(X和Y字符串分别存放在ASCII码文件2X.txt和2Y.txt中) 要求:根据动态规划法基本设计思想,将实现任务的C语言程序代码和运行结果填写在试卷上。 -Two strings X and Y find the longest common subsequence. (X and Y strings are stored in ASCII files 2X.txt and 2Y.txt in) requirements: According to
PEFile.rar
- 使用C语言分析Windows的PE文件格式源码, 函数封装在pe/pe.h中,PE File.c是一个简单的测试代码 ! ,The use of C language analysis of the PE file format Windows source code, function is packaged in a pe/pe.h in, PE File.c is a simple test code!
fileSys
- 模拟文件管理系统的C语言代码和操作系统课程设计报告-Simulation of Document Management System C language code and operating systems curriculum design report
notepad5.03
- notepad++ 5.03 源代码200811月属于最新版源码,开源 notepad ,最好用的Windows记事本源码最新版。Notepad++ 是一款非常有特色的编辑器—— ①、内置支持多达 27 种语法高亮度显示(包括各种常见的源代码、脚本,能够很好地支持 .nfo 文件查看),还支持自定义语言; ②、可自动检测文件类型,根据关键字显示节点,节点可自由折叠/打开,还可显示缩进引导线,代码显示得很有层次感; ③、可打开双窗口,在分窗口中又可打开多个子窗口,允许快捷切换全屏显示模式(F11)
casio1
- dt900 c语言代码 仅供参考dt900 c language code for reference only-dt900 c language code for reference only
C
- C语言代码写的文件系统实验操作,主要是提供操作系统课程的实验代码-C language code written in the file system, experimental operation, the main operating system course is to provide experimental code
Display-source-code-mixed-string
- 一段C语言代码,功能是实现了汉字的字模提取和显示,或者是混合字符串显示。-A C language code, the function is to achieve a matrix extract and display of Chinese characters, or mixed string display.
C-language-exam
- 我用c++编写的代码,可以检查两份c语言代码的相似度并且把相似的地方列出来-I with c++ write code, you can check the similarity of the two c language code and lists of similar
Snack
- 简单贪吃蛇C语言代码,直接编译调试就可以,自己写的-Simple snake C language code, direct compiler debugging can, some need to set myself
C-language-code-to-read-txt-file
- 用c语言读取txt文档的代码,代码中所用函数均有详细说明-C language code to read txt file, the code used in the function are described in detail
read1wei
- 这个程序由VC++6.0编写,是C语言代码,可以实现读取文本文档里面的数据。-This procedure written by VC++ 6.0, is the C language code, you can read the text inside the document data.
ReadFile
- 该代码采用C语言编程,通过文件路径读取文本文件,并保存在数组中。(The program is used to read the text file through the file path ,and save it in the array for other's purposes.)