代码搜索:PUBLIC
找到约 10,000 项符合「PUBLIC」的源代码
代码结果 10,000
www.eeworm.com/read/141144/13035856
o public.o
www.eeworm.com/read/141144/13035914
c public.c
#include
#include
#include
#include "PPOS.h"
unsigned short sSendHandle = 0;
void CheckBatteryStatus()
{
unsigned short shBatteryLevel;
unsigned short s
www.eeworm.com/read/327844/13059215
h public.h
#include
typedef struct para_str
{
HWND hWnd;
SOCKET sockSrv;
SOCKET sockConn;
SOCKET sockCnt;
}PARA_STATUS;
www.eeworm.com/read/140592/13073384
bas public.bas
Attribute VB_Name = "Module1"
Function sends(str As String)
Dim count As Integer
Dim instring As String
If Not Form1.MSComm1.PortOpen Then
sends = "CAN NOT
www.eeworm.com/read/241900/13110205
pbl public.pbl
www.eeworm.com/read/241644/13128023
h public.h
#if !defined _GLOBAL_H
#define _GLOBAL_H
#include "Mmsystem.h"
#define MAXCLIENTNUM 3000
#define MAXPACKAGELEN 256
#define COMMSTART 0
#define SENDACK 5
#define RCVDATAPACKAGE
www.eeworm.com/read/139553/13149308
gif public.gif
www.eeworm.com/read/139501/13153251
css public.css
/*================== 公用CSS样式表 =====================
* File: style/public.css V1.0 2005.05.06
* Author: wwxbei
*=======================================================*/
#beautytab {
height:
www.eeworm.com/read/241314/13157339
cpp public.cpp
#include "stdafx.h"
#include "public.h"
CListBox *TheInfoList;
int ComId;
void SetList(CListBox *TheList)
{
TheInfoList = TheList;
}
void SetListInfo(char *Msg)
{
TheInfoList->Ad
www.eeworm.com/read/241314/13157429
h public.h
#include "stdafx.h"
void SetList(CListBox *TheList);
void SetListInfo(char *Msg);
void SetComId(int TheComId);
int GetComId();