搜索资源列表
exam8_1
- 采用平面梁单元计算两铰抛物线拱的自由振动特性-Plane beam element calculation using the two hinged parabolic arch of the free vibration characteristics of
exam8_2
- 采用平面梁单元计算两铰抛物线拱的在初始条件下自由振动,并对时程曲线结果进行FFT变换-Plane beam element calculation using the two hinged parabolic arch at the initial conditions of free vibration, and the results of time-curve FFT transform
Scale-free
- 复杂网络的基础,无标度网络程序 采用轮赌算法-The basis of complex network, scale-free network using round of betting algorithm procedure
Matlab-Simulink-Using-Simulink-and-Stateflow-in-A
- This book includes nine examples that represent typical design tasks of an automotive engineer. It shows how The MathWorks modeling and simulation tools, Simulink® and Stateflow,TM facilitate the design of automotive control systems. Each exam
Traversalalgo
- Codes". Huffman coding uses a specific method for choosing the representation for each symbol, resulting in a prefix code (sometimes called "prefix-free codes") (that is, the bit string representing some particular symbol is never a prefix of th
slamToolbox
- Joan Solà编写6自由度扩展卡尔曼滤波slam算法工具包,解决视觉和机器人定位SLAM的一些列算法matlab工具包,对机器人定位和地图创建以及基于视觉的定位有很大帮助-This toolbox performs 6DOF SLAM using the classical EKF implementation. It is conceived as an "active-search" SLAM. It is provided for free under the GPL license
plus
- DC++是一个开放源码的免费的P2P客户端软件,用于文件交流,支持中文搜索。-DC++ Copyright (C) 2001-2006 Jacek Sieka, arnetheduck at gmail dot com This program is licensed under GPL-2 with the notable exception that you may compile it with OpenSSL (www.openssl.org). Here
73nodesandpressureusingLEM
- 计算一个圆柱体漂浮在自由水面上所受到的流体作用力-Caculating Hydrodynamics of a cylinder floating on the free surface using Limited Element Method
LinearBPM
- 这是一个简单的FFT为无电位1 +1 +1 Ð 薛定谔方程的光束传播方法。如果该软件灵活,允许引入的术语(如果是极少数需要包括色散效应高阶导数)。例如,如果一个人渴望解决的一个方程的形式: (四/ dz的+ Ð ^ 2/dx ^ 2 - 0.25 * Ð ^ 3/dx ^ 3)== 0 Ÿ 它可以解决使用以下代码: Ž = linspace(0,1,512) x = linspace(-5,5,1024) psi0 =进出口
AF_Control
- 针对LPG电喷发动机过渡工况空燃比难于精确控制的特点,提出了一种将改进Elman神经网络和常规 PI控制算法相结合的空燃比控制方法.其中Elman神经网络用于实现无传输延迟空然比信号的预测,常规PI控制器利用预测信号实现过渡工况下空然比的实时反馈控制.-LPG EFI engine for transient air fuel ratio is difficult to precisely control the characteristics of the improved Elman p
adaptivethreshold
- 一款简单的自适应阈值的MAYLAB代码,使用的时候需要更改图片的路径,阈值参数可以自行设置-A simple adaptive threshold MAYLAB code, when the need to change the image using the path, free to set the threshold parameter
Finite_Difference_Beam_Propagation_Method
- 采用有限差分方法模拟计算高斯光束在自由空间传播过程。-Simulation using the finite difference method of Gaussian beams in free space propagation.
variable_distribution
- 采用最佳适配算法实验动态分区分配过程alloc()和回收过程recover()。其中,空闲分区通过空闲分区链来管理;在进行内存分配时,系统优先使用空闲区低端的空间-Experimental best fit algorithm using the dynamic partition allocation process alloc () and the recovery process recover (). Among them, free partition management throu
freehanddraw
- this the free hand draw. using this project design, you can draw a free hand drawing. but it still has error and you need to fix the error. i don t know what is the error on this project.-this is the free hand draw. using this project design, you can
Double-Diff-Free-P.-M.--AHM
- This is a Fortran code simulating the heat and mass transfer in porous media by solving the non-Darcy flow by applying the streamfunction-vorticity method to calculate the velocity field without any need to calculate the pressure field and using the
Noise-free-program
- 自己写的用matlab实现的无噪声程序,包含随机产生信号,然后增加伪随机代码,最后修正信号的过程。-Using matlab to achieve their own written procedures for noise-free, contains randomly generated signals, and then increase the pseudo-random code, last amended signals.
TurboCodes_OFLYNN
- 提供了Turbo编译码的Tutorial,以及完整的matlab源代码。-Available PowerPoint presentation walks through how turbo codes work, and then goes onto using the included MATLAB files. Includes Links to useful resources, some available for free online, some you may already ha
word1
- 1、设置多个就绪队列,并给队列赋予不同的优先级数,第一个最高,依次递减。 2、赋予各个队列中进程执行时间片的大小,优先级越高的队列,时间片越小。 3、当一个新进程进入内存后,首先将其放入一个对列末尾,如果在一个时间片 结束时尚未完成,将其转入第二队列末尾。 4、当一个进程从一个对列移至第n个队列后,便在第n个队列中采用时间片轮转执行完。 5、仅当时间片空闲时,才调度第二个队列中的进程。 -1, setting a plurality of the ready queue,
Divergence-free-Isogeometric-Methods
- This thesis focused on solving the Darcy flow problem using divergence-free isogeometric methods, and comparing these results to the ones obtained using traditional finite element methods with Taylor Hood elements. A short introduction to B-splin
欧拉法
- 常微分方程数值解法:欧拉法,并将其应用于自由落体问题(here is the matlab code for solving the ordinary differential equation by using the Eular method. besides, the author also gave an example for testing.)