-
MyQQ
根据需求分析的描述以及与用户的沟通,现制定系统实现目标如下:
操作简单方便、界面简洁美观;
每个客户端只能注册一次;
可以在局域网中实现文字及大图片的传输;
可以实现局域网视频;
可以实现多用户的信息通信;
系统运行稳定、安全可靠。(According to the description of requirements analysis and communication with users, is to develop the system to achieve the following objectives: simple operation, the interface is simple and beautiful each client can only register once LAN can achieve large text and image transmission can achieve LAN video allows multiple users to information and communication system is stable, safe and reliable.)
- 2013-06-07 20:28:14下载
- 积分:1
-
CSharpvideo-source
c#编的视频传输软件源码,可以轻松实现远程视频的实时监控(c# source code of the video transmission software, you can easily achieve real-time remote video monitoring)
- 2011-11-15 10:57:00下载
- 积分:1
-
anjianfayin
本人收藏的一个按键发音的程序, 很不错的源码,值得下载(My collection procedures pronunciation of a button, it is a good source, it is worth downloading)
- 2008-04-07 15:58:51下载
- 积分:1
-
C# 向StatusBar状态栏控件中添加窗格面板
C# 向StatusBar状态栏控件中添加窗格面板及文字,也就是把窗口的状态栏分栏,分隔成若干个小区域,显示不同的信息,比如文字提示或图标等。
向StatusBar控件添加窗格面板
StatusBar statusBar1=new StatusBar();
statusBar1.Panels.Add("中华人民共和国");
statusBar1.Panels.Add("重庆市");
statusBar1.Panels.Add("罗斌");
statusBar1.Panels[0].AutoSize = StatusBarPanelAutoSize.Contents;
statusBar1.Panels[1].AutoSize = StatusBarPanelAutoSize.Spring;
statusBar1.Panels[2].AutoSize = StatusBarPanelAutoSize.Contents;
statusBar1.Panels[0].BorderStyle =StatusBarPanelBorderStyle.Raised;
statusBar1.Panels[1].BorderStyle = StatusBarPanelBorderStyle.Sunken;
statusBar1.Panels[2].BorderStyle = StatusBarPanelBorderStyle.Raised;
statusBar1.Panels[2].Icon = new System.Drawing.Icon( @"Error.ico");
statusBar1.ShowPanels = true;
this.Controls.Add(statusBar1);
- 2022-05-17 04:53:06下载
- 积分:1
-
exdec818
vb-pCode反编译工具源代码,目标程序要采用pcode方式编译.(vb-pCode decompile tool for source code, object program to be used to compile pcode way.)
- 2008-01-04 09:17:55下载
- 积分:1
-
OPCCSharp
c# OPC通讯包装类,已在项目中应用,可参考(c# OPC communication wrapper class has been in the project application, can be found)
- 2010-03-12 11:36:11下载
- 积分:1
-
main
说明: 以上是本人根据网络上查找到资料和代码学习借鉴有自己加入了一些部分的——PID控制实现代码(Above all, I find information and learn code from the network. I have added some parts of the implementation code of PID control.)
- 2020-06-22 18:40:01下载
- 积分:1
-
VC++数据曲线动态绘制显示类
说明: MFC编程 实现数据绘制成曲线。经兄弟推荐最终决定用两个控件MCSCOMM与TeeChart来完成此任务。MCSCOMM控件时vc自带的串口控件,TeeChart Pro是一个强大的VCL图表组件,支持上百种2D和3D图表风格,并提供40多个数学和统计函数、无限制的轴和22个调色板(MFC programming realizes data plotting into curves. After recommendation by brothers, we finally decided to use two controls, MCSCOMM and TeeChart, to accomplish this task. TeeChart Pro is a powerful VCL graphics component that supports hundreds of 2D and 3D graphics styles and provides more than 40 mathematical and statistical functions, unlimited axes and 22 palettes.)
- 2020-06-18 07:20:01下载
- 积分:1
-
distanceameasuring
激光测距传感器,使用单片机对传感器测的的数据进行提取并处理得到距离值(laser sensor based distance Measuring device)
- 2020-10-20 11:47:24下载
- 积分:1
-
十个数由小到大排序, 实参数组形参引用
利用C语言,键盘输入十个数,由小到大排序, 实参数组形参引用
- 2022-01-25 14:45:42下载
- 积分:1