-
tree1
四叉树分割 opencv 编写 读入灰度图 进行递归分割(Quadtree segmentation opencv read into grayscale prepared for recursive partitioning)
- 2021-04-27 21:08:45下载
- 积分: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
-
二维码QRCode C/C++库
这是libqrencode库使用方法的简单例子,该库来自FUKUCHI Kentaro,用于由QRCode文字生成bmp文件。网上有该库的相关信息,但没有简单的例子展示如何使用它。在本项目中,展示了该库使用时出现的问题的解决方法。编译时直接引用源代码,不会有链接冲突问题
- 2022-03-10 12:43:26下载
- 积分:1
-
DirectX8
介绍DirectX的书籍 内容非常详细 并附源代码及开发工具(DirectX introduced in great detail the contents of the books with source code and development tools)
- 2009-05-06 17:59:49下载
- 积分:1
-
樽海鞘算法(SSA)
说明: 一种通过模拟樽海鞘种群行为实现寻优的樽海鞘算法(SSA)(Salp swarm algorithm for simulating salp population behavior (SSA))
- 2019-06-28 08:25:03下载
- 积分:1
-
Internet文件下载
一个文件下载软件,通过填写Internet文件的URL和本地保存路径就可以下载,并且可以显示下载速度和进度。(a download software through the Internet to fill in the URL and document preservation of the local trails can be downloaded and shows download speed and progress.)
- 2005-05-17 19:06:58下载
- 积分:1
-
osgRecipes-master
osg cookbook 中的源代码,里面有OSG和CG的结合,OSG和CEGUI的结合,OSG与QT的结合以及PHYSX的结合。(the source code of OSGCOOKBOOK,include integration of OSG and CG,CEGUI,QT and physx)
- 2013-09-07 21:30:32下载
- 积分:1
-
微软语音合成演示DEMO
本软件在vs2010平台下实现了语音合成(Text to Speech)功能,实现将输入的文字信息转化为声音信息,同时能够选择系统语音库,调节朗读音量以及播放频率等详细参数,同时提供了编译过的exe测试程序,并可以选择测试文本信息。
- 2022-03-02 19:43:02下载
- 积分:1
-
comn
卷积码的C语言实现,对初学者很有用,大家一起来交流交流(Convolutional code C language implementation, is very useful for beginners, we come together to communicate)
- 2019-01-06 20:49:04下载
- 积分:1
-
Win2003隐藏账户建立源码
Win2003隐藏账户建立源码
创建系统隐藏账号
- 2023-05-19 13:45:03下载
- 积分:1