代码搜索:sql server
找到约 10,000 项符合「sql server」的源代码
代码结果 10,000
www.eeworm.com/read/128628/14288011
rc server.rc
#include "windows.h"
#include "server.h"
npserver ICON npserver.ico
MidLive BITMAP midlive.bmp
MidDead BITMAP middead.bmp
EndLive BITMAP endlive.bmp
EndDead BITMAP enddead.bmp
STRINGTABLE
www.eeworm.com/read/128628/14288015
h server.h
#define MAX_PIPE_INSTANCES 100
#define LINE_LEN 80
#define NAME_SIZE 25
// Bitmaps and coordinates.
#define END_LIVE 1
#define END_DEAD 2
#define MID_LIVE 3
#define MID_DEAD 4
#
www.eeworm.com/read/128628/14288016
res server.res
www.eeworm.com/read/128628/14288019
c server.c
#define STRICT
#include
#include "server.h"
#include
#include
#include
// clients[] is a global array of
www.eeworm.com/read/230403/14290548
cpp server.cpp
#include
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/128279/14307041
pas server.pas
unit server;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs;
type
TForm1 = class(TForm)
private
{ Private declarations }
www.eeworm.com/read/128279/14307047
dfm server.dfm
object Form1: TForm1
Left = 226
Top = 117
Width = 112
Height = 27
Caption = 'Form1'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -
www.eeworm.com/read/128248/14309242
dof server.dof
[FileVersion]
Version=6.0
[Compiler]
A=8
B=0
C=1
D=1
E=0
F=0
G=1
H=1
I=1
J=0
K=0
L=1
M=0
N=1
O=1
P=1
Q=0
R=0
S=0
T=0
U=0
V=1
W=0
X=1
Y=1
Z=1
ShowHints=1
ShowWarnings=1
U
www.eeworm.com/read/128248/14309248
dpr server.dpr
program server;
uses
Forms,
pass in 'pass.pas' {fpass},
bx in 'bx.pas' {bxb},
cx in 'cx.pas' {fchaxun},
deleteuser in 'deleteuser.pas' {scyh},
dy in 'dy.pas' {daybd},
gy in 'gy
www.eeworm.com/read/128248/14309253