vml曲線例項

2021-08-29 08:43:21 字數 1971 閱讀 9319

index.html

pic.js

" target="_blank">夢想年華

* 主頁:

" target="_blank">自由時代 [

// init

vmlcurve.prototype.init = function(strobj,strtitle)

//填充背景

vmlcurve.prototype.createbackgroud = function()

//建立座標軸

vmlcurve.prototype.createcoordinate = function()

//建立座標線

vmlcurve.prototype.createtableline = function(xpoint,ypoint,stablecolor)

//畫座標軸線

vmlcurve.prototype.createcoordinateline = function(xpoint,ypoint)

//建立文字提示資訊

vmlcurve.prototype.createtext = function(xleft,xtop,stext,sclass)

// 建立x座標網格線

vmlcurve.prototype.creatextableline = function()

// 畫圓點座標

vmlcurve.prototype.setoriginvalue = function(x,y)

// 設定圓點座標屬性

vmlcurve.prototype.setpointsprop = function(spointradius,slinesize,spointcolor,slinecolor)

// 設定縱座標的值

vmlcurve.prototype.setpointsvalue = function(xvaluearr,yvaluearr,svaluearr)

//以兩點為座標畫線

vmlcurve.prototype.createcurveline = function()

vmlcurve.prototype.createtooltip = function()

vmlcurve.prototype.settooltip = function(svisitable,scontent,x,y)

if(scontent=="")

}/*以下**來自網路,主要功能是對數字進行格式化

*原作者不詳,敬請諒解。

*/ /*********************************

* 字串轉換為數字(""-->0)as_type--str,num

* 引數說明:

as_str--轉換的字串

ai_digit--轉換的小數字數(null--不限制小數字數,0--轉換為整型,>0按小數字數轉換)

as_type--轉換後返回的型別(null,"num"--轉換為數字型別,"str"--轉換為字串

(按小數格式化後的字串)

* 例如:

* str2float("10.2124568795")返回float型別10.2124568795

* str2float("10.6",0)返回int型別11(使用四捨五入的方法)

* str2float("10.2",2)返回float型別10.1

* str2float("10.2",2,"str")返回string型別"10.20"(按小數字數格式化字串)

* str2float("10.216",2)返回float型別10.22

* str2float("10.216",2,"str")返回string型別"10.22"

*********************************

*/function str2float(as_str,ai_digit,as_type)

break;

}return fdb_tmp;

}

VML初步接觸

什麼是vml?vml vector markup language 是乙個最初由microsoft開發的xml詞表,現在也只有ie5.0以上版本對vml提供支援。使用vml可以在ie中繪製向量圖形,所以有人認為vml就是在ie中實現了畫筆的功能。下面介紹一下vml的優點 基於xml標準 xml是公認...

ROC曲線例項分析

roc receiver operating characteristic,受試者工作特徵曲線 的概念來自訊號檢測原理中 其他相關的效能評價標準 上面有些概念還是不要看中文的好,直接用英文意思就好了,不然看到不同的文章會有不同的叫法,會誤導自己。這裡著重理解roc曲線求取最優閾值或者說最優分類器。下...

ZedGraph實時曲線例項

2010 10 17 11 23 58 分類 asp.net 舉報 字型大小 訂閱 public partial class frmmain form private void frmmain load object sender,eventargs e private void timedraw ...