-
自助法
这是一个自助法仿真可靠性的一个小程序,里面有相关数据和主程序与子程序。(This is a simulation reliability of a small program, which contains relevant data and the main program and subroutines.)
- 2020-06-17 21:00:07下载
- 积分:1
-
PCI局部总线,对于做PCI卡的人来说,非常有帮助
PCI局部总线,对于做PCI卡的人来说,非常有帮助-PCI Local Bus, the PCI card to do people, very helpful
- 2022-07-20 08:12:27下载
- 积分:1
-
seg2
说明: matlab地震数据处理解释配套程序,用于数据格式转换(Matlab seismic data processing and interpretation program for data format conversion)
- 2020-05-02 21:32:10下载
- 积分:1
-
LCD图形数据生成软件源程序,图形大小任意,行列数据排列。...
LCD图形数据生成软件源程序,图形大小任意,行列数据排列。-LCD graphics data generation software source code, graphics arbitrary size, with the ranks of data.
- 2022-08-03 01:47:53下载
- 积分:1
-
LDPC
LDPC码的编译码原理,详细完整,是了解LDPC码基础知识的很好的材料(LDPC code encoding and decoding principles, detailed and complete, is to understand the basics of LDPC codes of good material)
- 2009-09-16 15:54:34下载
- 积分: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
-
paihang
有2*n个盒子排成一行,其中有两个相邻的空盒,有n-1个盒子有符号 A ,有n-1个盒子有符号 B 。例如,n=5,并有初始配置如下:
A B B A . . A B A B
(2* n box row, wherein there are two adjacent empty box, n-1 of a box with the symbol ' A' , the symbol ' B' n-1 th box. For example, n = 5, and the initial configuration is as follows: ABBA .. ABAB)
- 2013-02-25 18:43:03下载
- 积分:1
-
简单的模拟DNA配对的程序,适合初学者,使用c++编写
简单的模拟DNA配对的程序,适合初学者,使用c++编写-Simulation of simple DNA matching procedures, suitable for beginners, using c++ to prepare
- 2022-01-28 12:19:08下载
- 积分:1
-
STM32F407数据手册
说明: STM32F407数据手册,英文的,STM32F4xx系列开发必备(STM32F407 data sheet)
- 2019-07-04 10:53:26下载
- 积分:1
-
This is a simple software which convert mono bitmap image to a gerber file forma...
This a simple software which convert mono bitmap image to a gerber file format. Useful to copy images to PCB artwork in design stage itself.-This is a simple software which convert mono bitmap image to a gerber file format. Useful to copy images to PCB artwork in design stage itself.
- 2022-03-13 14:56:16下载
- 积分:1