-
吉尔法求解一阶微分方程组
吉尔法求解一阶微分方程组的算法(Gil Solving equations a band algorithm)
- 2005-01-04 20:19:29下载
- 积分:1
-
4899scan
remote desktop acce
- 2008-10-05 17:05:17下载
- 积分:1
-
解压缩软件解压的C源代码
解压缩软件UNZIP的C源程序代码-decompression software UNZIP C source code
- 2022-03-14 07:45:02下载
- 积分:1
-
blueZ-5.33移植+刘见1
说明: 蓝牙协议栈5.33的详细移植文档及其依赖库的移植过程(Detailed Porting Document of Bluetooth Protocol Stack 5.33)
- 2021-04-07 22:19:01下载
- 积分:1
-
C#-TreeView控件使用方法
C#-TreeView控件使用方法
- 2013-10-31下载
- 积分: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
-
normfreq
clear 从内存中清除变量和函数
exit 关闭MATLAB
load 从磁盘中调入数据变量
pack 合并工作内存中的碎块
quit 退出MATLAB
save 把内存变量存入磁盘
who 列出工作内存中的变量名
whos 列出工作内存中的变量细节
workspace 工作内存浏览器
(There is one outlier in the data of , but is not of data .For and the line of Q2 is in the middle of the box, so there are not asymmetries for both and .)
- 2011-06-20 17:01:22下载
- 积分:1
-
chap02
c++ primer 源代码下载(第二章)(c++ primer source code download (chapter II))
- 2007-09-05 19:25:08下载
- 积分:1
-
bmpshow
打开bmp文件的图像,并对图像做相关处理,如滤波,变换等.(Bmp file to open the image, and image-related deal to do, such as filtering, transformation and so on.)
- 2008-07-28 18:43:19下载
- 积分:1
-
glue
GLUE通过蒙托卡罗样点用来分析水文模型参数不确定性分析(GLUE through Monte Carlo samples used to analyze the hydrological model parameter uncertainty analysis)
- 2020-12-05 11:29:23下载
- 积分:1