-
MobilePartner.tar
HUAWEI ET128-2 Linux系统下的应用软件(the application of HUAWEI ET128-2 on Linux system)
- 2015-07-22 09:59:05下载
- 积分: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
-
18B20LED
//温度数码管显示演示程序
//数码管位选信号 :由右到左为P20、P21、P22、P23、P24、P33
//数码管数据线 :P0口
//数码管数字码 :0 0xC0 1 0xF9 2 0xA4 3 0xB0 4 0x99 5 0x92 6 0x82 7 0xF8 8 0x80 9 0x90
//数码管带点码 :0 0x40 1 0x79 2 0x24 3 0x30 4 0x19 5 0x12 6 0x02 7 0x78 8 0x00 9 0x10
//18B20端口DQ :P27(unsigned char code LEDData1 [ ] = {0xc0, 0xf9, 0xa4,
0xb0, 0x99, 0x92, 0x82, 0xf8, 0x80, 0x90} //0-9
unsigned char code LEDData2 [ ] = {0x40, 0x79, 0x24,
0x30, 0x19, 0x12, 0x02, 0x78, 0x00, 0x10} )
- 2009-04-28 00:11:57下载
- 积分:1
-
4900558
afk自动关机源码,程序结合易语言操作系统界面功能支持库,实现了设定离开电脑后自动关机的功能。(afk automatic shutdown source program combined with easy language support library operating system interface functions to achieve the set away the computer after the automatic shutdown .)
- 2015-11-22 14:46:11下载
- 积分:1
-
corosync-1.4.1.tar
Corosync是OpenAIS发展到Wilson版本后衍生出来的开放性集群引擎工程。可以说Corosync是OpenAIS工程的一部分。OpenAIS从openais0.90开始独立成两部分,一个是Corosync;另一个是AIS标准接口Wilson。Corosync包含OpenAIS的核心框架用来对Wilson的标准接口的使用、管理。它为商用的或开源性的集群提供集群执行框架。Corosync执行高可用应用程序的通信组系统.(The Corosync Cluster Engine is a Group Communication System with additional features for implementing high availability within applications.)
- 2014-01-30 11:39:46下载
- 积分:1
-
ColorPixel14979192016
Determine pixel color and RGB -Value under thr mouse cursor.
- 2018-08-28 03:21:44下载
- 积分:1
-
DummyProvider
A simple content provider for AsyncQueryHandlerTest and ContentQueryMapTest.
- 2013-12-29 14:42:08下载
- 积分:1
-
MONG
说明: mongoose v6.15,多线程http——server,线程数可设。从GitHub下载C语言原代码,在vc6里面编译成c++工程(multi-threads http_server, based on source code from Github. The project is conducted in VC6, converted from c language. The threads num can be edited in code.)
- 2020-06-18 04:40:02下载
- 积分:1
-
计算tec(tokyo)
Estimate tec (total electron content) by least-sqaure adjustment using GPS
dual-frequency code observables. Ionosphere is approximated as the single-
layer model at the height of 350km with local or global tec model.
Satellite/receiver dcbs (differential code biases) are estimated as well
as tec model coefficients.
- 2021-04-13 10:08:56下载
- 积分:1
-
notepadre
This is an enhanced notepad, very interseting text editor including all the functionlity of regular expressions. RE is included in this C# file.
- 2009-03-31 19:48:33下载
- 积分:1