代码搜索:2

找到约 10,000 项符合「2」的源代码

代码结果 10,000
www.eeworm.com/read/288527/8624935

m str2mat2.m

% function s=str2mat2(t1,t2,t3) % 替代函数 function s=str2mat2(t1,t2,t3) [Q1,L1]=size(t1); [Q2,L2]=size(t2); if nargin == 2, if L1 > L2, s=[t1; [t2 blanks(L1-L2) ]]; elseif L1 < L
www.eeworm.com/read/288527/8626637

m str2mat2.m

% function s=str2mat2(t1,t2,t3) % % Replacement function for str2mat. For use with tree_ga. % Note: t2 and t3 must be string vectors. function s=str2mat2(t1,t2,t3) [Q1,L1]=size(t1); [Q2,L2]=
www.eeworm.com/read/288353/8642138

rc2 chapter2_1.rc2

// // CHAPTER2_1.RC2 - resources Microsoft eMbedded Visual C++ does not edit directly // #ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft eMbedded Visual C++ #endif //APST
www.eeworm.com/read/288205/8647415

dsp c2_2_4.dsp

.entry dps; dps: AR=AX0-AY0; SR0=AR, AR=AX1-AY1+C-1; SR1=AR; RTS; .ENDMOD
www.eeworm.com/read/288205/8647426

dsp c5_2_2.dsp

.MODULE SP; .CONST N=H#040; {64个数据} .VAR/DM/RAM W_INPUT [N], RR_INPUT [N]; .VAR/DM/RAM R_INPUT [N], Y_INPUT [N+2]; .INIT W_INPUT: .I
www.eeworm.com/read/288205/8647449

c c8_2_2.c

#include #include #include void main() { unsigned int control_word = 0x7000069; printf("Default GFPGFR is %x \n", GFPGFR); printf("2 GMPY 128 is %d \n", _gmpy
www.eeworm.com/read/288205/8647452

asm c2_2_1.asm

.global _add64 .text _add64: ADDU.L1 A4, A6, A1:A0 || ADD .L2 B4, B6, B7 || ADD .S2X A8, 4, B0 ADD .L2X A1, B7, B7 STW .D1 A0, *A8 || STW .D2 B7, *B0 || B .S2 B3 NOP 5
www.eeworm.com/read/288205/8647477

dsp c2_2_3.dsp

.entry dpa; dpa: AR=AX0+AY0; SR0=AR, AR=AX1+AY1+C; SR1=AR; RTS; .ENDMOD
www.eeworm.com/read/288205/8647614

cmd c4_2_2.cmd

EMORY { text_ram : origin = 0x01400000, len = 0xC000 data_ram : origin = 0x80000000, len = 0x2000 bss_ram : origin = 0x80002000, len = 0x1000 stack_ram : o
www.eeworm.com/read/288205/8647616

cmd c6_2_2.cmd

-e start MEMORY { PAGE 0: vectorram: origin = 1C00h length = 0080h textram: origin = 0100h length = 0F00h PAGE 1: bssram: origin = 5000h