This is the Gaussian piramyd i found in matlab page is very useful to image procesing
标签: procesing Gaussian piramyd matlab
上传时间: 2013-12-19
上传用户:qw12
This is a PCI to USB bridge schematic that i was draw by hand from a PCI to USB card, the schematic use VT6212L to make bridge, the idear is that we can use microcontroler interface to PC through PCI slot by USB, ha ha it is too easy.
上传时间: 2017-04-12
上传用户:13188549192
Floyd-wharshall algoritm for the shortest path problem. I wrote this in C. It s easy to compile and work in all *nix like systems.
标签: C. Floyd-wharshall algoritm shortest
上传时间: 2017-04-12
上传用户:123456wh
管脚号 管脚名称 LEVER 管脚功能描述 1 VSS 0V 电源地 2 VDD 5.0V 电源电压 3 VEE 5.0V~(-13V) 液晶显示器驱动电压 4 D/I H/L D/I=“H”,表示DB7~DB0为显示数据 D/I=“L”,表示DB7~DB0为显示指令数据 5 R/W H/L R/W=“H”,E=“H”,数据被读到DB7~DB0 R/W=“L”,E=“H→L”, DB7~DB0的数据被写到IR或DR 6 E H/L 使能信号:R/W=“L”,E信号下降沿锁存DB7~DB0 R/W=“H”,E=“H” DRAM数据读到DB7~DB0 7 DB0 H/L 数据线 8 DB1 H/L 数据线 9 DB2 H/L 数据线 10 DB3 H/L 数据线 11 DB4 H/L 数据线 12 DB5 H/L 数据线 13 DB6 H/L 数据线 14 DB7 H/L 数据线 15 CS1 L (19264A) 选择IC1,即(左)64列 16 RESET L 复位控制信号,RST=0有效 17 CS2 L (19264A) 选择IC2,即(中)64列 18 CS3 L (19264A) 选择IC3,即(右)64列 19 V0 -9V Negative Voltage for LCD driving 20 LED+ +5.0V The LED supply
上传时间: 2014-01-01
上传用户:541657925
i was not knowing matlab in depth so i have sent simple basic programs
标签: programs knowing matlab simple
上传时间: 2017-04-13
上传用户:541657925
Hi guys, I have a B-spline curve algorithm by using Genetic algorithm. Any interested?
标签: algorithm interested B-spline Genetic
上传时间: 2017-04-13
上传用户:shawvi
It is basic in which i am compressing bitmap images.
标签: compressing bitmap images basic
上传时间: 2014-01-09
上传用户:iswlkje
I have upload verilog HDL e-books which can really usefull for new user of verilog
标签: verilog e-books usefull upload
上传时间: 2017-04-15
上传用户:comua
Nearest neighbors is a semi deconvolution algorithm. I m a newbie in matlab but I hope this helps somebody :)
标签: deconvolution neighbors algorithm Nearest
上传时间: 2014-11-26
上传用户:xjz632
procedure senddata var i:integer commflg : Boolean begin commflg:=true for i:=1 to 8 do begin if not fcomm comml writecommdata(sendbutter,i) then begin Commflg=false break end end end (4) 接收数据 在编写基于串口的计算机工业测控时,通常需要由下位机向PC机发送数据以使PC机了解系统的测试数据或下位机的运行状态,并进而控制下位机的行为。利用Spcomm串口控件接收下位机发送的数据信息的示例代码如下: //事件驱动方式接收数据程序 procedure TForm1.CommlReceiveData(Sender:Tobject Buffer:Pointer bufferLength:Word) var receivedata:array of byte begin sleep(100) //等待100ms,保证接收到所有数据 move(buffef ,receivedata,bufferlength) //将接收缓存区中的数据转移到数组中 …… end (5) 关闭串口 在系统开发中,应注意在不使用串口时应及时关闭串口,释放系统资源,否则可能会影响系统的其它应用。关闭串口的代码如下: procedure TForm1.FormClose ( Sender TObj ect:var Action:TCIoseAction ) begin comml.StopComm end
标签: commflg procedure senddata integer
上传时间: 2014-01-26
上传用户:懒龙1988