代码搜索:盒维数

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

代码结果 10,000
www.eeworm.com/read/427286/8953765

mac string.mac

; -------------------------------------------------------------------- ; 数据处理宏指令库 - STRING.MAC ; -------------------------------------------------------------------- ; (0AH型)ASCII转16位二进制数 ; 调用:A
www.eeworm.com/read/185058/9059320

h matrix1.h

#include class Matrix1 //顺序存储结构的矩阵类 { private: int n; //矩阵的阶数 int *table;
www.eeworm.com/read/379435/9197629

m pso.m

function [x0_mao,gbo,gbv]=pso(x0,preparam,popparam) %************************************ %preparam=m 预测步数 %popparam=[popsize,dimsize] %************************************ %Initialization of PSO
www.eeworm.com/read/379435/9197631

asv pso.asv

function [x0_mao,gbo,gbv]=pso(x0,preparam,popparam) %************************************ %preparam=m 预测步数 %popparam=[popsize,dimsize] %************************************ %Initialization of PSO
www.eeworm.com/read/165568/10057242

m z nibianhuan.m

clear all; b=[5 0 -1 0 -1 0 1]; %留数求z反变换 a=[1 0]; [r,p,k]=resduez(b,a)
www.eeworm.com/read/279834/10386333

frm exer22.frm

VERSION 5.00 Begin VB.Form Form1 Caption = "产生随机数" ClientHeight = 3195 ClientLeft = 60 ClientTop = 345 ClientWidth = 4680 LinkTopic
www.eeworm.com/read/279834/10386818

frm frmxt.frm

VERSION 5.00 Begin VB.Form Frmxt BorderStyle = 3 'Fixed Dialog Caption = "确定考题题数" ClientHeight = 2460 ClientLeft = 45 ClientTop = 330 Cli
www.eeworm.com/read/353190/10466173

frm loopfill.frm

VERSION 5.00 Begin VB.Form Form1 Caption = "转圈填数" ClientHeight = 8025 ClientLeft = 60 ClientTop = 345 ClientWidth = 9735 BeginProperty Fon
www.eeworm.com/read/277341/10644870

16++¦

; 16位二进制数转化为5 BCD码子程序 ;******************************************************************** ; Binary To BCD Conversion Routine ; This routine converts a 16 Bit bi
www.eeworm.com/read/455740/7367013

c sd_uart.c

/************************************** File : SD_UART.C Project : BDTRV20_MCU_V07 Description : 串口发数函数 Created : 2006.11.7 Last updata : Author : Sunzehui