资源列表
MATLAB
- -使用switch结构设计MATLAB程序,通过输入英文星期单词,将其转换成相应的中文,例如输入“Sunday”,输出“星期天”。注意输入单词的大小写。和5. 分别使用for、while语句,和sum函数,求 -- Use MATLAB program switch design, week by entering the English word, which was converted into the corresponding Chinese, for example, enter &q
STC12C5A60S2
- 复位按钮和开始按钮 当按一下开始按钮后 P1.0输出高电平 两秒后 P2.0输出高电平 两秒后 P1.0和P2.0同时输出高电平 两秒后 停止输出 下一次需要在按一下开始开关 以此循环-STC89C52 program: the reset button and start button click the start button when the P1.0 output high level P2.0 output high level after two seconds two secon
draw_smith_chart
- this code draws smith chart easily!
ss
- 将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5。 程序分析:对n进行分解质因数,应先找到一个最小的质数k,然后按下述步骤完成: (1)如果这个质数恰等于n,则说明分解质因数的过程已经结束,打印出即可。 (2)如果n<>k,但n能被k整除,则应打印出k的值,并用n除以k的商,作为新的正整数你n, 重复执行第一步。 (3)如果n不能被k整除,则用k+1作为k的值,重复执行第一步。 -sakjfl sadjf asjd!
wr
- 交通灯的控制 STC9C52单片机控制-Control of traffic lights STC9C52 SCM
license
- License key access Xen Server
ISI_init
- matlab code for inter symbol interverence
genPyr
- pyramid for special image in matlab and representation it
main
- 用DSP2812通用定时器产生spwm波形!程序简单易懂!-DSP2812 Universal timer with wave generated spwm! Procedures easy to understand!
quchubeijing
- 通过腐蚀,去轮廓等操作去除图像背景,适合matlab初学者认识程序。-Corrosion, go to outline operation to remove the image background for Matlab beginners understanding of the program.
motor
- 一段基于单片机控制二相步进电机的程序,可调速,可调正转和反转-A period of two-phase stepper motor microcontroller-based control program, adjustable speed, adjustable forward and reverse
cacul
- 此程序实现了梯形法求积分,以及辛普森法求积分-By using keystoning and Simpson ,the program get the integrate value of a funcion