-
msp430FE427RS485
基于MSP430FE427单片机的RS485源码,485没有使能端,利用串口助手2.1,发一组数据被单片机接受后返回。完全符合645协议,其中数据域接受时减0x33,发送时加0x33。所以收到的数据效验码与发送的会不同。(RS485-based SCM MSP430FE427 source, 485 is not enabled client, using assistant serial 2.1, the one set of data has been accepted to return to single-chip microcomputer. In full compliance with the 645 agreement, which the data field accepted by 0x33, sent plus 0x33. Therefore, the data received and sent well-tested code will be different.)
- 2021-03-08 09:49:29下载
- 积分:1
-
Snake_C
说明: 贪吃蛇源码c++实现,经典游戏编程,适合爱好者学习(Snake Source c++ implementation, the classic game programming for fans to learn)
- 2010-04-25 17:39:12下载
- 积分:1
-
lightwater
简单的流水灯程序,另外包括按键控制led灯程序,适合初学者(Simple water lights, led lights additionally includes key control procedures, suitable for beginners)
- 2013-07-15 13:27:44下载
- 积分:1
-
g1030
C语言小程序,实现功能:输入整数,整数和浮点型 倒数和(C language applet functions: input integer, integer and floating-point reciprocal and)
- 2013-05-26 16:52:40下载
- 积分:1
-
connect
电子设备的接触不良原因分析,分析的很深刻。(Electronic equipment is bad cause analysis, very deep.)
- 2013-08-03 01:06:08下载
- 积分:1
-
C# 创建反射(控制台程序)
C# 创建反射的一个例子,是一个控制台程序,运行时,请先运行cmd命令,打开命令提示符控制台,然后此Debug中的exe文件拖放至cmd窗口中,按下回画键,即可看到创建反射的过程,基于以下代码来实现:
Console.WriteLine ("
Reflection.MemberInfo");
// 取得 Type 和 MemberInfo.
Type MyType =Type.GetType("System.IO.File");
MemberInfo[] Mymemberinfoarray = MyType.GetMembers();
// 取得并显示 DeclaringType 方法
Console.WriteLine("
有 {0} 个成员在 {1} 中.",
Mymemberinfoarray.Length, MyType.FullName);
Console.WriteLine("{0}.", MyType.FullName);
if (MyType.IsPublic)
{
Console.WriteLine("{0} 是共有的(public).", MyType.FullName);
}
- 2022-05-22 18:36:15下载
- 积分:1
-
hunhebiancheng
matlab C++混编程序,用C++处理数据,由matlab显示画图(matlab C++ mixed program, with C++ process the data displayed by the matlab drawing)
- 2013-07-22 16:11:19下载
- 积分:1
-
贪吃蛇
说明: 贪吃蛇游戏C语言源代码,学习做个小游戏。。(Snake game source code learning, learn how to make a small game)
- 2020-03-18 11:22:18下载
- 积分:1
-
VCPP-image-processing-chapter10
VisualC++数字图像处理技术详解第2版光盘,第十章(VisualC++ digital image processing technology Detailed Version 2 discs, Chapter X)
- 2016-04-16 14:01:27下载
- 积分:1
-
Wage Calculator
- 2022-09-25 23:05:02下载
- 积分:1