代码搜索:CONNECT
找到约 10,000 项符合「CONNECT」的源代码
代码结果 10,000
www.eeworm.com/read/143920/12829343
h connect.h
#if !defined(AFX_CONNECT_H__50DA2DA1_C9D1_11D3_A721_00062937202F__INCLUDED_)
#define AFX_CONNECT_H__50DA2DA1_C9D1_11D3_A721_00062937202F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MS
www.eeworm.com/read/143920/12829379
cpp connect.cpp
// Connect.cpp : implementation file
//
#include "stdafx.h"
#include "ole_database.h"
#include "Connect.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __
www.eeworm.com/read/330369/12898205
pas connect.pas
unit Connect;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, IdStack, IdBaseComponent, IdComponent,
IdTCPConnectio
www.eeworm.com/read/330369/12898209
ddp connect.ddp
www.eeworm.com/read/330369/12898219
dfm connect.dfm
object ConnectForm: TConnectForm
Left = 504
Top = 205
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Connect'
ClientHeight = 107
ClientWidth = 270
C
www.eeworm.com/read/330369/12898222
dcu connect.dcu
www.eeworm.com/read/142661/12931589
bmp connect.bmp
www.eeworm.com/read/326209/13155790
c connect.c
/**本算法中处理器数目须小于图的顶点数**/
#include
#include
#include
#include
#include
/**使用动态分配的内存存储邻接矩阵,以下为宏定义**/
#define A(i,j) A[i*N+j]
/**以下为 N:顶点数 n:各处理器分配的顶点数