代码搜索:create
找到约 10,000 项符合「create」的源代码
代码结果 10,000
www.eeworm.com/read/374989/9376236
c my_create.c
#include
#include
#include
#include
#include
#include
int main()
{
int fd;
if ((fd = open("example_62.c", O_CREAT|O_E
www.eeworm.com/read/178825/9385111
c thread_create.c
#include
#include
#include
void *print_message_function( void *ptr );
main()
{
pthread_t thread1, thread2;
char *message1 = "Thread 1";
char *message2
www.eeworm.com/read/374259/9412767
a51 os_create.a51
;------------------------------------------------------------------------------
; This file is part of the RTX-51 TINY Real-Time Operating System Package
; Copyright KEIL ELEKTRONIK GmbH and Keil
www.eeworm.com/read/373970/9426465
m create_channel.m
function [H, H_f]=create_channel(Mt, Mr, A, N);
% function [H, H_f]=create_channel(Mt, Mr, A, N);
%产生频率选择性衰落的瑞利信道,参数由天线结构、OFDM系统的结构和功率时延结构来决定。
%
% A - vector containing the power-delay profile (real
www.eeworm.com/read/373970/9426511
asv create_channel.asv
function [H, H_f]=create_channel(Mt, Mr, A, N);
% function [H, H_f]=create_channel(Mt, Mr, A, N);
%
% A - vector containing the power-delay profile (real values)功率时延谱矢量
% Mt - number of Tx antenna
www.eeworm.com/read/177807/9431724
asm create_data.asm
/*****************************************************************************
** **
** Project Name: LCD Colorbar **
** **
*************************