搜索资源列表
最小化窗口及其关机.rar
- 利用托盘实现屏幕上所有窗口的最小化
最小化程序到系统任务栏
- 把程序的图标最小化并添加到系统任务栏-procedures to minimize the icon and added to the system task bar
实现似FlashGet的最小化和关闭的效果
- 用VC++6实现FlashGet的最小化和关闭的效果-VC 6 FlashGet achieve the smallest and the effect of the closure
屏蔽窗口关闭、最大化、最小化按钮
- 此代码的功能是屏蔽窗口关闭、最大化、最小化按钮-this code is the function of shielding window closed, maximize, minimize button
(实例032)屏蔽关闭、最大化、最小化按钮
- 每个窗体的标题栏上都设置了\"关闭\",\"最大化\"\"最小化\"按纽.如果不想使用这些按纽,运行程序,窗体标题栏上的关闭.最大化.最小化按纽均不可用.-Biaodilanshang have set up a "closed", "maximize" "minimize" button. If we do not want to use these buttons, ope
MyDll
- 这里是控制其它程序窗口的动态库的源程序。包括查找程序、移动窗口、最大化、最小化窗口、向窗口控件写入内容,按下某按钮,改变窗口尺寸、隐藏任务栏、显示任务-Here are other programs to control the dynamic library window of the source. Including the Finder, mobile window, maximize, minimize the window
CDROMControl
- 一个光驱开关控制器,最小化时到任务栏-a drive controller, to minimize the time the task bar
最小化程序到系统任务栏
- 把程序的图标最小化并添加到系统任务栏-procedures to minimize the icon and added to the system task bar
实现似FlashGet的最小化和关闭的效果
- 用VC++6实现FlashGet的最小化和关闭的效果-VC 6 FlashGet achieve the smallest and the effect of the closure
nfa_dfa
- 求正规表达式到NFA(不确定的有限自动机),NFA到DFA及DFA(有限自动机)的最小化 有注释。-seek formal expressions of the NFA (uncertain Finite Automata), the NFA to the DFA and DFA (finite state machine) is the smallest of the Notes.
屏蔽窗口关闭、最大化、最小化按钮
- 此代码的功能是屏蔽窗口关闭、最大化、最小化按钮-this code is the function of shielding window closed, maximize, minimize button
(实例032)屏蔽关闭、最大化、最小化按钮
- 每个窗体的标题栏上都设置了"关闭","最大化""最小化"按纽.如果不想使用这些按纽,运行程序,窗体标题栏上的关闭.最大化.最小化按纽均不可用.-Biaodilanshang have set up a "closed", "maximize" "minimize" button. If we do not want to use these buttons, operating
DFAv1
- 关于有穷自动机和正则表达式相互转化的程序,并完成有穷自动机的确定化和最小化。-on Finite Automata and Regular expressions are transformed into each other procedures, and complete the DFA and the determination of the smallest.
TitleBarEx
- 本程序自绘标题栏和最大化最小化按钮,以及自绘窗口四周的边框-procedures since the column headings drawn minimize and maximize buttons, and since painted around the window fr a me
系统托盘
- 可以在托盘中,显示窗口,最小化,停止,退出程序等操作-the tray, show window, and the youngest, stop and exit procedures for operation
TextEditForD7
- 这是一个记事本程序集成了鼠标消息和最小化到任务栏等功能.-This is a notebook mouse procedure integrates information and to minimize the functional task bar.
最小化潮流法(IEEE14节点)
- 非常详细且正确的电力潮流计算例程,基于matlab,使用最小化潮流计算方法,以IEEE14节点为例进行计算,支持数据的自行导入导出(Very detailed and correct power flow calculation routines, based on matlab, the use of minimized power flow calculation method to IEEE14 node as an exampl
常规潮流算法-牛拉法-直角坐标 - 最小化潮流
- 将数学规划原理和常规潮流计算相有机结合,形成的带有最优乘子的牛顿算法(Combining the mathematical programming principle with the conventional power flow calculation, the Newton algorithm with the optimal multiplier is formed)
最小化到托盘(MDI窗体)
- 用VB实线最小化到托盘(支持MDI窗体)(Using VB to solid lines to minimize to tray support (MDI form))
最小二乘
- 最小二乘法(又称最小平方法)是一种数学优化技术。它通过最小化误差的平方和寻找数据的最佳函数匹配。利用最小二乘法可以简便地求得未知的数据,并使得这些求得的数据与实际数据之间误差的平方和为最小。最小二乘法还可用于曲线拟合。其他一些优化问题也可通过最小化能量或最大化熵用最小二乘法来表达(The least square method, also known as the least square method, is a mathematic