代码搜索:Multi
找到约 10,000 项符合「Multi」的源代码
代码结果 10,000
www.eeworm.com/read/144110/12815140
mak multi1.mak
# Microsoft Developer Studio Generated NMAKE File, Based on Multi1.dsp
!IF "$(CFG)" == ""
CFG=Multi1 - Win32 Debug
!MESSAGE No configuration specified. Defaulting to Multi1 - Win32 Debug.
!ENDIF
www.eeworm.com/read/144110/12815142
dep multi1.dep
# Microsoft Developer Studio Generated Dependency File, included by Multi1.mak
www.eeworm.com/read/144110/12815144
dsp multi1.dsp
# Microsoft Developer Studio Project File - Name="Multi1" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Ap
www.eeworm.com/read/144110/12815149
c multi1.c
/*---------------------------------------
MULTI1.C -- Multitasking Demo
(c) Charles Petzold, 1998
---------------------------------------*/
#include
#include
www.eeworm.com/read/244937/12831156
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/244608/12852702
pdf multi-agent.pdf
www.eeworm.com/read/140851/13058742
m strmatch_multi.m
function [posns] = strmatch_multi(keys, strs)
% STRMATCH_MULTI Find where each key occurs in list of strings.
% [pos] = strmatch_multi(key, strs) where key is a string and strs is a cell array of st
www.eeworm.com/read/241361/13152329
c hello_multi.c
/* hello_multi.c - a multi-threaded hello world program */
#include
#include
#define NUM 5
main()
{
pthread_t t1, t2; /* two threads */
void *print_msg(void *);
pthrea
www.eeworm.com/read/326187/13157853
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/326187/13157856
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