代码搜索:Multi
找到约 10,000 项符合「Multi」的源代码
代码结果 10,000
www.eeworm.com/read/423958/10518639
lst multi switch.lst
A51 MACRO ASSEMBLER MULTI_SWITCH 07/24/2006 08:19:33 PAGE 1
MACRO ASSEMBLER A51 V8.00
OBJECT MODULE PLACED IN Multi Switch.OBJ
ASSEM
www.eeworm.com/read/423958/10518642
pwi multi switch.pwi
www.eeworm.com/read/423958/10518645
dsn multi switch.dsn
www.eeworm.com/read/423958/10518651
opt multi switch.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/352662/10528987
c multi_m.c
/* multi_m.c */
/* 多机通信的主机部分 */
#ifndef __MULTI_M_C__
#define __MULTI_M_C__
#include
#include
#define __MAX_LEN_ 64 // 数据最大长度
#define _MHZ_ 11 // 设置单片机使用的晶振频率(1
www.eeworm.com/read/352662/10528991
c multi_s.c
/* multi_s.c */
/* 多机通信的从机部分 */
#ifndef __MULTI_S_C__
#define __MULTI_S_C__
#include
#include
#define __MAX_LEN_ 64 // 数据最大长度
#define _MHZ_ 11 // 设置单片机使用的晶振频率(1
www.eeworm.com/read/423536/10552701
m multi_gp.m
function [x] = multi_gp(m,C)
% [x]=multi_gp(m,C)
% MULTI_GP generates a multivariate Gaussian random
% process with mean vector m (column vector), and covariance matrix C.
N=length(m);
for
www.eeworm.com/read/277113/10667053
tga maple_multi.tga
www.eeworm.com/read/158942/10714653
dpr multi2.dpr
program Multi2;
uses
Forms,
MultiRec in 'MultiRec.pas' {Form1};
{$R *.RES}
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.