代码搜索:CONNECT
找到约 10,000 项符合「CONNECT」的源代码
代码结果 10,000
www.eeworm.com/read/204255/15342800
am makefile.am
bin_PROGRAMS = ctorrent
ctorrent_SOURCES = bencode.cpp bitfield.cpp btconfig.cpp btcontent.cpp btfiles.cpp btrequest.cpp btstream.cpp bufio.cpp connect_nonb.cpp console.cpp ctcs.cpp ctorrent.cpp downl
www.eeworm.com/read/202497/15380597
h gobjectmisc.h
#ifndef GObjectMisc_h
#define GObjectMisc_h
#include
#include
template
class GPtr
{
GPtr& operator=(const GPtr& other);
public:
GPtr() : ptr(0
www.eeworm.com/read/202496/15381315
h gobjectmisc.h
/*
* Copyright (c) 2004 Nokia. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* a
www.eeworm.com/read/113417/15456434
c client.c
#include
#include
#include
#pragma comment(lib, "ws2_32.lib")
void main(int argc, char *argv[])
{
unsigned int m_hSocket;
WSADATA wsaData;
unsigned char *buf,
www.eeworm.com/read/112228/15490953
ini sqldesigner.ini
Connect:[%RootKey%]
[%
;DataSource 是指你的SQL服务器的名字
DataSource:SERVER
UserID:debug
Password:debug
;SQL语句存放数据库
SqlLngDB:pubs
%]
Option:[%RootKey%]
[%
Copyright:e-midas.cn
Author:
www.eeworm.com/read/112219/15491260
txt rfc697.txt
组织:中国互动出版网(http://www.china-pub.com/)
RFC文档中文翻译计划(http://www.china-pub.com/compters/emook/aboutemook.htm)
E-mail:ouyang@china-pub.com
译者:郭大刚(guodagang guodagang@163.net)
译文发布时间:2002-1-9
版权:本中文翻译文
www.eeworm.com/read/110294/15536787
txt rfc697.txt
组织:中国互动出版网(http://www.china-pub.com/)
RFC文档中文翻译计划(http://www.china-pub.com/compters/emook/aboutemook.htm)
E-mail:ouyang@china-pub.com
译者:郭大刚(guodagang guodagang@163.net)
译文发布时间:2002-1-9
版权:本中文翻译文
www.eeworm.com/read/108718/15577984
txt load.txt
connect -c jtag -y
erase
write -b 1 -f out.ihx -intel -ver
write -b 2 -f protect_word.bin -binary -a FE -ver
disc
www.eeworm.com/read/107624/15604528
cpp 天网攻击.cpp
#include "stdlib.h"
#include "stdio.h"
#include "string.h"
#include "winsock2.h"
int ConnectSrv(char * ip, int port);
int main( )
{
int rc;
WSADATA WsaData;
char szIPAddr[256