-
k_eps
A UDF of k epsilon model which can be used for modified turbulence modelling calculations with ansys fluent
- 2015-03-21 11:38:08下载
- 积分:1
-
computer-clock
带参数存储的整点报时音乐电脑时钟,算是一个比较适合初学者一个小系统。有一定的参考价值。(With parameters stored in the computer clock chime music, be a more suitable for beginners a small system. Have a certain reference value.)
- 2013-05-31 17:41:08下载
- 积分:1
-
PWM-ULN2003A
利用ULN2003A进行驱动,产生PWM波,里边有照片,可供参考,通过本例程了解PWM 的基本原理和使用 (#include <reg52.h>
unsigned char timer1
sbit PWM=P1^2
void system_Ini()
{
TMOD|= 0x11
//PWM
TH1 = 0xfe //11.0592
TL1 = 0x33
TR1 = 1
IE =0x8A
}
main()
{
system_Ini()
while(1)
{ if(timer1>100) timer1=0
if(timer1<30) PWM=0
else PWM=1
}
)
- 2013-11-21 15:17:25下载
- 积分:1
-
99494
LED旋转屏通过4排LED可以显示一个图形(4 rows by rotating LED LED screen can display a graphic)
- 2011-06-02 15:03:31下载
- 积分:1
-
digital-compress-design
详细描述了基于ADSP-21262的数字压限器的设计,给出了算法流程,可以根据其描述进行实现(A detailed description of the ADSP-21262 digital limiter based design, flow chart of the algorithm is given, according to the description of implementation)
- 2014-07-15 15:53:22下载
- 积分:1
-
Rc523_Felica
通过NXP NFC Reader IC RC523 读取Felica (NFC TYPE 3)card,配合NXPRdLib使用(NXP官网下载) (Read Felica(NFC TYPE 3)card with RC523)
- 2015-01-04 11:38:13下载
- 积分:1
-
nicething
2014/3/12飞思卡尔光电组函数,线性ccd二值化成功,ccd控制舵机转角成功,直流电机成功,速度PID模块不成功,可以一战。(2014/3/12 Freescale photoelectric set of functions, linear ccd binary success, ccd control steering angle is successful, the success of the DC motor, the speed PID module fails, you can fight.)
- 2014-03-12 17:16:15下载
- 积分:1
-
1303
单片机驱动的OLED显示屏,单色绿光。C语言(Single-chip-driven OLED display, monochrome green. C language)
- 2008-12-21 21:01:57下载
- 积分:1
-
Read_Ionex
本程序可以读取电离层IONEX数据,可以运行,程序流畅简洁,清楚易懂!!(The program can read the ionosphere IONEX data, you can run the program smoothly simple, clear and understandable!!)
- 2021-03-01 17:59:34下载
- 积分:1
-
DL645
电力系统电度表通讯协议,主要针对DL645协议标准(Power system meter communication protocol, mainly for DL645 protocol standards)
- 2013-10-23 22:13:10下载
- 积分:1