-
acl-master
acl_cpp 是基于 acl 库的 C++ 库,包括 MIIME 解析、Handlersocket 客户端库、数据库连接池(支持mysql/sqlite)、WEB 编程、数据库编程、阻塞/非阻塞数据流等内容。(acl_cpp is based acl library of C++ libraries, main elements: common features acl C library, MIIME parsing, Memcached client library, Handlersocket client library, connection pool (support mysql/sqlite), WEB programming, programming, blocking/non-blocking streams and other content.)
- 2015-01-14 18:16:56下载
- 积分:1
-
PktFilter-0.06-beta2(5)
PktFilter is a software that can configure the IPv4 filtering device driver found in Windows 2000/XP/Server 2003, with filtering rules following a syntax similar to IP Filter.
- 2012-03-29 20:21:57下载
- 积分:1
-
tfagui
振动信号AOK时频分析源代码,采用小波变换AOK分析法替代传统小波函数(AOK time-frequency analysis source code of vibration signal, using wavelet transform AOK analysis instead of traditional wavelet function)
- 2018-12-03 10:04:14下载
- 积分:1
-
udt.sdk.4.9.tar
UDT(UDP-based Data Transfer Protocol,简称UDT)是一种互联网数据传输协议。UDT建于UDP之上,并引入新的拥塞控制和数据可靠性控制机制。UDT是面向连接的双向的应用层协议。它同时支持可靠的数据流传输和部分可靠的数据报传输。 (UDT is a reliable UDP based application level data transport protocol for distributed data intensive applications over wide area high-speed networks. UDT uses UDP to transfer bulk data with its own reliability control and congestion control mechanisms. The new protocol can transfer data at a much higher speed than TCP does. UDT is also a highly configurable framework that can accommodate various congestion control algorithms)
- 2012-01-16 10:53:35下载
- 积分: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
-
端口线程扫描程序(附源码BCB5)(1[1].0)
说明: 端口扫描小程序,C语言编写,亲测可用欢迎使用。(Port scanning program, written in C language, pro-test can be welcomed.)
- 2020-06-16 09:20:01下载
- 积分:1
-
EasyChat
简单的聊天程序 服务端和客户端。有闪屏 单人 多人聊天模式(Simple chat program and client service. Single people have the splash screen chat mode)
- 2011-09-21 14:10:30下载
- 积分:1
-
C# 通过网络和三菱的PLC通信
C# 通过网络和三菱的PLC通信
- 2016-12-27下载
- 积分:1
-
5756450
模拟MFC实现动态创建,结合文章使用,很不错的()
- 2018-06-15 06:19:16下载
- 积分:1
-
N9 基于C# TCP 的摄像头的图像视频传输
说明: 编程语言使用用C#,基于TCP传输协议,完成了图片传输(Using C#, based on TCP transmission protocol, picture transmission)
- 2020-06-24 05:40:02下载
- 积分:1