-
4
说明: C++ is considered by many to be among the most widely used and powerful
object-oriented programming language in industry today. This book is for people
who are interested in learning and exploring C++ programming in a fresh and
enjoyable environment where programs are developed to interface with real world
devices. Other people may leave learning C++ for a later time, instead choosing to
interact with various hardware devices by simply running the fully developed
programs supplied with this book.
- 2010-09-14 21:36:56下载
- 积分:1
-
1-5V转4-20mA
标准接口1-5V转换成4-20mA程序,应用于标准传感器接入(Standard Interface 1-5V Converting 4-20mA Program for Standard Sensor Access)
- 2020-06-22 13:40:02下载
- 积分:1
-
Matlabsimulation
通过M atlab 模拟了随机产生的一定概率分布的信号序列, 叠加高斯噪声后利用最大后验概率(MAP)检
测到的误码率, 做出BER~ SNR曲线, 并与理论计算得到的曲线进行比较, 两者吻合.(M atlab simulated by a certain probability distribution of random signal sequence, use of superposition of Gaussian noise is the maximum a posteriori (MAP) detection to the error rate, making BER ~ SNR curves obtained with the theoretical curve of the combined fit.)
- 2010-12-05 09:51:59下载
- 积分:1
-
watchdog
说明: vworks下Watchdog的使用:1recover from a missed deadline,2周期执行某段代码(Watchdog under vworks use: 1recover from a missed deadline, 2-cycle implementation of a piece of code)
- 2009-08-28 21:46:48下载
- 积分:1
-
TI-RTOS开发教程
说明: TI RTOS 教材,难得好资料,基于TI RTOS软件开发人员的必备参考(TI RTOS handbook, show how to use TI RTOS)
- 2020-07-01 16:20:02下载
- 积分:1
-
TMP102
说明: 使用STM32F103实现和TMP102温度传感器的通信,程序已经实测,附有简单的说明文档。(Using STM32F103 to realize the communication with tmp102 temperature sensor, the program has been measured, with a simple description document.)
- 2021-02-05 08:19:57下载
- 积分:1
-
Using Siemens A35 display on STM32
- 2022-01-28 15:02:22下载
- 积分:1
-
C# SQL按姓氏笔画查询数据库并排序
C# 生成一个按姓氏笔画排序的数据库查询语句,按学生姓氏笔画排序并不是字符串排序,是数据库SQL查询端的盒子,下面来看SQL语句的编写方法示例:
string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串
@"server=WIN-GI7E47AND9RLS;database=db_TomeTwo;uid=sa;pwd=");
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
@"SELECT 学生姓名,性别,年龄,所在学院 FROM tb_Student ORDER BY 学生姓名 COLLATE chinese_prc_stroke_cs_as_ks_ws");//注意此句的写法,关键语句,姓氏笔画的定义
SqlDataAdapter P_SqlDataAdapter = new SqlDataAdapter(//创建数据适配器
P_Str_SqlStr, P_Str_ConnectionStr);
DataTable P_dt = new DataTable();//创建数据表
P_SqlDataAdapter.Fill(P_dt);//填充数据表
return P_dt;//返回数据表
将查询出指定笔画顺序的学生姓名。
- 2022-12-24 13:00:03下载
- 积分:1
-
希望大家多多指教,请联系我。欢迎!
希望大家多多指教,有什么建议请与我联系.欢迎加入 !-hope we exhibitions and proposals, please contact me. Welcome!
- 2023-01-30 01:45:03下载
- 积分:1
-
2401
基于2401的舵机控制程序,芯片已经停产,相关资料很少,将一个完整的2401工程文件上传到网站保存,方便大家遇到这款老芯片时,快速上手。(2401 servo control program based on the chip has been discontinued, little relevant information, upload to the site preservation, convenient encountered this old chip, quick start everyone。)
- 2014-09-10 22:19:08下载
- 积分:1