-
load
说明: 提供了一天的负荷数据,并可以画出该天负荷曲线(It provides a day's load data and can draw the load curve for the day.)
- 2020-11-02 16:19:53下载
- 积分:1
-
一个翻棋子的小游戏,当把所有的棋子翻成同色后游戏结束。...
一个翻棋子的小游戏,当把所有的棋子翻成同色后游戏结束。-A doubled pawn of the game, when all the chess pieces into the same color after the Game is over.
- 2022-05-26 23:13:55下载
- 积分: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
-
four_steg_analysis
改程序包括了四种数字水印的隐写分析。四种方法都还不错。(Reform program, including four digital watermarking steganalysis. Four methods are pretty good.)
- 2009-06-23 21:32:09下载
- 积分:1
-
2019081091-韦秋云-代码
说明: C语言小锻炼,工程实践飞机订票系统,虚拟支付(airline reservation system)
- 2020-10-25 13:47:32下载
- 积分:1
-
pkt
思科基础知识配置,校园网在内,都能购ping的通(CISCO basic knowledge configuration, campus network, can buy Ping through)
- 2020-06-29 08:00:02下载
- 积分:1
-
[muchong.com]大气传输模型软件PcModWin
modtran中文使用说明及windows窗口(modtran a a a a a)
- 2018-06-04 16:03:26下载
- 积分:1
-
with MFC write Chinese 66.248.97.196 can achieve a small font conversion process...
用MFC写的可以实现中文简繁字体转换的小程序.-with MFC write Chinese 66.248.97.196 can achieve a small font conversion process.
- 2022-07-28 15:55:31下载
- 积分:1
-
学习晶体相场 单相钉扎
学习晶体相场的初学者,可以参考一下,非常有用哦。(Single-phase multiple pinning particles, suitable for beginners to learn reference.)
- 2020-06-22 03:00:02下载
- 积分:1
-
动态创建控件举例
动态创建控件举例-Dynamic Controls for the creation
- 2022-07-08 14:07:24下载
- 积分:1