代码搜索:InputData
找到约 842 项符合「InputData」的源代码
代码结果 842
www.eeworm.com/read/144376/12799383
cpp heartdmview.cpp
// HeartDMView.cpp : implementation of the CHeartDMView class
//
#include "stdafx.h"
#include "HeartDM.h"
#include "HeartDMDoc.h"
#include "HeartDMView.h"
#include "UserRecordSet.h"
#incl
www.eeworm.com/read/395741/8155340
m stft_timefreq_complexsignal.m
function ff=stft_timefreq_complexSignal(inputdata,fs)
% 利用FFT进行时频分析,即短时傅立叶变换的特例
% 适用于复信号的瞬时频率估计,信号频率可以是负的
% fuxiongjun
% Copyright (c) fuxiongjun 2008-2010
% input:inputdata---row data
%
www.eeworm.com/read/395534/8168991
cpp mmfencidlg.cpp
// MmFenCiDlg.cpp : implementation file
//
#include "stdafx.h"
#include "MmFenCi.h"
#include "MmFenCiDlg.h"
#include "InputText.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
www.eeworm.com/read/272357/10960916
h declare.h
#ifndef ARRAY_SIZE
#define ARRAY_SIZE 4096
#endif
struct COUNTPOINT
{
int start;
int length;
};
void MainFace();//第一界面函数
void GetDataFace();//第二界面函数
int arr2sum (int count_length);//2线程
int arrnsum
www.eeworm.com/read/444872/7603999
c staticstop.c
#include "global.h"
uchar IsExistEleOnLine();
uchar IsLouExistDistOrInsel();
uchar IsExistDistOrInsel(uchar cEIdx);
uchar IsStaticStopPos();
void SetStaticStopFloor()
{
L_GaoFeng *pZaoGF
www.eeworm.com/read/314759/13559614
h config.h
#include
sbit P00=P0^0;
sbit P01=P0^1;
sbit P02=P0^2;
sbit P03=P0^3;
sbit P04=P0^4;
sbit P05=P0^5;
sbit P06=P0^6;
sbit P07=P0^7;
#define uchar unsigned char
#define uint unsi
www.eeworm.com/read/340741/12137216
lst main.lst
C51 COMPILER V7.50 MAIN 07/20/2008 11:31:54 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE MAIN
OBJECT MODULE PLACED IN ma
www.eeworm.com/read/340741/12137255
c main.c
#include
#include
#include
#include
#include
#include
#define uchar unsigned char
#define uint unsigned int
sfr p3=0xb0;
sb
www.eeworm.com/read/128984/14270862
txt c程序.txt
//===================================================================================//
// 程序所用到的头文件
//==========================================================================
www.eeworm.com/read/423020/10593284
h st16c2550.h
unsigned char InputData(void);
void OutputData(unsigned char data);
void InitST16C2550(void);
void send_portB_char(unsigned char mdata);
void send_portA_char(unsigned char mdata);
void IRQ0_pio_c