-
single bus DS1820 temperature sensor applications (data collection, processing a...
单总线温度传感器DS1820的应用(数据采集,处理,输出,串行通信等)-single bus DS1820 temperature sensor applications (data collection, processing and output, serial communications, etc.)
- 2022-01-22 16:05:57下载
- 积分:1
-
用c语言编写的计算器程序
用c语言编写的计算器程序-prepared by the calculator program
- 2022-03-17 15:16:51下载
- 积分:1
-
用C编写的信号采集
用C编写的信号采集-Written with the C signal acquisition
- 2022-07-27 12:20:43下载
- 积分:1
-
生成等角度均匀分布的网格点阵的c++程序,可以用于工程,数学等领域的按角度(alpha, belta, gamma)搜索优化问题。...
生成等角度均匀分布的网格点阵的c++程序,可以用于工程,数学等领域的按角度(alpha, belta, gamma)搜索优化问题。-Generate uniformly distributed angle of the grid lattice. The c++ program can be used for engineering, mathematics and other fields according to the angle (alpha, belta, gamma) searching optimization problem.
- 2022-06-01 11:04:03下载
- 积分:1
-
基于Java开发的模仿微信打飞机游戏
基于Java的模仿微信的打飞机游戏,以移动鼠标的形式控制飞机,采取数组方式替代集合,方便初学者查看学习,Java入门的整合项目
- 2022-01-23 10:21:45下载
- 积分:1
-
在VC中如何将文件保存为EXCEL格式
在VC中如何将文件保存为EXCEL格式-in VC how to save the file to Excel Format
- 2022-03-18 11:44:07下载
- 积分:1
-
这场比赛的良好做法
This Game for good practice
- 2022-01-26 07:30:05下载
- 积分:1
-
jbookmaker
jbookmaker
use to make small book on handphone
support txt only-jbookmaker use to make small book on handph only one support txt
- 2022-02-03 04:17:46下载
- 积分:1
-
开源库简介
Introduction to Open Source Library
Management Systems
Edward M. Corrado
Rider University Libraries
ecorrado@library.rider.edu
- 2022-01-22 02:52:53下载
- 积分:1
-
LSV2机床通信传输协议
const CString REQ_MAKEDIR = "C_DM" //创建目录
const CString REQ_D...
LSV2机床通信传输协议
const CString REQ_MAKEDIR = "C_DM" //创建目录
const CString REQ_DELDIR = "C_DD" //删除目录
const CString REQ_DELFILE = "C_FD" //删除文件
const CString REQ_PROTECT = "C_FA" //保护文件
const CString REQ_RENAME = "C_FR" //重命名
const CString REQ_COPY = "C_FC" //拷贝
//-------------发送文件--------------
const CString REQ_SNDFILE = "R_FL"
const CString REP_SNDFILE = "S_FL"
//-----------------------------------
//-------------接收文件--------------
const CString REQ_REVFILE = "C_FL"
const CString REP_REVFILE = "S_FL"
//-----------------------------------
//-------------更改目录--------------
const CString REQ_CHGDIR = "C_DC" //更改目录
//-------------更改目录--------------
//-------------根目录名--------------
const CString ROOT_DIR_NAME = "LSV2" //根目录名
//-------------根目录名-LSV2 trans
const CString REQ_MAKEDIR = "C_DM" //创建目录
const CString REQ_DELDIR = "C_DD" //删除目录
const CString REQ_DELFILE = "C_FD" //删除文件
const CString REQ_PROTECT = "
- 2023-01-08 18:05:03下载
- 积分:1