-
HideWnd
VC编写的隐藏桌面窗口程序的工具,可以方便快速的一键隐藏和显示指定的程序!(VC hiding desktop windows program written in the tools that can facilitate the quick hide and show a button with the specified procedure!)
- 2010-01-06 14:04:43下载
- 积分:1
-
DigitalEarth
osgearth 矢量数据处理包含国际线和省级线(Osgearth vector data processing includes international line and provincial line)
- 2015-03-28 23:04:53下载
- 积分:1
-
addToPath
matlab中add path代码,初学者,大家互通有无(for matlab)
- 2013-04-26 16:11:46下载
- 积分:1
-
VC++用桌面背景填充指定区域
说明: VC++用桌面背景填充指定区域!!!!!!!!!!(VC++Fills the specified area with the desktop background)
- 2020-06-19 23:40:02下载
- 积分:1
-
STM32F103_BLDC开发资料
STM32F103_BLDC开发资料,包含UVW三相PWM波,电流环,IaIbIc三相电流PID整定,速度环,说实话这代码是我在淘宝上买的,仅供参考,对于初学者还是有很大参考价值的。
- 2022-05-14 23:17:55下载
- 积分:1
-
decision-tree
本程序实现了一个决策树生成程序, 决策树学习是应用最广的归纳推理算法之一。这是一种逼近离散值函数的方法,对噪声数据有很好的健壮性且能够学习析取表达式。在这种方法中学习到的函数被表示为一棵决策树。学习得到的决策树也能再被表示多个if-then规则,以提高可读性。本程序附带详细的说明文档(decision tree ID3 )
- 2012-02-10 10:28:11下载
- 积分: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
-
ProgressBar_src
This is the Progress bar c++ code
- 2011-10-12 00:25:22下载
- 积分:1
-
ApuEfficiency
matlab求取发动机及电机最优工作曲线的代码(strike the optimal curve engines and motors code by matlab)
- 2021-03-28 22:49:10下载
- 积分:1
-
SEGY数据读取
QT语言读写segy.rar 所需文件为sgyio文件夹下的,deo.cpp和mainwindou.cpp下为如何使用进行读写的例子功能:读写segy文件,可以是三维的,输入输出格式可以是ibm或pc
- 2020-01-28下载
- 积分:1