搜索资源列表
C++代码的优化
- 嵌入式实时程序设计C-C++代码,呵呵,希望对大家有帮助。
MPI_并行程序
- 用并行程序 并行优化代码,发送回收机制等介绍
遗传算法实现车间工件生产的优化排序
- 该程序是基于遗传算法编写的,用于解决车间生产工件的优化排序问题。
粒子群优化小波神经网络
- 电力负荷预测程序已实现
PID参数优化与整定方法
- PID控制器现在仍然是应用最广泛的工业控制器,其关键在于对PID参数的优化整定,而采用常规的手工整定方法已经难以满足要求,目前需要解决对PID参数的高效优化问题。 本论文首先介绍了PID控制方法和常规PID参数整定方法,编程实现了数字PID控制器和基于遗传算法的参数自整定程序,然后将遗传算法用于不同的被控对象进行PID参数的整定及优化,为了对比控制效果,应用MATLAB软件进行了仿真验证,并用仿真曲线进行直观的对比。 结果表明遗传算法能够在对所求解问题一无所知的情况下,快速从全局搜索出优化的控
拓扑优化99行经典程序的解读
- 拓扑优化99行经典程序的解读
shenrulijiejisuanjixitong
- 最好的深入计算机编程的好书,全面提高编程能力,掌握程序优化算法。-The best computer programming books in depth, comprehensive program to improve the ability to master procedural optimization algorithm.
C_plus_optimize
- C++游戏程序优化.doc------原 文:Optimlzation for C++ Games - Game Programming Gems II 译 者:carvenson -C++ Game process optimization. Doc------ Original: Optimlzation for C++ Games- Game Programming Gems II translator: carvenson
OptimunCompilerUserGuide
- TI公司出版的嵌入式优化白皮书,学习嵌入式C程序优化的必备宝典,相关的源码在书中说明连接有下载-This user s guide discusses the characteristics of the C/C++ compiler. It assumes that you already know how to write C programs. The C Programming Language (second edition), by Brian W. Kernighan and
huibianyuyan
- 汇编程序中的程序优化 全局寄存器优化 x86体系结构上的并行最大化和指令封包 存储优化-The assembler program optimization Global registers optimization The system structure of non-x86 packets maximize and instructions in parallel Storage optimization
50_TS_cc_man
- visual DSP++编程优化手册。该手册的目的就是使你的c程序更加有效。-visual DSP++ programming optimization manual. The purpose of this manual is to make your c program more effective.
PSO_base_RBF
- PSO的RBFNN优化程序 算法步骤 1.样本数据归一化处理,即将输入输出归一化到[-1,1]区间; 2.确定RBF网络的中心和宽度; 3.以拟合误差的均方根作为性能指标,使用PSO算法优化RBF网络输出层到隐层的连接权值矩阵-PSO-RBFNN algorithm optimization procedures Step 1. Sample data normalization treatment, about input and output normalized to [-
CUDA_Developer_Guide_for_Optimus_Platforms
- CUDA开发者程序优化指南!NVIDIA公司最新规范!不可多得的程序规范指南!-CUDA Developer Program Optimization Guide! NVIDIA' s latest specification! Rare procedural norms guide!
算法优化
- 算法优化是我们再写程序中经常注意到的问题,下面这个文章就是对算法的精简来说的
JavaScript高级程序设计(中文优化版)
- Javascr ipt高级程序设计,适合初学者。(Javascr ipt advanced programming, suitable for beginners.)
简单函数优化的遗传算法程序
- 遗传算法是一种基于生物自然选择与遗传机理的随机搜索与优化方法。(Genetic algorithm (GA) is a random search and optimization method based on biological natural selection and genetic mechanism.)
MATLAB优化算法程序集
- Matlab优化与智能算法的一些案例分析(Some cases of Matlab intelligent algorithm)
MATLAB程序设计与实例应用 张铮编
- 本书根据最新的MATLAB版本,对台湾张铮先生的《MATLAB程式设计与应用教学范本》改编而成。除了原书主要讲述的MATLAB绘图和影像处理功能外,本书以实用、最新和易懂为原则,增加了图形用户界面编程、数值计算、符号运算、数字信号处理、优化运算、神经网络分析、系统仿真和模糊系统设计等内容。本书通过实例的形式,系统介绍了MATLAB的使用技巧和编程方法(According to the latest version of MATLAB, this book is adapted from the
MATLAB智能算法30个案例分析程序
- 蚁群算法、遗传算法、免疫算法等智能优化算法应用代码(Application code of intelligent optimization algorithms, such as ant colony algorithm, genetic algorithm, immune algorithm and so on)
SQL查询优化
- SQL Server数据库查询速度慢常见的有以下几种 1.没有索引或者没有用到索引(这是查询慢最常见的问题,是程序设计的缺陷) 2.I/O吞吐量小,形成了瓶颈效应 3.没有创建计算列导致查询不优化(SQL Server database query speed is slow, the following are common. 1. no index or index is used. This is the most common problem of slow query, whi