搜索资源列表
dbgpc
- 隐式广义预测控制算法是一种直接的广义预测控制算法,避免了求解繁琐的丢番图方程,提高了运算速度。-Implicit Generalized Predictive Control algorithm is a direct generalized predictive control algorithm, avoiding the cumbersome solution of the Diophantine equation, increased speed of operation.
transductive-SVM
- 对直推式支持向量机的较为经典的介绍,包含一些直推式学习的思想,算法-Direct Push on Support Vector Machine, introduced a more classic, contains a number of Direct Push the idea of learning, algorithm
Templates
- genetic algorithm direct search RANDOM GAOT V5
UseMD5ofWTL
- WTL使用MD5加密算法,首先安装WTL AppWizard,现在最高版本应该是WTL7.0,直接运行setup脚本文件就可以了,这里给大家几个下载地址: 1) http://www.vckbase.com/tools/listtools.asp?tclsid=111 2) http://www.microsoft.com/downloads/details.aspx?familyid=128e26ee-2112-4cf7-b28e-7727d9a1f288&displaylang=en
BlindSignalDetectionforSpace2TimeBlockCodinginFreq
- 频率选择性信道下空时分组码直接盲信号检测算法.-Frequency-selective channel under the direct space-time block codes blind signal detection algorithm.
11
- 一般分水岭算法 最直接的分水岭算法 觉得还行-Watershed algorithm in general the most direct watershed algorithm
51478222fast_select
- 在快匹配运动估计算法中,它的计算复杂度可以描述成:运算量=搜索点×块匹配准则.该表达式可以这样解释,在快匹配准则确定的情况下,如果一个匹配点的单位运算量确定了,这时动动估计的动算量就有直接取于搜索的点数,也就是取决于运动估计的搜索算法,实现了三步搜索法-Match the fast motion estimation algorithm, its computational complexity can be described as: Operational × volume = search
sequence
- 1. 实现简单的选择排序、直接插入排序和冒泡排序。 2. 实现希尔排序算法。 3. 实现快速排序算法。 4. 在主函数中涉及一个简单的菜单,分别测试上述的算法。 -1. The realization of a simple choice to sort, direct and Bubble Sort Insertion Sort. 2. The realization of Hill sorting algorithm. 3. The realization of
ACADOtoolkit-1.0beta.tar
- C++语言的最优控制软件,C++语言开发,非常好用-ACADO Toolkit- An Open-Source Framework for Automatic Control and Dynamic Optimization ACADO Toolkit is a software environment and algorithm collection for automatic control and dynamic optimization. It provides a gene
DSP
- 【摘 要】为了减少集成电路硬件复杂度,针对QAM 调制软件实现速度慢的问题,在分析MQAM 调制原理的基础上,采用 直接频率合成实现正余弦信号及无时延改进的滤波器编程方法,提出一种快速实现MQAM 调制算法的软件编程思想,并以 TMS320C55X 为平台[1,4],将MQAM 调制算法进行了C 编程实现。结果表明:该编程方法能快速产生MQAM 调制信号。 【关键词】多电平正交幅度调制;脉冲成形滤波器;直接频率合成;数字信号处理-【Abstract】 In order to redu
LR
- 可根据自己实际情况,选择以下一项作为分析算法的输入: (1)直接输入根据己知文法构造的LR(0)分析表. (2)输入已知文法的项目集规范族和转换函数,由程序自动生成LR(0)分析表. (3)输入已知文法,由程序自动生成LR(0)分析表. -According to their own situation, choose one of the following input as the analysis algorithm: (1) direct input structure
Sort-algorithm
- 几种内部排序算法总结!(冒泡排序、快速排序、直接插入排序、拆半插入排序、简单选择排序) -Several internal sort algorithm summary! (bubble sort, quick sort, direct insertion sort, tear open half insertion sort, simple choice sort)
LSQR-INVERSE
- 在地震直射线CT成像中用到的lSQR算法反演算法及其应用。-Used in CT imaging of the seismic direct line lSQR algorithm inversion algorithm and its application.
Matlab_BP
- 于BP网络的权值优化是一个无约束优化问题,而且权值要采用实数编码,所以直接利用Matlab遗传算法工具箱。以下贴出的代码是为一个19输入变量,1个输出变量情况下的非线性回归而设计的,如果要应用于其它情况,只需改动编解码函数即可。-BP network weights optimization is a constrained optimization problem, and the right value to real-coded, so the direct use of the Matl
AM_GENERATE
- generating AM signal to use in adaptive algorithm for remove direct path in passive radar
source
- //给定平面上的几个点 求某个矩形区域包含几个点 //要是点的坐标比较小 可以直接N^2的预处理 1的查询 对每次查询暴力当然也可以,但是适用性可以认为为0。。。 //这个算法不受点的坐标的影响 也不受矩形坐标的影响 效率为nlogn + mlogn n:点的个数 m:为查询次数 //先对数据已x坐标排序 ,这样可以二分出大致区间 //对于y坐标的处理(我上一年的时候直接暴力), 昨天忽然灵感突现,用归并树保存x坐标排序后的数据的每段的y坐标序,然后再进行二分) -//Gi
sort-Algorithm-in-c
- c语言实现的经典排序算法,譬如冒泡、快速排序、简单选择、堆排序、直接插入、希尔排序、归并排序,基数排序等,都能运行-The classic sort algorithm C language, such as bubble, quick sort, heap sort, simple selection, direct insertion, Hill sort, merge sort, radix sort, can run
Factorial-algorithm
- 实现100!的算法。因为直接用int会出现溢出,本方法是将结果按位放入int类型的数组中。-Achieve 100! Algorithm. Because the direct use int overflow occurs, the result of this method is to put the array bit int type.
DIRECT
- 一种全局的直接优化方法,优化过程中无需用到目标函数的导数信息。-The purpose of this brief user guide is to introduce the reader to the DIRECT optimization algorithm, describe the type of problems it solves, how to use the accompanying MATLAB program, direct.m, and provide a synopis
Direct-insertion-sort-algorithm
- 直接插入排序算法,为所有排序算法基础,特来与大家分享-Direct insertion sort algorithm sorting algorithm base for all, especially to share with you
