资源列表
[驱动编程] MCS-96PWM
说明:用PWM产生锯齿波,应使PWM寄存器中的值线性增加,那么在PWM输出端将得到宽度线性增加的脉冲波,经滤波后,便可得到锯齿波。-have used PWM ramp, it should PWM register with the value of linear increase, then the PWM output will be increased linearly width of the pulse wave, filter, which will be ramp.<容健> 在 2008-10-13 上传 | 大小:4.13kb | 下载:0
[界面编程] MyNetTV
说明:一个由本人自已开发的网络电视,这里是一个雏形,还没有开发完毕,但是基本的思路和框架都已经出来了,用windows mediaplayer作为主体,加入了广告代码.-one I own development by the television network, here is a prototype, is not yet finished. But the basic ideas and fr a meworks have been released, windows MediaPlayer<李文> 在 2008-10-13 上传 | 大小:47.16kb | 下载:0
[Windows编程] spgs
说明: 用途:用向量(稀疏存储)形式的Gauss-Seidel迭代解线性方程组Ax=b % 格式: x=spgs(A,b,x0,e,N),A为系数矩阵,b为右端向量,x返回解向量。 % x0为初值向量(默认原点),e为精度(默认1e-4),设置迭代次数上限以防发散(默 % 认500)。 -purposes : with Vector (sparse storage) form of Gauss - Seidel iterative solution of linear equations<王志波> 在 2008-10-13 上传 | 大小:858byte | 下载:0
[Windows编程] quadprog
说明: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 <= b %x=quadprog(H,f, A, b, Aeq, beq)求解二次规划:-function [X, fval, exitflag, out<王志波> 在 2008-10-13 上传 | 大小:4.77kb | 下载:0