-
资源管理目录树
这是在windows开发环境下写的一个资源管理树程序,能够获取我的电脑下的所有资源信息。开发工具是VS2003,如果采用更高版本的工具打开,需要更改 stdaftx.h 中的一些宏。例如:
#ifndef _WIN32_WINNT // Allow use of features specific to Windows NT 4 or later.
#define _WIN32_WINNT 0x0501 // Change this to the appropriate value to target Windows 98 and Windows 2000 or later.
#endif
#ifndef _WIN32_WINDOWS // Allow use of features specific to Windows 98 or later.
#define _WIN32_WINDOWS 0x0501 // Change this to the appropriate value to target Windows Me or later.
#endif
- 2023-04-21 23:25:03下载
- 积分:1
-
可以将数据库中导出的dbf文件轻松的转换为txt,里面附带有dbf文件,可以照着使用。...
可以将数据库中导出的dbf文件轻松的转换为txt,里面附带有dbf文件,可以照着使用。-database can be derived dbf file easily converted to txt, there are fringe dbf files that can be done from use.
- 2023-07-10 04:00:05下载
- 积分:1
-
CheckBox2009软件,优化界面,让界面更漂亮~!VB的
CheckBox2009软件,优化界面,让界面更漂亮~!VB的-CheckBox2009
- 2022-09-06 00:05:03下载
- 积分:1
-
二维表格的制作
表格Swing的重要主件,以二维表格的形式变现出来,依据MVC的思想。最好先生成一个MyTable类型的对象来表示数据,这个类是AbstractTableModel类继承而来的。
- 2022-05-09 13:12:40下载
- 积分:1
-
三维分子
三维分子查看器在的 RosAsm (嵌入式的源代码。要查看源,请在 RosAsm 中打开该文件)
- 2022-05-20 20:47:04下载
- 积分:1
-
可以显示带背景的工具栏,使程序界面有一定的新意
可以显示带背景的工具栏,使程序界面有一定的新意-Can display the toolbar with a background, so that program interface has a certain degree of novelty
- 2022-04-25 12:10:10下载
- 积分:1
-
PDA编程接口
pda上界面编程-pda on Programming Interface
- 2022-08-22 07:29:50下载
- 积分:1
-
超酷的状态条
状态条右下角一般为三个栏目,本代码扩展为五个,并且点击后可以数字增减,。可以设置为图片,点击后可以切换。状态条也可以和滚动条结合哦!
- 2023-01-06 20:55:03下载
- 积分:1
-
This is the query interface, database and search interface connectivity, it is a...
这是关于查询界面,是数据库与界面连接的搜寻系统,是一个添加查询界面-This is the query interface, database and search interface connectivity, it is an added Query Interface
- 2022-02-11 14:45:28下载
- 积分:1
-
客运售票系统
资源描述
本系统采用JSP+SQL2005实现了在线订票,主要包括:用户注册、订单提交、订单查询、后台用户管理、航班信息管理、订单管理。该系统能降低人工处理订票时出错的几率,提高工作效率
- 2023-05-05 20:15:03下载
- 积分:1