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

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

self-generated

  • This the first release (version 0.0) of the Peersim high level P2P network simulator. This archi

    This the first release (version 0.0) of the Peersim high level P2P network simulator. This archive contains the javadoc generated documentation, and a java archive containing the simulator source and bytecode and some examples.

    標簽: This the simulator Peersim

    上傳時間: 2013-12-10

    上傳用戶:mikesering

  • C Primer Plus is a conversational-style book aimed at those new to C programming. A friendly and eas

    C Primer Plus is a conversational-style book aimed at those new to C programming. A friendly and easy-to-use self-study guide, this book will be appropriate for serious students of programming, as well as developers proficient in other languages with a desire to better understand the fundamentals of this core language.

    標簽: conversational-style programming friendly Primer

    上傳時間: 2016-08-20

    上傳用戶:a6697238

  • This a GUI based system. The GUI is invoked from the command line by typing "ui_start". The GUI is s

    This a GUI based system. The GUI is invoked from the command line by typing "ui_start". The GUI is self explanatory. Tool tips are given in blue color. The cursor needs to be positioned on these for detailed explanation. The main file is "runsim.m". In these simulations the SISO option is not explicitly given. This is because the SISO result for a particular type of modulation is shown in every plot for purposes of comparison. This software has been tested on MATLAB version 6.0 and above with signal processing and communication toolbox options.

    標簽: GUI The ui_start invoked

    上傳時間: 2016-08-24

    上傳用戶:杜瑩12345

  • 實現8比特字節的RS糾錯編碼

    實現8比特字節的RS糾錯編碼,可以指定極性校驗字節數目,能產生的最大校驗序列長度為255字節(含極性校驗字節).This is an implementation of a Reed-Solomon code with 8 bit bytes, and a configurable number of parity bytes. The maximum sequence length (codeword) that can be generated is 255 bytes, including parity bytes.

    標簽: 比特 字節 RS糾錯編碼

    上傳時間: 2016-08-24

    上傳用戶:思琦琦

  • This the source for a C compiler that generates 386 or m68K code. Code generation is fairly good al

    This the source for a C compiler that generates 386 or m68K code. Code generation is fairly good although the optimizer is a little naive... the code itself should be highly portable although there are some issues involved with porting from MSDOS that have to be resolved for example the size of LONG on unix machines is so big some of the code generated gets messed up.

    標簽: generation generates compiler source

    上傳時間: 2013-12-18

    上傳用戶:海陸空653

  • 是一本介紹java基礎應用的好書 Java For Artists targets both the undergraduate computer science or information te

    是一本介紹java基礎應用的好書 Java For Artists targets both the undergraduate computer science or information technology student and the practicing programmer. It is both an introductory-level textbook and trade book. As a textbook it employs learning objectives, skill-building exercises, suggested projects, and self-test questions to reinforce the learning experience. The projects offered range from the easy to the extremely challenging. It covers all the topics you’d expect to find in an introductory Java programming textbook and then some. As a trade book it goes purposefully deeper into topics cut short or avoided completely in most introductory textbooks. Its coverage of advanced GUI programming techniques, network programming and object-oriented theory will enable you to take your skills to a higher level.

    標簽: undergraduate information computer Artists

    上傳時間: 2016-09-28

    上傳用戶:qiaoyue

  • 用20個示例項目的方式介紹Matlab/Simulink。內容包括: *Contains over 20 hands-on projects in MATLAB(with code) integra

    用20個示例項目的方式介紹Matlab/Simulink。內容包括: *Contains over 20 hands-on projects in MATLAB(with code) integrated throughout the book *Includes a complete introduction to Simulink *Accompanied by a CD-ROM containing MATLAB examples, source code, third party simulations & projects *Suitable for self-study and professional licensing exams *Designed for the reader who does not have extensive math and programming experience *Contains many practical applications of MATLAB and Simulink

    標簽: Contains Simulink hands-on projects

    上傳時間: 2014-01-03

    上傳用戶:hj_18

  • Top module name : SHIFTER (File name : SHIFTER.v) 2. Input pins: SHIFT [3:0], IN [15:0], SIGN, RIGH

    Top module name : SHIFTER (File name : SHIFTER.v) 2. Input pins: SHIFT [3:0], IN [15:0], SIGN, RIGHT. 3. Output pins: OUT [15:0]. 4. Input signals generated from test pattern are latched in one cycle and are synchronized at clock rising edge. 5. The SHIFT signal describes the shift number. The shift range is 0 to 15. 6. When the signal RIGHT is high, it shifts input data to right. On the other hand, it shifts input data to left. 7. When the signal SIGN is high, the input data is a signed number and it shifts with sign extension. However, the input data is an unsigned number if the signal SIGN is low. 8. You can only use following gates in Table I and need to include the delay information (Tplh, Tphl) in your design.

    標簽: SHIFTER name module Input

    上傳時間: 2013-12-13

    上傳用戶:himbly

  • Top module name : SHIFTER (File name : SHIFTER.v) 2. Input pins: SHIFT [3:0], IN [15:0], SIGN, RIGH

    Top module name : SHIFTER (File name : SHIFTER.v) 2. Input pins: SHIFT [3:0], IN [15:0], SIGN, RIGHT. 3. Output pins: OUT [15:0]. 4. Input signals generated from test pattern are latched in one cycle and are synchronized at clock rising edge. 5. The SHIFT signal describes the shift number. The shift range is 0 to 15. 6. When the signal RIGHT is high, it shifts input data to right. On the other hand, it shifts input data to left. 7. When the signal SIGN is high, the input data is a signed number and it shifts with sign extension. However, the input data is an unsigned number if the signal SIGN is low. 8. You can only use following gates in Table I and need to include the delay information (Tplh, Tphl) in your design.

    標簽: SHIFTER name module Input

    上傳時間: 2014-01-20

    上傳用戶:三人用菜

  • The inverse of the gradient function. I ve provided versions that work on 1-d vectors, or 2-d or 3-d

    The inverse of the gradient function. I ve provided versions that work on 1-d vectors, or 2-d or 3-d arrays. In the 1-d case I offer 5 different methods, from cumtrapz, and an integrated cubic spline, plus several finite difference methods. In higher dimensions, only a finite difference/linear algebra solution is provided, but it is fully vectorized and fully sparse in its approach. In 2-d and 3-d, if the gradients are inconsistent, then a least squares solution is generated

    標簽: gradient function provided versions

    上傳時間: 2016-11-07

    上傳用戶:秦莞爾w

主站蜘蛛池模板: 宝丰县| 上蔡县| 南澳县| 五大连池市| 株洲市| 龙山县| 雅安市| 德安县| 大名县| 民权县| 阜平县| 门头沟区| 灵山县| 连江县| 黑水县| 金秀| 徐州市| 大石桥市| 资中县| 江门市| 郧西县| 泸州市| 新干县| 社会| 彩票| 土默特右旗| 正安县| 梨树县| 海原县| 呈贡县| 南通市| 南澳县| 和平区| 济阳县| 修武县| 永年县| 宣化县| 留坝县| 盈江县| 三亚市| 峡江县|