搜索资源列表
C语言头文件 略述
- 对于使用C语言家族开发工具进行软件开发的技术人员来讲,头文件(后缀名为 .h 的文件)是再熟悉不过的了。头文件作为一种包含功能函数接口声明的一类文件,在C语言家族程序开发中被大量使用。-use of C language family of development tools for software development in terms of technical personnel, the first document (known as the suffix. H document)
page35.09Linux 下使用C++进行Socket编程
- Linux 下使用C++进行Socket编程-use Linux for C Socket Programming
AspxCn无刷新整合型网站开源框架c#
- AspxCn无刷新整合型网站开源框架(VS2005+SQL2005) 框架名称:AspxCn无刷新整合型网站开源框架 Preview 1.0 英文名称:AspxCn Ajax WebSite Open Source FrameWork Preview 1.0 框架组成:Nbear三层框架+jquery菜单+DotNetTextBox在线编辑器控件+Anthem.net Ajax框架 运行环境:Asp.Net2.0+VS2005+SQL2005 框架简介: 通过对多个网上开源项目(
code.rar
- linux下的FTP服务器,使用C开发,GCC编译;实现文件的上传、下载、断点续传;技术点:守候进程、进程间通讯、管道、soket编程、文件I/O标准库函数与系统调用、文件权限管理,FTP server under linux, using the C Development, GCC compiler file upload, download, HTTP technical point: waiting for the process of inter-process communica
crawl-0.4
- C语言版网络爬虫 全部使用C语言实现-C language version of the network all use the C language reptiles
FTP
- 使用c++builder编写的FTP客户端程序,使用了多线程技术。-Using c++ builder prepared FTP client program, use the multi-threading technology.
FileTransfer
- 使用C语言编写的局域网文件传输程序,基于UDP实现了自己的应用层协议,使用多线程,文件传输速度很快,自带拥塞控制,模拟了TCP的选择重传机制-Using the C language of the LAN file transfer program, based on UDP to achieve its own application layer protocol, using multi-threaded, file transfer is fast, bring their own con
IEliulanqi
- c语言做的IE浏览器源码,小巧简单易学,适合新手学习使用-c language source code of the IE browser, compact easy to learn for novices learning to use
blacksun
- blackSun远程控制软件的源代码,使用C语言。-blackSun remote control software s source code, use the C language.
xerces-c-src1_6_0.tar
- apache里使用的xml解析器-Xml parser used in apache
ShowMessage
- 使用C#编写的WEB浏览器。基本功能齐全。- Uses WEB browser which C# compiles. The basic function is complete.
HttpMail
- 演示了如何连接到Hotmail 邮箱,列出收件箱中的邮件,发送和接收电子邮件,使用 C# 和XMLHTTP 组件。样例代码包含了一个.NET代码,演示了通过HTTPMail 连接到Hotmail和使用其它邮件协议(如POP3, IMAP4, 或 SMTP)一样简单。- How demonstrated has connected the Hotmail mailbox, listed receives in a box the mail, the transmission and the re
MyQQ
- C#版能实现聊天,和QQ接近,具有基本功能.可以使用.-C#版QQ能实现聊天,和QQ接近,具有基本功能.可以使用.
xerces-c-3.1.1.tar
- Xerces-C++是一个非常健壮的 XML 解析器,其提供的两种解析XML文档的方法,DOM和SAX。SAX是一个面向事件的编程API.一个解析引擎消耗XML序列数据,并在发现进来的XML数据的结构时回调应用程序,这些回调称为事件句柄.与SAX不同,它允许对XML文档进行编辑并保存为一个文件或者流,还允许以编程的方式构建一个XML文档.DOM提供了一个内存中的模型,你可以遍历文档树,删除节点或者嫁接新节点.与解析的SAX事件不同,DOM事件反映出用户与文档的互动以及使用文档的改变.总的来说,S
MIT-C
- MIT 2010年本科生的C语言课件、项目作业、开放式习题及相应的代码答案 (全套),是学习C语言的绝好材料。MIT 课件的C语言编写环境全是在linux下完成的,课件中使用的环境是很流行的ubuntu系统。-MIT 2010 年 undergraduate C language courseware, project work, exercises and answers open (full), is an excellent material to learn C language. MI
C-network-program
- 使用c语言,利用socket编程,实现客户机与服务器的通信,实现打开计算机和打开记事本等操作。-Using c language, the use of socket programming, client and server communication, to achieve the computer and open the Notepad and other operations.
Windows-C-Chat-rooms-on-networks
- 使用C++编写的网络聊天室测试程序 方便直观 有利于对线程的理解和学习-VC source code of chat rooms, convenient and simple to learn socket and other concepts
VS2008-C-socket-server
- Visual c++ 下使用C语言开发的SOCKET网络通信程序,服务端,多线程,可以同时接受多个客户端的连接请求,最大连接数可修改。-Developed using C language Visual c++ the SOCKET network communication program, the server, multi-threaded, can also accept multiple client connection requests, and the maximum numbe
VS2008-C-socket-client
- Visual c++ 下使用C语言开发的SOCKET网络通信程序,客户端,单线程。-The SOCKET network communication program developed using C language Visual c++ client, single-threaded.
C++并发编程实战(中文版)
- c++并发编程,使用c++11最新技术,通过实例讲解c++并发编程的技巧及注意事项(C++ concurrent programming, using c++11 latest technology, through examples to explain c++ concurrent programming skills and matters needing attention)