HDB3碼的VHDL實現 共三個模塊:插入V、插入B以及單雙極性變換
上傳時間: 2013-11-29
上傳用戶:天涯
Basic tutorial This tutorial provides a step by step walkthrough of the workbench.
標簽: tutorial step walkthrough workbench
上傳時間: 2013-11-30
上傳用戶:腳趾頭
此文件是引文原版的matlab programming 它包括以下內容 Creating and Concatenating Matrices Accessing Elements of a Matrix Getting Information About a Matrix 。。。。。 總之包括所有matlab的使用方法
標簽: Concatenating programming Accessing Creating
上傳時間: 2016-06-29
上傳用戶:youke111
基于MSP430系列單片機的軟件實時時鐘(RTC)代碼,使用定時器B為中斷源,時間變量使用字符型變量儲存,便于直接輸出數字
上傳時間: 2013-12-20
上傳用戶:hzy5825468
PHP Cookbook has a wealth of solutions for problems that you ll face regularly. With topics that range from beginner questions to advanced web programming techniques, this guide contains practical examples -- or "recipes" -- for anyone who uses this scripting language to generate dynamic web content. Updated for PHP 5, this book provides solutions that explain how to use the new language features in detail, including the vastly improved object-oriented capabilities and the new PDO data access extension. New sections on classes and objects are included, along with new material on processing XML, building web services with PHP, and working with SOAP/REST architectures. With each recipe, the authors include a discussion that explains the logic and concepts underlying the solution.
標簽: that solutions regularly Cookbook
上傳時間: 2014-12-03
上傳用戶:努力努力再努力
C_MINUS 編譯器 源代碼 《便宜原理及實踐》附錄B
上傳時間: 2016-06-30
上傳用戶:FreeSky
、該個詞法分析器要求至少能夠識別以下幾類單詞: a. 關鍵字:else if int return void while共6個,所有的關鍵字都是保留字,并且必須是小寫; b. 標識符:識別與C語言詞法規定相一致的標識符,通過下列正則表達式定義:ID = letter (letter | digit)*; c. 常數:NUM=(+ | - |ε)digit digit*(.digit digit* |ε)(e(+ | - |ε) digit digit* |ε),letter = a|..|z|A|..|Z|,digit = 0|..|9,包括整數,如123, -123, +123等;小數,如123.45, +123.45, -123.45;科學計數法表示的常數,如+1.23e3,-2.3e-9; d. 專用符號:+ - * / < <= > >= == != = , ( ) [ ] { } /* */;
上傳時間: 2013-12-08
上傳用戶:gtf1207
CELP (CELl Processing) is a functional programming package for Matlab. It is often better to use FP instead of loops: - it s more compact - it s more clear.
標簽: programming Processing functional package
上傳時間: 2013-12-19
上傳用戶:netwolf
按照Clifford A . Shaffer《數據結構與算法分析(第二版)》指導,用C#實現的B+樹,接口定義良好。最好重寫“從文件載入新建樹部分”的代碼以提高建樹效率。實現細節之一:當“需要插入子節點的節點”已滿而相鄰節點未滿時會平分兩者節點而不是分裂該節點。
標簽: Clifford Shaffer 數據結構 算法分析
上傳時間: 2016-07-02
上傳用戶:362279997
This handbook is a concise guide to architecting, designing, and building J2EE applications. It guides technical architects through the entire J2EE project, including identifying business requirements, performing use-case analysis, doing object and data modeling, and leading a development team through construction. Whether you are about to architect your first J2EE application or are looking for ways to keep your projects on-time and on-budget, you will refer to this handbook again and again.
標簽: architecting applications designing handbook
上傳時間: 2014-08-06
上傳用戶:xuan‘nian