搜索资源列表
MyWebServerCode
- This article explains how to write a simple web server application using C#. Though it can be developed in any .NET supported language, I chose C# for this example. The code is compiled using Beta 2. Microsoft (R) Visual C# Compiler Version 7.00.9254
TFTP 客户端(源码)(1[1].0)
- TFTP客户端,完全符合RFC-1350,源代码. 转载请注明作者 helloworld1@163.com 可以在VC,BC或其他C编译器下编译-TFTP client, in full compliance with RFC - 1350. the source code. reprinted with the author please helloworld1@163.com in VC, BC or other C compiler compiler
Xmailsvr
- XMail version 0.39是个邮件服务器软件,具有如下功能: 1) SMTP 服务器 2) POP3 服务器 3) Finger 服务器 4) 多域名 5) 用户不需要实际的系统帐号 6) SMTP 中继检查 7) SMTP RBL 映象检查 (rbl.maps.vix.com) 8) SMTP RSS 映象检查 (relays.mail-abuse.org) 9) SMTP 垃圾邮件拒绝 10) 带外部POP帐号的POP3帐号同步器 11
c_s_udp_tcp
- 基于ace和wxWidgets结合使用的c/s结构的例子,server广播后,client对server发起连接,然后server启动接收线程,并将收到的数据通过单独的线程进行处理;该代码有以下特点:wxWidgets事件循环和ace的Reactor事件循环并行处理,定时器以及读写的并行处理,udp和tcp通信的并行处理,ui线程和通信线程的并行处理;有此例子,开发跨平台跨编译器的带图形界面的c/s程序易如反掌。-wxWidgets based ace and the combined use
snmpagent
- 这是一个snmp agent开发包,完全支持snmpv1和snmpv2c(目前暂时不支持Counter64)的 各种操作包括get,getnext,getbulk,set和v1,v2两种Trap。用户编写程序时不需考虑协议 细节,程序框架由mib编译器自动生成,使用时,只要在框架中填入应用相关的逻辑即可。 windows版本可以支持的编译器: ms visual c++ 6.0 borland c++ 5.0 borland c++ builder 5.0
Lib(Fortran2C)
- 在Linxu程序设计当中,如果我们的使用的Fortran编写的程序,而让其在C编译器下运行,则需要一个转化程序,本程序就是提供Fortran2C的转化C程序,生成Lib文件即可。
uwow_0_0_01
- C编译器产生的可显示机器码/汇编代码文件,其中附有源C v: v: @8 g: X& z代码作为注释 : z! [3 \\) O&...UWOW Grave Composer音乐模块(MOD)文件 + Q* T) \\ z) R f$ a: H, iWP WordPerfect文档 H! t7 D2 |...
1i
- 软件测试:一个编译器测试软件,支持下列C语言运算符:+ - * / % ^(乘方) 负 (int) (double) \"字符串\" [](数组) > < == >= <= != && ! ++ -- = += -= *= /= %= ^=,支持下列关键字:void int double string if else for while do goto break continue return,支持下列数据类型:int double string int[] doubl
httpget-1.0.0
- 命令行的httpget程序,几乎可以在任何C语言编译器及操作系统中编译通过。-httpget the command line procedures, in almost any C language compiler and operating system compile.
winsocket
- 适合初学者,winsocket局域网聊天 文件传输系统源代码(C语言),C语言是个好东西,用VC的话,界面部分东西太多,出血者看得头昏眼花,实质性的东西搞通后,再搬到VC中去做界面做逻辑就是顺理成章的事情了。所以,最后底层实质性的东西用c编译器去做,搞通了再搬到VC、C++Bulider 中去-For beginners, winsocket LAN chat file transfer system source code (C language), C language is a good
gsoap-2.7.tar
- gSoap工具源代码,gSOAP编译工具提供了一个SOAP/XML 关于C/C++ 语言的实现,从而让C/C++语言开发web服务或客户端程序的工作变得轻松了很多。绝大多数的C++web服务工具包提供一组API函数类库来处理特定的SOAP数据结构,这样就使得用户必须改变程序结构来适应相关的类库。与之相反,gSOAP利用编译器技术提供了一组透明化的SOAP API,并将与开发无关的SOAP实现细节相关的内容对用户隐藏起来.-gSoap tools source code, gSOAP compil
httpget-2.0.0
- 命令行的httpget2.0.0程序,几乎可以在任何C语言编译器及操作系统中编译通过。-httpget the command line procedures, in almost any C language compiler and operating system compile. -Command line httpget2.0.0 procedures, almost in any C language compiler and operating system compiled th
xmlsource
- XML解析器,可以用于任何操作系统和编译器上-Are you tired of the many non-portable XML solutions around? Try my library. It works in any OS and in any compiler. No MFC, no COM, no global variables, Plain, pure C++!
bianyiyuanlio
- Pl编译器源代码,能够在C环境下运行,最好在linux下更好,非常感谢加积分啊-Pl compiler, source code, be able to run under C, preferably under linux better, very grateful to Canadian points ah
protobuf-2.3.0
- Protocol Buffers 是一种可用于通讯协议、数据存储等领域的语言无关、平台无关、可扩展的序列化结构数据格式。目前提供了 C++、Java、Python 三种语言的 API。 只需使用 Protocol Buffers 对数据结构进行一次描述,即可利用各种不同语言或从各种不同数据流中对你的结构化数据轻松读写。 Protocol Buffers 可扩展性好,“向后”兼容性好,你甚至不必破坏已部署的、依靠“老”数据格式的程序就可以对数据结构进行升级。 Protocol Buff
ChatRoom
- Vc++ 打造局域网聊天室 编译器为Visual C++ 8.0 (vs2005) 建立服务器端和客户端,含多线程-TCP/IP CHATROOM
CHATROOM
- 基于Windows socket的聊天小软件,集成了客户端和主机端,但同一时刻只能作为客户端或主机端。使用VS2008的C++编译器编译。-Windows socket based chat small software, integrated client and host side, but at the same time only as a client or host side. The C++ using VS2008 compiler.
ccomp
- 这是网上的C编译器项目(“occomp”) 该项目于2011年3月17日登记在SourceForge.net上,由项目团队如下: 编辑编译和运行C(和GCC支持任何其他LANGS,,)从你的网络浏览器。-This is the online C compiler project ("occomp") This project was registered on SourceForge.net on Mar 17, 2011, and is described by the pr
_keil_C51注册破解软件
- Keil是一个德国知名软件公司Keil(现已并入ARM 公司)开发的微控制器软件开发平台,是目前ARM内核单片机开发的主流工具。Keil提供了包括C编译器、宏汇编、连接器、库管理和一个功能强大的仿真调试器在内的完整开发方案,通过一个集成开发环境(uVision)将这些功能组合在一起。 keil已推出了keil uvision5,相信很多用户都需要keil uvision5的注册机。(Keil is a well-known german software company keil ( now
C++基于TCP/IP简单的客户端、服务器通信程序实例
- 使用GCC编译器或DEV-CPP时,编译记得加上 -lws2_32,要不然可能会无法编译