-
AdaptiveMedian
从网上看到了matlab实现的自适应中值滤波,用C++改写了一下。(Adaptive Median, matlab version to C++ version.)
- 2015-01-06 22:11:30下载
- 积分: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
-
ultrasonic-measure-liquid-level
MSP430单片机的节点液位与电量程序,利用超声波测量液位。(Based on MSP430 ,measure the liquid level.)
- 2012-04-19 15:33:32下载
- 积分:1
-
Eight-Digital
说明: 八数码 对任意数字序列重新排序 高级散列函数 MFC基础编程(Eight Digital
Reorder the sequence of any number
Senior hash function
MFC based programming)
- 2011-04-11 16:31:59下载
- 积分:1
-
canny
opencv实现canny边缘检测。。。。。。。(opencv realize canny edge detection)
- 2013-10-11 10:10:32下载
- 积分:1
-
第三版客户端 图形界面 采用QT设计
说明: 单词消除游戏的客户端,采取图形界面设计,用户在线注册账户密码(The source code of word clear games.)
- 2019-06-12 20:42:23下载
- 积分:1
-
遗传算法结构框架:遗传算法解决 y=x2问题的程序设计源码,编译环境 vc++6.0...
遗传算法结构框架:遗传算法解决 y=x2问题的程序设计源码,编译环境 vc++6.0
-Structural framework of genetic algorithms: genetic algorithms to solve the problem y = x2 programming source code, build environment vc++6.0
- 2022-11-14 19:00:02下载
- 积分:1
-
1
说明: 电力系统潮流上机程序,已知线路结构,pq节点,pv节点和平衡节点,求各点的未知量。(Power System Power program, known line structure, pq node, pv nodes and balancing node, find the unknown amount of points.)
- 2011-05-13 22:11:28下载
- 积分:1
-
直接线性变换
近景摄影测量直接线性变换(DLT)解法
- 2022-03-17 01:30:19下载
- 积分:1
-
DIACHARGER
铅酸蓄电池的大电流放电回路的控制,有自关断放电回路的功能的。(Control of the lead-acid batteries, high-current discharge circuit, since the shutdown function of the discharge circuit.)
- 2012-02-21 23:08:36下载
- 积分:1