代码搜索:CONNECT
找到约 10,000 项符合「CONNECT」的源代码
代码结果 10,000
www.eeworm.com/read/490852/6443189
makefile
CXX=gcc
CXXFLAGS=-pedantic -Wall
LD=$(CXX)
LDFLAGS=$(CXXFLAGS)
all: tcpserver udpserver tcpclient udpclient
tcpserver: listen_server.o
udpserver: listen_server.o
tcpclient: connect_client.o
udpc
www.eeworm.com/read/490852/6443195
c tcpclient.c
#include
#include
#include
#include
#include
#include
#include "connect_client.h"
const char *DAYTIME_PORT="13111";
int
main(i
www.eeworm.com/read/490852/6443199
c udpclient.c
#include
#include
#include
#include
#include
#include
#include "connect_client.h"
const char *DAYTIME_PORT="13111";
int
main(in
www.eeworm.com/read/486764/6526583
c client.c
#include
#include
#include
#include
#include
#include
#define SERVER_PORT 12345 // define the defualt connect port
www.eeworm.com/read/481944/6632861
bas const.bas
Attribute VB_Name = "Const"
'版本号
Public Const VerNum As String = "版本 1.0"
'生成日期
Public Const GenDate As String = "日期 2004-10-08"
'数据源信息常量
Public Const DATABASE As String = "Lease.mdb"
'一次执行conn
www.eeworm.com/read/479786/6678617
c scale.c
/*
*
* Sample Code for Gtk+ Programming in C, 1st Edition, Prentice Hall
*
* Copyright 2000 - 2002 Syd Logan, All Rights Reserved
*
* This code is distributed without warranty. You are free to u
www.eeworm.com/read/479786/6678623
c hscroll.c
/*
*
* Sample Code for Gtk+ Programming in C, 1st Edition, Prentice Hall
*
* Copyright 2000 - 2002 Syd Logan, All Rights Reserved
*
* This code is distributed without warranty. You are free to u
www.eeworm.com/read/408976/11362601
txt 同固件通信协议.txt
zhb2000和314forever网友约定的上位机同固件的通信规则:
USBASP_FUNC_CONNECT中:
data[2]代表SPI速度,取值为1-5,1为最低速,5为最高速;
data[3]代表芯片类型,取值为0或1,0代表AVR,1代表S5x;
data[4]-data[6]保留原扩展信息功能。
当上位机不选择自动调速时,data[2] (速度位)输出 0 ,