代码搜索:create
找到约 10,000 项符合「create」的源代码
代码结果 10,000
www.eeworm.com/read/447020/7560353
m create.m
function theResult = create(self, thePermission)
% netcdf/create -- Create the file for a netcdf object.
% create(self, 'thePermission') creates the NetCDF file
% associated with self, a netcd
www.eeworm.com/read/438533/7730013
sql create.sql
drop table T_BS_User;
Create Table T_BS_User(FId Varchar(50) not null,FUserId Varchar(50) not null,FPassword Varchar(50) not null,FEmail Varchar(50) not null,FWallpaper Varchar(1000) not null,primary
www.eeworm.com/read/434785/7801652
c create.c
#include
#include
#include
#include
int idle(void *x)
{
for(;;);
}
struct {
char data[1024];
}stack[2049];
main()
{
int i;
long t;
www.eeworm.com/read/434785/7801728
c create.c
#include "kernel.h"
#define WRONG_THREAD_ID (-2)
#define WRONG_PROCESS_NUMBER (-3)
#define WRONG_CAPABILITY (-4)
#define CREATE_TOO_MANY_THREAD (-5)
#define NO_THREAD_TO_CREATE (
www.eeworm.com/read/397782/8022038
c create.c
#include "MemDataBase.h"
#include "demo.h"
int main(int argc,char **argv)
{
MEMDATABASE *pMemDB;
DEMO_DEF stuDemo;
int iRet,iIpcKey;
long lMaxRecords;
if(argc!=4)
{
pri
www.eeworm.com/read/396648/8096758
obj create.obj
www.eeworm.com/read/396648/8096790