搜索资源列表
ClanguageAssemblyalgorithm
- C语言常用算法源码,可以为研究底层的人员提供基本的C语言算法。-C language source code commonly used algorithm, we can study the bottom of the staff to provide basic C language algorithm.
107
- 算法与数结结构(C语言版),本代码含钙量栈的全部基本操作。-Algorithm with a number of junction structure (C language version), this code is all the calcium content in the basic operation of the stack.
jbGA
- 基本遗传算法C语言程序,可移植性高,算法完备可靠-The basic genetic algorithm C language program, portability high, complete and reliable algorithm
DataStructuresAlgorithm
- 常用的基本数据结构算法,C语言描述的,比较全面-The basic data structures commonly used algorithm, C language to describe, the more comprehensive
arithmeticClanguageandcode
- 常用算法程序集(C语言描述)源代码,基本包括所以常用的算法实现。-Common algorithms for assembly (C language descr iption) source code, including the so commonly used in the basic algorithm.
fft
- 基本的fft算法,基2fft算法的c语言编程。该程序简单-Basic fft algorithm, based 2fft algorithm c language programming. The procedures are simple
Mixed-leapfrog-algorithm-to-solve-multi-knapsack-p
- 混合蛙跳算法解决多背包问题,此算法是在vs2005下编写,语法为基本的c语言(可以直接复制源码到vc中运行)-Mixed leapfrog algorithm to solve multi-knapsack problem, this algorithm is prepared in vs2005, the syntax for basic c language (can copy the source code to run vc)
C-language-program
- 十个C语言程序的源代码,里面涵盖了C语言的十个基本问题的求解算法。-10 C language source code of the program, which covers the the ten C language basic problem solving algorithm.
stack-and-queue
- 数据结构中堆栈和队列的算法C语言实现,包括堆栈和队列的基本运算。-The stack and queue data structure algorithm C language
Cprogram.tar
- 冒泡排序算法,用c语言实现,最经典的排序算法,很多其他的排序算法基本都是这个改进的-Bubble sort algorithm, using c language, the most classic sorting algorithms, many other sorting algorithms are the basic improvements
Sorting-algorithm
- 很实用的排序算法,算法排序,基本的算法,采用c语言实现的。-Very practical sorting algorithms, sorting algorithms, the basic algorithm, using c language
1
- 数据结构与算法的二叉树头文件c++语言实现二叉树的基本应用-The binary tree data structure and algorithm c++ language header file
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.
8通道2.4G接收机Keil C工程 (1)
- 1. depegation 于振南 在 2017-07-10 23:32:02 上传 说明:简单的Ocr使用,我相信对大家有用!相信对大家有用 可以的 开发平台:C-C++ | 大小:53KB | 下载0次 2. arduino语言说明 QIANXUNLT 在 2017-07-10 23:31:39 上传 说明:arduino入门编程语言说明,主要包括arduino的常量,函数,官方库。想学arduino的菜鸟值得一看。 开发平台:C-C++ | 大小:8KB | 下载0次 3.
最佳置换算法
- 该代码实现了操作系统中的最佳置换算法,相关代码可以实现功能的拓展,代码只提供最基本的思路和实现(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)
多项式最小二乘法拟合
- 最小二乘法拟合多项式,效果非常好,与MATLAB的多项式拟合基本一样。亲自在STM32板子上跑过,几乎直接出来答案。用法简单,包含头文件然后直接调用即可,电脑或者开发板都可以直接跑。 注意!注意!注意!说三遍...拟合之后多项式的变量x其实是(X-a),a是输入数据点的均值。(The least square method fits the polynomial, and the effect is very good. .)
03--2算法
- 根据C语言的基本的运算和表达,讲述了几个编程的实例。(According to the basic operation and expression of the C language, several examples of programming are described.)
C语言常用算法集
- C语言基本算法,有数值计算,矩阵,微分方程,以及各种滤波算法(Basic algorithm of C language)