您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 最新名企标准通用C++面试题,

  2. C++面试题 参考:http://blog.csdn.net/Ghost90/archive/2009/04/22/4099672.aspx 整理:松鼠 时间:2009-5-8 1、const 有什么用途?(请至少说明两种) 答: (1)可以定义 const 常量 (2)const可以修饰函数的参数、返回值,甚至函数的定义体。被const修饰的东西都受到强制保护,可以预防意外的变动,能提高程序的健壮性。 2、在C++ 程序中调用被 C编译器编译后的函数,为什么要加 extern “C”? 答:
  3. 所属分类:C

    • 发布日期:2009-05-08
    • 文件大小:147456
    • 提供者:songsu
  1. C#文件传输源代码 包含SEND,RECIEVE

  2. C#文件传输关键代码string path = "E:\\c#\\convey_file\\convey_file\\Form1.cs"; //要传输的文件 TcpClient client = new TcpClient(); client.Connect(IPAddress.Parse("192.168.0.52"),9999); FileStream file = new Fi leStream(path,FileMode.Open,FileAccess.Read); //注意与rece
  3. 所属分类:C#

    • 发布日期:2009-05-25
    • 文件大小:30720
    • 提供者:Allah777
  1. csapp_深入理解计算机系统_相关文件_csapp.h_csapp.c

  2. 深入理解计算机系统: csapp.h csapp.c //csapp.h /* $begin csapp.h */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #
  3. 所属分类:C

    • 发布日期:2009-06-08
    • 文件大小:6144
    • 提供者:dexinmeng
  1. c# http post get

  2. using System; using System.Collections.Generic; using System.Text; using System.Net; using System.Net.Sockets; using System.Collections; using System.IO; using System.Text.RegularExpressions; using RE = System.Text.RegularExpressions.Regex; using Sy
  3. 所属分类:Web开发

    • 发布日期:2009-08-31
    • 文件大小:25600
    • 提供者:kw432
  1. Programming in Objective-C 2.0.pdf(英文)

  2. When the iPhone was released in 2007, developers clamored for the opportunity to develop applications for this revolutionary device. At first,Apple did not welcome thirdparty application development.The company’s way of placating wannabe iPhone deve
  3. 所属分类:Web开发

    • 发布日期:2009-09-10
    • 文件大小:2097152
    • 提供者:ydj06
  1. tcp connect端口扫描器

  2. 一个基于tcp connect 的c++端口扫描器
  3. 所属分类:C++

    • 发布日期:2009-10-19
    • 文件大小:5120
    • 提供者:oplkj0
  1. Asterisk Manager API的C语言开发包

  2. The Asterisk Manager Interface (AMI) allows a client program to connect to an Asterisk instance and issue commands or read events over a TCP/IP stream. Integrators will find this particularly useful when trying to track the state of a telephony clie
  3. 所属分类:C

    • 发布日期:2009-11-02
    • 文件大小:36864
    • 提供者:wuwhere
  1. QT 编写的象棋c++源代码

  2. QT 象棋c++源代码 #include #include "main_form.h" int main( int argc, char ** argv ) { QApplication a( argc, argv ); MainForm w; w.initializeAll(); w.show(); a.connect( &a, SIGNAL( lastWindowClosed() ), &a, SLOT( quit() ) ); return a.exec(); } …………
  3. 所属分类:QT

    • 发布日期:2009-12-07
    • 文件大小:60416
    • 提供者:kalcaddle
  1. C# 蜘蛛Spider 网页抓取器 Crawler

  2. C# 蜘蛛Spider 网页抓取器 void ParseUri(MyUri uri, ref MyWebRequest request) { string strStatus = ""; // check if connection is kept alive from previous connections or not if(request != null && request.response.KeepAlive) strStatus += "Connection live to: "
  3. 所属分类:Web开发

    • 发布日期:2009-12-30
    • 文件大小:57344
    • 提供者:Dobit
  1. c++ 实现两台主机互联

  2. 网络编程的设计与实现 目  的:通过该实验掌握最基本的Client/Server(客户机/服务器)模式的网络编程技术,并在此基础上实现更为复杂的网络编程。 任务要求:1、按所附的参考程序使用VC++或其他工具设计出程序()    2、在第1步的基础上使用VC++或其他工具设计出一个能实现两个人聊天的网络程序    3、在第2步的基础上,设计一个能实现传送文件的网络程序,类似QQ中的文件传送功能  实验环境:Windows 平台 实验工具:VC++ 附录参考程序: 程序分为服务端和客户端两个,其
  3. 所属分类:C++

    • 发布日期:2010-01-06
    • 文件大小:3145728
    • 提供者:jialiangliang
  1. c# DBF数据库导入导出实例

  2. c# DBF数据库导入导出实例 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Data.Odbc; using System.Data.SqlClient; namespace DbfEx
  3. 所属分类:其它

    • 发布日期:2010-03-09
    • 文件大小:28672
    • 提供者:karlivo
  1. TCP端口扫描 c++

  2. 用的端口扫描技术有很多种,如 TCP connect() 扫描 、TCP SYN 扫描、TCP FIN 扫描 等,网络上也有很多文章专门介绍。所使用的最基本的扫描技术:TCP 扫描。
  3. 所属分类:C++

    • 发布日期:2010-03-09
    • 文件大小:15360
    • 提供者:cscumt
  1. Linux C参考手册

  2. 字符测试篇 isalnum isalpha isascii iscntrl isdigit isgraphis islower isprint isspace ispunct isupper isxdigit 字符串转换篇 atof atoi atol gcvt strtod strtol strtoul toascii tolower toupper 内存控制篇 calloc free getpagesize malloc mmap munmap 日期时间篇 asctime ctime ge
  3. 所属分类:C

    • 发布日期:2010-06-15
    • 文件大小:232448
    • 提供者:sun_top
  1. C语言socket指南,安全性测试

  2. 目录: 1) 什么是套接字? 2) Internet 套接字的两种类型 3) 网络理论 4) 结构体 5) 本机转换 6) IP 地址和如何处理它们 7) socket()函数 8) bind()函数 9) connect()函数 10) listen()函数 11) accept()函数 12) send()和recv()函数 13) sendto()和recvfrom()函数 14) close()和shutdown()函数 15) getpeername()函数 16) gethostn
  3. 所属分类:C

    • 发布日期:2010-07-20
    • 文件大小:131072
    • 提供者:dengqiong080704
  1. C#访问数据库资源库(支持Access、MSSql、MySql、Oracle等)让数据库访问更便捷,更稳定

  2. C#访问数据库资源库(支持Access、MSSql、MySql、Oracle等)让数据库访问更便捷,更稳定 如果需要源代码,可通过邮箱cj5260@163.com索取 访问Access数据库方法 UGM.Common.DAL.DB.DBAccessDAL.string getIdentity(OleDbConnection Conn, OleDbTransaction Tran) UGM.Common.DAL.DB.DBAccessDAL.Connect(string DBSource) UG
  3. 所属分类:其它

    • 发布日期:2010-09-10
    • 文件大小:310272
    • 提供者:cj5260
  1. DB2 Express-C 快速入门经典教程

  2. 目录 关于本书..................................................................................................................................8 声明............................................................................................................
  3. 所属分类:DB2

    • 发布日期:2010-11-09
    • 文件大小:4194304
    • 提供者:xiwanggl
  1. C#坦克大战网络版代码

  2. 写完单机版http://blog.csdn.net/xiaoxiao108/archive/2010/12/18/6084473.aspx游戏后 再写个网络版玩玩。 开发工具vs2008 网络版实现方法很简单 1.一个服务端,多个客户端 2.服务端开个端口监听,当一个客户端程序后连接到服务端后,服务端分配个编号给客户端作为他的坦克编号 3.当有新坦克创建,坦克移动,等操作时,客户端发送数据到服务端,服务端再把数据发送到所有的客户端来实现网络游戏的同步 具体实现代码 1.服务端开启服务代码 pu
  3. 所属分类:网络基础

    • 发布日期:2011-01-16
    • 文件大小:94208
    • 提供者:xiaoxiao108
  1. connect/c++说明文档

  2. connect/c++ 使用说明书
  3. 所属分类:C/C++

    • 发布日期:2016-10-19
    • 文件大小:742400
    • 提供者:qq_28648083
  1. connect命令c脚本

  2. 用于网络连接的connect命令c脚本,可自行编译:gcc -o connect connect.c
  3. 所属分类:Proxy

    • 发布日期:2016-11-10
    • 文件大小:88064
    • 提供者:dounine
  1. mysql,connect-c++(适用vs2017 release-x86)

  2. 里面是x86的,win32,一定不要认为成是x64,其实官网也可以下的。我只是把这放上来,以便我以后用
  3. 所属分类:MySQL

    • 发布日期:2018-03-31
    • 文件大小:9437184
    • 提供者:daixiangzi
« 12 3 4 5 6 7 8 9 10 ... 49 »