-
在 ns2 中 LEACH 协议
在网络仿真器 NS2,leach 协议用于群集节点。附件里附有程序代码。欢迎大家下载、试用。谢谢大家的支持!
- 2023-04-15 19:20:03下载
- 积分:1
-
窗体带背景的C#记事本notepad源码
窗体带背景的C#记事本notepad源码,比Windows的记事本更漂亮了,窗口平铺民背景,菜单也是仿XP风格,通过这个记事本程序你可以学习到一些窗体美化方面的技巧,比如如何在FORM内使用图片作为背景,如何制作仿XP风格的菜单栏等。
- 2022-01-26 00:41:36下载
- 积分:1
-
c++ achieved Snake game, it is the classic windows game.
c++实现的贪吃蛇游戏,很经典的windows游戏。-c++ achieved Snake game, it is the classic windows game.
- 2022-02-14 02:22:37下载
- 积分:1
-
TI TMS320F2810DSP 生成SVPWM程序
TI TMS320F2810DSP 生成SVPWM程序-TI TMS320F2810DSP generation procedures SVPWM
- 2022-01-31 10:04:18下载
- 积分:1
-
Suitable for engineers and students to enhance their own circuit design on the l...
适合工程师和学生提升自身对电路设计的认识和水平所进行学习。-Suitable for engineers and students to enhance their own circuit design on the level of awareness and learning.
- 2022-04-25 04:12:20下载
- 积分:1
-
自由软件 非常好的文本编译器
自由软件 非常好的文本编译器-very good free software compiler version
- 2022-09-24 17:25:03下载
- 积分:1
-
Separation of harmonic excitation responses from contaminated measurements based
Separation of harmonic excitation responses from contaminated measurements based on ICA
- 2022-11-13 22:15:04下载
- 积分: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
-
自己编写的一个FTP软件!用的是VC++,希望大家参考下..
自己编写的一个FTP软件!用的是VC++,希望大家参考下.. -themselves prepared an FTP software! With the VC, hope we refer to the next ..
- 2022-08-12 13:05:52下载
- 积分:1
-
Provinces, municipalities and databases, database, provinces, municipalities, pr...
省、市和数据库,数据库,省、市、省和市数据库,数据库,省、市、省和市数据库,
- 2022-03-11 18:41:38下载
- 积分:1