-
MFC入门小程序源代码
MFC入门小程序源代码-MFC source code
- 2022-08-23 00:44:32下载
- 积分:1
-
C language developed in the VC a color version of the game Sokoban
C语言在VC下开发的一个彩色版推箱子游戏-C language developed in the VC a color version of the game Sokoban
- 2022-03-11 20:02:57下载
- 积分:1
-
Student achievement management system can be achieved such as additions and dele...
学生成绩管理系统
可以实现增删查改之类的基本功能,并且可以二次编程-Student achievement management system can be achieved such as additions and deletions to check the basic functions and can be quadratic programming
- 2022-08-17 10:34:14下载
- 积分:1
-
排序算法:包括直接插入排序、冒泡排序、基数排序、快速排序、堆排序、计数排序、归并排序...
排序算法:包括直接插入排序、冒泡排序、基数排序、快速排序、堆排序、计数排序、归并排序-Sorting algorithms: including direct insertion sort, bubble sort, radix sort, quick sort, heap sort, counting sort, merge sort
- 2022-02-02 14:19:45下载
- 积分:1
-
不错的万年历,可以加载系统中单独使用,配有个节气注释,可以自行修改作为日程备忘...
不错的万年历,可以加载系统中单独使用,配有个节气注释,可以自行修改作为日程备忘-A good calendar, you can load the system alone, with Terms of the Notes, you can modify its own schedule as a reminder
- 2022-03-22 10:22:10下载
- 积分:1
-
该汉字库软件用于生成16X16汉字点阵数据
该汉字库软件用于生成16X16汉字点阵数据-16X16 hanziku
- 2023-07-26 22:30:03下载
- 积分:1
-
Drive ccts for use with solenoid
Drive ccts for use with solenoid
- 2022-04-15 08:08:37下载
- 积分: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
-
大连理工出版社,数据结构与算法(第三版)ppt
大连理工出版社,数据结构与算法(第三版)ppt-Dalian Science and Technology Press, Data Structures and Algorithms (third edition) ppt
- 2022-02-22 07:30:26下载
- 积分:1
-
用 C 编写的带音乐背景的"接龙"游戏
用 C 编写的带音乐背景的"接龙"游戏-C with the preparation of the background music of "word" game.
- 2022-04-02 01:43:23下载
- 积分:1