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

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

Text-independent

  • 附錄MATLAB 圖像處理命令 1.applylut 功能: 在二進制圖像中利用lookup 表進行邊沿操作。 語法: A = applylut(BW,lut) 舉例 lut = mak

    附錄MATLAB 圖像處理命令 1.applylut 功能: 在二進制圖像中利用lookup 表進行邊沿操作。 語法: A = applylut(BW,lut) 舉例 lut = makelut( sum(x(:)) == 4 ,2) BW1 = imread( text.tif ) BW2 = applylut(BW1,lut) imshow(BW1) figure, imshow(BW2) 相關命令: makelut 2.bestblk 功 舉例

    標簽: applylut lut MATLAB lookup

    上傳時間: 2015-09-08

    上傳用戶:gundamwzc

  • function y_cum = cum2x (x,y, maxlag, nsamp, overlap, flag) %CUM2X Cross-covariance % y_cum = cum2x

    function y_cum = cum2x (x,y, maxlag, nsamp, overlap, flag) %CUM2X Cross-covariance % y_cum = cum2x (x,y,maxlag, samp_seg, overlap, flag) % x,y - data vectors/matrices with identical dimensions % if x,y are matrices, rather than vectors, columns are % assumed to correspond to independent realizations, % overlap is set to 0, and samp_seg to the row dimension. % maxlag - maximum lag to be computed [default = 0] % samp_seg - samples per segment [default = data_length] % overlap - percentage overlap of segments [default = 0] % overlap is clipped to the allowed range of [0,99].

    標簽: cum2x y_cum Cross-covariance function

    上傳時間: 2015-09-08

    上傳用戶:xieguodong1234

  • ucGUI3.90版本在44b0上的移植

    ucGUI3.90版本在44b0上的移植,text控件得到了很好的解決,例子上一個串口例子

    標簽: ucGUI 3.90 44b0 版本

    上傳時間: 2014-01-31

    上傳用戶:qq1604324866

  • This book contains a detailed analysis of the International Standard for the C language,-3.1 excludi

    This book contains a detailed analysis of the International Standard for the C language,-3.1 excluding the library from a number of perspectives. The organization of the material is unusual in that it is based on the actual text of the published C Standard. The unit of discussion is the individual sentences from the C Standard (2022 of them). Readers are assumed to have more than a passing familiarity with C.

    標簽: International the Standard analysis

    上傳時間: 2015-09-15

    上傳用戶:13188549192

  • A fast lexical analyser generator. It is a tool for generating programs that perform pattern-matchin

    A fast lexical analyser generator. It is a tool for generating programs that perform pattern-matching on text. There are many applications for Flex, including writing compilers in conjunction with GNU Bison

    標簽: pattern-matchin generating generator analyser

    上傳時間: 2013-12-15

    上傳用戶:aig85

  • In this paper, we describe the development of a mobile butterfly-watching learning (BWL) system to

    In this paper, we describe the development of a mobile butterfly-watching learning (BWL) system to realize outdoor independent learning for mobile learners. The mobile butterfly-watching learning system was designed in a wireless mobile ad-hoc learning environment. This is first result to provide a cognitive tool with supporting the independent learning by applying PDA with wireless communication technology to extend learning outside of the classroom. Independent learning consists of self-selection, self-determination, self-modification, and self-checking.

    標簽: butterfly-watching development describe learning

    上傳時間: 2014-11-26

    上傳用戶:waizhang

  • 1

    1,如果沒有出現精靈,請安裝資源文件夾里的MSAgent核心庫。 如果精靈說話時在確定已經選擇了發音選項的情況下,沒有語音,則請安裝資源文件夾中的Text-to-speech語音庫。 2,在精靈上單擊右鍵可以彈出菜單,同樣的在任務欄的主程序上也有一樣的效果。 雙擊精靈可以彈出發言對話框,在對話框中的發言快捷鍵是Alt+A。 3,一臺機器只可以運行一個聊天精靈,如果想進行測試,可以在參數設置里把IP地址設置成本機地址。這樣可以自己給自己發送信息。 4,目前聊天精靈只有英文的Text-to-speech語音庫,所以請通過英文來測試語音輸出。 5,想不同的電腦之間正常的互相傳遞信息,請在參數設置里更改地址。

    標簽:

    上傳時間: 2013-12-21

    上傳用戶:yph853211

  • Java Regex Primer Since version 1.4, Java has had support for Regular Expressions in the core API. J

    Java Regex Primer Since version 1.4, Java has had support for Regular Expressions in the core API. Java Regex follows the same basic principles used in other languages, just withdi erent access methods, and some subtledi erences with the patterns. This primer is aimed towards developers already familiar with regex in other languages wanting a brief outline of its support in Java. It may also be beneficial to developers learning regex if used in conjunction with detailed documentation explaining the construction of regex patterns. Reading the javadoc forjava.util.regex. Pattern is a must to see how the Java regex patterns aredi erent from other languages such as Perl. Most of the functions discussed herin are from thejava.util.regex. Matcher class with a few fromjava.util.regex. Pattern. Reading this text in conjunction with the javadoc of those classes is advised.

    標簽: Java Expressions Regular version

    上傳時間: 2013-12-18

    上傳用戶:lanhuaying

  • 基于VB和ACCESS的成績管理系統

    基于VB和ACCESS的成績管理系統,此程序為畢業設計題目.采用ADO控件ADODC訪問數據庫并通過DATAGRID顯示出來的結構.具有基本的添加查找刪除等功能。涉及到多表聯合查詢。 文件包括info.mdb mainform.frm mainform.frx,mainform.text,moudel1.text,moude1.bas,工程1.dep,工程1.pdm,工程1.vbp,工程1.vbw,數據庫作業.exe等文件。 下載解壓可以運行。

    標簽: ACCESS 管理系統

    上傳時間: 2015-10-29

    上傳用戶:youke111

  • This book is the most accurate and up-to-date source of information the STL currently available. ...

    This book is the most accurate and up-to-date source of information the STL currently available. ... It has an approach and appeal of its own: it explains techniques for building data structures and algorithms on top of the STL, and in this way appreciates the STL for what it is - a framework. Angelika Langer, Independent Consultant and C++ Report Columnist "A superbly authored treatment of the STL......an excellent book which belongs in any serious C++ developer s library." Jim Armstrong, President 2112 F/X, Texas. \n The C++ Standard Template Library (STL) represents a breakthrough in C++ programming techniques. With it, software developers can achieve vast improvements in the reliability of their software, and increase their own productivity.

    標簽: information up-to-date available currently

    上傳時間: 2015-10-31

    上傳用戶:CHINA526

主站蜘蛛池模板: 军事| 武宁县| 偏关县| 皮山县| 镇沅| 普格县| 鱼台县| 乐亭县| 望奎县| 大兴区| 阳高县| 芦溪县| 遂昌县| 邳州市| 赤水市| 合江县| 昭觉县| 行唐县| 武定县| 津南区| 蚌埠市| 沙洋县| 迁安市| 新乡县| 土默特右旗| 项城市| 灵璧县| 抚顺市| 兴隆县| 图们市| 鄢陵县| 芷江| 沂水县| 阿鲁科尔沁旗| 施秉县| 盖州市| 博客| 九江县| 吉木乃县| 海南省| 卫辉市|