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

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

link-state

  • it is a verilog code written for traffic light controller will synthesize in xinlix ise 8.2i.i have

    it is a verilog code written for traffic light controller will synthesize in xinlix ise 8.2i.i have tested it om my kit.[i mae my own kit for spartan2 device].it is a state machine based code.

    標簽: controller synthesize verilog traffic

    上傳時間: 2017-03-22

    上傳用戶:xymbian

  • Windows applications using C++ and the Microsoft Foundation Class (MFC) library. The text builds fro

    Windows applications using C++ and the Microsoft Foundation Class (MFC) library. The text builds from the ground up, first describing the Windows architecture and showing how MFC works with that architecture next covering the document/view framework that simplifies the creation of industrial-strength programs and finally illustrating advanced concepts like the usage of dynamic link libraries (DLL), creating Internet clients, and building form-based applications.

    標簽: applications Foundation Microsoft Windows

    上傳時間: 2013-12-19

    上傳用戶:wpt

  • The main MIPS processor of SMP8630 comes with a JTAG interface, allowing:  access to caches and da

    The main MIPS processor of SMP8630 comes with a JTAG interface, allowing:  access to caches and data bus (DRAM) with a bandwidth of about 200kbit/s  examining the processor state whatever the execution mode (monice)  connecting to monice using mdi-server and using a gdb client on the processor to step and break accurately whatever the execution mode  running semi-hosted applications  fl ash write tool  memory testing (MT command)  real-time traces: has not been built in CPU (Config3_TL=0) and only supported by MajicPLUS probes (maybe built into emulator?)

    標簽: interface processor allowing access

    上傳時間: 2013-12-19

    上傳用戶:youke111

  • (有源代碼)數值分析作業,本文主要包括兩個部分,第一部分是常微分方程(ODE)的三個實驗題,第二部分是有關的拓展討論,包括高階常微分的求解和邊值問題的求解(BVP).文中的算法和算例都是基于Matla

    (有源代碼)數值分析作業,本文主要包括兩個部分,第一部分是常微分方程(ODE)的三個實驗題,第二部分是有關的拓展討論,包括高階常微分的求解和邊值問題的求解(BVP).文中的算法和算例都是基于Matlab計算的.ODE問題從剛性(STIFFNESS)來看分為非剛性的問題和剛性的問題,剛性問題(如大系數的VDP方程)用通常的方法如ODE45來求解,效率會很低,用ODE15S等,則效率會高多了.而通常的非剛性問題,用ODE45來求解會有很好的效果.從階次來看可以分為高階微分方程和一階常微分方程,高階的微分方程一般可以化為狀態空間(STATE SPACE)的低階微分方程來求解.從微分方程的性態看來,主要是微分方程式一階導系數大的時候,步長應該選得響應的小些.或者如果問題的性態不是太好估計的話,用較小的步長是比較好的,此外的話Adams多步法在小步長的時候效率比R-K(RUNGE-KUTTA)方法要好些,而精度也高些,但是穩定區間要小些.從初值和邊值來看,也是顯著的不同的.此外對于非線性常微分方程還有打靶法,胞映射方法等.而對于微分方程穩定性的研究,則諸如相平面圖等也是不可缺少的工具.值得提出的是,除了用ode系類函數外,用simulink等等模塊圖來求解微分方程也是一種非常不錯的方法,甚至是更有優勢的方法(在應用的角度來說).

    標簽: Matla ODE BVP

    上傳時間: 2014-01-05

    上傳用戶:caixiaoxu26

  • /** * PHPSense Pagination Class * * PHP tutorials and scripts * * @package PHPSense * @

    /** * PHPSense Pagination Class * * PHP tutorials and scripts * * @package PHPSense * @author Jatinder Singh Thind * @copyright Copyright (c) 2006, Jatinder Singh Thind * @link http://www.phpsense.com */

    標簽: PHPSense Pagination tutorials scripts

    上傳時間: 2014-01-10

    上傳用戶:wxhwjf

  • A Design and Implementation of The Online Shopping System Abstract: Along with the development

    A Design and Implementation of The Online Shopping System Abstract: Along with the development of the computer ,the database technique is widespread in the application of Internet, more and more , providing more thoughtful and humanized service for the large network customer. Characteristic services have already become gradually the current as the application of Wed nowadays. This text studied a method of project which composed of characteristic page and dynamic state of technical customer according to the data connection rule, compared with some projects that adopt already on present nets, this project have the advantage of providing customers more simple ,reflective obvious meticulous use and so on..

    標簽: Implementation development Abstract Shopping

    上傳時間: 2014-12-04

    上傳用戶:410805624

  • Atheros公司AR8121/AR8113無線網卡的Linux驅動

    Atheros公司AR8121/AR8113無線網卡的Linux驅動,Atheros公司處理器以及無線網卡芯片常用于無線路由器,例如TP-LINK產品。

    標簽: Atheros Linux AR 8121

    上傳時間: 2013-12-25

    上傳用戶:silenthink

  • 開發人員使用JavaScript的一個主要原因就是可以避免回發過程中帶來的頁面刷新。例如我們可以根據用戶的需要使用Treeview控件來展開和折疊相應的數據節點。當你展開一個節點時

    開發人員使用JavaScript的一個主要原因就是可以避免回發過程中帶來的頁面刷新。例如我們可以根據用戶的需要使用Treeview控件來展開和折疊相應的數據節點。當你展開一個節點時,該Treeview控件將會利用JavaScript讀取服務器上的子節點信息,然后平滑無刷新地插入這些新節點。如果沒有使用JavaScript的話,Treeview控件將會因為頁面的回發而重新構建。不但用戶會發現因頁面刷新而帶來的延遲,而且頁面極有可能回復到原來的狀態,即丟失前面所展開的那些子節點信息。對于服務器端來說,因為每次回發的過程中都要處理大量的視圖狀態(View State)信息,這也會嚴重影響程序的整體執行性能。在ASP.NET 2.0中,引入了一個稱為"客戶端回調"的功能,利用這個內建的解決方案我們可以輕松實現客戶端腳本和服務器端代碼間的交互,從而避免了頁面因回發帶來的頻繁刷新。

    標簽: JavaScript Treeview 節點 過程

    上傳時間: 2017-05-24

    上傳用戶:彭玖華

  • This is a simple algorithm that downloads trading data from yahoo database. It is basically a large

    This is a simple algorithm that downloads trading data from yahoo database. It is basically a large scale application of sqq.m which was originally submitted by Michael Boldin, link at acknowledgements. Some of the functionalities of the package: - User defined ticker list. - Function for downloading most recent SP500 composition in ticker list. - Control for bad data (e.g. a certain percentage of prices missing). - Choice of frequency of data (e.g. weekly prices). - Choice of starting and ending data. - Function for saving the whole data in a pre-formatted excel file together with a full reports on missing data.

    標簽: algorithm downloads basically database

    上傳時間: 2017-06-03

    上傳用戶:啊颯颯大師的

  • This code proposes genetic algorithm (GA) to optimize the point-to-point trajectory planning for a 3

    This code proposes genetic algorithm (GA) to optimize the point-to-point trajectory planning for a 3-link robot arm. The objective function for the proposed GA is to minimizing traveling time and space, while not exceeding a maximum pre-defined torque, without collision with any obstacle in the robot workspace.

    標簽: point-to-point trajectory algorithm proposes

    上傳時間: 2013-12-21

    上傳用戶:chenxichenyue

主站蜘蛛池模板: 沂水县| 嫩江县| 桐乡市| 绩溪县| 渭源县| 宣威市| 克拉玛依市| 广南县| 洪雅县| 黔南| 富顺县| 彭州市| 蓬莱市| 抚松县| 武胜县| 石屏县| 保康县| 叶城县| 荥经县| 子洲县| 忻州市| 富锦市| 北流市| 武威市| 巧家县| 江口县| 邵东县| 安溪县| 乌兰浩特市| 苏尼特右旗| 莲花县| 津南区| 保靖县| 灌南县| 郴州市| 花莲县| 邮箱| 静安区| 化州市| 新泰市| 和政县|