搜索资源列表
C
- C语言指针课程PPT。内含程序代码例子。是掌握好c指针的好资料。-C language pointer courses PPT. Contains examples of program code. C is the master of good data pointer.
magic
- c语言代码,主要实现的一个有关魔方的算法,算法也不是很难懂,大家耐心看看吧-the sample for c program
注释
- 删除C语言代码中的注释, C语言编写,命令行执行,-h为帮助(delete comment in C, can run in dos ,wroten by C, can find help by input -h)
C_C++代码规范
- 一套提高C语言、C++语言代码可读性的代码书写规范。(A code specification for improving readability of C language and C++ language code.)
代码
- 一些简单的C语言代码,包括数组迷宫、进制转换等(Some simple C language code)
例05_01
- C语言程序设计代码(c programming code)
C语言入门资料
- 对C语言有兴趣,想入门的话,这是一份很好的资料。包含了C语言基础部分的ppt和一些可供阅读的简单代码。(A nice zip of many ppts and codes.)
新建文本文档 (2)
- 编写高斯热源的C语言代码,采用消元法编译。(Write C language code for Gauss heat source.)
C语言实例源代码
- C语言源程序代码,开源的,内有200多实例可供学习(C language source code, open source, with more than 200 instances to learn)
贪吃蛇c语言代码
- 贪吃蛇 测语言源码 可以使用c语言的编译器之间使用(Snake language source code)
用C语言实现数字滤波
- 各种滤波代码,C语言实现,平滑、递推、中位值等等(C language, various digital filtering)
C语言半期考试部分代码
- 西南科技大学oj的c语言120道题库的部分ac源码(SWUST OJ C language 120 questions library part of the AC source code)
C语言oj题答案2017-10-11
- 西南科技大学oj上的c语言实验课的全部ac代码(SWUST OJ on the C language experiment class all the AC code)
妙趣横生的算法pdf版+C语言实现代码
- 妙趣横生的算法pdf版+C语言实现代码,学习数据结构的良品(Amusing algorithm pdf +C language implementation code, learning data structure)
C语言源代码格式化
- 可将载入的C语言文件进线格式化对齐,格式化对齐之后代码阅读将变得非常方便清晰。(To load the C file format into the line alignment, alignment formatting code after reading becomes very convenient and clear.)
C语言案例项目源代码
- C语言学习项目源代码,案例丰富,代码详细(C language exercises, cases, project code learning)
c语言源代码(经典)
- 经典c语言源码,学习的经典。包含经典算法100例等诸多学习资料,适合初学者,菜鸟一定要学的最基础知识!(Classic C language source code, learning classic. Including classic algorithm, 100 cases, and many other learning materials, suitable for beginners, rookie must learn the most basic knowledge.)
C语言贪吃蛇代码
- C语言编写贪吃蛇源代码,简单易懂,文件为VC源代码(C language, the source code of snake is simple and easy to understand, and the file is VC source code.)
典型密码算法及其C语言实现——附录代码
- 几乎囊括了所有主流的加密算法的c语言实现哦(Almost all the mainstream encryption algorithms are implemented in C language.)
C语言中的函数
- C 语言中的函数等价于 Fortran 语言中的子程序或函数,也等价于 Pascal 语言中的过程或函数。函数为计算的封装提供了一种简便的方法,此后使用函数时不需要考虑它是如何实现的。使用设计正确的函数,程序员无需考虑功能是如何实现的,而只需知道它具有哪些功能就够了。在 C 语言中可以简单、方便、高效地使用函数。我们经常会看到在定义后仅调用了一次的短函数,这样做可以使代码段更清晰易读。(Functions in C Language)