-
功能[ x,等,exitflag,输出,λ] = quadprog(H,F,A,B,AEQ,BEQ LB,UB,x0,期权…
function [X,fval,exitflag,output,lambda]=quadprog(H,f,A,B,Aeq,Beq,lb,ub,X0,options,varargin)
% X=QUADPROG(H,f,A,b) 求解二次规划:
% min 0.5*x *H*x + f *x subject to: A*x
- 2022-03-18 07:11:58下载
- 积分:1
-
脑电采集绘图程序
这是一个脑电采集程序,使用visual studio2008开发。从与计算机通过USB口连接的放大器采集脑电数据。脑电放大器对信号进行了初步的滤波和去噪,采样频率为1000Hz,程序必须在10ms内读取数据,否则数据自动刷新。C++程序通过MFC编写基于对话框的用户界面,在线程中读取数据并绘制在屏幕上。除此,放大器各个导的参数可以通过此程序进行分别设置。
- 2023-03-13 10:15:13下载
- 积分:1
-
用于关闭Windows信使服务弹出窗口的小程序,使用Delphi6编写,调用相关的API函数。最经典之处在于发现了WindowsNT5系列的OS(XP&2K)的...
用于关闭Windows信使服务弹出窗口的小程序,使用Delphi6编写,调用相关的API函数。最经典之处在于发现了WindowsNT5系列的OS(XP&2K)的信史服务弹出窗体中,信使服务四个字后面有一个空格。-closed for the Windows Messenger Service pop-up window to the small, the use of Delphi6 preparation, call the API function. The most classic is that WindowsNT5 found a series of OS (XP2K) messenger service pop-up window, the courier services are the words behind a box.
- 2022-01-28 03:19:37下载
- 积分:1
-
with allogeneic or ideas to achieve a circular movement of a stationary and a sm...
用异或思路实现一个运动的圆和一个静止的正方形的小程序,用c写的 -with allogeneic or ideas to achieve a circular movement of a stationary and a small square of procedures used to write the c
- 2022-08-24 00:32:51下载
- 积分:1
-
串口和网口调试工具
包括简单的串口调试和网口调试,都能正常的收发数据,在两个助手之间,以及在两台电脑之间也有测试通过。难免有些小问题,欢迎指正,其中有些事用的别人写好的库
- 2022-01-24 15:13:11下载
- 积分:1
-
利用VC调用matlab命令进行编程控制的源码.对于vc复合matlab编程意义很大...
利用VC调用matlab命令进行编程控制的源码.对于vc复合matlab编程意义很大-VC orders call Matlab programming control of the source. For vc composite Matlab programming of great significance
- 2022-05-15 21:47:25下载
- 积分:1
-
自己整理的一些东西,我觉得是学习C语言图像变成的好资料,要得就下吧!...
自己整理的一些东西,我觉得是学习C语言图像变成的好资料,要得就下吧!-people to sort of things, I think it is learning C language into a good image, fine on the next!
- 2022-04-22 21:34:33下载
- 积分:1
-
for skin transformation, Eurocargo tools.
皮肤改造器,换肤工具。-for skin transformation, Eurocargo tools.
- 2022-11-18 10:25:03下载
- 积分:1
-
能够提取出指定网页中的所有链接。
并且显示连接是否可用。
能够提取出指定网页中的所有链接。
并且显示连接是否可用。-Able to extract all of the specified web page link. And shows the connection is available.
- 2022-06-18 17:20:45下载
- 积分:1
-
边界标识法:系统将所有的空闲块链接在一个双重循环链表结构的可利用空间表中,无须从头到尾扫描链表也能确定一个释放块的相邻块是否为空闲。...
边界标识法:系统将所有的空闲块链接在一个双重循环链表结构的可利用空间表中,无须从头到尾扫描链表也能确定一个释放块的相邻块是否为空闲。
-Boundary marking method: the system will link all of the free block list in a double cycle structure of the table to the use of space, there is no need to scan list from start to finish can also set a block adjacent to block release for free.
- 2023-03-10 21:20:04下载
- 积分:1