-
Rh850123
说明: 适用于瑞萨rh850f1l,无需更改可run(Applicable to Reza rh850f1l, no need to change run)
- 2020-06-21 05:20:01下载
- 积分:1
-
ADS1298_Code
ADS1298 開發於MSP430XXX 源碼(ADS1298 for MSP430 Front-End Performance Demonstration Kit)
- 2010-08-19 08:53:01下载
- 积分:1
-
FM1702SL
复旦微FM1702读卡芯片底层驱动程序,在GCC环境下编译通过,非常好用(FM1702hardware driver)
- 2013-08-04 10:58:42下载
- 积分:1
-
彩票系统
彩票系统---精简版1-lottery system-- version 1
- 2022-02-07 16:51:17下载
- 积分:1
-
learnMFC
mfc 入门级教程,给新手学习(mfc entry-level tutorial for novice learning)
- 2008-01-05 17:44:33下载
- 积分:1
-
FiveChess
网络五子棋系统,网络五子棋功能较完整的实现,可以参考一下(Backgammon systems, networks function more complete realization of backgammon, you can refer to)
- 2020-12-09 11:59:19下载
- 积分:1
-
qt 分页控件
qt 分页控件实现,转载 qt 分页控件实现,转载qt 分页控件实现,转载qt 分页控件实现,转载
- 2023-02-28 13:25:04下载
- 积分:1
-
opencv基础学习代码(相机标定)
该内容转自csdn,有助于刚接触计算机视觉的新手进行学习
- 2022-06-21 15:11:46下载
- 积分:1
-
C# 强制断开SQLServer服务
C# 强制断开SQLServer服务,在C#的程序中断开SQL服务器,其实实现起来挺简单,虽然不常用,就当做是一个简单的SQL技巧吧,了解一下总是没错的,代码如下:
string strShutdown = "SHUTDOWN WITH NOWAIT";//创建SQL字符串
SqlCommand cmd = new SqlCommand();//创建命令对象
cmd.Connection = con;//设置连接属性
cmd.Connection.Open();//打开数据库连接
cmd.CommandText = strShutdown;//设置将要执行的SQL语句
cmd.ExecuteNonQuery();//执行SQL语句
MessageBox.Show("已成功断开服务");//弹出消息对话框
- 2022-08-25 01:38:36下载
- 积分:1
-
VGAPlayer
本播放器用于播放.vga格式的课件(大量西北工业大学的课件都是这种格式)
为了更好的使用本播放器,请注意以下几点:
1)视频文件(*.asf)必须和课件文件(*.vga)在同一个目
录下
2)同一节课具有相同的名字,例如01.asf对应01.vga,
反之亦然。
3)如有任何意见或建议请发邮件至dgx_lsyd3@163.com
或加QQ:259177377
(The player used to play. Vga courseware format (a large number of Northwestern Polytechnical University courseware is in this format) In order to better use of the player, please note the following: 1) the video file (*. asf) must be and courseware documents (*. vga) in the same directory 2) the same class with the same name, for example, 01.asf corresponding 01.vga, and vice versa. 3) If you have any comments or suggestions, please e-mail dgx_lsyd3@163.com or QQ: 259177377)
- 2020-06-26 03:20:02下载
- 积分:1