搜索资源列表
Cyuyan
- 一个很典型的C语言算法 初学者在学习C语言过程中经常遇到的一种算法 气泡法 以及一些经典的例题
mars.asm
- IA-32汇编原代码,mars算法.相比于c/c++写的原代码,效率更高
scop.asm
- IA-32汇编原代码,scop算法原码.相比于c/c++写的原代码,效率更高
Ellipse-fitting
- 椭圆拟合 以C语言和C++语言算法实现为主-Ellipse fitting to C language and C++ language based Algorithm
fi
- c++算法,关于如何实现滤波等功能你TMD机及歪歪怎么这么多事-c++ algorithm, on how to achieve filtering TMD your machine and how so many things YY
Wave6000
- 我学单片机89C51时编的大部分程序都在里面,单片机是软硬相结合的,硬件会了,软件部分没什么算法,相当简单。-89C51 Singlechip school when I made most of the procedures are in there, single-chip is a combination of hardware and software, hardware and software no algorithm is quite simple.
cheng
- 遗传算法(Genetic Algorithm, GA)是近几年发展起来的一种崭新的全局优化算法,它借 用了生物遗传学的观点,通过自然选择、遗传、变异等作用机制,实现各个个体的适应性 的提高。-Genetic Algorithm (Genetic Algorithm, GA) in recent years developed a brand new global optimization algorithm, which, by With the biological point
1213
- 作业调度---实验报告 一、实验目的: 本实验要求用高级语言(C语言实验环境)编写和调试一个或多个作业调度的模拟程序,了解作业调度在操作系统中的作用,以加深对作业调度算法的理解 二、实验内容: 1、编写并调试一个单道处理系统的作业等待模拟程序。(必做) 作业调度算法: 分别采用先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法。 (1)先来先服务算法:按照作业提交给系统的先后顺序来挑选作业,先提交的先被挑选。 (2)最短作业
C
- 利用分支限界算法求解最优装载,实现了最优装载问题的求解-The use of branch and bound algorithm to solve the optimal load to achieve the optimal load for solving the problem
C
- 用C++实现的BP神经网络算法程序, 用于预测数据及模数识别-C++ BP
RLS
- 通过均衡器的RLS算法在MATLAB中实现消除传输信道的噪声干扰。-Through the equalizer in the RLS algorithm in MATLAB to achieve elimination of the transmission channel noise.
C
- 主要介绍线性结构,树型结构,图状结构三种逻辑结构元素的存储实现,在此基础上介绍一些典型算法及时,空效率分析.-Introduces the linear structure, tree structure, graph-like structure of three elements of the logical structure of the storage to achieve, on this basis are some typical algorithms in time, spac
c
- 解遗传算法的c语言代码,就是关于货物配送路径-Genetic algorithm solution c language code
C
- 这是我们今年C++课上老师给的例题源代码,结构清晰,算法简单易懂。-This is our year, C++ class teacher gave the example source code, clear structure and is easy to understand.
aco
- mop算法,蚁群算法,多目标优化,基于c-mop
1098Nqueens
- C语言算法设计 经典问题 N皇后问题 回溯算法-C language algorithm designed N queens problem backtracking algorithm
C-94
- C语言经典算法94例,顾名思义,其中有94个C经典程序及其源代码,可以拿来研究研究-94 cases of C language classic algorithms, as the name implies, of which there are 94 classic C program and its source code can be used to study a
MoHu-pingpan--C-yuyan-code
- 模糊综合评判算法(C语言编程)的实现: 本算法采用了二级模糊综合评判法,评价集个数为4,评价因子个数为11,实现c语言编译过程 -Fuzzy comprehensive evaluation of the implementation of the algorithm (C programming language): This algorithm uses two fuzzy comprehensive evaluation method, the number of evaluati
RC4-C
- RC4加密算法的C语言实现,还包括它的带哦用示例,希望能够对大家有所帮助-The RC4 encryption algorithm C language implementation
genenetic-algorithm-C-
- 一个函数优化遗传算法的C语言程序,可解决一般的函数优化问题-A function to optimize the C programming language of genetic algorithm, to solve the general function optimization problem