-
No6a
Matlab教学课程实例资料,仅供教学参考。(Matlab tutorial instance data, teaching and reference purposes only.)
- 2011-01-17 11:15:26下载
- 积分:1
-
高斯光滑去噪
【实例简介】高斯光滑去噪
高斯光滑去噪,可用于信号处理、重磁位场数据处理以及地震信号处理等。
- 2021-12-01 00:40:34下载
- 积分:1
-
200个常用实用数字电路及制作
本人亲自搜集的200个常用实用的电子技术电路及程序,免除平时开发带来的各种麻烦,供大家技术交流用,欢迎下载随时沟通。
- 2022-09-28 09:25:09下载
- 积分:1
-
c-programming-in-linux
说明: C programming in Linux
- 2019-05-23 21:48:55下载
- 积分:1
-
串口通信课程设计
#include //52系列单片机头文件#define uchar unsigned char#define uint unsigned int sbit cs1=P2^3; //数码管段选信号sbit cs2=P2^2; //数码管段选信号sbit cs3=P2^1; //数码管段选信号sbit cs4=P2^0; //数码管段选信号sbit RE=P1^6; //低电平收数据,高电平发数据sbit DE=P1^7; //低电平收数据,高电平发数据sbit key0=P1^0; //主机用两个拨码开关sbit key1=P1^1; //主机用两个拨码开关uchar show_code[]={0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x83,0xf8,0x80,0x98}; //数字0-9的显示码,更改数码管显示程序。uchar temp1=0,temp2=0;uchar count=0,sum=0;//void delayms(uint); //延时函数声明//void decide (void);void send_byte(uchar t) //发送一个字节 发送一个数据后立马变成收数据的状态{ RE=1; //高电平发 DE=1; //高电平发 ES=0; SBUF=t; while(!TI); TI=0;ES=1; RE=0; //低电平收 DE=0; //低电平收}void delayms(uint xms) //延时
- 2022-08-22 08:46:22下载
- 积分:1
-
yrack__dual__devjce
说明: 美化应用程序的外观界面本程序主要面向对话框(Beautify the appearance of the application interface this program is mainly for the dialog box)
- 2018-12-24 11:11:10下载
- 积分:1
-
Recursion_Examples
it is a example for recurssion in c#.net
- 2009-11-21 14:57:25下载
- 积分:1
-
整流滤波2
逆变器资料,整流滤波protues的仿真,效果已经基本调试好嘞,有问题可以随时提问(Inverter rectifier filter Protues simulation data, the effect has been basically OK, there is a problem you can always ask questions)
- 2018-04-07 09:37:25下载
- 积分:1
-
amicable-pair
使用暴力方法,寻找并输出一定范围内的amicable pair.(Violent methods used to find and output a range of amicable pair.)
- 2013-09-25 17:29:12下载
- 积分:1
-
fftshift
主要是用c语言实现matlab中的fftshift函数的,(Mainly used c language matlab in fftshift function,)
- 2013-09-22 14:57:46下载
- 积分:1