-
cpuID
说明: 用c++获取cpu的型号
用c++获取cpu的型号
用c++获取cpu的型号(Using c++ get cpu models)
- 2010-03-17 09:07:33下载
- 积分:1
-
csp
脑电信号模式识别(EEG pattern recognition)
- 2019-01-03 10:22:45下载
- 积分:1
-
matlab实现作业车间调度问题
车间的调度问题的求解车间调度遗传算法的matlab源代码
- 2023-04-30 21:10:02下载
- 积分:1
-
DS2432_cn
DS2401 DS2432 DS2460详细中文资料(DS2401 DS2432 DS2460 detailed Chinese data)
- 2009-09-13 16:31:34下载
- 积分:1
-
Texture-Mipmap
基于OpenSceneGraph手动构建Miapmap,实现纹理自动Miapmap加载,可以调节纹理的精细级别~(Based on OpenSceneGraph manually build Miapmap, to achieve automatic Miapmap texture loading, you can adjust the level of the fine texture ~)
- 2013-12-19 23:04:54下载
- 积分:1
-
matlab
matlab源代码matlabmatlabmatlab(matlab matlabmatlabmatlabmatlab)
- 2010-11-06 09:28:13下载
- 积分:1
-
book
自己编写的一款利用C++MFC制作的通讯录。不怎么完善。。见谅。(I have written a book produced by the use of C++MFC. Not very perfect. . Forgive me.)
- 2013-06-08 15:17:00下载
- 积分: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
-
MissNav
iPhone 导航栏的应用,以及如何保存在下级视图中修改的内容(IPhone navigation application, as well as how to preserve in lower view the contents of the modified)
- 2012-04-28 08:57:50下载
- 积分:1
-
AD4111_CODE
ADI公司的AD4111是具有±10V和0 mA至20 mA输入和明线检测功能的低功耗 24 位 Σ-Δ ADC,集成了模拟前端(AFE),还集成主要模拟和数字的信号调理区快,为每个模拟输入通路配置成八种单独建立图,最大通路扫描速率6.2 kSPS(161 μs),嵌入的2.5V低漂移(5 ppm/℃)能隙基准电压降低了外接元件数量,单电源5V或3.3V工作,工作温度?40℃ 到 +105℃,主要用在过程控制PLC和DCS模块.本文介绍了AD4111主要特性,功能框图以及评估板EVAL-AD4111SDZ主要特性,框图,电路图,材料清单和PCB设计图.(The AD4111 is a low power, low noise, 24-bit, sigma-deltaanalog-to-digital converter (ADC) that integrates an analog front end (AFE) for fully differential or single-ended, high impedancebipolar,10 V voltage inputs, and 0 mA to 20 mA current inputs. The AD4111 also integrates key analog and digital signalconditioning blocks to configure eight individual setups for each analog input channel in use. The AD4111 features amaximum channel scan rate of 6.2 kSPS for fullysettled data.)
- 2020-06-20 22:00:01下载
- 积分:1