-
Nano的XML解析器
Nano的XML解析器-the XML parser
- 2022-11-13 20:30:04下载
- 积分:1
-
wangzhidaohang
Web site navigation source code is an imitation of Win8 Metro style Web site navigation source code, suitable for beginners to use.
- 2019-05-31 10:36:14下载
- 积分:1
-
gravity
球体重力异常正演程序,公式来自教材。自己编写的程序,使用的语言是matlab,分享给大家。(This a matlab code for gravity anomaly forward.)
- 2019-01-31 14:51:50下载
- 积分:1
-
Sample RSS channel created for my web site. It s more of a template so you ll go...
Sample RSS channel created for my web site. It s more of a template so you ll going to have add function to take data from your DB.
- 2022-03-07 15:46:22下载
- 积分:1
-
JAVA的例子程序,很适合初学的人,相信有很大帮助的.
JAVA的例子程序,很适合初学的人,相信有很大帮助的.-JAVA examples procedures, are very suitable for the beginner, I believe very helpful.
- 2022-05-13 02:33:45下载
- 积分:1
-
source code part for the carcasonne game
source code part for the carcasonne game
- 2022-08-14 13:35:56下载
- 积分:1
-
ARM应用
作为一种16/32位的高性能、低成本、低功耗的嵌入式RISC微处理器,ARM微处理器目前已经成为应用最为广泛的嵌入式微处理器。(As a 16/32 bit high performance, low cost, low power embedded RISC microprocessor, ARM microprocessor has become the most widely used embedded microprocessor.)
- 2018-07-14 11:16:48下载
- 积分: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
-
最新的Lingo11,不过是试用版的,希望对大家有用
最新的Lingo11,不过是试用版的,希望对大家有用-Latest Lingo11, but a trial version, and I hope useful for all of us
- 2023-02-12 04:45:08下载
- 积分:1
-
RS_GWO
说明: 清除所有变量之后再初始化,设置迭代次数和研究数目(Clear all variables before initialization, set the number of iterations and number of studies)
- 2020-06-20 11:20:02下载
- 积分:1