代码搜索:cli
找到约 6,094 项符合「cli」的源代码
代码结果 6,094
www.eeworm.com/read/104305/15699553
c client.c
#include
#include
#include
#include
#include
#include
#define MAX_LINE 500
#define MAX_NAME 100
int init_cli
www.eeworm.com/read/191983/8413411
sce loadmacros.sce
mode(-1)
pathL=get_absolute_file_path('loadmacros.sce')
disp('Loading macros in ' +pathL)
load(pathL+'/lib')
//Link OPC Dll
link(pathL+'opc_client.dll','opc_connect','C');
link(pathL+'opc_cli
www.eeworm.com/read/375804/9349272
c client.c
#include "inet.h"
#include
#include
#include
extern int init_cli( char SERV_HOST_ADDR[MAX_LINE]);
void add_set( fd_set *sockset, int sockfd)
{
www.eeworm.com/read/169330/9865201
frm form2.frm
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form frmML
Caption = "目录"
ClientHeight = 7350
ClientLeft = 60
Cli
www.eeworm.com/read/167234/9974716
frm frmstsc.frm
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Begin VB.Form frmSTSC
ClientHeight = 5580
ClientLeft = 48
ClientTop = 48
Cli
www.eeworm.com/read/167234/9974731
frm frmuser.frm
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Begin VB.Form frmUser
ClientHeight = 3384
ClientLeft = 48
ClientTop = 48
Cli
www.eeworm.com/read/167234/9974794
frm frmsjnd.frm
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Begin VB.Form frmSJND
ClientHeight = 4968
ClientLeft = 48
ClientTop = 48
Cli
www.eeworm.com/read/161413/10415355
txt readme.txt
To run this example:
1. Run the build.bat file.
2. Run the debugger.
3. Select File->Load and load the example1.exe file using the debugger.
4. Run the example by selecting Debug->Run or cli
www.eeworm.com/read/278507/10530316
c dgclibcast5.c
#include "unp.h"
#include
static void recvfrom_alarm(int);
static sigjmp_buf jmpbuf;
void
dg_cli(FILE *fp, int sockfd, const SA *pservaddr, socklen_t servlen)
{
int n;
const int o
www.eeworm.com/read/278507/10530365
c dgclibcast6.c
#include "unp.h"
static void recvfrom_alarm(int);
static int pipefd[2];
void
dg_cli(FILE *fp, int sockfd, const SA *pservaddr, socklen_t servlen)
{
int n, maxfdp1;
const int on = 1;
char se