代码搜索:盒维数

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

代码结果 10,000
www.eeworm.com/read/405817/11456320

cpp bubble shooter(dfs).cpp

//先dfs搜打掉的球数 //再dfs2搜会掉下来的球数 //注意状态保存和球粘连关系就好了 #include #include using namespace std; int H,W,h,w; char map[110][110]; bool v[110][110]; char color; int shoot; int d[2][6]
www.eeworm.com/read/402595/11532450

m lpc2lpcc.m

function lpcc = lpc2lpcc(lpc) %由LPC系数求得LPCC系数 n_lpc=length(lpc); % LPC参数的阶数 n_lpcc=12; % LPCC参数的阶数 lpcc=zeros(n_lpcc,1); lpcc(1)=lpc(1); for i=2:n_lpc lpcc(i)=lpc(i); for j=1:i-1
www.eeworm.com/read/402540/11533421

asm shtasc.asm

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

m huffencode.m

function [zipped, info] = huffencode(vector) % 输入和输出都是 uint8 格式 % info 返回解码需要的结构信息 % info.pad 是添加的比特数 % info.huffcodes 是 Huffman 码字 % info.rows 是原始图像行数 % info.cols 是原始图像列数 % info.length 是原始图像数据
www.eeworm.com/read/400386/11577958

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/262248/11596371

asm shtasc.asm

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

c 2-21.c

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

dat public.dat

rel(01,"基期到计算期所经历时间"). rel(02,"基期职工平均工资 "). rel(03,"计算期职工平均工资 "). rel(04,"基期职工数 "). rel(05,"计算期职工数 "). rel(06,"基期生产资金 "). rel(07,"计算期生产资金 "). rel(08,"基期净产值 "). rel(09,"计算期净
www.eeworm.com/read/345930/11781337

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/155903/11838754

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