-
2016-ao-camcalib
说明: 这是一篇关于相机标定的文章。该方法的特点是使用LCD屏幕而不使用棋盘格标定板。(This is an article about camera calibration. The characteristic of this method is to use LCD screen instead of checkerboard calibration board.)
- 2018-12-25 10:48:29下载
- 积分:1
-
umatS8R5
说明: 使用umat计算蔡吴失效准则,计算失效指数If,弹性模量和强度参数见表3.1.(Compute the Tsai-Wu failure index IF on each layer of Example 3.8 (p. 151) using a UMAT subroutine, available in umatS8R5.for. The elastic moduli and strength values for the lamina are given in Table 3.1)
- 2021-04-02 15:29:07下载
- 积分:1
-
Magic Pixel MP620DGC-C
说明: Magic Pixel MP620DGC-C Datasheet v. 0.99
- 2020-06-19 08:20:02下载
- 积分:1
-
小波分析例程
说明: 小波分析例程,小波分析实现理想效果,通过图像比较效果。(Wavelet analysis routine, wavelet analysis achieves ideal results,Compare effects by image.)
- 2020-06-20 17:40:02下载
- 积分:1
-
DOS下的CDROM读写加速驱动,使用DMA进行加速读写操作
DOS下的CDROM读写加速驱动,使用DMA进行加速读写操作-CDROM under DOS to read and write speed up the drive, to speed up the use of DMA read and write operation
- 2022-07-14 07:06:43下载
- 积分:1
-
LabVIEW制作的计算器
labview制作的计算器。能够实现基本的功能-labview production calculator
- 2023-08-28 19:30:03下载
- 积分:1
-
瑞利信道下,OFDM系统中使用BPSK调制的误码率(验证可用,与理论值比较)...
瑞利信道下,OFDM系统中使用BPSK调制的误码率(验证可用,与理论值比较)-BER for BPSK in OFDM with Rayleigh multipath channel
- 2022-07-07 19:02:43下载
- 积分:1
-
Java EJB简单例子
Java EJB简单例子,这是HelloWorldBean的Home接口,它是EJB对象的生成库,无状态会话(将在下一个实例中具体讲解)Bean,这个接口是客户端与EJB对象相互作用的中间途径,通过Client触发调用Bean方法:
try {
//取得初始化属性jndiContext,它是连接JNDI树的起始点
InitialContext jndiContext = new InitialContext(properties);
//取得Home对象的引用
Object ref = jndiContext.lookup("HelloWorldHome");
HelloWorldHome home = (HelloWorldHome)
PortableRemoteObject.narrow (ref, HelloWorldHome.class);
//用EJB生成库Home生成EJB对象
HelloWorld hello= home.create();
//调用EJB对象方法printHelloWorld(),EJB对象把调用委派给Bean
System.out.println (hello.printHelloWorld());
}
- 2022-07-20 22:16:54下载
- 积分:1
-
PEM fuel cell model
说明: hslogic算法仿真,基于simulink燃料电池PEM的仿真,分析SOC等等(Hslogic algorithm simulation, PEM simulation based on Simulink, SOC analysis, etc)
- 2020-06-29 21:04:43下载
- 积分:1
-
Skript
Matlab simulink example
- 2019-02-14 14:09:21下载
- 积分:1