代码搜索:融合程序
找到约 10,000 项符合「融合程序」的源代码
代码结果 10,000
www.eeworm.com/read/240048/13239408
exe 程序.exe
www.eeworm.com/read/320253/13429739
doc 程序.doc
www.eeworm.com/read/319952/13439015
doc 程序.doc
www.eeworm.com/read/318829/13471482
doc 程序.doc
www.eeworm.com/read/317563/13501865
doc 程序.doc
www.eeworm.com/read/311058/13637803
txt 程序.txt
240128A(T6963C)的A51编程实例
说明:
1. 虚框内为外供负电压调节对比度方法,若模块内已内带负电压,VO及VOUT空接,复位使用模块内上电复位.若用LED背光,LED+接背光电源+5V(200mA).
2. 片选信号/CE接CPU的P2.7(A15),则当A15=0时模块选定.
3. 命令/数据选择C/D接CPU的P2.0(A8),则当A8=1时为命令,A8=0时为数
www.eeworm.com/read/307452/13722067
txt 程序.txt
function [reout,im,w] = nyquist(a,b,c,d,iu,w)
%NYQUIST Nyquist frequency response of LTI models.
%
% NYQUIST(SYS) draws the Nyquist plot of the LTI model SYS
(created with either TF, ZPK, SS,
www.eeworm.com/read/305747/13761308
txt 程序.txt
.model small
.stack
.data
led db 3fh,06h,5bh,4fh,66h,6dh,7dh,07h,7fh,6fh ;段码
buf db 3,0
;存放要显示的十位和个位
intseg dw ? ;存放段地址
intoff dw ? ;存放偏移地址
intimr db ?
www.eeworm.com/read/305302/13773893
doc 程序.doc
www.eeworm.com/read/304800/13786792
txt 程序.txt
[replyview]
function e=canny_edge(I,sigma)
%functione=edge(I,'canny',thresh,sigma);
%该函数实现Canny算子提取边缘点
%输入图像为I,标准差sigma,输出为边缘图像e
[m,n]=size(I);
Rr=2:m-1;cc=2:n-1;
e=repmat(logical(uint8(0)),m,n