-
完整版的sap初级技能自学教程,指导你入门
完整版的sap初级技能自学教程,指导你入门-integrity of the initial version of the sap self-tutorial skills, guiding your portal
- 2023-08-05 17:10:03下载
- 积分:1
-
Evento-master
event manger in simple project
- 2019-03-15 20:05:31下载
- 积分:1
-
servis v2
说明: scanned Babetta 210 service manual
- 2019-02-10 01:43:12下载
- 积分: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
-
Ch3_lens_imaging_simulation
说明: 在MatLab中,利用角谱理论,模拟了物体经过透镜成像的过程。
例子中 物体为读入的图像(五角星),在放大倍数为1、2、6倍的情况下分别模拟。(Using the angle spectrum theory to simulate the imaging process of an object passing through a lens in MATLAB,
In the given example, the object is a read-in image (a pentagram), which is simulated with magnification of 1, 2 and 6.)
- 2020-05-21 23:54:56下载
- 积分:1
-
leVHDL2
digital gates and coding
- 2019-04-11 05:05:21下载
- 积分:1
-
Game+Programming+with+Python+Lua+And+Ruby
脚本语言开发游戏的经典-采用LUA,Python和Ruby(Scripting language to develop a classic game- the use of LUA, Python and Ruby)
- 2008-06-27 12:55:05下载
- 积分:1
-
1210
vc++的视频,用flash player播放,例如175其中17代表第17章,而5代表第17章的第5个视频(vc++ the video, use flash player to play, for example, 175 of which 17 on behalf of Chapter 17, and 5 on behalf of Chapter 17 of the first five video)
- 2009-02-22 21:00:29下载
- 积分:1
-
ADS1118_SPI模式_STM32
ADS1118例程
ads1118:16bits分辨率
数据通过SPI(串行外设接口)传输。
电源从2v-5.5v(ADS1118 routine
ADS1118:16bits of resolution
data are transferred via a SPI(serial peripheral interface)
power supply ranging from 2V-5.5V)
- 2021-04-09 18:08:59下载
- 积分:1
-
ablation
说明: 用于计算高超音速飞行器再入大气层的表面烧蚀热化学反应计算(CALCULATION OF THERMOCHEMICAL REACTION OF SURFACE ABRACTION FOR REENTRY OF HIGH SUPERSONIC VEHICLES)
- 2020-09-01 17:28:10下载
- 积分:1