代码搜索:pcode

找到约 332 项符合「pcode」的源代码

代码结果 332
www.eeworm.com/read/198319/7941176

asm lcd2.asm

.global lcd2 .section cpu_dir, #alloc .word 'l'+'c'+'d'+'2'+'.'+'c'+'g'+'i' .byte 0x10 ;cgi .byte 0 ;reserved .word cgibegin .word cgiend .section cpu_files, #alloc cgibegin: ;lcd2.cgi
www.eeworm.com/read/198319/7941181

asm testp1.asm

.global testP1 .section cpu_dir, #alloc .word 't'+'e'+'s'+'t'+'P'+'1'+'.'+'c'+'g'+'i' .byte 0x10 ;cgi .byte 0 ;reserved .word cgibegin .word cgiend ; .section cpu_files, #alloc cgibegin:
www.eeworm.com/read/198319/7941190

asm testp3.asm

.global testP3 .section cpu_dir, #alloc .word 't'+'e'+'s'+'t'+'P'+'3'+'.'+'c'+'g'+'i' .byte 0x10 ;cgi .byte 0 ;reserved .word cgibegin .word cgiend ; .section cpu_files, #alloc cgibegin:
www.eeworm.com/read/324388/13265147

cpp programdlg.cpp

// Programdlg.cpp : implementation file // #include "stdafx.h" #include "Dsp7.h" #include "Programdlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FI
www.eeworm.com/read/154186/11984185

m 4-5.m

pcode HJ; %%生成p码文件,加快执行速度 pcode deBoor; x=[0 2 2 4 6 8 10]; %%赋初值 y=[0 2 -1 0 -2 -3 0]; z=[0 -2 -1 0 1 2 1]; k=2; n=length(x); u=HJ(n,k,x,y,z);
www.eeworm.com/read/218223/14930709

cpp programdlg.cpp

// Programdlg.cpp : implementation file // #include "stdafx.h" #include "Dsp7.h" #include "Programdlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FI
www.eeworm.com/read/208657/15239705

m pcodeall.m

cd mvtools ! attrib -r /s cd analys pcode *.m delete *.m cd ..\forall pcode *.m delete *.m cd ..\model pcode *.m delete *.m cd ..\synthe pcode *.m delete *.m cd eig_ass
www.eeworm.com/read/413528/11152180

cpp bars2sym2of5.cpp

// // Bars2Sym2of5 // Given an array of edge positions compute a string // representing the bar code widths corresponding to those edge // positions. // // Copyright (C) 2006 by Jon A. Webb //
www.eeworm.com/read/234296/14116744

txt 说明.txt

shangjiao6.m为主程序;pcode.m为产生伪码的子程序;bu.m为进行补0的子程序(为了使得进行FFT和IFFT的点数满足2的N次方个);c_b.m为数据进行串并转换的子程序。
www.eeworm.com/read/471796/6881993

vhd list_ch03_01_03_05_07_prio.vhd

--Listing 3.1 library ieee; use ieee.std_logic_1164.all; entity prio_encoder is port( r: in std_logic_vector(4 downto 1); pcode: out std_logic_vector(2 downto 0) ); end prio_