资源列表
[文件操作] DelphiFilePack
说明:Delphi开发的文件压缩与解压例程,未使用任何第三方控件包-Delphi document compression and decompression routines, not the use of any third-party control packet<欧阳> 在 2008-10-13 上传 | 大小:261.7kb | 下载:0
[驱动编程] MCS-96A_D
说明:MCS-96单片机A_D转换器应用-通过检测AD_RESULT(LO)中的S位来判定A/D转换是否完成。需要注意的是,当发出启动A/D转换命令后,AD_RESULT中的S位要经过8个状态周期后才能对其查询.-MCS-96 microcontroller A_D converter applications-through detection AD_RESULT (LO) the S to determine A / D converter whether completed. We need t<容健> 在 2008-10-13 上传 | 大小:3.84kb | 下载:1
[驱动编程] 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