-
在应用程序中加入flash,一个可以在软件窗体中加入flash的源代码程序...
在应用程序中加入flash,一个可以在软件窗体中加入flash的源代码程序-the application to add flash, the software can be a window into the flash source code procedures
- 2022-12-31 07:10:03下载
- 积分:1
-
VB6.0 仿写的磁盘整理程序
VB6 仿写的Windows磁盘碎片整理程序,是一个免费开源的软件,不保证对您的系统造成损坏,整理系统页文件,不支持 64-bit 或 Vista 或更高系统
程序有几个配置选项:
完成后重新启动系统
记录日至文件
运行过程中适时显示进度条。
- 2022-03-04 13:12:49下载
- 积分:1
-
PCI Express
PCIe板卡的PCB模板,altiumdesigner格式(PCB template of PCIe board, Altium designer format)
- 2021-03-07 09:49:29下载
- 积分:1
-
geometry-optical
本课件系统地讲述了几何光学的原理,对入门学者来说很有帮助(The principles of the courseware systematically describes the geometrical optics, for entry scholars helpful)
- 2015-04-25 09:41:35下载
- 积分:1
-
讲述如何阅读datasheet的文档,对搞硬件开发的大有帮助。
讲述如何阅读datasheet的文档,对搞硬件开发的大有帮助。-datasheet on how to read the documents, engaged in the development of hardware assist.
- 2022-08-08 07:19:49下载
- 积分:1
-
I wrote a MS
我写了个和MS的扫雷长象和玩法都一样,但我的有以下特别功能: 1 开始游戏第一下永远不会点到雷 2 (保存/恢复 )可以在任何时候保存游戏状态,可在任何时候恢复 3 100% 纯 JAVA 编写, 可以在任何系统上运行,比如苹果电脑和LINUX等 4 100% 公开源代码 这个游戏基于MVC架构编写. 把jar文件默认打开程序设为JAVA虚拟机,就可双击JMinesweeper来启动游戏,如果没有装JAVA虚拟机可以去SUN的主页上下载: http://jdl.sun.com/webapps/download/AutoDL?BundleId=9992 把JMinesweeper.jar用WinRAR或WinZip解压后,可以在解压文件夹中找到这个游戏的所有源码。-I wrote a MS-like mine, and games are played are the same, but I have the following functions : starting a game will never be the first to mine two points (preservation/restoration) can be preserved at any time, the game may be resumed at any time 3100% Pure Java prepared, any system running, such as Linux and Apple Computer as 4,100% of the open-source MVC framework based on the game prepared. put jar document procedures set by default to open Java Virtual Machine, JMinesweeper can double-click to start the game, if not installed Java Virtual Machine can go to the home page of the Sun Download : http://jdl.sun.com/webapps/download/AutoDL BundleId = 9992 J
- 2022-03-11 13:54:32下载
- 积分:1
-
4、学员管理系统_面向对象
利用Python和面向对象知识实现学员管理系统(Application of Student Management System with Python)
- 2020-06-21 01:40:01下载
- 积分:1
-
资料
说明: java软件考试题库,可以查看历年真题,帮您轻松过软考(Java software examination question bank)
- 2019-04-04 23:39:08下载
- 积分:1
-
C# 使用数据库列别名的例子
C# 使用数据库列别名的例子。查询数据库信息,定义了一个方法返回DataTable对象:
private DataTable GetMessage()
{
string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串
@"server=WIN-GI7E47AND9RLS;database=db_TomeTwo;uid=sa;pwd=");
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
@"SELECT 学生姓名 as 姓名,年龄 as 学生年龄,性别 as 学生性别 from tb_Student");
SqlDataAdapter P_SqlDataAdapter = new SqlDataAdapter(//创建数据适配器
P_Str_SqlStr, P_Str_ConnectionStr);
DataTable P_dt = new DataTable();//创建数据表
P_SqlDataAdapter.Fill(P_dt);//填充数据表
return P_dt;//返回数据表
}
- 2022-07-22 20:05:58下载
- 积分:1
-
观察者模式-老板回来02
说明: modbus C#编写的modbus 从站代码,可以直接使用(Modbus slave code written in Modbus C # can be used directly)
- 2020-06-24 13:00:02下载
- 积分:1