搜索资源列表
Turbo_matlab_3GPP
- [WuYufei_matlab]是WuYufei的Matlab程序 做Turbo码,恐怕很难绕过WuYufei的程序,呵呵 -[WuYufei_matlab] is the Matlab WuYufei procedures done Tu RBO code, it will be difficult to bypass WuYufei procedures, huh
BP1_decoder
- H.264的CABAC的旁路码的decoding.-H.264 CABAC the bypass code decoding.
BP2_decoder
- H.264的CABAC的旁路码的另一个解码过程。-H.264 CABAC the bypass code to another decoding process.
GAforMaxfunction
- 遗传算法求函数极值算是遗传算法的一种最简单的应用,这里就介绍一种简单的,全文基本翻译自codeproject的一篇文章,作者为Luay Al-wesi,软件工程师。例子中的函数为y = -x^2+ 5 ,大家可以将其改为其他复杂一些的函数,比如说f=x+10sin(5x)+7cos(4x)等。本篇文章适合遗传算法初学者阅读,大牛请绕道,呵呵。文后附C语言代码,全部代码在VC6.0上编译通过。 代码中文说明见:http://blog.csdn.net/xujinpeng99/archive/2
Solving-the-shortest-path
- 这是一个用VC++求解最短路径的程序,在求解最短路径时可以绕过障碍物。-This is a VC++ using the procedure for solving the shortest path, shortest path in the solution can bypass the obstacles.
xuling-matlab
- [WuYuFei]中是WuYuFei的论文 [WuYufei_matlab]是WuYufei的Matlab程序 做Turbo码,恐怕很难绕过WuYufei的程序,呵呵 [cap_turbo]和[mother]是我在研究阶段的工作 走了很多弯路,所以这两个目录必然有很多错误而且很混乱 如果想了解一下我的研究历程可以看看,切不可拿来修炼,否则走火入魔俺不管。平,mdsvl,sdlxcl-[WuYuFei] is WuYuFei papers [WuYufei_matlab]
44
- 给定程序中,函数fun的功能是:将a所指3×5矩阵中第k列的元素左移到第0列,第k列以后的每列元素依次左移,原来左边的各列依次绕道右边。 例如,有以下矩阵: 1 2 3 4 5 1 2 3 4 5 1 2 3 4 5 若k结果为2,程序执行结果为: 3 4 5 1 2 3 4 5 1 2 3 4 5 1 2 请在程序的下划线处填入正确的内容并把下划线删除,使程序得出正确的结果。 注意:源文件存放在考生文件夹下的BLANK1.C中 不得增行或删行,也不
zuizhong4panglukwei02
- 此程序给出了换热网络旁路设计中的相关增益分析,可计算出相对增益矩阵。-This program gives the bypass heat exchanger network design-related gain analysis to calculate the relative gain matrix.
ultimate-solution-of-network-flow
- 网络流终极解包裹程序,自动绕过包裹相位图的残差点,得到好的解包裹结果。-The ultimate solution of network flow wrapping other programs to automatically bypass the wrapped phase map of the residual was almost good unwrapping results.
BinTree_2
- BINARY TREE PROGRAMM. BUILD TREE AND FORWARD BYPA-BINARY TREE PROGRAMM. BUILD TREE AND FORWARD BYPASS
model
- 基于自动细胞法的平面交叉口仿真 对平面交叉口不取消左转的仿真程序:model1.m 对平面交叉口以绕行方式取消左转的仿真程序:model2.m 对平面交叉口以迂回方式取消左转的仿真程序:model3.m -Does not abolish the intersection turn left emulator: model1.m intersection to bypass cancel turn left emulator: emulator model2.m circui
retphybrid.zip
- algorithm to bypass system,algorithm to bypass system
robort
- 基于元胞机的机器人绕行障碍,完美运行,找到最佳路径-Cellular machine-based robot bypass obstacles, the perfect run to find the best path
paper4
- 基于旁路攻击的AES算法中间变量脆弱点.pdf-AES algorithm based bypass intermediate variable attack vulnerabilities. Pdf
MatlabModel-4.0
- Matlab策略主模板框架—日内交易策略,麻雀虽小,五脏俱全-A detailed introduction matlab function of the book, it is suitable for junior learners, experts please bypass
dwx
- 在单目标扰动物情况下的等矢量磁位线的实部与虚部的图形,当等矢量线遇到扰动物是会绕过扰动线继续前进。-In the magnetic vector graphics line single target in case of disturbance of animals real and imaginary parts, such as vector lines encountered interference when the animal is disturbed bypass line an
MATLAB-UPS
- Matlab与数据库链接有三种方法,本文只讲述其中以ODBC的方式进行链接。 本文件包含四部分,其中第三部分为我自己写的一些数据库函数操作的函数,第四部分为网上的一些资料。 -More than one power supply at the same time, the rectifier and inverter and bypass system are redundant configuration resistance Load capacity with decentra
bypass_coder_CABAC-part
- VHDL CODE OF Bypass coder part of Context Adaptative Binary Arithmetic Coder(CABAC)-VHDL CODE OF Bypass coder part of Context Adaptative Binary Arithmetic Coder(CABAC)
A星算法
- 算法可绕过障碍点,实现起始点与目标点的最近距离(The algorithm can bypass the obstacle point and realize the closest distance between the starting point and the target point.)