亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

C語(yǔ)言規(guī)(guī)范

  • 功能:編寫的計(jì)算皮亞諾相關(guān)系數(shù) 開發(fā)語言:ruby 調(diào)用:correlate(x,y) 其中,x,y為需要計(jì)算相關(guān)度的向量 調(diào)用示例: a = [3, 6, 9, 12, 15, 18

    功能:編寫的計(jì)算皮亞諾相關(guān)系數(shù) 開發(fā)語言:ruby 調(diào)用:correlate(x,y) 其中,x,y為需要計(jì)算相關(guān)度的向量 調(diào)用示例: a = [3, 6, 9, 12, 15, 18, 21] b = [1.1, 2.1, 3.4, 4.8, 5.6] c = [1.9, 1.0, 3.9, 3.1, 6.9] c1 = correlate(a,a) # 1.0 c2 = correlate(a,a.reverse) # -1.0 c3 = correlate(b,c) # 0.8221970228 puts c1#,c2,c3

    標(biāo)簽: correlate ruby 計(jì)算 12

    上傳時(shí)間: 2013-12-18

    上傳用戶:skfreeman

  • Intro/: Directory containing introductory examples. HelloWorld.c A simple program that draws a bo

    Intro/: Directory containing introductory examples. HelloWorld.c A simple program that draws a box and writes "Hello World" in HelloWorld.f it. data The data file for the introductory progressive example. Lines.c Reads the data from file "data" and plots just the curve with Lines.f no labels, viewport or anything indicating quantity or units. Viewport.c Restricts the graph to a viewport and frames the viewport, Viewport.f leaving the remainder of the area for labels, etc. CharLbls.c Adds labels for the chart title, X-axis title, and Y-axis CharLbls.f title. Tics.c Adds tic marks to the viewport edges, but since clipping was Tics.f not set correctly, tics extend outside the viewport. Clip.c Sets clipping such that tic marks are clipped at the viewport Clip.f boundaries. TicLabels.c Adds numeric tic labels to the graph this is the final TicLabels.f installment of the progressive example.

    標(biāo)簽: introductory HelloWorld containing Directory

    上傳時(shí)間: 2016-03-29

    上傳用戶:exxxds

  • 多項(xiàng)式曲線擬合 任意介數(shù) Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as

    多項(xiàng)式曲線擬合 任意介數(shù) Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as a template class, using vector<FloatType> parameters. Added a method to handle some EMathError exceptions. If do NOT want to use this just call PolyFit2 directly. usage: Call PolyFit by something like this. CPolyFit<double> PolyFitObj double correlation_coefficiant = PolyFitObj.PolyFit(X, Y, A) where X and Y are vectors of doubles which must have the same size and A is a vector of doubles which must be the same size as the number of coefficients required. returns: The correlation coefficient or -1 on failure. produces: A vector (A) which holds the coefficients.

    標(biāo)簽: Least-squares arbitrary Purpose Builder

    上傳時(shí)間: 2013-12-18

    上傳用戶:宋桃子

  • 實(shí)現(xiàn)最優(yōu)二叉樹的構(gòu)造;在此基礎(chǔ)上完成哈夫曼編碼器與譯碼器。 假設(shè)報(bào)文中只會(huì)出現(xiàn)如下表所示的字符: 字符 A B C D E F G H I J K L M N 頻度 186 64 13 22

    實(shí)現(xiàn)最優(yōu)二叉樹的構(gòu)造;在此基礎(chǔ)上完成哈夫曼編碼器與譯碼器。 假設(shè)報(bào)文中只會(huì)出現(xiàn)如下表所示的字符: 字符 A B C D E F G H I J K L M N 頻度 186 64 13 22 32 103 21 15 47 57 1 5 32 20 57 字符 O P Q R S T U V W X Y Z , . 頻度 63 15 1 48 51 80 23 8 18 1 16 1 6 2 要求完成的系統(tǒng)應(yīng)具備如下的功能: 1.初始化。從終端(文件)讀入字符集的數(shù)據(jù)信息,。建立哈夫曼樹。 2.編碼:利用已建好的哈夫曼樹對(duì)明文文件進(jìn)行編碼,并存入目標(biāo)文件(哈夫曼碼文件)。 3.譯碼:利用已建好的哈夫曼樹對(duì)目標(biāo)文件(哈夫曼碼文件)進(jìn)行編碼,并存入指定的明文文件。 4.輸出哈夫曼編碼文件:輸出每一個(gè)字符的哈夫曼編碼。

    標(biāo)簽: 186 字符 13 64

    上傳時(shí)間: 2014-11-23

    上傳用戶:shanml

  • delphi的范型代碼庫

    delphi的范型代碼庫,相當(dāng)于C++的STL,很有價(jià)值的

    標(biāo)簽: delphi 代碼

    上傳時(shí)間: 2016-06-01

    上傳用戶:邶刖

  • 【二項(xiàng)式係數(shù) 運(yùn)算】Dev-C++ 學(xué)習(xí)

    【二項(xiàng)式係數(shù) 運(yùn)算】Dev-C++ 學(xué)習(xí),運(yùn)用Dynamic Programming 動(dòng)態(tài)規(guī)劃計(jì)算

    標(biāo)簽: Dev-C

    上傳時(shí)間: 2016-09-19

    上傳用戶:冇尾飛鉈

  • 5位的操作數(shù)X和Y輸入后暫存在寄存器A和B中

    5位的操作數(shù)X和Y輸入后暫存在寄存器A和B中,兩位的操作控制碼control暫存在寄存器C中,按照control碼的不同,分布實(shí)現(xiàn)下列操作: 00控制X+Y 01控制X-Y 10控制X and Y 11控制 X xor Y 運(yùn)算結(jié)果暫存在寄存器D中,然后輸出。

    標(biāo)簽: 操作 寄存器 輸入 暫存

    上傳時(shí)間: 2014-01-18

    上傳用戶:yyyyyyyyyy

  • 5位的操作數(shù)X和Y輸入后暫存在寄存器A和B中

    5位的操作數(shù)X和Y輸入后暫存在寄存器A和B中,兩位的操作控制碼control暫存在寄存器C中,按照control碼的不同,分布實(shí)現(xiàn)下列操作: 00控制X+Y 01控制X-Y 10控制X and Y 11控制 X xor Y 運(yùn)算結(jié)果暫存在寄存器D中,然后輸出。

    標(biāo)簽: 操作 寄存器 輸入 暫存

    上傳時(shí)間: 2014-01-09

    上傳用戶:凌云御清風(fēng)

  • 專家點(diǎn)評(píng): Y P7 `. @ {$ r% pa.功能很強(qiáng)大

    專家點(diǎn)評(píng): Y P7 `. @ {$ r% pa.功能很強(qiáng)大,可以看出花了很多心血在算法上,非常好。算法上還有一點(diǎn)瑕疵,例如在刪除一個(gè)員工的同時(shí)沒有辦法自動(dòng)建立其他員工的上下級(jí)關(guān)系,必須刪除全部下級(jí)員工,不是非常合理。此外,界面設(shè)計(jì)過于簡單,應(yīng)該加強(qiáng). " W" R+ b* g$ a$ Sb.程序運(yùn)用了自己的算法來提高Tree控件顯示的速度和資源分配,這個(gè)非常值得肯定和鼓勵(lì)。* C. c4 D0 e9 ` J$ w# U c.基本實(shí)現(xiàn)所有規(guī)定的功能,在所有參賽者中唯一熟 : O) l- F6 F9 f) S7 Q. l練使用面向?qū)ο笤O(shè)計(jì)方式開發(fā)程序的工程師,很不錯(cuò)!程序體現(xiàn)了作者非常扎實(shí)的數(shù)據(jù)結(jié)構(gòu)功底,值得大家學(xué)習(xí)。工程管理也做得非常好,體現(xiàn)了作者在軟件工程方面也有很深入的研究,該代碼是很好的學(xué)習(xí)范例。 % G* H$ ~3 W1 ]. e! id.算法的創(chuàng)新是獨(dú)特之處(hashtable算法建立),可見作者在數(shù)據(jù)結(jié)構(gòu)方面的熟練掌握.此程序是很多專家會(huì)員學(xué)習(xí)典范.

    標(biāo)簽: P7 pa

    上傳時(shí)間: 2017-01-19

    上傳用戶:奇奇奔奔

  • 液晶 OCM/TG240128 驅(qū)動(dòng) 編程語言: C 原產(chǎn)品硬件ATMega128/1280 ,晶振14.7456M 軟件AVR ICC7.14C 破解版 由產(chǎn)品源碼中提取,詳細(xì)的

    液晶 OCM/TG240128 驅(qū)動(dòng) 編程語言: C 原產(chǎn)品硬件ATMega128/1280 ,晶振14.7456M 軟件AVR ICC7.14C 破解版 由產(chǎn)品源碼中提取,詳細(xì)的字符和圖行操作.實(shí)現(xiàn)LCD內(nèi)任何位置的定位操作. void LCD_Init(void) void GMoveTo(U8 yline, U8 xcolumn) void TMoveTo(U8 y, U8 x,U8 len) void DispStartLine(U8 gt, U8 line) void LCD_ClrRam (void) void LCD_ON(unsigned char on) void Draw_Pixel(U8 x, U8 y) void LineTo(U8 x0, U8 y0, U8 x1, U8 y1) void Draw_Line(unsigned char x0, unsigned char y0, unsigned char yl) void disp_img(unsigned int x0, unsigned int y0, unsigned int xl, unsigned int yl, const U8 *img) void DispString(unsigned char x, unsigned char y, char* string) void Printf(U8 x, U8 y, char *fmt, ...) ......

    標(biāo)簽: 14.7456 240128 ATMega 1280

    上傳時(shí)間: 2013-12-27

    上傳用戶:youke111

主站蜘蛛池模板: 灌阳县| 临澧县| 商河县| 菏泽市| 徐州市| 全州县| 衡阳县| 阳西县| 灵丘县| 杭锦后旗| 元江| 岢岚县| 荃湾区| 南郑县| 博爱县| 平谷区| 兴隆县| 郸城县| 克山县| 阳江市| 轮台县| 邳州市| 长汀县| 华蓥市| 图木舒克市| 白银市| 县级市| 绵阳市| 佛坪县| 南部县| 闸北区| 滕州市| 虞城县| 陇南市| 保康县| 晋宁县| 台安县| 盐边县| 清丰县| 成安县| 吉水县|