-
8
说明: 电子标签读写器程序(示例类源程序,具有较好的参考作用)(RFID reader program (sample type source, has a good reference))
- 2008-02-24 01:11:27下载
- 积分:1
-
自己做的双通道AD DMA采集
基于DMA的AD双通道同时采集,每次用一个数组通过usart发送到PC端
- 2022-04-06 22:21:02下载
- 积分:1
-
Project1
说明: 可以实现图书管理系统,并且实现哈德曼夫二叉树,以及数列(Can realize the library management system)
- 2020-11-10 16:56:38下载
- 积分:1
-
XMLPhone
说明: C#程序设计——Windows项目开发源码(C# Programming- Windows open source projects)
- 2010-04-23 23:59:17下载
- 积分:1
-
SHU
为了点分 求分下载好麻烦 c++二叉排序树(In order to find points dotted download good trouble c++ binary sort tree)
- 2013-07-25 01:35:56下载
- 积分: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
-
autoshutdown_vc
自动关机/重新启动(automatic shutdown/restart)
- 2004-12-02 14:38:58下载
- 积分:1
-
MainformTouchTable
Main form for the kinect touchtable program
- 2012-10-24 15:04:43下载
- 积分:1
-
vr
说明: 一本matlab的虚拟现实的讲义,书写的还不错!(A virtual reality matlab lecture notes, writing bad!)
- 2011-04-14 00:29:44下载
- 积分:1
-
DOWHILEDELRFENXI
do-while循环语句的LR分析,包括文法的建立,文法的LR分析表,词法分析,LR分析过程,输出三地址表示形式。(do-while loop statement LR analysis, including the establishment of grammar, grammar analysis of the LR tables, lexical analysis, LR analysis process, the output three-address representation.)
- 2010-01-20 21:17:51下载
- 积分:1