-
工控网关, 轻量级组态软件(SharpSCADA源码)
SCADA源代码 SharpSCADA - 工控网关, 轻量级组态软件. =================== 简介 ------------- 采用技术: 开发语言:C# 运行环境:.NET Framework 数据库:SQL Server 功能: -------------* 1.轻量级工控网关: 支持当前几种主要的工业协议如西门子的Profinet、AB的EtherNetIPs、施耐德的Modbus和OPC。采用类OPC接口网关。 * 2.数据采集、归档、预警及配置工具 支持实时数据采集、历史数据归档、变量触发预警,并使用TagConfig工具简单的配置实现。 * 3.人机界面(设计时和运行时) *设计时: 采用Microsoft Visual Studio 设计器插件(在VS2010-VS2015社区版测试通过)。 通过继承HMIControlBase接口并书写极少量的代码即可实现复杂的图元组件。 支持图元拖放、组合、连线、变量绑定及编辑功能。
- 2020-12-04下载
- 积分:1
-
rtsp client 实现了简单的RTSP的客户端命令 附完整项目源码
实现了简单的RTSP的客户端命令功能。可以连接darwin服务器,并进行交互。实现了Options,Describ,Setup,Play,teardown命令。
- 2013-05-23下载
- 积分:1
-
linux C语言 网络编程教程及源码
Linux高级网络编程系列教程 一、网络应用层编程 1、Linux网络编程01——网络协议入门 2、Linux网络编程02——无连接和面向连接的区别 3、Linux网络编程03——字节序和地址转换 4、Linux网络编程04——套接字 5、Linux网络编程05——C/S与B/S架构的区别 6、Linux网络编程06——UDP协议编程 7、Linux网络编程07——广播 8、Linux网络编程08——多播 9、Linux网络编程09——TCP编程之客户端 10、Linux网络编程10——TCP编程之服务器 11、Linux网络编程11——tcp、udp迭代服务器 12、Linux网络编程12——tcp三次握手、四次挥手 13、Linux网络编程13——connect()、listen()和accept()三者之间的关系 14、Linux网络编程14——I/O复用之select详解 15、Linux网络编程15——I/O复用之poll详解 16、Linux网络编程16——I/O复用之epoll详解 17、Linux网络编程17——tcp并发服务器(多进程) 18、Linux网络编程18——tcp并发服务器(多线程) 19、Linux网络编程——tcp高效并发服务器(select实现) 20、Linux网络编程——tcp高效并发服务器(poll实现) 21、Linux网络编程——tcp高效并发服务器(epoll实现) 二、网络底层编程(黑客模式) 1、Linux网络编程1——啥叫原始套接字 2、Linux网络编程2——原始套接字编程 3、Linux网络编程3——原始套接字实例:MAC头分析 4、Linux网络编程4——原始套接字实例:MAC地址扫描器 5、Linux网络编程5——IP数据报格式详解 6、Linux网络编程6——TCP、UDP数据包格式详解 7、Linux网络编程7——原始套接字实例:发送UDP数据包 8、Linux网络编程8——libpcap详解 9、Linux网络编程9——libnet详解
- 2019-09-27下载
- 积分:1
-
.NET Reflector 5.0 使用例子(反编译软件)
.NET Reflector 5.0 Release Notes 28 December 2006 Reflector is a class browser for .NET components. It allows browsing and searching the meta data, IL instructions, resources and XML documentation stored in a .NET assembly. Reflector was first released in October 2000 running on .NET Framework 1.0 Beta. LINQ and .NET Framework 3.5: Reflector supports query expressions and other concepts introduced in C# 3.5. To enable this feature select ".NET 3.5" under View, Options, Disassembler, Optimization. .NET Framework compatibility: Reflector runs on all versions of the .NET Framework using its own assembly loading infrastructure which does not rely on the Reflection API. For example, Reflector can load .NET Framework 2.0 assemblies without having the .NET Framework 2.0 installed. Assembly Lists: When launched for the first time, Reflector allows you to choose a default set of assemblies. The list of assemblies is then stored in the Reflector.cfg file and will be loaded next time you open the program. Reflector allows creating multiple assembly lists and switching between the lists using the File, Open List dialog. To choose a different set of default assemblies for the current assembly list you should remove all assemblies from the list (DEL) and invoke the Refresh command (F5). Assembly Cache: When resolving an assembly reference, Reflector will first search the local path next to the assembly holding the reference and then falls back to the cache directories defined in the Reflector.cfg file. Reflector does not search the Global Assembly Cache (GAC) unless you add "%SystemRoot%Assembly" to the cache directories list. Assembly Versioning: By default, assembly version numbers are ignored when resolving type and member references. You can enable side-by-side versioning in the options dialog but it is suggested to avoid this if possible. Add-Ins: Information about the Reflector add-in model can be found here. The most recent version of .NET Reflector is available here. Disclaimer: This software is provided "AS IS" with no warranties of any kind. The entire risk arising out of the use or performance of the software is with you.
- 2015-06-15下载
- 积分:1
-
北邮C++学习课件
北邮C 学习课件
- 2021-05-06下载
- 积分:1
-
斑马打印机方法ZPLHelper
【实例简介】懂得都懂,几乎实现工业上所有需求,实现打印图片、各种码、文字等等
- 2021-10-09 00:30:55下载
- 积分:1
-
c#_winfrom无边框窗体四边阴影和自定义滚动条
学习c#中,我一直试图用简单的方式去处理一些常见问题。 本例实现winform无边框四周阴影方法是比较简单的,无图片、无窗口叠加等其他复杂代码,就是api的调用,实现的是四边,不是网上其他例子的2边,也不需要图片什么的。 自定义滚动条,在网上找了些例子,要么庞大、要么搞个安装组件什么的。我要求简单能用就行了,其他例子修改实在麻烦,就做了一个。实现挺简单,就是panel或图片什么的跟着鼠标走就行了,写些鼠标滑轮事件、点击事件什么的定位就行了。这里panel自己可以加背景图或直接搞个图就行了。为了演示清楚,有个C#自带滚动条控件做对比,与自定义的同步。其他更详细说明在我的博客http://www.cnblogs.com/qiaoke/p/6120102.html
- 2016-12-03下载
- 积分:1
-
C# 快递费用计算软件 源码
switch (aa) { case "香港": float a; a = float.Parse(textBox1.Text); // textBox1.Text = a.ToString(); if (a 1) { float b = a % 1; float c = a - b; if (b 0.5) { double res; res = c * 25 30; label3.Text = res.ToString(); } } break;
- 2014-09-10下载
- 积分:1
-
常用的图像处理算法及其实现(C语言)
常用的图像处理算法及其实现(C语言)
- 2019-06-04下载
- 积分:1
-
C#控制打印机示例
C# 详细控制打印机状况,各种配制
- 2015-01-22下载
- 积分:1