代码搜索:Multi
找到约 10,000 项符合「Multi」的源代码
代码结果 10,000
www.eeworm.com/read/177437/9452976
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/177435/9452983
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/373250/9467534
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/177025/9474204
c multi_channel.c
/*****************************************************************************/
/* FIle Name : multi_channel.c */
/* Description : MIMO prototype Pseudo
www.eeworm.com/read/175304/9552873
m multi_signals.m
fs=5120;% sampling frequency
ts=1/fs;% sampling interval
N=1024;% number of samples
t=0:ts:(N-1)*ts;% symbol duration
df=fs/N;% frequency resolution = 5
sigma=0.01;
for i=1:64
f(i)=5*i;% ho
www.eeworm.com/read/366402/9817939
xpm multi_step.xpm
/* XPM */
static char * multi_step_xpm[] = {
"22 20 5 1",
" c None",
". c #7F7F7F",
"+ c #FFFFFF",
"@ c #000000",
"# c #00007F",
" ",
" ",
"
www.eeworm.com/read/169751/9839431
uc multi_producer.uc
;------------------------------------------------------------------------------------
;
; I N T E L P R O P
www.eeworm.com/read/169751/9839445
uc multi_consumer.uc
;------------------------------------------------------------------------------------
;
; I N T E L P R O P
www.eeworm.com/read/365297/9870344
vhd multi4.vhd
-----------------------------------------------------
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
ENTITY fulladd1 IS
port(
A : in std_logic;
B : in std_l