-
as
说明: 程序将各类电话卡进行管理,有清晰的条理,属于个人使用分类程序(Program management of various types of telephone cards, have a clear structured, are for personal use classification procedures)
- 2010-04-06 21:02:14下载
- 积分:1
-
IriSkin2
换皮肤的控件,可以用工具箱添加使用。VS可以用(Skin-changing controls can be added and used with toolboxes. VS can be used.)
- 2019-05-30 10:36:21下载
- 积分:1
-
两个VC Modbus通信例子源代码
Modbus TCP 源代码-编程举例
一个TCP/IP 主机是Modbus/TCP 读取寄存器的源代码,只需修改TCP/IP 的接口
部分就可以在以下环境下使用:
1. 命令行的JAVA 应用程序
2. UNIX 下基于命令行的C 应用程序
3. Win32 下基于命令行的C 应用程序
- 2022-03-07 03:45:01下载
- 积分:1
-
MATLAB-s-FUNCTION
有关matlab、simulink s函数的定义及使用步骤及格式
- 2013-01-25 13:41:24下载
- 积分:1
-
SCOMM
改进后的龚建伟串口调试助手V2.3.exe 的VC++6.0工程源程序(Gong Jianwei serial improved debugging the assistant V2.3.exe VC++ 6.0 project source)
- 2012-04-29 15:34:19下载
- 积分:1
-
wosa_sdk303
基于wosa协议的驱动开发需要安装的相关管理工具(Related management tools that need to be installed on the driver development based on WOSA protocol)
- 2018-01-02 10:16:20下载
- 积分:1
-
动画效果浮动窗体实例
private void StopRectTimer_Tick(object sender, EventArgs e) { //如果鼠标在窗体上,则根据停靠位置显示整个窗体 if (this.Bounds.Contains(Cursor.Position)) { switch (this.StopDock) { case AnchorStyles.Top: this.Location = new Point(this.Location.X, 0); break; case AnchorStyles.Bottom: this.Location = new Point(this.Location.X, Screen.PrimaryScreen.Bounds.Height - this.Height); break; case AnchorStyles.Left: this.Location = new Point(0, this.Location.Y); break; case AnchorStyles.Right: this.Location = new Point(Screen.PrimaryScreen.Bounds.Width - this.Width, this.Location.Y); break; } } else //如果鼠标离开窗体,则根据停靠位置隐藏窗体,但须留出部分窗体边缘以便鼠标选中窗体 { switch (this.StopDock) { case AnchorStyles.Top: this.Location = new Point(this.Location.X, (this.Height - 3) * (-1)); break; case AnchorStyles.Bottom: this.Location = new Point(this.Location.X, Screen.PrimaryScreen.Bounds.Height - 5); break; case AnchorStyles.Left: this.Location = new Point((-1) * (this.Width - 3), this.Location.Y); break; case AnchorStyles.Right: this.Location = new Point(Screen.PrimaryScreen.Bounds.Width - 2, this.Location.Y); break; } } }
- 2015-06-10下载
- 积分:1
-
QT实现txt文件数据导入生成曲线
将txt导入到程序中,程序以txt文件中两列数据的第一列为横坐标,第二列为纵坐标生成对应的曲线,利用QCustomplot绘制;同时右端窗口可导入GIF图并实现播放和暂停。
- 2022-07-24 22:31:46下载
- 积分:1
-
DS3231PTM1650P15L104
STC12L104+DS3231+TM1650数码管时钟(STC12L104+DS3231+TM1650 LED timer)
- 2021-04-05 20:29:03下载
- 积分:1
-
123
校园导航系统
1) 校园景点介:绍介相关景点的有关详细信息。
2) 最佳路线查询:查询校园中任意两点之间所有路线,并提供两点间最短的简单路径。
3) 关节点查询:提供校园图的关节点查询。
4) 多景点最佳路线查询:提供多个景点的最佳线路查询,即求途径这个景点的最佳路径。
(Campus Navigation System 1) campus attractions Introduction: Shao Jie-related attractions for more information. 2) The best route query: Query on campus all the routes between any two points, and provides a simple shortest path between two points. 3) joint points: the key points to provide the campus map queries. 4) The best route queries more attractions: multiple sites to provide the best route queries, that is seeking ways to this spot the best path.)
- 2011-08-25 08:56:05下载
- 积分:1