代码搜索:Include
找到约 10,000 项符合「Include」的源代码
代码结果 10,000
www.eeworm.com/read/188047/8577130
pas include.pas
{
=====================================================================
* 软件名称:PC与数控机床通信程序
* 单元名称:资源单元
* 单元作者:彭为 (pwzyp@fjsm.net)
* 备 注:用到了线程进行发送
* 开发平台:PWin2000 SERVER + Delphi 7.0
* 兼容测试:P
www.eeworm.com/read/388439/8609321
m include.m
function new=include(temp,inc,ov)
%
% include.m
%
% Function to build up a process data matrix given a binary
% "Include" vector.
%
numcol=sum(inc);
[D L]=size(temp);
new=zeros(D,numcol
www.eeworm.com/read/288527/8626521
m include.m
function new=include(temp,inc,ov)
%
% include.m
%
% Function to build up a process data matrix given a binary
% "Include" vector.
%
numcol=sum(inc);
[D L]=size(temp);
new=zeros(D,numcol
www.eeworm.com/read/387332/8692756
h include.h
#include "reg52.h"
#include "intrins.h"
#include "Header\MAIN_DEF.H"
#include "Header\MTV512.H"
#include "Header\DDC.h"
#include "Header\UART.h"
#include "Header\CONFIG.H"
#include "Header\AC
www.eeworm.com/read/286990/8733294
doc include.doc
www.eeworm.com/read/385918/8781108
h include.h
#define C_50Ms 1638 //50ms时钟中断
#define TRUE 1
#define FALSE 0
#define _CardSetRST_HIGH P6OUT|=BIT2
#define _CardSetRST_LOW P6OUT&=~BIT2
#define _CardSetCLK_HIGH P6OUT|
www.eeworm.com/read/385686/8792400
h include.h
//----------------------------------------------------------------------------
// Description: Master include file
//
// Demo Application for MSP430/CC1100-2500 Interface Code Library v1.0
//
www.eeworm.com/read/385682/8792606
h include.h
//----------------------------------------------------------------------------
// Description: Master include file
//
// Demo Application for MSP430/CC1100-2500 Interface Code Library v1.0
//
www.eeworm.com/read/385343/8808429
h include.h
#include
#include //本征函数库
#include //字符串处理函数库
void EnableInterrupt(void);
void DisInterrupt(void);
#define uchar unsigned char
#define uint unsigned int
voi
www.eeworm.com/read/385341/8808601
h include.h
#include
#include //本征函数库
#include //字符串处理函数库
void DelayNuS(unsigned char i);
void DelayNmS(unsigned char i);
void EnableInterrupt(void);
void DisInterrupt(voi