-
89c2051模拟spi驱动nrf905
说明: 单片机89c2051通过模拟spi口驱动nrf905,与nrf905进行联系,本程序详细描述(MCU 89C2051 drives nRF905 through analog SPI port and contacts nrf905. This program is described in detail)
- 2019-05-10 23:07:40下载
- 积分:1
-
wupusWord
人工智能的大作业WupusWorld,有界面,vs2010下开发。(Artificial intelligence job WupusWorld interface developed in vs2010.)
- 2020-11-15 13:09:41下载
- 积分:1
-
100个经典C语言程序资料
说明: 本资料针对有一定基础的C语言学习爱好者,使用100个经典面试题出发,对C语言的应用做了经典的诠释,可以使用本资料对常见的100个面试题和应用实际进行学习,提高自己应用C语言的能力而不是仅仅停留在基础知识,这些在考试题中也经常遇到。(This material aims at the C language learning enthusiasts who have a certain foundation. Starting from 100 classic interview questions, it makes a classic interpretation of the application of C language. You can use this material to learn the common 100 interview questions and application practice, improve your ability to apply C language rather than just stay in the basic knowledge, which is also often encountered in the examination questions.)
- 2020-04-28 12:08:27下载
- 积分:1
-
inet-3.4.0-src.tgz
inet-3.4.0-src
Inet是OMNeT++的重要组组件,是一个开源通信网络仿真包,涵盖IPV4,IPV6,TCP等协议的实现和一些应用模型。
github上的源在国内下载常常没有速度,特此上传。
- 2022-03-25 08:10:58下载
- 积分:1
-
解一元二次方程
解二次方程,输入系数a,b,c,输出两个解、一个解、和无解这三种情况时的结果(Solving the quadratic equation, three cases)
- 2020-06-25 00:20:02下载
- 积分:1
-
RM---C-Traps-and-Pit-falls
说明: c语言中陷阱与缺陷部分。感觉C语言中的一些不足和容易出线的错误。适合初学者(c traps and defects in some of the language. C language in the sense of a number of shortcomings and errors easier to qualify. For beginners)
- 2011-02-28 10:41:37下载
- 积分:1
-
Ex_Address
郑阿奇VC++第二版Address实验代码(code of VC++ experiment)
- 2010-05-13 21:51:25下载
- 积分:1
-
eWatch_Demo
说明: 本程序是一个arduino例程,能实现电子表的基本功能(包括闰年检测、时间校对等),
另外,其串口通信功能可以方便使用者用数据线、蓝牙模块等对arduino的时间进行重置、保存。
串口通信的数据包用帧头、帧尾字符识别数据包的开始、结束。(A ewatch program demo with the function of UART based on a data package protocol.)
- 2020-04-19 14:08:41下载
- 积分:1
-
C# 利用“[^]”通配符进行查询
C# 利用“[^]”通配符进行查询
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");
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-03-20 15:58:24下载
- 积分:1
-
cmake
说明: cmake3.11版本,亲测可用
最好搭配vs2011(Cmake3.11, available for personal testing
Best match vs2011)
- 2018-12-25 14:46:24下载
- 积分:1