搜索资源列表
ARM-c
- 无操作系统支持的嵌入式系统软件,包括系统引导(BOOT) 、驱动程序、动态内存管理、IPO、通信以及应用软件等方面。 本文详细介绍了嵌入式平台上用C 语言编写系统软件和应用软件的方法。虽然是针对ARM平台介绍的,但基本经验和算法也适 合于其他嵌入式平台的软件设计。-without the support of the operating system embedded system software, including guidance system (BOOT), the driv
c++02--
- 关于C++的一个PPT教程C++语言概述,包括介绍 2.2 基本数据类型和表达式 2.3 数据的输入与输出 2.4 算法的基本控制结构 2.5 自定义数据类型 -on a PPT C C language tutorial overview Introduction 2.2 include basic data types and expressions 2.3 data input and output 2.4 algorithm basic control structu
c-source
- 大量的c 语言基础代码,实现基本的c语言算法
FFT--C
- FFT算法研究与实现(C语言),1 倒位序算法分析,2 实数蝶形运算算法的推导,3 DIT FFT 算法的基本思想分析
用c语言编写数学常用算法
- 该程序源码能够实现在C语言编程情况下的一些基本的数值算法。很好用,通俗易懂!-the program source code can be achieved in the C programming language of the basic algorithm. Useful, easily understood!
C语言实战105例
- C语言实战105例 第1部分 基础篇 实例1 一个价值“三天”的BUG 2 实例2 灵活使用递增(递减)操作符 5 实例3 算术运算符计算器 7 实例4 逻辑运算符计算器 9 实例5 IP地址解析 11 实例6 用if…else语句解决奖金发放问题 13 实例7 用for循环模拟自由落体 16 实例8 用while语句求n! 19 实例9 模拟银行常用打印程序 22 实例10 使用一维数组统计选票 26 实例11 使用二维数组统计学生成绩 29 实例12 简单的计算器
ClanguageAssemblyalgorithm
- C语言常用算法源码,可以为研究底层的人员提供基本的C语言算法。-C language source code commonly used algorithm, we can study the bottom of the staff to provide basic C language algorithm.
C
- 一些C语言的常用基本算法,包括单链表,二叉树,顺序队列-Some of the commonly used C language the basic algorithm, including the single-linked list, binary tree, the order queue, etc.
Summary-of-Array-Application-in-C
- 数组是C语言中特性较强、功能较好的应用之一,然而数组也是不易理解和掌握的概念。本文针对C语言中重要内容之一"数组",结合实例,介绍数组在解决实际问题中的一些基本操作的基本思想、算法描述以及指出数组在实际应用中常出现的问题,以便于掌握数组的使用技巧,对同学们在学习数组时有一定的指导意义。-Array of C language features strong, one good application functionality, but the array is not easy to unde
100-cases-of-C-program
- C语言基本算法程序,一共有100个,是入门的好材料,比普通教科书上的东西更有意义,可以实现很多功能,比如计算积分等-Program one hundred cases of C-language algorithm
C
- 包括大量c语言的基本算法代码,适合初学c语言的朋友下载学习。-C language code of the basic algorithm, suitable for beginner friend of the c language download learn.
Huffman
- 霍夫曼编码解码,一个很经典的算法,学C语言基本都会学的算法-Hoffman codec, a classical algorithm to learn the C language will learn the algorithm
C-language-program
- 十个C语言程序的源代码,里面涵盖了C语言的十个基本问题的求解算法。-10 C language source code of the program, which covers the the ten C language basic problem solving algorithm.
60-programs-about-c-language
- 用C语言编写的60个小程序,包括排序、字符串操作、指针操作等基本的算法,对于C语言初学者很有用。-Using C language 60 small programs, including basic sorting algorithms, string manipulation, pointer manipulation, etc., for the C language is useful for beginners.
classical-algorithm-on-C
- C语言基本算法,包括数据结构与基本算法总结。-C language basic algorithms, including summary data structures and basic algorithms.
排序算法比较
- 1. 掌握各种排序的基本思想。 2. 掌握各种排序方法的算法实现。 3. 掌握各种排序方法的优劣分析及花费的时间的计算。 4. 掌握各种排序方法所适应的不同场合。(1. master the basic idea of sorting. 2. master various sorting methods of the algorithm. 3., grasp the advantages and disadvantages of various sorting methods and
最佳置换算法
- 该代码实现了操作系统中的最佳置换算法,相关代码可以实现功能的拓展,代码只提供最基本的思路和实现(The code implements the best replacement algorithm in the operating system,the related code can realize the expansion of function,Code provides only the most basic ideas and Implementation)
03--2算法
- 根据C语言的基本的运算和表达,讲述了几个编程的实例。(According to the basic operation and expression of the C language, several examples of programming are described.)
常用算法程序集(C语言描述) (第三版)
- 各种数学算法的C语言实现,非常经典,非常实用,附带源代码,基本拿来就能用的。(C language implementation of various mathematical algorithms, very classic, very practical, with the source code, basically can be used.)
C语言常用算法集
- C语言基本算法,有数值计算,矩阵,微分方程,以及各种滤波算法(Basic algorithm of C language)