代码搜索:Key
找到约 10,000 项符合「Key」的源代码
代码结果 10,000
www.eeworm.com/read/300884/13883678
sdf key_lcd.sdf
ISIS SCHEMATIC DESCRIPTION FORMAT 6.1
=====================================
Design: E:\新建文件夹\pretus教程\Proteus AVR应用实例\key_lcd\key_lcd.DSN
Doc. no.:
Revision:
Author:
Created:
www.eeworm.com/read/300884/13883681
dsn key_lcd.dsn
www.eeworm.com/read/152695/5669830
c key15.c
/****************************************************************************
*
* SciTech OS Portability Manager Library
*
* ========================================================
www.eeworm.com/read/151249/5684639
hpp ic_key.hpp
/*
* The Apache Software License, Version 1.1
*
* Copyright (c) 2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or withou
www.eeworm.com/read/150965/5687599
h key_parser.h
#ifndef __key_parser
#define __key_parser
#include
#include "tme.h"
#define MAX_DESCRIPTION_LENGTH 128
#define MAX_VALUE_LENGTH 128
#define MAX_KEY_LENGTH 128
#define MAX_FORMAT_L
www.eeworm.com/read/147091/5733466
sql primary_key.sql
create table student2
( studid int identity(101,5) primary key,
firstname varchar(20) not null,
lastname varchar(20) not null
)
www.eeworm.com/read/147091/5733468
sql foreign_key.sql
create table studmarks
( examid int not null,
marks int not null,
studid int not null,
primary key(examid,studid),
foreign key (studid) references student2
)
www.eeworm.com/read/146447/5737940
c key15.c
/****************************************************************************
*
* SciTech OS Portability Manager Library
*
* ========================================================