-
newadifdtd
一种关于ADI-FDTD新的算法程序,程序运行良好。(A new ADI-FDTD algorithm program, the program runs well)
- 2020-06-29 19:40:02下载
- 积分: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
-
002
这是一个有关C的简易运算系统,可以运用加法,减法,乘法,除法。的运算(Simple operation system
)
- 2014-09-10 09:55:56下载
- 积分:1
-
阿斯顿前往人情味人情味日
阿斯顿前往人情味人情味日阿斯顿前往人情味人情味日阿斯顿前往人情味人情味日阿斯顿前往人情味人情味日阿斯顿前往人情味人情味日阿斯顿前往人情味人情味日阿斯顿前往人情味人情味日阿斯顿前往人情味人情味日阿斯顿前往人情味人情味日阿斯顿前往人情味人情味日阿斯顿前往人情味人情味日阿斯顿前往人情味人情味日阿斯顿前往人情味人情味日阿斯顿前往人情味人情味日阿斯顿前往人情味人情味日阿斯顿前往人情味人情味日
- 2023-08-10 11:10:04下载
- 积分:1
-
jiqixuexi
机器学习的10大经典算法(决策树算法、ID3算法、k均值算法等等)(10 classic algorithms in machine learning)
- 2012-05-20 17:04:29下载
- 积分:1
-
rsvp-agent
GMPLS中的相关信令协议RSVP仿真代码,网上下载的,希望能适合大家(Related signaling protocols in GMPLS RSVP simulation code, download, and I hope we can fit)
- 2011-06-14 15:38:45下载
- 积分:1
-
三路三相SPWM波
说明: 基于Tm4C123G的三相SPWM,能够实现DC_AC的变换
可结合现在流行的微电网和泛在电力物联网技术(Three-phase SPWM based on Tm4C123G can realize DC_AC transformation.
It can be combined with the popular microgrid and ubiquitous power Internet of things technology.)
- 2020-06-19 21:20:02下载
- 积分:1
-
source
This derivation of the normalised least mean square algorithm is based on Farhang-
Boroujeny 1999, pp.172-175, and Diniz 1997, pp 150-3. To derive the NLMS algorithm
we consider the standard LMS recursion, for which we select a variable step size
parameter, μ(n). This parameter is selected so that the error value , e+(n), will be
- 2011-01-12 17:04:12下载
- 积分:1
-
CC430F6137-INFO-FLASH
CC430读写信息端info flash(cc430 info flash access)
- 2015-07-10 10:49:23下载
- 积分:1
-
csp
说明: 脑电信号模式识别(EEG pattern recognition)
- 2019-01-03 10:22:45下载
- 积分:1