-
radius 类
使用C#写的Radius客户端类,可以直接使用,也可以用作学习和研究。使用C#写的Radius客户端类,可以直接使用,也可以用作学习和研究。
- 2022-04-09 22:34:33下载
- 积分:1
-
Profibus规范_中文版
说明: Profibus是作为德国国家标准DIN 19245和欧洲标准prEN 50170的现场总线。ISO/OSI模型也是它的参考模型。由Profibus -Dp、Profibus -FMS、Profibus-PA组成了Profibus系列(Profibus is the field bus of German national standard DIN 19245 and European standard prEN 50170. The ISO/OSI model is also its reference model. Profibus series is composed of Profibus-Dp, Profibus-FMS and Profibus-PA.)
- 2020-12-23 17:29:06下载
- 积分:1
-
main
说明: 实现吸尘器的控制,主要利用红外和超声传感器实现对吸尘器所处的环境的避障。(It's for the vacuum cleaner!)
- 2018-03-21 21:50:22下载
- 积分:1
-
C# 仪表盘 例子源码
C# 仪表盘 例子源码
- 2014-11-04下载
- 积分:1
-
DSO_ARM_4_25
基于STM32F4的示波器的源代码,内部含有ucos-ii操作系统。(STM32F4 based oscilloscope source code contains an internal ucos-ii operating system.)
- 2014-02-23 18:57:47下载
- 积分:1
-
310V-FOC-DEMO
说明: 310V-foc无感无刷直流电机之电调设计源代码。(The source code of the electric regulation design of the sensorless BLDCM)
- 2021-04-27 13:18:44下载
- 积分:1
-
用于实现一个简单的计数器计算。
采用Stack类来实现计数器的简单运算.-used to achieve a simple counter computing.
- 2022-08-12 06:29:13下载
- 积分:1
-
C++less5
提供了初学C++的源代码的例题,是初学者很好的学习资料(Provides a beginner C++ Example source code is good for beginners learning materials)
- 2008-01-09 14:54:17下载
- 积分:1
-
浮点数运算
说明: 浮点数的表示与算术运算算法分析,要求理论推导与程序模拟。
算术运算包括字符串到浮点数、浮点数到字符串的转换,加、减、乘、除四则运算等。要有说明文档,包括算法证明、程序框图、使用方法、特殊处理(溢出、数位扩展)、实例分析等等。字符串转换可能稍难。
typedef unsigned int dwrd; #32-bit
char* ftoa(dwrd);
dwrd atof(char*);
dwrd fadd(dwrd, dwrd);
dwrd fsub(dwrd, dwrd);
dwrd fmul(dwrd, dwrd);
dwrd fdiv(dwrd, dwrd);(The representation of floating-point number and the analysis of arithmetic operation algorithm require theoretical derivation and program simulation.
Arithmetic operations include string to floating point, floating point to string conversion, addition, subtraction, multiplication, division and so on. Documentation should be provided, including algorithm proof, program block diagram, usage, special handling (overflow, digital expansion), case analysis, etc. String conversion can be slightly difficult.
typedef unsigned int dwrd; #32-bit
char* ftoa(dwrd);
dwrd atof(char*);
dwrd fadd(dwrd, dwrd);
dwrd fsub(dwrd, dwrd);
dwrd fmul(dwrd, dwrd);
dwrd fdiv(dwrd, dwrd);)
- 2021-03-29 23:19:10下载
- 积分:1
-
phase-information
运用一种基于相位信息的2FSK与MSK的调制识别方法,来实现MSK与普通的2FSK的识别。通过计算机仿真表明,在SNRE10dB的条件下,该方法识别率达到了100 。
(Based 2FSK use and MSK modulation recognition phase information to achieve a common 2FSK MSK and identification. Through computer simulations show that, under SNRE10dB conditions, the recognition rate reached 100 .)
- 2013-12-27 11:15:57下载
- 积分:1