-
国产显示器驱动,来自南京的一个厂家4326546457657
国产显示器驱动,来自南京的一个厂家4326546457657-the country with a font graphic LCD drivers, knowledge from the network
- 2023-08-13 10:45:05下载
- 积分:1
-
IPPackCap
编制程序,监控网络,捕获一段时间内网络上的IP数据包,按IP数据包的源地址统计出该源地址在该时间段内发出的IP包的个数,将其写入日志文件中或用图形表示出来(建议用图形表示出统计结果)。(Program monitoring network, a period of time to capture IP data packets on the network, according to the source address of the IP packet statistics of the number of the source address is issued in the time of the IP package, written into the log file or graph out (that show the statistical results with graphics).)
- 2021-01-11 17:18:49下载
- 积分:1
-
c# 邮件发送
c# 邮件发送
- 2013-11-25下载
- 积分:1
-
[VC]-dBot-v0.1
dBot的源码(因为实在是太简单了,只要拿OD稍微逆下就出来了……)
源码里用到了socket和http协议,比较基础。(dBot source (because it is too simple, just take a little against the OD came out the next ...)
Source used in the socket and http protocols, basis for comparison.)
- 2011-12-29 08:07:51下载
- 积分:1
-
wcf 实现大文件上传(有进度条)实例源码
部分win7/win8用户 运行时报错 可能是 权限问题,所以运行项目的时候 要右键>>以管理员身份运行 部分用户 运行该项目的时候 可能提示:协定需要双工 但是绑定 NetTcpBinding 不支持 这是只需要将host项目app.config中协议部分 改为wsDualHttpBinding 即可,如下代码: 另外使用wcf时,最好不要使用 using 因为使用using会屏蔽掉很多错误,误导用户,参考链接:http://www.codeproject.com/Tips/197531/Do-not-use-using-for-WCF-Clients 相关代码改为:using System;using System.Collections.Generic;using System.Linq;using System.Windows.Forms;using System.ServiceModel;namespace WcfUploadServiceHost{ static class Program { /// /// The main entry point for the application. /// [STAThread] static void Main() { try { var host = new ServiceHost(typeof (WcfUploadServiceLib.UpLoadService)); host.Open(); Console.WriteLine("Server is opened..."); Console.Read(); //using (var host = new ServiceHost(typeof(WcfUploadServiceLib.UpLoadService))) //{ // host.Open(); // Console.WriteLine("Server is opened..."); // Console.Read(); //} } catch (Exception ex) { Console.WriteLine(ex.ToString()); Console.Read(); } } }}
- 2015-01-07下载
- 积分:1
-
Closest-bifurcation-MATPOWER-master
寻求最近的平衡点方程,属于非线性动力学理论。希望对大家有帮助(Seeking the nearest equilibrium equation belongs to the theory of non-linear dynamics. I hope it will be helpful to you all.)
- 2019-04-14 14:44:57下载
- 积分:1
-
多线程主机端口扫描软件
该程序实现对目标IP的主机进行端口扫描,可自定义要扫描的端口序号,自定义目标IP,自定义要实行的线程数。在多线程下可以以较快的速度完成端口扫描,且扫描比较准确,有C#提供的界面操作,源码有注释。
- 2022-04-24 04:22:57下载
- 积分:1
-
linux下的单工模式的语音聊天
采用UDP传输,服务器端接受语音并播放,客户端采集语音并发送给服务器端。在局域网内能实现简单的
语音通信。采用Linux下的音频OSS框架,代码简单易 懂。
- 2022-04-22 09:40:57下载
- 积分:1
-
Socket客户端、服务器端入门
Socket客户端、服务器端入门例子。
包括服务器端代码
包括客户端代码
简单容易学习。
- 2023-04-27 11:35:03下载
- 积分:1
-
DataSync2.0
数据同步传输系统既适合于服务器端的目录遍历,又适合客户端对服务端的上传文件和下载文件。(synchronous data transmission system is suitable for server directory traversal, Also suitable for the client to the server's upload and download documents.)
- 2007-05-30 20:22:57下载
- 积分:1