-
全国大学生电子设计大赛智能小车单片机程序…
全国大学电子设计大赛 智能小车单片机程序及报告+流程图+管脚说明-National University of Electronic Design Competition smart car Singlechip procedures and report+ Flowchart+ Pin description
- 2022-01-25 22:15:52下载
- 积分:1
-
File splitter is a utility to split files acording to size and drives
File splitter is a utility to split files acording to size and drives-File splitter is a utility to split files acording to size and drives
- 2022-11-16 20:40:03下载
- 积分:1
-
可以使用该工具分析IIS服务器日志,随时了解你的网站的流量及用户所访问页面....
可以使用该工具分析IIS服务器日志,随时了解你的网站的流量及用户所访问页面.-Analysis of the tool can use the IIS server logs, to keep abreast of your site traffic and user visited the page.
- 2022-05-17 05:40:55下载
- 积分:1
-
this a book about altera fpga device choice ,it is good for developing eda with...
this a book about altera fpga device choice ,it is good for developing eda with fpga
- 2022-07-22 07:38:45下载
- 积分:1
-
A simple utility to split a concatenated vCard format file into separate files (...
A simple utility to split a concatenated vCard format file into separate files (IETF RFC 2426 - vCard MIME Directory Profile). It splits on the BEGIN:VCARD and END:VCARD tags. It was created to help import a Lotus Organizer export file into Palm Desktop -A simple utility to split a concatenated vCard format file into separate files (IETF RFC 2426- vCard MIME Directory Profile). It splits on the BEGIN:VCARD and END:VCARD tags. It was created to help import a Lotus Organizer export file into Palm Desktop
- 2022-07-13 12:00:39下载
- 积分:1
-
61 小车 自动循迹 可以报警 可以壁障
61 小车 自动循迹 可以报警 可以壁障-61 car alarm can be automatically tracking barrier
- 2022-12-31 17:35:05下载
- 积分:1
-
很强大的频率计,是仿真的 通过测试 非常的好
很强大的频率计,是仿真的 通过测试 非常的好-Very powerful frequency counter, is to pass the test simulation is very good
- 2022-03-10 23:20:59下载
- 积分: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
-
Java to IDL!!关于Java和IDL的具体介绍!!个人感觉还可以吧!!可以看看!...
Java to IDL!!关于Java和IDL的具体介绍!!个人感觉还可以吧!!可以看看!-Java to IDL! ! IDL on Java and on the concrete! ! Personal feelings can! ! Can see!
- 2022-03-12 11:47:03下载
- 积分:1
-
C语言数据结构和java语言描述的基本操作…
数据结构C语言和Java语言描述顺序栈的基本操作-C language data structures, and Java language to describe the basic operation of the order of the stack
- 2022-03-23 01:24:35下载
- 积分:1