-
Quan-l-trung-t-m-ti-ng-anh-master
Quan-l-trung-t-m-ti-ng-anh-master
- 2019-05-02 01:01:22下载
- 积分:1
-
103Server
辅助通讯规约测试的程序,支持串口103规约,可以模拟四方、南瑞等厂家的保护装置,通过修改配置文件,可以对应保护的点号及实际值。(Auxiliary communication protocol testing procedures, supporting serial 103 of the Statute, can simulate the Quartet, NARI and other manufacturers of protective devices, by modifying the configuration file, you can protect the dot and the corresponding actual values.)
- 2021-05-09 23:58:34下载
- 积分:1
-
grain boundary particles percent
说明: 根据二维材料组织图数据,计算晶界不同位置处(晶内、晶界或晶角)第二相粒子的数目和比例。(The number and proportion of the second phase particles at different locations of grain boundary (intragranular, grain boundary or grain angle) are calculated according to the data of two-dimensional material histogram.)
- 2020-06-21 03:00:01下载
- 积分:1
-
Winform
winfrom入门基础,适合刚入门的朋友学习。(the base instruction of winfrom)
- 2018-11-07 21:52:09下载
- 积分:1
-
wuziqi
SetColor(unsigned short ForeColor,unsigned short BackGroundColor) //颜色函数 { HANDLE hCon=GetStdHandle(STD_OUTPUT_HANDLE) SetConsoleTextAttribute(hCon,(ForeColor 16)|(BackGroundColor 16*16)) } 调用函数 SetColor(11,8) cout<<endl<<"文本内容结束!"<<endl SetColor(7,0) system("color xy") ;
- 2012-08-30 17:27:01下载
- 积分:1
-
SCADA_C#
运用C#语言进行常用图形处理,工控编程源代码(Using C# Language for Common Graphics Processing and Visual Algorithms Programming)
- 2019-01-27 16:15:27下载
- 积分:1
-
推理机
说明: 实现简单推理机功能,主要包括子条件、不确定性、与或及结论的录入,论据的添加,进行正向推理及逆向推理(The function of simple inference engine is realized, which mainly includes the input of sub-conditions, uncertainties, and/or conclusions, the addition of arguments, forward inference and reverse inference.)
- 2019-04-01 16:04:09下载
- 积分:1
-
FreeSCADA2
完整的C#开发的组态软件.OPC,SQLITE,WPF(Open source scada in c#)
- 2010-10-31 14:47:39下载
- 积分: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
-
openCV.NetTest
人脸检测示例程序,需要opencv.net(Face Detection Sample Application)
- 2010-02-12 08:48:29下载
- 积分:1