-
getimage
利用线程搜索网页上的图片,然后用HTTP进行多线程下载(Search the Web using the thread on the picture, and then to multi-threaded HTTP download)
- 2009-04-02 19:34:28下载
- 积分:1
-
BArobustness
生成BA网络之后能对BA网络的鲁棒性进行检测(Robust detection of BA network)
- 2013-09-16 18:36:12下载
- 积分:1
-
微软ping程序源代码完整版
资源描述 4 | Version 1.1 修改记录: |
5 | 解决了socket阻塞的问题,从而能够正确地处理超时的请求! |
6 |------------------------------------------------------------------------------|
7 | Version 1.2 修改记录: &nbs
- 2022-11-19 00:20:03下载
- 积分:1
-
model4_2_screwThreadm
说明: 沿螺钉螺旋线提取ct图像中的椎弓根骨密度(extraction of pedicle bone mineral decsity from CT images along screw helix)
- 2019-04-29 21:22:22下载
- 积分:1
-
potential
基于改进人工势场法的路径规划,解决了局部极小值问题和目标不可达问题(The path planning based on the improved artificial potential field method solves the local minimum problem and the target unreachable problem.)
- 2021-03-03 17:19:32下载
- 积分:1
-
基流分割程序
tvfemd可进行序列分解,比emd分解效果可能要好一点。(he sifting process is completed using a time varying filter technique.The local cut-off frequency is adaptively designed by fully facilitating the instantaneous amplitude and frequency information. Then nonuniform B-spline approximation is adopted as a time varying filter. In order to solve the intermittence problem, a cut-off frequency realignment algorithm is also introduced. Aimed at improving the performance under low sampling rates, a bandwidth criterion for intrinsic mode function (IMF) is proposed. TVF-EMD is fully adaptive and suitable for the analysis of linear and non-stationary signals. Compared with EMD, the proposed method is able to improve the frequency separation performance, as well as the stability under low sampling rates. Besides, the proposed method is robust against noise interference.)
- 2018-07-19 11:36:59下载
- 积分: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
-
Web 邮件客户端
Web 邮件客户端-Web Mail Client
- 2022-06-16 06:39:48下载
- 积分:1
-
ClientSocket
精通Java网络编程中的 sockat 编程源代码(Proficient in Java Network Programming sockat programming source code)
- 2011-05-09 19:31:20下载
- 积分:1
-
on HEBERNATE use a simple example
关于HEBERNATE使用的一个简单例子-on HEBERNATE use a simple example
- 2022-03-25 12:28:35下载
- 积分:1