-
DL 643.5103规约例程
祝你好运 DL 643.5103 协议的应用程序。该程序包含只是基本的过程,我希望学会乐于助人。祝你好运
- 2022-04-21 21:30:40下载
- 积分:1
-
This Application Note describes how to use the ADC on the Jennic JN513x wireless...
This Application Note describes how to use the ADC on the Jennic JN513x wireless
microcontrollers to monitor the power supply voltage. It refers to example software
provided for this purpose. -This Application Note describes how to use the ADC on the Jennic JN513x wireless microcontrollers to monitor the power supply voltage. It refers to example software provided for this purpose.
- 2022-02-16 01:30:23下载
- 积分:1
-
书中的一个经典实例,在此摘录出来,让C++此方面编程的朋友可以更容易的找得到,压缩包内有3种识别技术的算法实例,需要慢慢研究哦。...
书中的一个经典实例,在此摘录出来,让C++此方面编程的朋友可以更容易的找得到,压缩包内有3种识别技术的算法实例,需要慢慢研究哦。-A classic example of the book, in this excerpt from, let C++ This regard programming friends can more easily find, compressed packet, there are three kinds of algorithm to identify examples of technologies, the need to study slowly Oh.
- 2022-01-31 08:57:09下载
- 积分:1
-
用 c# 使用 Excell
用 c# 使用 Excell
这是一个简短的简介,打开现有的 Microsoft Excel 电子表格使用 Visual C#.NET。该计算机必须拥有此代码正常运行的系统上安装的 Excel。Excel 程序集用来打开和处理 Excel 电子表格。
- 2022-07-02 05:08:38下载
- 积分:1
-
This resource is mainly to achieve image viewer features, operating environment...
此资源主要是实现图片浏览器的功能,运行环境为VC-This resource is mainly to achieve image viewer features, operating environment for the VC
- 2022-07-10 08:07:05下载
- 积分:1
-
回调水润
源代码演示了如何使用水螅开发API打开新窗口进入ERP系统。
- 2022-02-07 00:08:41下载
- 积分:1
-
智能家居app控制界面设计
该app可用于智能家居控制的界面实现,里面包含多个界面,可用于wifi模块连接app,界面设计简便,代码有注释,可移植性好。
- 2022-02-04 16:55:01下载
- 积分:1
-
ini文件的读写方法
ini文件的读写方法-ini file read and write methods
- 2022-02-02 20:32:38下载
- 积分:1
-
The main algorithms for some commonly used procedures, all the algorithms are de...
主要为一些常用的算法程序,所有的算法均用C语言描述。
-The main algorithms for some commonly used procedures, all the algorithms are described using C language.
- 2023-08-22 01:05:03下载
- 积分:1
-
um=5.elmo
/*The program sets an arrays of positions and speeds.On the digital input #6 trigger, the program moves forward, waits one second and returns.The destination and speed of the motion are defined according to the values in the speed and position arrays, with an index set by digital inputs #1 through #5.When an error occurs, the program stops and digital output #1 is raised.The motions are executed by functions called by the main program.Errors are detected in the motion functions and returned to the main program.*///Global Variable declarationint Destination[32];int MotionSpeed[32];int MaxDest;int MaxSpeed;//Functions declarationfunction int Err = MoveForward(int MoveIndex); function int Err = MoveBack(int MoveIndex);//Program##PROGRAM1//Local variables declarationint i;float Coeff;//Program bod
- 2022-06-16 23:30:26下载
- 积分:1