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

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

READER-Writer

  • This book gives a concise description of the Java 2 programming language. They give a quick referen

    This book gives a concise description of the Java 2 programming language. They give a quick reference for the reader who has already learned (or is learning) Java from a standard textbook and who wants to know the language in more detail. These book presents the entire Java programming language and essential parts of the class libraries: the collection classes and the input-output classes.

    標簽: description programming language concise

    上傳時間: 2017-06-20

    上傳用戶:asdkin

  • Basicaly,a chatterbot is a computer program that when you provide it with some inputs in Natural Lan

    Basicaly,a chatterbot is a computer program that when you provide it with some inputs in Natural Language (English, French ...) responds with something meaningful in that same language. Which means that the strength of a chatterbot could be directly measured by the quality of the output selected by the Bot in response to the user. By the previous description,we could deduce that a very basic chatterbot can be written in a few lines of code in a given specific programming language. Lets make our first chatterbot (notice that all the codes that will be used in this tutorial will be written in C++. Also, it is assumed that the reader is familiar wih the STL library)

    標簽: chatterbot Basicaly computer Natural

    上傳時間: 2017-07-30

    上傳用戶:小寶愛考拉

  • Java數據結構和算法中文第二版源碼, The files in this folder, ReaderFiles, contain both source code and executable

    Java數據結構和算法中文第二版源碼, The files in this folder, \ReaderFiles\, contain both source code and executable code for the example programs presented in the text of "Data Structures and Algorithms in Java," 2nd Edition. They are available to any reader of the book.

    標簽: ReaderFiles executable contain folder

    上傳時間: 2013-12-18

    上傳用戶:huyiming139

  • The Fortran 90 Handbook is a definitive and comprehensive guide to Fortran 90 and its use. Fortran

    The Fortran 90 Handbook is a definitive and comprehensive guide to Fortran 90 and its use. Fortran 90, the latest standard version of Fortran, has many excellent new features that will assist the programmer in writing efficient, portable, and maintainable programs. The Fortran 90 Handbook is an informal description of Fortran 90, developed to provide not only a readable explanation of features, but also some rationale for the inclusion of features and their use. In addition, “models” give the reader better insight as to why things are done as they are in the language.

    標簽: Fortran comprehensive definitive and

    上傳時間: 2014-01-14

    上傳用戶:huannan88

  • The many variants of the Unix operating system require use of a mode of thought that s significantly

    The many variants of the Unix operating system require use of a mode of thought that s significantly different from the one that s required by simpler operating systems. Think Unix introduces readers to important fundamental and intermediate Unix commands and, in the process, inculcates them in the Unix way of thinking. It s a worthy goal in a world with more Linux users than ever, and author Jon Lasser accomplishes it. He s both a capable writer and a knowledgeable user of Unix shell commands. Lasser uses bash under Red Hat Linux in most examples--which usually apply equally well to other Unix variants--and makes asides about other shells and environments, as needed.

    標簽: significantly operating variants of

    上傳時間: 2017-09-04

    上傳用戶:qq521

  • JAVA_3

    JAVA_3,read and writer JAVA_3,read and writer JAVA_3,read and writer

    標簽: JAVA

    上傳時間: 2017-09-26

    上傳用戶:cjf0304

  • EPC Low level Reader Protocol

    EPC ?? ??? ?? ????

    標簽: EPC RFID

    上傳時間: 2015-06-04

    上傳用戶:gw0214

  • VHDL數字鐘

    用vhdl實現數字鐘 其一,具有時,分,秒計數顯示功能,其中,要求以二十四小時循環及 時;   其二,具有清零,調節小時,分鐘功能;   其三,具有整點報時功能,而且在整點報時的同時 LED 燈花樣顯示。 其一,具有時,分,秒計數顯示功能,其中,要求以二十四小時循環及 時;   其二,具有清零,調節小時,分鐘功能;   其三,具有整點報時功能,而且在整點報時的同時 LED 燈花樣顯示。 其一,具有時,分,秒計數顯示功能,其中,要求以二十四小時循環及

    標簽: 用vhdl實現數字鐘

    上傳時間: 2015-06-24

    上傳用戶:吧和GV會比較好

  • Pspice lab manual

    it is electronics pspice lab manual. very helpful  for beginners. its is  in the form of a lab manual. hope the reader will like it very much

    標簽: orcad pspics electronics

    上傳時間: 2016-01-10

    上傳用戶:whu_lk

  • 共軛梯度法--MATLAB程序

    共軛梯度法為求解線性方程組而提出。后來,人們把這種方法用于求解無約束最優化問題, 使之成為一種重要的最優化方法。   共軛梯度法的基本思想是把共軛性與最速下降方法相結合, 利用已知點處的梯度構造一組共 軛方向, 并沿這組方向進行搜索, 求出目標函數的極小點。 根據共軛方向的基本性質, 這種 方法具有二次終止性。 在各種優化算法中, 共軛梯度法是非常重要的一種。 其優點是所需存 儲量小,具有步收斂性,穩定性高,而且不需要任何外來參數。   共軛方向   無約束最優化方法的核心問題是選擇搜索方向 . 在本次實驗中 , 我們運用基于共軛方向的一種 算法 — 共軛梯度法   三.算法流程圖:     四.實驗結果:   (1). 實驗函數   f=(3*x1-cos(x2*x3)-1/2)^2+(x1^2-81*(x2+0.1)+sin(x3)+1.06)^2+(exp(-x1*x2)+20*x3+ 1/3*(10*3.14159-3))^2;   給定初始點 (0,0,0) , k=1 ,最 大迭代次數 n     ? ? d   確定搜索方向   進 退 法 確 定 搜 索 區 間   分割法確定最 優步長  

    標簽: MATLAB 梯度 程序

    上傳時間: 2016-05-08

    上傳用戶:saren11

主站蜘蛛池模板: 东海县| 枣强县| 彰化市| 浏阳市| 卫辉市| 济源市| 建阳市| 明星| 本溪市| 原平市| 武邑县| 德昌县| 丁青县| 高雄县| 伊川县| 嘉祥县| 托克托县| 郑州市| 故城县| 民县| 景洪市| 浦东新区| 甘谷县| 山丹县| 英吉沙县| 苍南县| 普安县| 柳河县| 牙克石市| 莫力| 区。| 喀什市| 呼伦贝尔市| 商河县| 伊川县| 昆山市| 鸡西市| 梓潼县| 邯郸县| 千阳县| 汤原县|