-
xijie12doc
希捷指令集,里边详细的介绍了希捷12代的指令等。(Seagate instruction set inside a detailed introduction of 12 generations of Seagate directives.)
- 2014-05-09 17:33:21下载
- 积分:1
-
SharpGL_v18
说明: opengl 显示三维立方体,曲线曲面等内容(opengl display three-dimensional cubes, curves and surfaces, etc.)
- 2008-10-17 23:34:01下载
- 积分:1
-
利用百度API的基站、WIFI、GPS定位
利用百度API的基站、WIFI、GPS定位
- 2022-07-20 18:40:57下载
- 积分:1
-
43
说明: Zooming and Panning an Orthographic Projection对OpenGL图形进行缩放和panning操作(Orthographic projection of an OpenGL graphics for panning and zooming operation)
- 2005-03-31 16:29:45下载
- 积分:1
-
lacp
lacp代码,可以参照学习Lacp协议的相关状态机等知识(LACP code, can refer to the relevant state machine learning knowledge of Lacp protocol)
- 2014-12-09 17:14:11下载
- 积分:1
-
1302P18b20P1602
这是关于如何控制掌握液晶显示+AD+时钟芯片采集的源码,希望对初学者有所帮助。(This is about how to control the liquid crystal display+ AD+ master clock chip collection of source code, hope to help beginners.)
- 2011-10-11 22:28:50下载
- 积分:1
-
13-03-23
基于at89c51单片机的超声波测距,红外测距。lcd显示。(At89c51 microcontroller based ultrasonic ranging, infrared distance. lcd display.)
- 2013-12-07 11:51:44下载
- 积分:1
-
Mmattlab--AGGA
实现MATLAB下的音频AGC,,关键是要有高效的算法。效果不错。
(Audio AGC on MATLAB, the key is to have efficient algorithms. Good results.)
- 2012-07-27 16:18:22下载
- 积分:1
-
wannianli
时钟、日期、农历、温度报警、日期节日提醒等12861大液晶显示(Clock temperature of the date of the festival alarm)
- 2012-04-15 14:23:55下载
- 积分:1
-
通过C#的程序实现分离数据库功能
C#分离数据库功能,这个功能相信对于熟悉SQLSERVER的程序开发者不陌生了,本示例演示C#编写程序,实现数据库分离功能。C#分离数据库将执行以下代码:
try
{
SqlCommand cmd = new SqlCommand();//创建数据库命令对象
con.Open();//打开数据库连接
cmd.Connection = con;//设置连接属性
cmd.CommandText =//设置要执行的SQL语句
"sp_detach_db @dbname= + this.comboBox1.Text+";
cmd.ExecuteNonQuery();//执行SQL语句
MessageBox.Show("分离成功");//弹出消息对话框
}
catch(Exception ey)
{
MessageBox.Show(ey.Message);//抛出异常信息,弹出消息对话框
}
- 2022-04-06 22:36:25下载
- 积分:1