-
基于C语言的电压表单片机实践
单片机实践——C语言开发的电压表,能够实现基本的功能,文件包括源码和电路图。
- 2020-12-09下载
- 积分:1
-
asp.net 使用统计图表功能源码-饼图
推荐几个 不错的图表开源js ichartjs:http://www.ichartjs.com/ nvd3:http://nvd3.org/ highcharts:http://www.highcharts.com/ echarts:http://ecomfe.github.io/echarts/index.html
- 2014-01-25下载
- 积分:1
-
qq登入器源码
qq登入器源码
- 2013-09-13下载
- 积分: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
-
【0013】S7-200与变频器USS通讯控制生活消防两用水泵
【实例简介】
- 2021-08-08 00:31:03下载
- 积分:1
-
实现按照姓名进行排序的算法
该程序能够实现按照中文的姓名(字母顺序)进行排序
- 2013-08-13下载
- 积分:1
-
基础学习
基础学习
- 2013-09-17下载
- 积分:1
-
C语言面试题.doc(近百道题)
C语言面试题目录C语言面试题.......................................................................................................................................1第一部分:基本概念及其它问答.........................................................................................................2第二部分:程序代码评价或者找错.....................................................................................................4第三部分:编程题.................................................................................................................................24第四部分:附加部分.............................................................................................................................27
- 2020-06-24下载
- 积分:1
-
C# 动态Chart图表实例
【实例简介】这个资源还是很实用的,大家可以下载一下看看
- 2021-06-14 00:31:32下载
- 积分:1
-
modbus tcp 服务器接口(支持多个客户端进行连接)
基于modbus tcp协议下的tcp接口,可以使用多个客户端进行连接
- 2020-12-10下载
- 积分:1