C語(yǔ)言精彩百例第1-44例 實(shí)例1 數(shù)據(jù)類型轉(zhuǎn)換 實(shí)例2 轉(zhuǎn)義字符 實(shí)例3 關(guān)系和邏輯運(yùn)算 實(shí)例4 自增自減 實(shí)例5 普通位運(yùn)算 實(shí)例6 位移運(yùn)算 實(shí)例7 字符譯碼 實(shí)例8 指針操作符 實(shí)例9 if判斷語(yǔ)句 實(shí)例10 else-if語(yǔ)句 實(shí)例11 嵌套if語(yǔ)句 實(shí)例12 switch語(yǔ)句 實(shí)例13 for語(yǔ)句 實(shí)例14 while語(yǔ)句 實(shí)例15 do-while語(yǔ)句 實(shí)例16 break和continue語(yǔ)句 實(shí)例17 exit()語(yǔ)句 實(shí)例18 綜合實(shí)例 實(shí)例19 一維數(shù)組 實(shí)例20 二維數(shù)組 實(shí)例21 字符數(shù)組 實(shí)例22 數(shù)組初始化 實(shí)例23 數(shù)組應(yīng)用 實(shí)例24 函數(shù)的值調(diào)用 實(shí)例25 函數(shù)的引用調(diào)用 實(shí)例26 數(shù)組函數(shù)的調(diào)用 實(shí)例27 命令行變?cè)? 實(shí)例28 函數(shù)的返回值 實(shí)例29 函數(shù)的嵌套調(diào)用 實(shí)例30 函數(shù)的遞歸調(diào)用 實(shí)例31 局部和全局變量 實(shí)例32 變量的存儲(chǔ)類別 實(shí)例33 內(nèi)部和外部函數(shù) 實(shí)例34 綜合實(shí)例1 實(shí)例35 綜合實(shí)例2 實(shí)例36 變量的指針 實(shí)例37 一維數(shù)組指針 實(shí)例38 二維數(shù)組指針 實(shí)例39 字符串指針 實(shí)例40 函數(shù)指針 實(shí)例41 指針數(shù)組 實(shí)例42 二維指針 實(shí)例43 指針的初始化 實(shí)例44 綜合實(shí)例
標(biāo)簽: 字符 C語(yǔ)言 數(shù)據(jù)類型 減
上傳時(shí)間: 2014-01-16
上傳用戶:royzhangsz
一、程式名稱:embed.java 二、程式功能:藏入數(shù)位浮水印處理程式 四、輸入檔(資料)格式: 1.本程式所採(cǎi)用之影像格式皆為*.raw之灰階影像。 2.本程式採(cǎi)用的浮水印格式為128×128之灰階影像ccu.raw。 3.本程式所採(cǎi)用的原始影像格式為512×512 之灰階影像Lena.raw。 五、輸出檔(資料)格式: 1.本程式輸出的藏入浮水印影像格式為512×512 之灰階影像Lena2.raw。 六、執(zhí)行環(huán)境: 1.系統(tǒng):Windows 98/ME/2000。 2.軟體:JavaTM 2 SDK (Version 1.3)。 七、執(zhí)行方式: 1.在DOS環(huán)境下執(zhí)行embed.java,指令如下:java embed。
上傳時(shí)間: 2016-03-24
上傳用戶:tzl1975
一本關(guān)于Visual Basic與分布式監(jiān)控系統(tǒng)的書籍,以循序漸近的方式建立串行通訊并列通訊遠(yuǎn)程監(jiān)控的概念及實(shí)作,并由簡(jiǎn)單的概念實(shí)驗(yàn)進(jìn)階的儀控網(wǎng)絡(luò)遠(yuǎn)程監(jiān)控
上傳時(shí)間: 2016-03-30
上傳用戶:xc216
JavaServer Pages, Third Edition is completely revised and updated to cover the substantial changes in the 2.0 version of the JSP specification. It also includes detailed coverage of the major revisions to the JSP Standard Tag Library (JSTL) specification. Combining plenty of practical advice with detailed coverage of JSP syntax and features and clear, useful examples, JavaServer Pages, Third Edition demonstrates how to embed server-side Java into Web pages, while also covering important topics such as JavaBeans, Enterprise JavaBeans (EJB), and JDBC database access.
標(biāo)簽: substantial JavaServer completely Edition
上傳時(shí)間: 2014-01-04
上傳用戶:mpquest
Lex 和Yacc 簡(jiǎn)明教程 本書將教會(huì)你如何使用lex 和yacc 構(gòu)造一個(gè)編譯器。 lex 和yacc 是兩個(gè)用來(lái)生成詞匯分析器和剖析器的工具。 導(dǎo)言部分描寫了構(gòu)建編譯器所需的基本部分,以及l(fā)ex 和yacc 之間的互動(dòng)關(guān)系。后面兩章更加詳細(xì)的描寫了lex 和 yacc。構(gòu)建了一個(gè)經(jīng)典的計(jì)算器程序。這個(gè)計(jì)算器支持常用 的算術(shù)符號(hào)和控制結(jié)構(gòu),例如實(shí)現(xiàn)了像ifelse和while 這樣的控制結(jié)構(gòu)。經(jīng)過小小的修改,就把這個(gè)計(jì)算器轉(zhuǎn)換成一個(gè)可以運(yùn)行在基于棧的計(jì)算機(jī)上的編譯器。
上傳時(shí)間: 2013-12-19
上傳用戶:youke111
模式識(shí)別學(xué)習(xí)綜述.該論文的英文參考文獻(xiàn)為303篇.很有可讀價(jià)值.Abstract— Classical and recent results in statistical pattern recognition and learning theory are reviewed in a two-class pattern classification setting. This basic model best illustrates intuition and analysis techniques while still containing the essential features and serving as a prototype for many applications. Topics discussed include nearest neighbor, kernel, and histogram methods, Vapnik–Chervonenkis theory, and neural networks. The presentation and the large (thogh nonexhaustive) list of references is geared to provide a useful overview of this field for both specialists and nonspecialists.
標(biāo)簽: statistical Classical Abstract pattern
上傳時(shí)間: 2013-11-25
上傳用戶:www240697738
VBScript幫助手冊(cè) Microsoft Visual Basic Scripting 版是 Visual Basic 程式語(yǔ)言家族中最新的一個(gè)成員,它將 Active Scripting 帶入更多不同的環(huán)境中,包括 Microsoft Internet Explorer 的web客戶端 指令碼和 Microsoft Internet Information Server 的網(wǎng)路資訊服務(wù)
標(biāo)簽: Visual Basic Microsoft Scripting
上傳時(shí)間: 2016-04-20
上傳用戶:Avoid98
* Explains process algebra and protocol specification using µ CRL, a language developed to combine process algebra and abstract data types * Text is supported throughout with examples and exercises * Full solutions are provided in an appendix, while exercise sheets, lab exercises, example specifications and lecturer slides are available on the author s website
標(biāo)簽: specification developed Explains language
上傳時(shí)間: 2016-04-27
上傳用戶:笨小孩
Probabilistic Principal Components Analysis. [VAR, U, LAMBDA] = PPCA(X, PPCA_DIM) computes the principal % component subspace U of dimension PPCA_DIM using a centred covariance matrix X. The variable VAR contains the off-subspace variance (which is assumed to be spherical), while the vector LAMBDA contains the variances of each of the principal components. This is computed using the eigenvalue and eigenvector decomposition of X.
標(biāo)簽: Probabilistic Components Principal Analysis
上傳時(shí)間: 2016-04-28
上傳用戶:qb1993225
基于小波的圖像配準(zhǔn),主要是wavelet_registration_改進(jìn)2,也即wavelet_registration改進(jìn)版本,主要是將配準(zhǔn)的循環(huán)由while變成了for, 循環(huán)變量變?yōu)檎停虼伺袛嘧優(yōu)檎椭g的判斷, 節(jié)省執(zhí)行時(shí)間
標(biāo)簽: 圖像配準(zhǔn)
上傳時(shí)間: 2016-04-28
上傳用戶:671145514
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1