搜索资源列表
MININNET
- Neural network中MININNET 设计用MATLAB 关于生成内容,坚固网络,净化神经网,类的比较,培训权限等的所有程序-Neural network design which MININNET on MATLAB generated content, a robust network, purification neural network, the type of comparison, the powers of the training all the procedur
laserlengths
- this progam calculates the optimum laser powers at different rod lengths-this progam calculates the optimum laser p owers at different rod lengths
1047IntegerInquiry
- HDOJ 1047 One of the first users of BIT s new supercomputer was Chip Diller. He extended his exploration of powers of 3 to go from 0 to 333 and he explored taking various sums of those numbers. ``This supercomputer is great, remarked Chip. ``I o
powersys_manual
- 给Matlab配套的电力工具箱POWERSYSTEM的最全的使用手册,一共一千多页,POWERSYSTEM中所有的DEMO都有详细介绍,是学习电力工具箱的精品资料-Matching of electricity to Matlab toolbox POWERSYSTEM the most comprehensive user manual, a total of more than 1000 pages, POWERSYSTEM have all the details of DEMO is t
cordic
- cordic methods describe essentially the same algorithm that with suitably chosen inputs can be used to calculate a whole range of scientific functions including sin, cos, tan, arctan, arcsin, arccos, sinh, cosh, tanh, arctanh, log, exp, square root a
powersys
- SimPowerSystems software and other products of the Physical Modeling product family work together with Simulink software to model electrical, mechanical, and control systems
huffman
- Huffman编码问题一类广泛存在于文件、音频等数据压缩问题中。如根据Huffman编码的原理,实现对文本进行压缩与解压的功能。因此掌握好Huffman编码的技术可以再社会生活中起到很重要的作用。-HuffmanNode* CreateHuffmanTree(int n, char datas[], int powers[]) { HuffmanNode head head.next = NULL //初始化森林 for (i
Modulation_DSB-SC
- Signal to noise ratio. Calculation of the powers involved in the communication system, to evaluate the signal to noise ratio. Modulation DSB-SC
Desktop
- 2次幂计算的简单程序应用可以用在很多软件中-Computing powers of 2
function3
- The DocPolynom to Character Converter The char method produces a character string that represents the polynomial displayed as powers of an independent variable, x. Therefore, after you have specified a value for x, the string returned is a syntac
function3
- The DocPolynom to Character Converter The char method produces a character string that represents the polynomial displayed as powers of an independent variable, x. Therefore, after you have specified a value for x, the string returned is a syntac
kummer
- 这个函数估计到库默尔与第N系列的广义超几何微分方程解的权力。库默尔的差分方程为: x *的克 (十)+(二- X)的*克 ( x)的- A *的为g(x)= 0 该代码只有4线长,利用Matlab的向量运算有权采取了第N广义超几何级数的权力的总和。-This function estimates the solution to kummer s differential equation with the first N powers of the
code2_sherry
- Source code for plotting antenna VSWR, Reflected power versus frequency, 10,15,20,25 of reflected powers etc.-Source code for plotting antenna VSWR, Reflected power versus frequency, 10,15,20,25 of reflected powers etc.
memory_test
- MEMORY_TEST is a MATLAB program which declares and uses a sequence of larger and larger arrays, to see what the memory limits are on a given computer.The program tries an increasing series of values of N, using powers of 2, between limits that you se
Netcdf_f90
- 读取netCDF格点资料的Fortran测试程序,通过读取指定netCDF文件,生成相应的Fortran源代码- Test program to read any netCDF file. by Barry Schwartz October 1993
CalculatedPowers3Ph
- Calculated Powers in 3 Phase
NetPowers3Ph
- Network Powers 3 Phases
FiberLasersAndAmplifiers
- 这个工具箱提供的稳态分析两掺杂铒和镱的光纤激光器和功放,对实验有好的设计, 通过各种计算和模拟来充分理解不同等参数的影响。-This toolbox provides steady-state analysis of both erbium-doped and ytterbium-doped fiber lasers and amplifiers, allowing good design choices to be made for experiment. Various calcu
turbine3
- 实现含风电场RX模型的系统潮流计算,风电场采用RX模型,此模型充分考虑风力发电机的输出功率特性,比其他模型完善,在模型中将迭代过程分为两步:常规潮流迭代计算和异步风力发电机的滑差迭代计算。- In short, the algorithm carried out to simulate the wind farmas an RX bus is as follows: 1)Begin with s=snorm in each machine, snorm being the rated s
LegendrePoly
- This program returns the coefficients of the Legendre polynomial P_n, given n. The result is a row vector with powers of x decreasing left to right (standard MATLAB notation). Like for other polynomials, LegendrePoly(n) can be uated at x by typing-Th