-
CV_CT_IMM
说明: 分析转子不平衡响应,以及转子涡动,转子坎贝尔图临界转速求解等((Cambridge Aerospace Series) Michael I. Friswell, John E. T. Penny, Seamus D. G)
- 2019-06-08 16:35:10下载
- 积分:1
-
LAMMPS切削自动建模
说明: LAMPS单晶切削自动建模脚本 --作者YSZ(Scripts for automatic modeling of lammps single crystal cutting)
- 2020-04-13 16:40:27下载
- 积分: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
-
让系统启动时运行某个应用程序
让系统启动时运行某个应用程序-let activated a running application
- 2023-01-18 07:15:04下载
- 积分:1
-
this program is for controling MAC_messages in the simulator, through we can con...
this program is for controling MAC_messages in the simulator, through we can control MAC msges
- 2022-04-20 15:20:05下载
- 积分:1
-
LDC1000_F261x_DRDY
说明: The 3rd operational mode for the LDC
- 2020-06-21 19:00:02下载
- 积分:1
-
专业的评标管理系统,包括工程管理,开标数据采集,评标等整套完整业务流程,代码清晰....
专业的评标管理系统,包括工程管理,开标数据采集,评标等整套完整业务流程,代码清晰.-The evaluation of the management of major systems, including project management, opening the data collection, evaluation, such as a complete set of business processes, clear code.
- 2023-03-06 19:25:03下载
- 积分:1
-
electronic stopwatch. VC++ realization of a simple time. VC can understand the u...
电子秒表。利用VC++实现简单的计时。可以了解VC中定时器的使用方式,以及对系统时间的获取方式。-electronic stopwatch. VC++ realization of a simple time. VC can understand the use of the timer, as well as the system time access methods.
- 2022-03-23 18:48:56下载
- 积分:1
-
新闻门户
智能企业建站系统,该系统能让用户在短时间内迅速架设属于自己公司的企业网站。建站系统易学易懂(Intelligent Enterprise Station Building System, which enables users to quickly set up their own company website in a short time. Station building system is easy to learn and understand)
- 2020-06-22 09:20:02下载
- 积分:1
-
文字游戏,非常设和初学者,教材中的经典。
文字游戏,非常设和初学者,教材中的经典。-Word games, non-permanent and beginners, teaching the classics.
- 2022-03-18 05:36:01下载
- 积分:1