代码搜索:盒维数

找到约 10,000 项符合「盒维数」的源代码

代码结果 10,000
www.eeworm.com/read/351694/10620396

h cmultimonitor.h

// $Id: CMultiMonitor.h,v 1.2 2004/05/21 15:56:18 genta Exp $ /*! @file @brief マルチモニタ関数動的ロード マルチモニタ関数群への動的アクセスクラス @author genta @date May 01, 2004 */ /* Copyright (C) 2004, genta
www.eeworm.com/read/422283/10649353

txt a.txt

Call print_tabler(t_rec, "客房预订清单", Array("预订单号", "客人名称", "预达日期", " 预达时间", "预离日期", "预订房数", "管制房数", "人数", "订房员"), Array(18, 25, 15, 15, 15, 10, 10, 10, 10), 40, Array(11, 11, 11, 11, 11, 21, 21, 21, 21)
www.eeworm.com/read/277220/10652013

asm shtasc.asm

;********************SHTASC******************** ;本程序实现一位十六进制数转化为ASCII码。 ;入口参数:原十六进制数在SOU低四位中,高四位为0。 ;出口参数:结果在SOU中。 ;占用资源:W,STATUS,024H,一重堆栈。 IFNDEF SHTASC1 #DEFINE
www.eeworm.com/read/350960/10692502

c 2-21.c

/*求三个数的组合中符合水仙花数的组合*/ #include"stdio.h" main() { int a,b,c,n; clrscr(); for(a=1;a
www.eeworm.com/read/421581/10728601

m xinyuanshumu_page42.m

clc; clear ; close all; tic M=16;%阵列的天线数 N=3;%信源数 snap=1000;%快拍数目 L=snap; C=3e8; lamda=0.2; f0=C/lamda; d=0.5*lamda; % k=d/lamda; theta0=5; theta1=20; theta2=40; fs=1000; ts=1/fs; t=
www.eeworm.com/read/273409/10916856

cpp xt3-22.cpp

#include using namespace std; int main() {int day,x1,x2; day=9; x2=1; while(day>0) {x1=(x2+1)*2; // 第1天的桃子数是第2天桃子数加1后的2倍 x2=x1; day--; } c
www.eeworm.com/read/416453/11024723

c 2-21.c

/*求三个数的组合中符合水仙花数的组合*/ #include"stdio.h" main() { int a,b,c,n; clrscr(); for(a=1;a
www.eeworm.com/read/469602/6932862

m sui.m

clc clear all; N=10000;%独立随机数实现的数目 OR=20;%观察频率(Hz) M=256;%多普勒滤波器的阶数 Dop_res=0.1;%SUI参数中的多普勒判决(Hz)(在重复采样进程中) res_accu=20;%重复采样进程的精确度 %%%%%SUI信道参数%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% P=[0 -5 -1
www.eeworm.com/read/468778/6988056

m xinyuanshumu_page42.m

clc; clear ; close all; tic M=16;%阵列的天线数 N=3;%信源数 snap=1000;%快拍数目 L=snap; C=3e8; lamda=0.2; f0=C/lamda; d=0.5*lamda; % k=d/lamda; theta0=5; theta1=20; theta2=40; fs=1000; ts=1/fs; t=
www.eeworm.com/read/464450/7158135

asm tasm.asm

.global start start: MOV @AR1,#9000h ;给ar1寄存器赋值 LOOP: ADDB SP,#3 ;此时sp指针为403h地址 MOV *-SP[1],#10 ;把立即数10放到402地址上 MOV *-SP[2],#1 ;把立即数1放到401地址上