代码搜索:Include
找到约 10,000 项符合「Include」的源代码
代码结果 10,000
www.eeworm.com/read/349916/10782935
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/419191/10880488
pas include.pas
unit include;
interface
uses data_def,types,windows,SysUtils;
type
pelco_d = class
private
function getMessage(address,data1,data2,data3,data4 : byte) : pdata;
funct
www.eeworm.com/read/419191/10880490
~pas include.~pas
unit include;
interface
uses data_def,types,windows,SysUtils;
type
pelco_d = class
private
function getMessage(address,data1,data2,data3,data4 : byte) : pdata;
funct
www.eeworm.com/read/419191/10880498
dcu include.dcu
www.eeworm.com/read/419191/10880508
pas include.pas
unit include;
interface
uses data_def,types,windows,SysUtils;
type
pelco_d = class
private
function getMessage(address,data1,data2,data3,data4 : byte) : pdata;
funct
www.eeworm.com/read/417378/10992227
h include.h
#ifndef _INCLUDE_H
#define _INCLUDE_H
#include "fft.h"
#include "maths.h"
#define FFT_SAMPLE 1
#define FFT_N 32
#endif