搜索资源列表
code
- 利用windowsAPI(非组建/控件等)编写的comm通信程序库,能够实现comm单字节/多数据发送接收,延时处理等。使用前如不调用.h中的初始化函数,则使用默认频率。.c文件为一个小的测试程序,使用时包含.h即可。-The use of windowsAPI (non-set up/control, etc.) prepared comm communication library, to achieve single-byte comm/data to send more than rec
Lesson2
- 一个用C编的简单的流水灯程序,共初学者用.-#include<reg52.h> #include <intrins.h> #define uint unsigned int #define uchar unsigned char uchar temp,num,num1 sbit beep=P2^3 void delay(uint)
74ls164LED
- #include<reg51.h> sbit CLKY=P0^1 sbit DATAY=P0^0 sbit CLKX=P0^3 sbit DATAX=P0^2 void delay(unsigned char t) void LED_Y(unsigned char num1) void LED_X(unsigned char num2) void show(unsigned char x,unsigned y) -#include&
3LbitbED
- #include <reg52.h> //预处理命令 void delay(unsigned int n) void display(unsigned int num) void main(void) //主函数名
FIR
- FIR滤波器幅频特性图像C#的实现! 使用交互界面! 可实现滤波器阶数的选择-This module provides functions to implement Finite Impulse Response (FIR) * filters using a variety of algorithms. * * These functions use most or all of the following input parameters: * * inp
syfsk
- h=zeros(L,sNum) Power1=zeros(L,sNum) h(Delay+1,:)=channel 表示的是第Delay+1行的元素 此行代码的意思是:将channel的第一行赋值飞h的第1行,将channel的第2行赋值给h的4行,以此类推 把channel(L*Symbolnum)的L行(即5行)依次赋给h对应的(Delay+1)5行。 h变成Delay+1*sNum;9*100 Power1(Delay+1,:)=repmat(Power
PIC16-TIMER
- PIC16定时器延时代码,包含c和h文件,可直接调用-PIC16 timer delay code, can be called directly
delay.h
- Delay.h library for ATxMEGA32E5