搜索资源列表
仓库管理系统(C语言)
- 一个仓库管理系统,用C语言编写的,之前做过学生成绩管理系统与此有相同的地方。采用结构体数组,具有输入商品,排序的功能,用菜单实现查询,学习C语言的好程序-a warehouse management system using the C language, the students did before the performance management system with the same place. Using the structure of the array, with the
声音编程(C)
- 用C语言实现声音编程-C programming language voice
汉字系统源代码(C)
- C语言实现汉字系统源代码-C language source code system of Chinese characters
妙趣横生的算法(C语言实现)
- 《妙趣横生的算法(C语言实现)》配书光盘源代码10-" Fun algorithm (C language)" with the source code of CD 10
c-language-interface
- C语言接口与实现:一本描述C语言的接口和重用的书,是学习C语言非常的书籍。这是随书代码。-C language interface and implementation: a descr iption of C language interface and reuse the book, is to learn C language is the book. This is a book with the code.
the-codes-of-C-about-important-algorithms
- 10个重要的算法C语言实现源代码:拉格朗日,牛顿插值,高斯,龙贝格,牛顿迭代,牛顿-科特斯,雅克比,秦九昭,幂法,高斯塞德尔-10 key algorithm C language source code: Lagrange, Newton interpolation, Gaussian, Romberg, Newton, Newton- Cortez, Jacobi, Qinjiu Zhao, power method, high Sisedeer
FIR.C
- FIR滤波器的C语言实现 C语言源程序代码及解析-FIR filter, the C language realization C source code and analytical
C-algorithm-Sources
- 《妙趣横生的算法(C语言实现)》的源代码,学习算法的朋友们看看。-" Fun algorithm (C language)," the source code, learning algorithms friends to see.
FFT-and-FFT-2D-ANSI-C
- 标准C语言实现的一维和二维快速傅里叶变换代码,代码运行时不需要额外占用多余的内存空间,简单易用,具体可见代码说明。-FFT and 2 dimension FFT algorithm acommplished with ANSI C.It occupies the least memory space while running after embeded into you project.The source code is easy and brief,you can check the t
Algorithms-in-C-Parts-1-4
- 算法:C语言实现(第1~4部分)书本上的示例源码实现,但是不包含课后习题的源码,课后习题的源码,找不到啊,找不到-Algorithms in C
学生管理系统
- C语言实现学生管理系统源码,C语言初学者的进阶必备(Student Management System Based C)
C语言实现的算法
- 有几个非常常用的算法比如判断是否是闰年,求三个数的最大数,判断是否是素数,输出矩阵,(There are several very common algorithms, such as whether it is a leap year, the maximum number of three numbers, to determine whether the prime number, the output matrix,)
hello world
- c语言通讯录:主要通过链表,结构体实现查找,删除,添加等功能(C language address book, list, structure, to achieve, delete, add, and other functions)
clock with c
- 电脑上使用的一个C语言编程的时钟,可实现读取系统时间,固定在最前等功能(A C language programmed clock on a computer that can be used to read the system time and be fixed to the most advanced functions.)
大整数的四则运算
- C语言实现简单的大整数四则运算,可直接下载编译即可使用(The C language implements four simple large integer operations, which can be used directly to download and compile.)
Buddy
- 通过C语言实现了操作系统内存管理中的伙伴算法(Buddy)(The partner algorithm (Buddy) in memory management of operation system is realized through C language)
Tripl
- C语言实现三元数组,包括初始化,删除数组,输入输出数据,判断升序降序等功能(C language to achieve three yuan array, including initialization, delete array, input and output data, to determine ascending descending order and other functions)
链表线性表
- 严蔚敏版数据结构第二章线性链表的基本功能函数的C语言的实现,以及书上算法2.1,2.2,2.3的具体实现(Yan Wei Min version of data structure second chapters, the realization of C function of basic function function of linear list, and the concrete realization of algorithm 2.1, 2.2, 2.3 in book.)
卡尔曼滤波算法C语言实现
- 卡尔曼滤波的c语言算法实现(Implementation of C language algorithm based on Calman filter)
学生管理系统C语言实现
- 基于C语言实现1插入学生信息2遍历学生信息3查找学生信息4删除学生信息5按学号排序6逆序排序等功能