搜索资源列表
sortlistctrl
- 我们在一般的VC中编程时用到的对话框一般不能任意变大小,只能变最大或者最小,这个程序实现了任意变对话框大小的功能,而且对话框上面的控件可以方便的重定位,并可以限制最大和最小值.希望对你有帮助,好代码大家共享,共同学习.-in general programming at the VC to use the dialog generally not arbitrarily change size, can only be the largest or smallest, the process t
pointerclock
- 计时器是程序中最常用的后台任务机制之一,其时间间隔最低约为55毫秒,被广泛用于时钟、磁盘备份程序或需要在某一时刻运行的程序等。在Windows API中有很多查询时钟的函数,利用它们就可以编写出高精度的计时器。-timer procedure is the most commonly used mechanism for the background, one of the minimum time interval of about 55 milliseconds, are widely us
r43
- 鲁棒控制器设计,由于RBF网络可以实现任意逼近的非线性关系,它的目标是要做到误差平方和最小,与非线性PCA的目标一致,所以上述非线性PCA的模型可以通过采用两个RBF网络来实现非线性正变换 和反变换 。RBF网络是一个三层前馈网络,隐层采用径向基函数作为激励函数。第一个RBF网络把高维空间的数据映射到低维空间(如图4),第二个RBF网络将前面网络输出的低维空间数据再映射到高维空间,实现数据恢复(如图5)。这两个网络分别进行训练。-robust controller design, as RBF
7.5
- 把各阶导函数的ESD作为a的函数,确定其峰值频率的数值。该函数把以下变量作为输入:a的最小值alphamin,其增量步长alphastep;-various derivative function of the ESD as a function of its peak frequency values. The function of the following variables as input : a minimum of alphamin. its incremental step a
7.6
- 估算并画出高斯脉冲的前15阶导函数的-10dB带宽。函数以下列变量为输入:a的最小值alphamin,-estimates and the mapping out of the Gaussian pulse before 15 derivative function-10dB bandwidth. Function for the importation of the following variables : a minimum of alphamin.
geneticalgrithmprogram
- BNB20 Finds the constrained minimum of a function of several possibly integer variables. % Usage: [errmsg,Z,X,t,c,fail] = % BNB20(fun,x0,xstatus,xlb,xub,A,B,Aeq,Beq,nonlcon,settings,options,P1,P2,...) % % BNB solves problems of the form:
knowledgeyichuan
- 了解遗传算法 遗传算法是一种最优化算法,所谓最优化问题,就是这样一类问题,满足它的解(称为可行解)有很多(通常是极多)对于每一种解有一个评价函数得到一个评价值,也就确定了解集的一个偏序关系,在这个偏序关系的求最小值(或最大值)或者近似最小值(或最大值)。-understanding of the genetic algorithm is a genetic algorithm optimization algorithm, the so-called optimization problem
prog3_2_pc
- Implement the step 2 of two-level logic minimization. Our goal is to find the minimum (exact minimum) sum-of-products expression for a given function.
mymeter
- 一个实用的仪表控件,用户可以根据需要进行设置或增减功能。 主要函数介绍如下: SetNeedleColor(COLORREF colorNeedle) 设置指针颜色 SetRange(double dMin, double dMax) 设置仪表最大值最小值 SetScaleDecimals(int nDecimals) 设置刻度显示精度(小数点后位数) SetValueDecimals(int nDecimals) 设置数值显示精度(小数点后位数) S
faulttree
- 简单的故障分析树程序,能够分析输入等式生成树形图形,有计算最小割集功能-Fault tree analysis of a simple process, be able to enter the equation analysis tree generated graphics, there is calculation of the minimum cut-set function
Picture_eye
- 一个用EVC开发的图片浏览器, 可以实现对图片的放大缩小 以及上一张下一张图片的浏览~ 有最基本的文件夹遍历功能-The development of a picture by EVC browser can zoom in on images as well as on a picture of a browser-folder a minimum traversal function
Minimum_PointSet
- 一个用于生成多边形最小凸包的简单程序,基本功能就是用鼠标随意画一个多边形,然后计算并生成多边形最小凸包。很难得-Minimum convex polygon of a package used to generate a simple procedure, the basic function is free to draw a polygon with the mouse, and then calculates and generates the smallest convex polygo
5
- VC 最小化到托盘功能的实现,最小化按键控制-VC minimize to tray function to achieve a minimum of buttons control
PSB_WINDOWS
- 该程序是用C语言编写的,基于windows图形界面编程,调用了Win32.h,WinSock.h库和plink,用plink更方便快捷的执行远程主机上的命令,Plink是PuTTY 的命令行连接工具,主要用于自动化工作的处理,主要有视窗和讯息,socket通信,MD5加密函数,最小托盘功能的实现-The program is written in C, windows-based graphical programming interface, call the Win32.h, WinSock
mplayer
- 这是一个用纯c语言调用api写的一个带有图形界面的音乐播放器,其中有音量控制功能,有播放模式选择功能,有定时闹钟功能,有定时关机功能,还能存放播放列表(链表和文件处理实现),缺点就是没有完成最小化配置,代码优化稍有混乱。-This is called a pure c language api to write the music player with a graphical interface, and volume control, play mode select function, a
MFCDialogDemo
- MFC dialog demo function:右键菜单、最小到任务栏、菜单栏等 need use VS2010 IDE-MFC dialog demo Function: right-click menu, minimum to the task bar, menu bar, etc Need use VS2010 IDE
temperature
- labwindows环境下,实现的功能是建立一个用户界面,并对温度信号进行模拟采集。并在采集结束后,显示温度的最大值和最小值。-Under labwindows environment, the function is to create a user interface, and analog temperature signal acquisition. And, after the acquisition is complete, display the maximum and minim
NetFlow
- 使用MFC实现最小费用流算法 包括在界面上画拓扑图等功能,编译器VC6.0(Using MFC to realize the minimum cost flow algorithm, including the function of drawing topological graph on the interface, compiler VC6.0)