-
Hartresorce
Hart源代码.HART协议简介下载30次,HART协议由Rosemount公司开发且已向每个使用者开放HART协议采用标准的频移键控.(Hart source code. HART agreement on downloaded 30 times. HART protocol developed by Rosemount and each user has to agree to adopt open standards HART The frequency shift keying.)
- 2007-05-21 10:05:38下载
- 积分:1
-
CuraEngine-master
对于自学者很有用的,大家可以尝试去学习。(it is very improtant.)
- 2015-09-30 20:21:27下载
- 积分:1
-
TPC_IP_ch3
TCP/IP source codes
Network server
- 2018-02-19 10:09:17下载
- 积分:1
-
波束形成定位
波束形成定位算法MATLAB仿真程序,声源定位算法,阵列信号处理算法仿真(Beamforming localization algorithm MATLAB simulation program, sound source localization algorithm, array signal processing algorithm simulation)
- 2020-11-22 22:59:35下载
- 积分:1
-
wwws
比Windows自带的高级一点的计算器,能将整个表达式输入,然后求值。
这个程序要求读者具备编译原理的一些知识。
(Advanced calculator than Windows built, the whole expression input can be then evaluated. This program requires the reader to have some knowledge of compiler theory.)
- 2012-11-01 16:33:56下载
- 积分:1
-
opengl-stl
基于 VC++和 OpenGL 的 STL 文件读取显示 STL 是三维模型常用的文件格式。对 STL 文件进行读取和显示,是对模型进行后续操作的前提。(Based on vc++ and OpenGL STL file read shows the STL is a 3 d model commonly used file format. To read and display of STL file, is the precondition of the model for subsequent operation. In theThe STL file format, on the basis of detailed analysis, with vc++ as a development platform Using c++ standard IO library classes ifstreamType definition objects and bind the STL file)
- 2022-03-21 11:42:56下载
- 积分:1
-
WindowsRDP
说明: 可以输入远程地址、账户和密码进行远程windows系统(You can enter remote address, account and password for remote windows system)
- 2019-03-07 09:24:54下载
- 积分:1
-
数据结构
合肥工业大学数据结构课件
非常基础
适合入门(Data Structure Courseware of Hefei University of Technology
Very basic
Suitable for entry)
- 2020-06-20 21:20:02下载
- 积分:1
-
基于MFC 对话框 的数据库 正删改查简单操作 简单易懂
_variant_t var; //通过_variant_t和_bstr_t这两个类,就可以方便的把C 类型变量转换成COM中的变量 CString strName,strAge; // 清空列表框 m_AccessList.ResetContent(); strName=strAge=""; // 在ADO操作中建议语句中要常用try...catch()来捕获错误信息, // 因为它有时会经常出现一些想不到的错误。 try { if(!m_pRecordset->BOF)//BOF测试当前表文件或指定文件的记录指针是否指向文件首,若是返回真值(.T.),否则返回逻辑假值(.F.) m_pRecordset->MoveFirst(); else { AfxMessageBox(_T("表内数据为空")); return; } // 读入库中各字段并加入列表框中 while(!m_pRecordset->adoEOF) { var = m_pRecordset->GetCollect("Name"); if(var.vt != VT_NULL) strName = (LPCSTR)_bstr_t(var); var = m_pRecordset->GetCollect("Age"); if(var.vt != VT_NULL) strAge = (LPCSTR)_bstr_t(var); m_AccessList.AddString( strName " --> " strAge ); m_pRecordset->MoveNext(); } // 默认列表指向第一项,同时移动记录指针并显示 m_AccessList.SetCurSel(0); OnLbnSelchangeListaccess(); } catch(_com_error& e) { dump_com_error(e); }
- 2020-05-29下载
- 积分:1
-
fliter
说明: 电力变压器局部放电在线检测中窄带干扰滤波方法(Power Transformer Partial Discharge Detection in the narrow band interference filter)
- 2011-03-21 10:02:43下载
- 积分:1