代码搜索:Create
找到约 10,000 项符合「Create」的源代码
代码结果 10,000
www.eeworm.com/read/387376/8689948
h dib.h
#if !defined(AFX_DIB_H__33817561_072D_11D1_8C94_000021003EA5__INCLUDED_)
#define AFX_DIB_H__33817561_072D_11D1_8C94_000021003EA5__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >
www.eeworm.com/read/431114/8709220
hpp fading.hpp
#ifndef FADING_H
#define FADING_H
#include
using namespace std;
#include
#include
#include "utility.hpp"
class WirelessCommSignal;
class P
www.eeworm.com/read/287177/8712134
~dsk rules2.~dsk
[Closed Files]
File_0=SourceModule,'C:\Program Files\Borland\CBuilder6\Projects\Bayesian1\main.cpp',0,1,181,27,206,0,0
File_1=SourceModule,'C:\Program Files\Borland\CBuilder6\Projects\Bayesian1\main
www.eeworm.com/read/287177/8712152
dsk rules2.dsk
[Closed Files]
File_0=SourceModule,'C:\Program Files\Borland\CBuilder6\Projects\Bayesian1\main.cpp',0,1,181,27,206,0,0
File_1=SourceModule,'C:\Program Files\Borland\CBuilder6\Projects\Bayesian1\main
www.eeworm.com/read/430719/8731303
h dib.h
#if !defined(AFX_DIB_H__33817561_072D_11D1_8C94_000021003EA5__INCLUDED_)
#define AFX_DIB_H__33817561_072D_11D1_8C94_000021003EA5__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >
www.eeworm.com/read/286954/8735278
c chain.c
/*建立一个整数链表*/
#include
#include
struct chain
{
int value;
struct chain *next;
};
struct chain *create()
{
struct chain *head, *tail, *p;
int x;
head = tail = NULL
www.eeworm.com/read/386566/8738002
asm 8led.asm
;p1口八个灯作跑马灯。采用了寄存器存中间数
;***************************************************************************
;* sxj1974@163.com (51c51 test web) www.8951.com *
;* Create by :石学军 www.51c
www.eeworm.com/read/286871/8739032
sql users.sql
CREATE TABLE Users
(UserName Varchar(40) Primary Key,
Pwd Varchar(40) NOT NULL,
EmpName Varchar(40)
);
INSERT INTO Users Values('Admin', 'Admin', 'Admin')
www.eeworm.com/read/286871/8739033
sql tline.sql
CREATE TABLE tline
(lid Int Primary Key,
lname Varchar(50),
lday Smallint,
ltype Smallint,
insCom Varchar(40),
insFee Decimal(8, 2),
otherCost Decimal(8, 2),
tourPay D
www.eeworm.com/read/430545/8739689
txt tables.txt
-------:Clerk('ramana','raju')
-------:Dept Head('narender','reddy',501 or any dept no)
-------:Manager('inventory','inventory')
create table inv_log_tab (userid varchar2(20),password varchar2(20