代码搜索:盒维数
找到约 10,000 项符合「盒维数」的源代码
代码结果 10,000
www.eeworm.com/read/192685/8366374
txt 在vb里怎样识别当前的显示分辩率和颜色.txt
当 前 显 示 分 辨 率 宽 为 Screen.Width / Screen.TwipsPerPixelX, 高 为 Screen.Height / Screen.TwipsPerPixelY。
欲 检 测 颜 色 数 , 需 要 调 用 GetDeviceCaps函 数 。 首 先 , 在 窗 体 的 声 明 部 分 增 加 如 下 内 容 :
Const BITSPI
www.eeworm.com/read/191796/8422274
cpp queue1m.cpp
// 顺序循环队列的应用queue1m.cpp
#include
#include
#include "queue1.cpp"
void main()
{cout
www.eeworm.com/read/191796/8422341
cpp queue2m.cpp
// 顺序循环队列的应用queue2m.cpp
#include
#include
#include "queue2.cpp"
void main()
{cout
www.eeworm.com/read/290964/8446506
m f41.m
clear
%定义常量和变量
tmax=0.5e-6;
dx=0.1e-3;
dy=dx;
dt=0.5e-8;
maxgridsx=8; %x方向的网格数
maxgridsy=8; %y方向的网格数
k=0;
%金属材料常数
% media[1][1]=2799; %金属密度
% media[2][1]=0.33; %mu
% media
www.eeworm.com/read/380114/9162365
cpp queue1m.cpp
// 顺序循环队列的应用queue1m.cpp
#include
#include
#include "queue1.cpp"
void main()
{cout
www.eeworm.com/read/380114/9162478
cpp queue2m.cpp
// 顺序循环队列的应用queue2m.cpp
#include
#include
#include "queue2.cpp"
void main()
{cout
www.eeworm.com/read/376080/9332730
m cma.m
% 盲信道均衡CMA算法
clear all;
clc
N=12000;%数据点总数
SNRdB=25;%信噪比
Lf=11;%滤波器阶数=Lf + 1
% Lh=5;% 信道阶数
% Dy=round((Lf+Lh)/2) ;
Dy=round((Lf+1)/2) ;
% h = [0.9344-1.0311i 2.2483-1.6682i -1.0780 -0.2138i -
www.eeworm.com/read/366557/9809257
pas datatype.pas
unit DataType;
interface
const MAX_POS = 16; //最大控制箱数
const MAX_VALVE = 32;//一个控制箱最多控制阀数
const MAX_LONG = (MAX_POS * MAX_VALVE);
const MAX_SCAN_TIME = 16; //最大扫描时间 dwMilliseconds
const MAX_TI
www.eeworm.com/read/363900/9932449
m mutation.m
function population=mutation(population,pm,M,L)
% 突变操作
% 针对每个字符产生一个[0,1]区间的随机数.一旦该随机数小于pm=0.01,则该字符产生突变
for i=1:M
for j=1:L
if rand