- 
                        Chapter-VI-simulation-report-
                        
                          A律13折线编码  PCM编码信号通过加性高斯加白噪声信号(A law encoded PCM encoded signal 13 fold by adding white noise signal is high, Alaska)                         
                            - 2014-12-07 19:43:49下载
- 积分:1
 
- 
                        PIC8单片机ADC应用
                        
                          #include 
volatile unsigned char	adresult;
void ADC_Sample(unsigned char adch);
void DelayXms(unsigned char x);
#define _DEBUG			//调试程序用
/**********************************************************
函数名称:AD_Sample
函数功能:AD检测
入口参数:adch - 检测通道
出口参数:无 
备    注:采样通道需自行设置为模拟口
     采样10次,取中间八次的平均值为采样结果存于adresult中
**********************************************************/
void ADC_Sample(unsigned char adch)
{
static unsigned int adsum = 0;
static unsigned char admin = 0,admax = 0;
static unsigned char adtimes = 0;
ADCON1 = 0;						//左对齐
ADCON0 = 0X41 | (adch                         
                            - 2022-01-25 15:00:46下载
- 积分:1
 
- 
                        VB
                        
                          说明:  基于VB与MATLAB的数字图像处理软件设计(VB and MATLAB-based digital image processing software design)                         
                            - 2013-03-02 21:05:25下载
- 积分:1
 
- 
                        CAN-ZLG
                        
                          基于周立功CAN的上位机软件,可以实现对CAN的打开,波特率设置,滤波设置,消息发送,消息接受等等。亲测可用。完全可以作为二次开发的资料。(Based ZLG CAN PC software can be achieved on the open CAN baud rate settings, filter settings, the message is sent, the message to accept more. Pro-test available. Can be used as secondary development information.)                         
                            - 2021-04-28 14:28:43下载
- 积分:1
 
- 
                        一个VTK的经典三维重建程序
                        
                          一个VTK的经典图像三维重建程序,里面有相关工程,程序,图片(A classic image of VTK 3D reconstruction procedures, which have related projects, procedures, pictures)                         
                            - 2017-06-22 15:45:34下载
- 积分:1
 
- 
                        MCU
                        
                          基于单片机的智能家居系统:红外遥控,红外报警 ,光与LED灯,串口显示光信息 ,时间显示,电机正转,,电机反转,温度报警  (Microcontroller-based Smart Home System: Infrared remote control, infrared alarm, light and LED lights, serial optical information display, time display, the motor is transferred, motor reversal, temperature alarm)                         
                            - 2013-12-04 16:08:42下载
- 积分:1
 
- 
                        matlab-c
                        
                          MATLAB-C混合编程,在M文件中调用 C语言函数,对学混合编程的初学者有一定的帮助(MATLAB-C hybrid programming, the paper called M C language function, mixed programming for school beginners can help)                         
                            - 2006-06-08 17:27:34下载
- 积分:1
 
- 
                        AVR基于数码管显示的流转灯
                        
                          说明:  利用ATmega16单片机与4位7段共阴极数码管构成流转灯控制电路(Using ATmega16 single chip microcomputer and 4-bit 7-segment common cathode nixie tube to form the control circuit of flow lamp)                         
                            - 2020-03-19 15:24:50下载
- 积分:1
 
- 
                        iOSUIFrame
                        
                          iOS 手机编程的基本的UINavigationController+UITabBarController的架构。(The iOS cell phone programming the basic UINavigationController+UITabBarController the architecture.)                         
                            - 2012-08-16 15:05:06下载
- 积分:1
 
- 
                        curve_fitting_ceres_fortest
                        
                          使用ceres对曲线进行拟合程序,ceres可以从github下载;(Using ceres fitting program, Ceres can be downloaded  github  )                         
                            - 2017-04-22 22:39:27下载
- 积分:1