-
Java黑白棋游戏j2me代码
Java黑白棋游戏,运行于手机上的J2me游戏源码,是一个升级版本,修复了很多功能,优化了界面、添加了Command、使用GameCanvas、使用多线程控制游戏进度、修改游戏的部分Bug等。
- 2023-03-07 16:05:04下载
- 积分:1
-
software testing inside a memory test methods and a silly things
软件测试里面的一种测试内存的方法和一种无聊的东西-software testing inside a memory test methods and a silly things
- 2022-01-21 05:07:39下载
- 积分:1
-
很好用的串口调试的工具,可以支持多种校验码
很好用的串口调试的工具,可以支持多种校验码-a good debug tool for COM
- 2022-03-08 09:05:52下载
- 积分:1
-
一个简单的VC++程序安装向导源代码
一个简单的VC++程序安装向导源代码,引导用户一步步安装程序时候用的,一个完整的软件基本都包括的部分,这个安装向导的界面似乎比较传统,没有过多去Windows化,有点个性,不过演示了安装向导的编写过程,对VC++新手还有用的。程序中使用有VC++ 的TAB控件,编程很轻松,使用很方便,效果很不错,哈哈。
- 2022-12-30 22:00:03下载
- 积分:1
-
介绍了MAX232替换电路和MAX232芯片的资料
介绍了MAX232替换电路和MAX232芯片的资料-Introduction of the MAX232 and MAX232 chip circuitry to replace the information
- 2022-09-03 20:45:04下载
- 积分:1
-
用count.v和count.c两个文件作为例子,用来说明modelsim的pLI使用方法...
用count.v和count.c两个文件作为例子,用来说明modelsim的pLI使用方法-using two source files (count.v and count.c ) to demonstrate how to use modesim with PLI
- 2022-04-19 00:48:00下载
- 积分: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
-
VB FlexCell控件生成Excel表格效果
VB FlexCell控件生成Excel表格效果,FlexCell表格制作系统,自学VB一年有余,深知编程之苦之乐,有时为某一功能的实现要花费许多时间,概因周围无可交流人员。为使后学者在某些方面少走弯路,特制作此软件,并公布源程序,您可以免费传播、使用共同促进中国软件事业的发展,作 者:陈峰
我是模仿模板写的,里面有很多功能还代高手完善。其中里面有很多都模仿了EXCEL的风格,我想要是有那为高手能把他好好该该,将来一定可以代替EXCEL。
- 2022-02-06 07:18:12下载
- 积分:1
-
用VC6.0做的飞机游戏。。。做了一个飞机模型
用VC6.0做的飞机游戏。。。做了一个飞机模型-VC6.0 do with the game of the aircraft. . . Done an aircraft model
- 2023-04-21 11:25:03下载
- 积分:1
-
人力资源管理系统的操作程序,小…
The human resources management system management system operatingprocedure, welcome everybody to evaluate after testing with the use-The human resources management system man agement system operatingprocedure. welcome everybody to evaluate after testing wi the use th
- 2022-06-11 13:55:41下载
- 积分:1