-
11-27-model
利用R软件建立混合效应模型,对于不同随机效应参数的混合模型进行对比(develop the mixed-effects models and compare the goodness-of-fit)
- 2018-03-19 20:53:48下载
- 积分:1
-
FPGA_SOURCE_CODE
ad9910 FPGA VERILOG 初始化代码,(Ad9910 FPGA VERILOG initialization code)
- 2017-08-01 10:01:28下载
- 积分:1
-
Top99
This is a modified version of the 99 line Matlab codes for topology optimization. The physical field is set to be temperature fleids. The problem to solve is the classical volume to line heat transfer problem, as well as the problem of the heat dissipation of flat surface by a pipe.
- 2022-07-27 20:37:57下载
- 积分:1
-
fdiskfenquxiangjie
说明: 这是一本fdisk分区详解书册,喜欢研究fdisk分区的网友可以下载学习!(This is a detailed book fdisk partition, like research fdisk partition users can download to learn!)
- 2008-09-01 17:15:12下载
- 积分:1
-
kendo.uniform
Context Menu Manager 2015.9.15 Keygen source code
- 2020-06-24 06:20:02下载
- 积分:1
-
VB添加和修改环境变量一例
VB创建和修改环境变量一例,演示如何操作Windows的环境变量,比如读取和显示所有变量、改变环境变量值、创建添加新变量等。。
- 2022-02-13 21:04:48下载
- 积分:1
-
NOMAcode
说明: NOMA系统的仿真代码,在lte的环境下运行,两个用户仿真比较误码。(The simulation code of NOMA system runs in LTE environment, and the error codes of two users are compared by simulation.)
- 2019-06-11 20:54:27下载
- 积分:1
-
无人机编队算法
无人机编队算法,使用matlab 建立无人机仿真系统,展示无人机的编队飞行,并通过模拟驱动一个VRML(虚拟现实建模语言)虚拟世界来实现可视化,使虚拟世界中的交通工具可以在仿真运行时看到(The UAV formation algorithm, using the MATLAB to establish the UAV Simulation System, shows the formation flight of the UAVs, and drives a VRML (Virtual Reality Modeling Language) to visualize the virtual world through simulation, so that the vehicle in the virtual world can be seen in the simulation run.)
- 2021-03-02 10:29:34下载
- 积分:1
-
滞后相关系数Sllcorrelation
说明: 滞后相关系数Sllcorrelation 可用于计算滞后/超前相关系数等(The lag correlation coefficient Sllcorrelation can be used to calculate the hysteresis/lead correlation coefficient, etc.)
- 2021-03-18 15:39:20下载
- 积分:1
-
VC++计算表达式的测试源码
VC++表达式计算的测试源码,本程序更像是一个“聪明”的数学计算器,可计算公式和表达式,只要输入正确的表达式,就可计算出值,初次编写这样的程序,不足之处,敬请包涵指正!~~
这个程序要求读者具备编译原理的一些知识。
举个实例来说明程序处理过程。假设要求值的表达式为 -25*(56+15)#(其中#号作为表达式结束标志)。首先对表达式进行词法分析,允许出现的字符为{0 ,1, 2 ,3 ,4 ,5 ,6, 7 ,8, 9 . ,+ ,-, *, / ,( ,),#}分析的结果产生两种类型的单词:操作符和操作数。操作符包括:{+, - ,* ,/ ,( ,)}操作数包括int和double类型。上面表达式产生的单词序列为{-25,*,(,56,+,15,)}.这些单词的类型也需要保存。
词法分析正确后将对产生的单词序列进行语法分析。
定义E为表达式,N为常数(视为终结符)。
- 2023-01-02 06:05:06下载
- 积分:1