代码搜索:zero

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

代码结果 10,000
www.eeworm.com/read/303498/13814447

m fsolvtion2.m

function B=fsolvtion2(A) % A为系数矩阵 [m n]=size(A); if m==n&det(A)~=0 disp('only zero solvtion') end format rat %指定有理式格式输出 B=null(A,'r'); %求解空间的有理基
www.eeworm.com/read/303498/13814464

m fsolvtion.m

function B=fsolvtion(A) % A为系数矩阵 [m n]=size(A); if m==n&det(A)~=0 disp('only zero solvtion') end rref(A)
www.eeworm.com/read/303271/13819452

asm c2_7_1.asm

.def start start: mvk 31,b0 ZERO A2 ZERO A3 MVKL 0FFFEH,A4 MVKLH 0FFFFH,A4 MVKL 2,A0 MVKL
www.eeworm.com/read/303213/13820234

asm c2_7_1.asm

.def start start: mvk 31,b0 ZERO A2 ZERO A3 MVKL 0FFFEH,A4 MVKLH 0FFFFH,A4 MVKL 2,A0 MVKL
www.eeworm.com/read/301437/13859206

cmd 2-7.cmd

post.out -a -image -zero -memwidth 8 ROMS { Flash: org = 0, len = 0x3000,romwidth = 8, files = {post.hex} }
www.eeworm.com/read/301268/13862123

words default.words

Zero 0 One 1 Two 2 Three 3 Four 4 Five 5 Six 6 Seven 7 Eight 8 Nine 9
www.eeworm.com/read/301054/13867051

v autoled.v

module LEDauto(display,rst,displayclk,scan); input rst,displayclk; output reg [7:0]display; output reg [3:0]scan; reg [3:0] singlenum[3:0]; parameter ZERO = 8'b11111100,ONE = 8'b01100000
www.eeworm.com/read/149462/5699834

pl mul_c4.pl

#!/usr/local/bin/perl # alpha assember sub mul_add_c { local($a,$b,$c0,$c1,$c2)=@_; local($l1,$h1,$t1,$t2); &mul($a,$b,($l1)=&NR(1)); &muh($a,$b,($h1)=&NR(1)); &add($c0,$l1,$c0); &cmpult($c0
www.eeworm.com/read/149462/5699845

pl mul_c4.pl

#!/usr/local/bin/perl # alpha assember # upto sub mul_add_c { local($a,$b,$c0,$c1,$c2)=@_; local($l1,$h1,$t1,$t2); &mul($a,$b,($l1)=&NR(1)); &muh($a,$b,($h1)=&NR(1)); &add($c0,$l1,$c0); &cm
www.eeworm.com/read/147766/5722446

s fp_util.s

/* * fp_util.S * * Copyright Roman Zippel, 1997. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the foll