代码搜索:CONNECT
找到约 10,000 项符合「CONNECT」的源代码
代码结果 10,000
www.eeworm.com/read/438757/7727472
h commconst.h
#ifndef COMMCONST_H
#define COMMCONST_H
#define FrameFlag 0x12
#define RCC_VERSION 0
#define SendBufferMaxLength 16*1024 //发送缓冲区最大值,为16K,今后改为变量
#define ReceiveBufferMaxLength 16*1024
#define D
www.eeworm.com/read/436454/7769643
txt 第19章.txt
例19.1
DROP PROFILE test_profile CASCADE;
CREATE PROFILE test_profile LIMIT
CPU_PER_SESSION 1000
CPU_PER_CALL 1000
CONNECT_TIME 200
IDLE_TIME 30
SESSIONS_PER_USER 10
LOGICAL_
www.eeworm.com/read/436014/7779053
gen makefile.gen
ifeq ($(findstring ;,$(PATH)),;)
# OS/2; compiler EMX
_OS_=os2
else
# Unix, Linux or other clones; compiler GCC (and maybe CC?)
_OS_=unix
endif
OPT=1
ifeq ($(_OS_),os2)
ifeq ($(CC),cc)
CC=gcc
endif
www.eeworm.com/read/435817/7783634
dit ex.dit
// create the objects in this stage
object CiAdd BranchAdder
object CMux2 AluMuxB
object CiAlu Alu
object CAluControl AluControl
object CRegExMem RegExMem
// connections:
//
www.eeworm.com/read/399935/7821134
tdf speed_ch.tdf
SUBDESIGN speed_ch
(
Accel_in, reset, clk : INPUT; % File inputs %
get_ticket : OUTPUT % File output %
% File outputs default to GND unless otherwise specified %
)
VARIABLE
speed : MAC
www.eeworm.com/read/299228/7871880
bor makefile.src.bor
## Compiler, linker, and lib stuff
## Makefile for use with Borland C++ for Win32 executable.
RM=-del
CC=bcc32
LINK=ilink32
LFLAGS=
WARN=-w-8057 -w-8027 -w-8008 -w-8065
CFLAGS=-DWINDOWS -DHAVE_CONFI
www.eeworm.com/read/299228/7872085
po gl.po
# Galician translation of wget
# Copyright (C) 2000, 2003 Free Software Foundation, Inc.
# Jacobo Tarr韔 Barreiro , 2000, 2003.
#
msgid ""
msgstr ""
"Project-Id-Version: wget 1.9.1\
www.eeworm.com/read/398952/7905774
cpp testdlg.cpp
// testDlg.cpp : implementation file
//
#include "stdafx.h"
#include "test.h"
#include "testDlg.h"
#include "ControlCAN.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char
www.eeworm.com/read/197930/7961853
cls protype.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject