搜索资源列表
最短距离问题
- 求解网络中的最短路径。假设某个计算机网络有n个站点,依次编号为1,2,…,n;有的站点之间有直接的线路连接(即这两个站点之间没有其它站点),有的站点之间没有直接的线路连接。如果用三元组(i,j,f)来表示该网络中的站点I和站点j之间有直接的线路连接且它们之间的距离为f 当已知该网络各站点之间的直接连接情况由m个三元组(i1,j1,f1),(i2,j2,f2),…,(im,jm,fm)确定时,要求计算出对于网络中任意一个站点g(1≤g≤n)到其余各站点的最短距离。-the shortest pat
exm1001_1
- 对于传递函数为G=1/(s*s+2*&*s+1)归一化二阶系统,制作一个能绘制该系统单位阶跃响应的图形用户界面。本例演示:(A)图形界面的大致生成过程;(B)静态文本和编辑框的生成;(C)坐标方格控制键的形成;(D)如何使用该界面。-for the transfer function of G = 1 / (s * s * 2
g.723.1
- c源代码标准是 g.723.1的 完整的压缩包-c source code is the standard of integrity g.723.1 compressed
G.723.1_c
- ITU-T G.723.1语音编解码算法源代码-ITU-T G.723.1 speech codec algorithm source code
g.723.1
- g.723.1源代码,定点版本,包括编码和解码,非常具有参考和工程使用价值
tushendu
- 图的深度遍历,输出结果为(红色为键盘输入的数据,权值都置为1): 输入顶点数和弧数:8 9 输入8个顶点. 输入顶点0:a 输入顶点1:b 输入顶点2:c 输入顶点3:d 输入顶点4:e 输入顶点5:f 输入顶点6:g 输入顶点7:h 输入9条弧. 输入弧0:a b 1 输入弧1:b d 1 输入弧2:b e 1 输入弧3:d h 1 输入弧4:e h 1 输入弧5:a c 1 输入
LR(1)Arithmetic
- LR(1)文法实现四则运算程序,支持正整数和浮点数运算,有很强大的排错能力。在VC6.0下开发,能够在G++编译器下编译运行
G.723.1-v2r1a.tar
- ITU-T G.723.1 Speech Coder: Matlab implementation This package implements the speech coder and decoder. Full documentation is in the PDF file included with the package. The test folder has test programs for the coder and decoder (for Windows
antnet-1.1.rar
- Programming language: Developed in Omnet++. Comment: The model implements the AntNet routing algorithm proposed in: G. Di Caro and M. Dorigo. AntNet: Distributed Stigmergetic Control for Communications Networks. Journal of Artificial Intelligence Re
1-9
- 1-9数字填入三个分式的a-i中,使a/bc+d/ef+g/hi=1成立-1-9 the number of fill in the three fraction of ai, so that a/bc+ d/ef+ g/hi = 1 to set up
G.984.1-200303
- GPON 标准 GPON ITU 标准 G984.1-2003 -GPON ITU standard G984.1-2003
源文件
- 二: 普通计算器的设计说明: 1 普通计算器的主要功能(普通计算与逆波兰计算): 1.1主要功能: 包括 a普通加减乘除运算及带括号的运算 b各类三角与反三角运算(可实现角度与弧度的切换) c逻辑运算, d阶乘与分解质因数等 e各种复杂物理常数的记忆功能 f对运算过程的中间变量及上一次运算结果的储存. G 定积分计算器(只要输入表达式以及上下限就能将积分结果输出) H 可编程计算器(只要输入带变量的表达式后,再输入相应的变量的值就能得到相应的结果) I 二进制及八进制的计算器 j十六进制转化为十
5-1
- 简单有限元计算程序。 NJF---结点自由度数 E---弹性模量 NE---单元数 T---板厚度 VM---泊松比 z---实型二维数组,用来存放结点坐标 ZJ---实型二维数组,用来存放每个约束自由度方向和该方向的约束值, ie---实型二维数组,存放布尔矩阵 p---实型一维数组,先存放等效结点载荷,解完方程后存放输出的结点位移 a,b,a---实型数组,存放各个单元的面积及由结点坐标计算的bi,bj,ci,cj g---实型数组,存放单刚子块
longest
- Problem B:Longest Ordered Subsequence A numeric sequence of ai is ordered if a1 < a2 < ... < aN. Let the subsequence of the given numeric sequence (a1, a2, ..., aN) be any sequence (ai1, ai2, ..., aiK), where 1 <= i1 < i2 < ... &l
Desktop
- 1)LQG design of an unmanned helicopter 2) LQR control of an unmanned helicopter 3) speed torque characteristics of Induction machine
1
- 《Matlab与通信仿真》--数字调制篇--分析R-QAM或G-QAM的性能(信道任选)-" Matlab simulation and communication" - Digital Modulation articles- Analysis of R-QAM or the performance of G-QAM (optional channel)
G(1_1)
- 基于G(1,1)的灰色预测算法源码,可供参考-Based on G (1,1) model of the gray prediction algorithm
G.723.1
- G723.1语音压缩编码功能的matlab实现-G723.1 speech compression coding function matlab implementation
G
- This file includes the codes for G/G/1 queueing method and its simulation results-This file includes the codes for G/G/1 queueing method and its simulation results..
M/G/1 queue model
- The code of Queue theory M/G/1 model in Matlab