-
多人聊天程序
基于TCP/IP的多人聊天程序(包含服务器和客户端)( Chat the procedure based on the TCP/IP multi- people (to
contain server and customer end) )
- 2004-07-03 23:37:55下载
- 积分:1
-
MAX196
这是max196的驱动程序,将测得的信号转换为12位并行数据输出(This is max196 driver will be measured signal is converted to 12-bit parallel data output)
- 2009-01-17 01:54:22下载
- 积分:1
-
LibsvmToMatlab
LIBSVM使用介绍LIBSVM使用介LIBSVM使用介绍绍LIBSVM使用介绍(LIBSVM use and presentation of LIBSVM use and presentation of the use of IL LIBSVM Shao LIBSVM use and presentation of)
- 2009-12-22 10:42:54下载
- 积分:1
-
OQPSK调制
说明: 基于OQPSK,高斯信道和瑞利信道的matlab仿真程序(Matlab simulation program based on OQPSK)
- 2019-02-26 19:12:16下载
- 积分:1
-
简单三层+EF
简单三层+EF
- 2014-04-14下载
- 积分:1
-
DSP_AC_INVERTER
说明: DSP code with C for AC Inverter control.
- 2019-06-09 19:30:29下载
- 积分: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
-
Process-Control
多火电厂主汽温度控制系统的过程控制进行仿真(Of the thermal power plant main steam temperature control system process control simulation
)
- 2011-07-09 21:57:08下载
- 积分:1
-
UCOSIII_DEMO
stm32f4 ucos ,包含了按键扫描和防抖的处理,按键可以实现长按短按,短按弹起,长按弹起(stm32f4 ucos, it contains a key-scan and image stabilization process, the key can achieve long press short press, short press bounce, bounce press)
- 2016-01-25 10:54:58下载
- 积分:1
-
object-oriented
面向对象的有限元程序设计。与传统的有限元程序相比,面向对象有限元程序更易于编写、更易于维护和扩充,程序代码的可重用成分更大。(object oriented finite element programming)
- 2014-10-31 15:53:47下载
- 积分:1