abaqus 爆炸模拟 *Heading ** Job name: cbs Model name: Model-1 *Preprint, echo=NO, model=NO, history=NO, contact=NO ** ** PARTS ** *Part, name=Part-1 *Node
资源简介:abaqus 爆炸模拟 *Heading ** Job name: cbs Model name: Model-1 *Preprint, echo=NO, Model=NO, history=NO, contact=NO ** ** PARTS ** *Part, name=Part-1 *Node
上传时间: 2016-10-15
上传用户:wangdean1101
资源简介:*Heading ** Job name: cbs Model name: Model-1 *Preprint, echo=NO, Model=NO, history=NO, contact=NO ** ** PARTS ** *Part, name=Part-1 *Node
上传时间: 2016-10-15
上传用户:jqy_china
资源简介:This code is to estimate the parameter of Model of Mixture Gauss which is popular Model used in pattern classification . JAVA 写的估计复合高斯模型中的参数
上传时间: 2015-04-10
上传用户:kikye
资源简介:MVC设计模式早在面向对象语言Smalltalk-80中就被提出并在此后得到业界的广泛接受。它包括三类对象:(1)模型(Model)对象:是应用程序的主体部分。(2)视图(View)对象:是应用程序中负责生成用户界面的部分。(3)控制器(Control)对象:是根据用户的输...
上传时间: 2015-05-02
上传用户:evil
资源简介:操作系统实验(java) 设计一个模拟若干售票网点的售票程序。 (1) 可以在任一网点查询; (2) 给出售票信息。
上传时间: 2014-01-09
上传用户:qweqweqwe
资源简介:Capability Maturity Model Integration, Version 1.1 CMMI for Systems Engineering and Software Engineering
上传时间: 2015-07-11
上传用户:hphh
资源简介:电池设计的充电器 Device : AT90S2333 File name : BC.c Ver nr. : 1.0 Description : Standalone Battery Charger with AT90S2333 (main program) Compiler : IAR icca90 Author : Asmund Saetre / Terje Frostad / Dietmar Koenig ...
上传时间: 2014-01-23
上传用户:ruixue198909
资源简介:If you learned the Queueing theorem, You certainly remember the basic Model, M/M/1. This is the source code of it.
上传时间: 2014-05-29
上传用户:希酱大魔王
资源简介:模拟串口实现代码, Baud: 9600Bps , Format: 1,8,1,无校验位, MCU:M88 , CRYSTAL:3.6864M , ICC AVR6.31A , 占用定时器T0(工作在查询方式) ,在项目中使用,收发一切正常.
上传时间: 2014-01-17
上传用户:caiiicc
资源简介:Top module name : SHIFTER (File name : SHIFTER.v) 2. Input pins: SHIFT [3:0], IN [15:0], SIGN, RIGHT. 3. Output pins: OUT [15:0]. 4. Input signals generated from test pattern are latched in one cycle and are synchronized at clock rising...
上传时间: 2013-12-13
上传用户:himbly
资源简介:Top module name : SHIFTER (File name : SHIFTER.v) 2. Input pins: SHIFT [3:0], IN [15:0], SIGN, RIGHT. 3. Output pins: OUT [15:0]. 4. Input signals generated from test pattern are latched in one cycle and are synchronized at clock rising...
上传时间: 2014-01-20
上传用户:三人用菜
资源简介:PRINCIPLE: The UVE algorithm detects and eliminates from a PLS Model (including from 1 to A components) those variables that do not carry any relevant information to Model Y. The criterion used to trace the un-informative variables is the r...
上传时间: 2016-11-27
上传用户:凌云御清风
资源简介:关于模拟退火算法的书籍,以及在0-1背包问题、旅行商问题上的实现
上传时间: 2013-12-26
上传用户:weixiao99
资源简介:1 Array Fundamentals 1.1 Spatial Signals 1.2 Array Signal Model 1.3 Spatial Sampling 2 Conventional Spatial Filtering: beamforming - Beam response 2.1 Spatial Matched Filter -Element spacing -...
上传时间: 2017-04-17
上传用户:jiahao131
资源简介:Computer name and the name of the determination of computer network application.
上传时间: 2014-01-16
上传用户:1079836864
资源简介:问题描述 设计一个由正规文法生成First集和Follow集并进行简化的算法动态模拟。(算法参见教材) 【基本要求】 动态模拟算法的基本功能是: (1) 输入一个文法G; (2) 输出由文法G构造FIRST集的算法; (3) 输出First集; (4) 输出由文法G构造...
上传时间: 2017-09-18
上传用户:冇尾飞铊
资源简介:证券模拟实验室工作人员日常行为准则1、 必须注意环境卫生。禁止在实验室、办公室内吃食物、抽烟、随地吐痰;对于意外或工作过程中污染实验室地板和其它物品的,必须及时采取措施清理干净,保持实验室无尘洁净环境。 2、 必须注意个人卫生。工作人员仪表、穿...
上传时间: 2013-12-30
上传用户:shanxiliuxu
资源简介:GM(1,1)模型1-4 1:GM(1,1)模拟模型,在matlab中的输入方法为gm1(x),x指要模拟的序列。 2:GM(1,1)预测模型,在matlab中的输入方法为gm2(x,K),x指要模拟的序列,K指从以后序列第一个数据算起的第k个待预测数据。 3:GM(1,1)群模拟模型,在matlab中...
上传时间: 2013-11-29
上传用户:jackgao
资源简介:javascript中文教程 <INPUT TYPE="button" name="objectname" VALUE="buttonText" [onClick="handlerText"]> name specifies the name of the button object as a property of the enclosing form object and can be accessed using the name pr...
上传时间: 2014-01-25
上传用户:aix008
资源简介:编程题(15_01.c) 结构 struct student { long num char name[20] int score struct student *next } 链表练习: (1).编写函数struct student * creat(int n),创建一个按学号升序排列的新链表,每个链表中的结点中 的学号、成绩...
上传时间: 2016-04-13
上传用户:zxc23456789
资源简介:Creates a Gaussian mixture Model with specified architecture.MIX = GMM(DIM, NCENTRES, COVARTYPE) takes the dimension of the space DIM, the number of centres in the mixture Model and the type of the mixture Model, and returns a data struct...
上传时间: 2016-04-28
上传用户:dyctj
资源简介:一个简单的机器调度模拟程序。根据任务的时长,分配到各机器,使得n台机器所完成的所有任务的时间最短。 本程序,只作学习交流之用。
上传时间: 2013-12-15
上传用户:saharawalker
资源简介:模拟Linux文件系统 在任一OS下,建立一个大文件,把它假象成一张盘,在其中实现一个简单的模拟Linux文件系统。 1. 在现有机器硬盘上开辟100M的硬盘空间,作为设定的硬盘空间。 2. 编写一管理程序simdisk对此空间进行管理,以模拟Linux文件系统,要求: (...
上传时间: 2017-03-21
上传用户:qq21508895
资源简介:由STC89C51单片机来控制DHT11传感器采集的温湿度的转换、1602液晶屏的显示,以及蜂鸣器的报警。
上传时间: 2018-04-27
上传用户:luson
资源简介:功能简介 虚仪声卡万用仪是一个功能强大的基于个人电脑的虚拟仪器。它由声卡实时双踪示波器、声卡实时双踪频谱分析仪和声卡双踪信号发生器组成,这三种仪器可同时使用。本仪器内含一个独特设计的专门适用于声卡信号采集的算法,它能连续监视输入信号,只有当...
上传时间: 2013-10-25
上传用户:silenthink
资源简介:本书全面、系统地介绍了MCS-51系列单片机应用系统的各种实用接口技术及其配置。 内容包括:MCS-51系列单片机组成原理:应用系统扩展、开发与调试;键盘输入接口的设计及调试;打印机和显示器接口及设计实例;模拟输入通道接口技术;A/D、D/A、接口技术...
上传时间: 2013-10-15
上传用户:himbly
资源简介:winCE msdn讲座 XP Embedded Now and the future Windows XP Embedded Developmentand Deployment Model OverviewWindows XP Embedded Component ModelWindows XP Embedded Studio Tools Microsoft WindowsXP Embedded Product Highlights Componentized vers...
上传时间: 2013-10-31
上传用户:jrsoft
资源简介:单片机应用技术选编(3) 目录 第一章 单片机的综合应用技术1.1 8098单片机存储器的扩展技术1.2 87C196KC单片机的DMA功能1.3 MCS?96系列单片机高精度接口设计1.4 利用PC机的8096软件开发系统1.5 EPROM模拟器及其应用1.6 MCS?51智能反汇编软件的设计与实现1.7 ...
上传时间: 2013-11-10
上传用户:lijinchuan
资源简介:单片机应用系统抗干扰技术:第1章 电磁干扰控制基础. 1.1 电磁干扰的基本概念1 1.1.1 噪声与干扰1 1.1.2 电磁干扰的形成因素2 1.1.3 干扰的分类2 1.2 电磁兼容性3 1.2.1 电磁兼容性定义3 1.2.2 电磁兼容性设计3 1.2.3 电磁兼容性常用术语4 1.2.4 电磁...
上传时间: 2013-10-20
上传用户:xdqm
资源简介:最新的支持向量机工具箱,有了它会很方便 1. Find time to write a proper list of things to do! 2. Documentation. 3. Support Vector Regression. 4. Automated Model selection. REFERENCES ========== [1] V.N. Vapnik, "The Nature of Statistical Lear...
上传时间: 2013-12-16
上传用户:亚亚娟娟123