代码搜索:盒维数

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

代码结果 10,000
www.eeworm.com/read/460783/7240705

txt 三维几何.txt

//三维几何函数库 #include #define eps 1e-8 #define zero(x) (((x)>0?(x):-(x))
www.eeworm.com/read/457804/7317576

txt 三维几何.txt

//三维几何函数库 #include #define eps 1e-8 #define zero(x) (((x)>0?(x):-(x))
www.eeworm.com/read/435461/7792033

frm 一维扩散方程.frm

VERSION 5.00 Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "RICHTX32.OCX" Begin VB.Form formY Caption = "一维扩散方程" ClientHeight = 9495 ClientLeft = 60
www.eeworm.com/read/435461/7792037

log 一维扩散方程.log

行 15: 控件 RichTextBox2 的类 RichTextLib.RichTextBox 不是一个已加载的控件类。 行 45: 控件 RichTextBox1 的类 RichTextLib.RichTextBox 不是一个已加载的控件类。 行 21: 属性名 _ExtentX 在 RichTextBox2 中是无效的。 行 22: 属性名 _ExtentY 在 RichTextBox
www.eeworm.com/read/397659/8030406

txt 2维fcm.txt

function fcmdemo(action) %FCMDEMO Fuzzy c-means clustering demo (2-D). % FCMDEMO displays a GUI window to let you try out various parameters % in fuzzy c-means clustering for 2-D data. You can
www.eeworm.com/read/197077/8031954

txt 三维几何.txt

//三维几何函数库 #include #define eps 1e-8 #define zero(x) (((x)>0?(x):-(x))
www.eeworm.com/read/329149/12974450

sql 二维表.sql

use managesystem; create table BaseTable( BID varchar(10) not null unique, BName varchar(20) not null, BAge int, BSex varchar(2), BResidence varchar(50), BPolity varchar(50), BHealthy