-
历年程序员考试题目
历年程序员考试题目-programmers calendar year exams
- 2022-03-02 01:29:00下载
- 积分:1
-
LPC2300的IAP程序启动
LPC2300 IAP APPLICATION BOOT
- 2022-03-20 17:41:35下载
- 积分: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
-
迷宫求解(全部解)
共有三个文件maze.h mclass.cpp t3.cpp
希望大家多提意见...
迷宫求解(全部解)
共有三个文件maze.h mclass.cpp t3.cpp
希望大家多提意见-Maze Solving (all solutions) there are three documents maze.h mclass.cpp t3.cpp do so hope that everyone
- 2022-10-11 16:25:03下载
- 积分:1
-
ocr
ocr-optical character recognition-it is a very useful souece code for optical character recognition
- 2022-01-27 23:33:47下载
- 积分:1
-
很强大的频率计,是仿真的 通过测试 非常的好
很强大的频率计,是仿真的 通过测试 非常的好-Very powerful frequency counter, is to pass the test simulation is very good
- 2022-03-10 23:20:59下载
- 积分:1
-
是PCB的入门学习资料,希望对学习PCB的,有帮助,
是PCB的入门学习资料,希望对学习PCB的,有帮助,-PCB entry is the learning materials, and they hope to learn from the PCB, has help
- 2023-03-31 08:35:04下载
- 积分:1
-
求最简合一的程序
求最简合一的程序-seek convergence of the most simple procedures
- 2022-11-28 03:10:04下载
- 积分:1
-
.net环境中以c#实现的八数码游戏算法,包括三种ai算法,可以自由输入数值比对各种算法的执行效果。...
.net环境中以c#实现的八数码游戏算法,包括三种ai算法,可以自由输入数值比对各种算法的执行效果。-. net environment to c# achieve eight digital game algorithms, including three ai algorithm, can freely enter the numerical ratio on the performance of various algorithms.
- 2022-05-16 02:16:54下载
- 积分:1
-
这是俄罗斯方快的c语言程序,请大家指教一下,这是自己边的呀!...
这是俄罗斯方快的c语言程序,请大家指教一下,这是自己边的呀!-This is the Russian side quickly c language program, please advise that this is their side!
- 2022-02-10 11:25:01下载
- 积分:1