-
shukong
数控代码仿真器是利用VC++6编辑的一个执行数控代码可视化功能的软件。数控代码仿真器的使用较简单。(NC code is the use of simulator VC++ 6 editing NC code an implementation of visualization software. NC code simulation of the use of relatively simple devices.)
- 2008-03-15 13:31:57下载
- 积分: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
-
facerecognize
一般的人脸识别程序,可供大家学习使用!大家也可以继续 完善哦!(Face recognition procedures in general for the U.S. study to use! U.S. can continue to improve the Oh!)
- 2009-02-26 13:13:00下载
- 积分:1
-
SendMessage模拟鼠标单击事件(在webbrowser网页实现) 实例完整源码
一个利用winapi模拟鼠标单击webbrowser中网页实例
- 2013-04-04下载
- 积分:1
-
War3Trainer-master
用C#编写的魔兽争霸3外挂程序,VS2017编译通过(Written with C # Warcraft 3 plug-in program, VS2017 compiled through)
- 2020-06-15 22:35:01下载
- 积分:1
-
SD3078时钟芯片IIC实验
SD3078 IIC相关源代码程序实验,用于测试时钟的稳定性(SD3078 IIC Source program experiment, used to test the stability of the clock)
- 2021-03-31 19:49:08下载
- 积分:1
-
实验0 Template工程模板0
stm32f4xx的工程模板,适用于stm32f407vet6,stm32f407zet6,stm32f407zgt6等(Stm32f4xx engineering template, suitable for stm32f407vet6, stm32f407zet6, stm32f407zgt6, etc.)
- 2020-06-21 05:00: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
-
gstreamer
GStreamer Windows 开发环境安装快速配置包。(GStreamer Windows development environment, rapid deployment package to install.)
- 2010-07-21 23:53:43下载
- 积分:1
-
ComputerAGraphics2
计算机图形学
C语言编程
二维图形变换(Two-dimensional computer graphics, C language programming graphics transform)
- 2010-06-13 18:14:04下载
- 积分:1