-
channelcoding
数字集群信道编解码程序,包括BCH和RCPC,属于欧洲ETSI Tetra标准。(digital trunking channel coding and decoding procedures, including BCH for RCPC and, European ETSI Tetra standard.)
- 2020-10-20 11:17:24下载
- 积分:1
-
WindghsWindows
最新版的Windows,即Vista采用了全新的高分辨率图标(icon)格式(The latest version of Windows that Vista have adopted new high resolution icon (icon) format)
- 2017-04-27 11:05:51下载
- 积分:1
-
TDNET3.3
Teigha_NET 3.03官方帮助文档,写得非常详细,相当好的参考资料.(Teigha_NET 3.03官方帮助文档,写得非常详细,相当好的参考资料)
- 2013-08-10 14:36:34下载
- 积分:1
-
LPC11U14_usb
LPC11U14 USB非常好,非常实用的例程,短小精悍,喜欢LPC的朋友一定会喜欢!!(The microcontroller LPC11U14‘s USB example,you will love it while you love NXP LPCmicrocontroller!!)
- 2014-04-12 17:45:58下载
- 积分:1
-
SR830
斯坦福大学的高性能锁相放大器串口通讯源码,用于实时读取锁相放大器的振幅,相位和频率。对于SR830的使用者的二次开发提供了非常好的开发模板。(Stanford University' s high-performance lock-in amplifier serial communications source for real-time reading lock-in amplifier amplitude, phase, and frequency. For the secondary development of SR830 offers users a very good development template.)
- 2020-10-19 15:47:29下载
- 积分: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
-
driver
VC6.0开发,3年前开发的PCI9052接口及测试程序,一定要先安装DriverStudio,如果有相应的接口卡就最好,如果没有也可以看看程序作为参考。(VC6.0 development, three years ago, the development of PCI9052 interface and test procedures, we must first install the DriverStudio, if there is a corresponding interface card on the best, if not also look at programs as a reference.)
- 2010-03-11 09:28:46下载
- 积分:1
-
printersettings_demo
vc修改打印设置代码,可以修改打印的基本设置,例如纸张大小(vc revised set code can be amended Print the basic setup, such as paper size, etc.)
- 2007-03-07 09:32:08下载
- 积分:1
-
diagnosis
说明: 小波包特征熵的飞机液压系统故障诊断diagnosis方法(Entropy of wavelet packet features of the aircraft hydraulic system fault diagnosis)
- 2011-03-27 12:57:04下载
- 积分:1
-
图象压缩与传输
这个源码涉及到网络编程,图像处理,数据压缩与传输。(source involved in the programming of the network, image processing, data compression and transmission.)
- 2005-07-06 14:52:04下载
- 积分:1