java聊天室的c/s模式,经过一点修改,功能依然完好。
上传时间: 2016-06-15
上传用户:shus521
E:\C++资料\unix_web_program.rar
标签: unix_web_program
上传时间: 2013-12-29
上传用户:aix008
Programming C#, the top selling book on Microsoft s high-performance C# programming language, is now in its fourth edition. Aimed at experienced programmers and web developers, this comprehensive guide focuses on the features and programming patterns that are new to C#, and fundamental to the programming of web services and web applications on Microsoft s .NET platform.
标签: high-performance Programming programming Microsoft
上传时间: 2016-06-17
上传用户:Breathe0125
Java Socket 实例:C/S结构的文本文件传输
上传时间: 2014-10-12
上传用户:aig85
复数运算#include<iostream.h> class Complex { public: Complex( double r =0, double i =0 ) Complex(int a) { Real = a Image = 0 } void print() const friend Complex operator+ ( const Complex & c1, const Complex & c2 ) friend Complex operator- ( const Complex & c1, const Complex & c2 ) friend Complex operator- ( const Complex & c ) private: double Real, Image }
标签: Complex double iostream include
上传时间: 2016-06-30
上传用户:wang5829
GPIO (通用输入/输出)或总线扩展器利用工业标准I² C、SMBus™ 或SPI™ 接口简化了I/O口的扩展。
上传时间: 2013-11-30
上传用户:lnnn30
一款相当不错的关于C编写的单片机U盘文件的读写控制。
上传时间: 2013-12-23
上传用户:xuan‘nian
简单的vc图书馆管理系统。 C/S模式。
上传时间: 2013-12-21
上传用户:xmsmh
(转载)在网上看到别人用C写的一个简单的U盘小偷源程序,确实很简单,因为没什么功能,也没什么错误检测。因为自己需要(当然是干坏事了^_^,不过不是什么伤天害理的坏事),也就简单的编译了那个小程序。 后来想起这个东东,就自己亲手用VC++重新编写了一个,而且是以Windows服务形式工作的,功能还勉强。现在把一些不足的代码完善完善,经测试可用。如有不足或好的想法请提出,一起交流交流~~~ 提供源代码下载,VS2008项目的,如果你用VS2005或以下版本,可能有些数据库类型需要强制转换一下,因为VS2008已经能够自动做这个工作了
上传时间: 2013-12-22
上传用户:gaojiao1999
基于verilog HDL的自动售货机控制电路设计: 可以对5种不同种类的货物进行自动售货,价格分别为A=1.00,B=1.50,C=1.80,D=3.10,E=5.00 。售货机可以接受1元,5角,1角三种硬币(即有三种输入信号IY,IWJ,IYJ),并且在一个3位7段LED(二位代表元,一位代表角)显示以投入的总钱数,最大9.90元,如果大于该数值,新投入的硬币会退出,选择货物的输入信号Ia,Ib,Ic,Id,Ie和一个放弃信号In,输出指示信号为 Sa, Sb ,Sc ,Sd, Se 分别表示售出相应的货物,同时输出的信号yuan, jiao代表找零,相应每个脉冲代表找零相应的硬币,上述输入和输出信号均是一个固定宽度的脉冲信号。
上传时间: 2016-07-12
上传用户:lanwei