代码搜索结果
找到约 10,000 项符合
Monitor 的代码
monitor_c.txt
/* $OpenBSD: monitor.c,v 1.18 2008/06/30 12:03:51 ragge Exp $ */
/*
* Copyright (c) 2004 Moritz Jodeit
*
* Permission to use, copy, modify, and distribute this software f
conn_monitor.c
/*
View this file in UTF-8 !!!
View this file in UTF-8 !!!
View this file in UTF-8 !!!
*/
/*
夕霞孤雁
2005.10.20
*/
#in
conn_monitor.h
/*
View this file in UTF-8 !!!
View this file in UTF-8 !!!
View this file in UTF-8 !!!
*/
/*
首先感谢SnowWings、netxray等前辈做出的努力。我一直在用MyStar。但是不只道是不是我这边的网络太差劲还是别的原因,总之经
常掉线。MyStar中提到了智能重连功能,但是没有实现。这个功能对我
main monitor.asm
ORG 0000H
LJMP START
;LCD REGISTERS ADDRESS
LCD_CMD_WR EQU 0
LCD_DATA_WR EQU 1
LCD_BUSY_RD EQU 2
LCD_DATA_RD EQU 3
;LCD COMMANDS
LCD_CLR EQU 1
LCD_HOME EQU 2
ip_monitor.dof
[FileVersion]
Version=6.0
[Compiler]
A=8
B=0
C=0
D=1
E=0
F=0
G=1
H=1
I=1
J=1
K=0
L=1
M=0
N=1
O=1
P=1
Q=0
R=1
S=0
T=0
U=0
V=1
W=0
X=1
Y=0
Z=1
ShowHints=1
ShowWarnings=1
ip_monitor.dpr
program IP_Monitor;
uses
Forms,
Unit1 in 'Unit1.pas' {Form1},
IPHLPAPI in 'IPHLPAPI.pas';
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
App
ip_monitor.cfg
-$A8
-$B-
-$C-
-$D+
-$E-
-$F-
-$G+
-$H+
-$I+
-$J+
-$K-
-$L+
-$M-
-$N+
-$O+
-$P+
-$Q-
-$R+
-$S-
-$T-
-$U-
-$V+
-$W-
-$X+
-$Y-
-$Z1
-cg
-AWinTypes=Windows;WinProcs=Windows;Dbi