代码搜索:create

找到约 10,000 项符合「create」的源代码

代码结果 10,000
www.eeworm.com/read/352727/10521219

c pthread_create.c

#include #include #define NUM 1000 static pthread_mutex_t LOCK, *m_LOCK = &LOCK; void *hping(int *index) { char cmd_buff[512]; int *index2; index2 = (int *)index;
www.eeworm.com/read/160476/10527415

m create_channel.m

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 antennas % M
www.eeworm.com/read/160422/10534103

htm of_create_wb.htm

Dw2xls developer's reference
www.eeworm.com/read/160299/10544442

m create_network.m

% % FUNCTION : "create_network" % % 在一个正方形区域里产生若干个结点并计算任两点间的距离 % 输入参数: % N:结点个数 % 正方形边长:area_side % 是否输出图形:G % % 输出: % 一个包含各个结点坐标参数的大小为Nx2的二维数组 % 一个包含任两点间距离大小为NxN的二维数组 % funct
www.eeworm.com/read/423109/10584906

m create_channel.m

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 antennas % M
www.eeworm.com/read/351829/10604923

test create-delete.test

Check whether quilt generates patches properly so that GNU patch recognizes file creates and deletions. $ rm -rf d $ mkdir -p d/patches $ cd d $ echo delete > delete $ quilt new test.diff > Pa
www.eeworm.com/read/351580/10638547

c create_bmp.c

#include struct STBMPInfo { unsigned char m_FileType[2]; unsigned long m_FileSize; unsigned int m_Reserved1; unsigned int m_Reserved2; unsigned long m_DataOffse
www.eeworm.com/read/350701/10718042

m create_gabor.m

% Version : 5.0 % Date : MAY / 18 / 2007 % Author : Omid Bonakdar Sakhi close all; clear all; clc; G = cell(5,8); for s = 1:5 for j = 1:8 G{s,j}=zeros(32,32); end end
www.eeworm.com/read/350642/10721713

mak create_accel.mak

# Nmake macros for building Windows 32-Bit apps all: Create~1.exe # Update the resource if necessary show_~1.res: Create~1.rc Create~1.h rc -r -fo Create~1.res Create~1.rc # Update th
www.eeworm.com/read/350642/10721720

cpp create_accel.cpp

#include #include "Create_Accel.h" #if defined (WIN32) #define IS_WIN32 TRUE #else #define IS_WIN32 FALSE #endif #define IS_NT IS_WIN32 && (BOOL)(GetVersion() < 0x