搜索资源列表
xinchengxu
- 包括GRAY码,工作分配问题,会场安排,石子,行数字三角形,最长递增子序列和最小重量机器算法。利用动态规划、回溯法和贪心法-including GRAY code, work assignment, venue arrangements, gravel, and digital triangle, the longest sequences and increase the minimum weight machine algorithm. Using dynamic programming,
FindBase
- 同一个数会由于采用不同的基数而使得其表现的形式是完全不一样的,在我们的学习中,我们熟悉的基数有10进制、12进制、60进制、2进制、8进制和16进制。比如数据12,如果我们用2进制表示,则它就是1100;如果用3进制表示就是110;如果用8进制表示则是14。我们的编程任务就是与数的进制(也就是基数)有关。 程序中我们会给大家很多个数对(假设每个数对的数用X和Y表示),程序需要解决的问题就是为X和Y各选择一个最小的基数,以使得这两个数在其选择的基数上是一对相等的数。
minimumvar
- 基于最小均方误差准则的LMS算法对淹没在噪声中的信号进行的有效的提取.-based on the minimum mean square error criteria LMS algorithm drowned in the noise signal the effective extraction.
GA-min
- 遗传算法进行优化求多元函数 (Griewank Function)最小解问题-genetic algorithm optimization for multi-function (Griewank Function) Minimum solutions to the problems
LLFScheduling
- 最小松弛度优先算法,属于实时调度算法,又叫最小欲度(空闲时间)优先算法,在这里,给出了其C++的代码实现。-Minimum slack priority algorithm, belonging to real-time scheduling algorithm, also known as For the smallest degrees (idle time) priority algorithms, in here, given its C++ code to achieve.
minFBNQ
- 无约束一维极值问题的优化算法,能很快的求取最小值。-Extremal non-binding one-dimensional optimization problem that can quickly strike a minimum.
f_lms
- 均衡技术是克服码间干扰(Inter-Symbol Interference,ISI)的有效措施,由于信道特性的随机性与时变性,实际中消除码间干扰最常用的是自适应均衡器。本文对基于最小均方(Least Mean Squares,LMS)算法和递推最小二乘(Recursive Least Squares,RLS)算法的自适应均衡器进行仿真研究,分析了信道特性与设计参数对自适应均衡器的收敛速度与稳态性能的影响。 -Equalization technique is to overcome inte
MinHeap
- 数据结构(清华第2版)中,可重用的最小堆类-Data structure (Tsinghua 2nd edition), the minimum heap reusable classes
max_min
- VC编写的统计一个三维大数组中的最大最小元素。该大数组中的数据是Candide-3模型的数据-VC statistics prepared by a three-dimensional big array of maximum and minimum elements. The large array of data is the Candide-3 model of data
tiaogezi
- 在象棋中可实现搜索马走的到指定位置的最小的步数-Chess can be achieved in the search for horses to go to the location of the minimum specified number of steps
danpianjidianziqin
- 单片机因其体积小、功能强、价格低廉而得到广泛应用。这个单片机电子琴,利用AT89S52的功能设计电子琴电路,仅仅用AT89L52单片机设计微型电子琴的方法,仅需AT89L52最小系统,扩展一组小键盘(这里以4×4键盘为例,可按需要扩展),再加一片LM386做音频小功放,输出到扬声器。电源可由12V直流电压或者三节5号电池提供。电路简单,元器件少,很容易制作。-SCM because of its small size, powerful functions, low cost and widel
Pipeline
- 程序解决了给定油井位置,求出一条东西向输油管道的位置,使之到各个油井的距离之和达到最小 //程序一次性读入11组测试文件,将油井纵坐标存储在动态开辟的pipey数组里,通过运用在数组中查找第K小个元素的算法找到了管道的最优位置 //最后求得最短距离后,将最终结果一次性存储到11个输出文件中。-Program to solve a given oil well location, find a location east-west pipeline, so that the distanc
maxmin
- 一个C++小程序,可以实现输出a,b,c中的最大值和最小值的功能-A C++ small program that can achieve output a, b, c in the function of the maximum and minimum
kpib
- kpib.m contains code for GPIB and serial port communication for a number of scientific instruments, organized so that a single common command syntax can operate them all. For example, the command: r = kpib(INSTRUMENT,GPIB, read ) will return the
minimum-spanning-tree
- 在数据机构中,在图论中,搜索整个图,生成最小生成树。-Data organization, in graph theory, search the entire diagram, generate a minimum spanning tree.
Array-number-e-min-and-max
- 这是一个用c语言程序编写的数组数取最大最小程序-This is a c language programming array number take minimum and maximum program
my38decoder
- 这个是用verilog语言写的一个38译码器的程序,在DE2最小系统板里验证过 -This is to use verilog language is written a and decoder program, in DE2 minimum system board validated
led_decoder
- 这个是用verilog语言写的一个点亮LED灯的程序,在DE2最小系统板里验证过-This is to use verilog language written by a light LED lights program, in DE2 minimum system board validated
sccz
- 三次插值算法一个小例子,用于计算多元方程的最小值,也就是最优化问题-A small example cubic interpolation algorithm for the calculation of the minimum value of the multi-equation optimization problem, which is the most
maxminfilter
- 数组数值的最大值最小值过滤,C++程序实现-Maximum Minimum filter array values , C++ program