代码搜索:Synchronous
找到约 1,924 项符合「Synchronous」的源代码
代码结果 1,924
www.eeworm.com/read/197479/5094743
c handler.c
/* handler.c
Multi-threaded stand-alone event handler service
Events are based on asynchronous one-way SOAP messaging using HTTP
keep-alive for persistent connections
The 'synchronous' global f
www.eeworm.com/read/317484/3579511
vhd dportvidram.vhd
--Dual port synchronous RAM for character data / attributes
--Port A is R/W, port B is just R
--Uses predefined components to be synthetized as block-ram
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
www.eeworm.com/read/317484/3579532
vhd dportvidram.vhd
--Dual port synchronous RAM for character data / attributes
--Port A is R/W, port B is just R
--Uses predefined components to be synthetized as block-ram
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
www.eeworm.com/read/306677/3735164
c handler.c
/* handler.c
Multi-threaded stand-alone event handler service
Events are based on asynchronous one-way SOAP messaging using HTTP
keep-alive for persistent connections
The 'synchronous' global f
www.eeworm.com/read/281356/4117021
c message.c
/*
* message.c - synchronous message handling
*/
#if 0
#include /* for scatterlist macros */
#include
#include
#include
#include
www.eeworm.com/read/443386/1746287
c message.c
/*
* message.c - synchronous message handling
*/
#include
#ifdef CONFIG_USB_DEBUG
#define DEBUG
#else
#undef DEBUG
#endif
#include /* for scatterlist macros */
#i
www.eeworm.com/read/430037/1942769
m pr7_34.m
%Problem 7.34;
%finding minimum distance between group signals for a given synchronous signature set;
S=hadamard(12); %signature matrix, signatures are columns;
dgn=diag(S'*S); S=S*diag(1./sqrt(d
www.eeworm.com/read/430037/1942773
m pr7_38.m
%Problem 7.38;
%simulating oversaturated synchronous CDMA;
clear all; close all;
n=8; %set exponent of two in Hadamard matrix size;
K=2^n; %Hadamard matrix size;
N=242; %set signature length, N
www.eeworm.com/read/430037/1942777
m pr7_33.m
%Problem 7.33;
%calculation of squared distance between two group signals in a synchronous DS CDMA;
S=hadamard(8); S=S(1:8,:); %signature matrix, columns are signatures;
dgn=diag(S'*S); S=S*diag(
www.eeworm.com/read/393286/2481223
c message.c
/*
* message.c - synchronous message handling
*/
#include
#ifdef CONFIG_USB_DEBUG
#define DEBUG
#else
#undef DEBUG
#endif
#include /* for scatterlist macros */
#i