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

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

COMMON-validator

  • 作者:林信良(網絡化名良葛格) 學歷:臺灣大學電機工程學系 經歷:SUN教育訓練中心講師 著作:《JAVA 學習筆記》、《Spring 技術手冊》

    作者:林信良(網絡化名良葛格) 學歷:臺灣大學電機工程學系 經歷:SUN教育訓練中心講師 著作:《JAVA 學習筆記》、《Spring 技術手冊》,為SUN官方教材主要編寫成員之一 博客: http://blog.csdn.net/caterpillar_here 本書詳細信息: http://www.china-pub.com/computers/common/info.asp?id=31664

    標簽: Spring JAVA SUN 網絡

    上傳時間: 2013-12-24

    上傳用戶:yyq123456789

  • Verilog and VHDL狀態機設計

    Verilog and VHDL狀態機設計,英文pdf格式 State machine design techniques for Verilog and VHDL Abstract : Designing a synchronous finite state Another way of organizing a state machine (FSM) is a common task for a digital logic only one logic block as shown in engineer. This paper will discuss a variety of issues regarding FSM design using Synopsys Design Compiler . Verilog and VHDL coding styles will be 2.0 Basic HDL coding presented. Different methodologies will be compared using real-world examples.

    標簽: Verilog VHDL and 狀態

    上傳時間: 2013-12-19

    上傳用戶:change0329

  • Struts新聞管理系統 1.本程序為學習struts的朋友提供一個例子。 2.本程序部分實現AJAX功能

    Struts新聞管理系統 1.本程序為學習struts的朋友提供一個例子。 2.本程序部分實現AJAX功能,采用DWR框架。 3.程序運行環境為MYECLIPSE 5.0 + TOMACT 5.5 + ORACLE 9i 4.配置說明:將lib目錄下的commons-pool-1.2.jar,commons-dbcp-1.2.jar,ojdbc14.jar復制到TOMACT目錄下的COMMON下的LIB目錄中。 5.需要修改cn.lingqi.tool包下面的DBConnection.java中的配置部分。以及WebRoot\WEB-INF下的struts-config.xml的數據庫配置部分。自己可以修改為MYSQL連接。

    標簽: Struts struts AJAX 程序

    上傳時間: 2013-11-30

    上傳用戶:330402686

  • 參考算法導論寫的LCS算法

    參考算法導論寫的LCS算法,仿照STL的泛型風格,適用于多種STL容器中的各種類型數據構成的序列的最大公共子序列(Longest Common Subsequence)問題求解。

    標簽: LCS 算法

    上傳時間: 2014-11-22

    上傳用戶:stvnash

  • This lab exercise will introduce you to the AccelWare IP generators. AccelWare is a library of over

    This lab exercise will introduce you to the AccelWare IP generators. AccelWare is a library of over fifty IP generators, available in the form of three toolkits that produce synthesizable MATLAB for common MATLAB built in and toolbox functions. Each generator offers macro and micro-architecture selections that allow full customization of the generated model to the target application requirements.

    標簽: AccelWare generators introduce exercise

    上傳時間: 2013-12-16

    上傳用戶:2467478207

  • This tutorial attempts to get you started developing with the Win32 API as quickly and clearly as po

    This tutorial attempts to get you started developing with the Win32 API as quickly and clearly as possible. It is meant to be read as a whole, so please read it from beginning to end before asking questions... most of them will probably be answered. Each section builds on the sections before it. I have also added some solutions to common errors in Appendix A. If you ask me a question that is answered on this page, you will look very silly.

    標簽: developing tutorial attempts clearly

    上傳時間: 2015-09-29

    上傳用戶:wanqunsheng

  • The soft-engineer ralated data is ready for your study,for the stylist ,for some people having the c

    The soft-engineer ralated data is ready for your study,for the stylist ,for some people having the common goal.

    標簽: for soft-engineer the ralated

    上傳時間: 2014-01-26

    上傳用戶:趙云興

  • With the release of PHP 5 web developers need a guide to developing with PHP 5 to both learn its com

    With the release of PHP 5 web developers need a guide to developing with PHP 5 to both learn its complex new features and more fully implement the long-standing features on which PHP s success is built. PHP 5 in Practice is a reference guide that provides developers with easy-to-use and easily extensible code to solve common PHP problems. It focuses on providing real code solutions to problems, allowing the reader to learn by seeing exactly what is happening behind the scenes to get your solution. Because a real-life situation will rarely match the book s example problems precisely, PHP 5 in Practice explains the solution well enough that you will understand it and can learn how to truly solve your own problem.

    標簽: developers developing PHP release

    上傳時間: 2013-12-17

    上傳用戶:xzt

  • LinCAN is a Linux kernel module that implements a CAN driver capable of working with multiple cards,

    LinCAN is a Linux kernel module that implements a CAN driver capable of working with multiple cards, even with different chips and IO methods. Each communication object can be accessed from multiple applications concurrently. It supports RT-Linux, 2.2, 2.4, and 2.6 with fully implemented select, poll, fasync, O_NONBLOCK, and O_SYNC semantics and multithreaded read/write capabilities. It works with the common Intel i82527, Philips 82c200, and Philips SJA1000 (in standard and PeliCAN mode) CAN controllers. LinCAN project is part of a set of CAN/CANopen related components developed as part of OCERA framework.

    標簽: implements multiple capable working

    上傳時間: 2015-10-14

    上傳用戶:磊子226

  • Verilog HDL: Magnitude For a vector (a,b), the magnitude representation is the following: A c

    Verilog HDL: Magnitude For a vector (a,b), the magnitude representation is the following: A common approach to implementing these arithmetic functions is to use the Coordinate Rotation Digital Computer (CORDIC) algorithm. The CORDIC algorithm calculates the trigonometric functions of sine, cosine, magnitude, and phase using an iterative process. It is made up of a series of micro-rotations of the vector by a set of predetermined constants, which are powers of two. Using binary arithmetic, this algorithm essentially replaces multipliers with shift and add operations. In a Stratix™ device, it is possible to calculate some of these arithmetic functions directly, without having to implement the CORDIC algorithm.

    標簽: representation Magnitude the magnitude

    上傳時間: 2013-12-24

    上傳用戶:金宜

主站蜘蛛池模板: 阳春市| 志丹县| 纳雍县| 湘潭市| 土默特右旗| 周口市| 墨脱县| 嘉定区| 英吉沙县| 淮安市| 高阳县| 宁陕县| 靖江市| 富源县| 东乡县| 温宿县| 青河县| 吉木乃县| 龙游县| 乳山市| 依安县| 江川县| 高州市| 北川| 青神县| 巴中市| 巴青县| 北川| 宣恩县| 乌兰浩特市| 基隆市| 游戏| 潼关县| 江川县| 锦屏县| 乌兰浩特市| 无锡市| 鹤山市| 西吉县| 银川市| 丹东市|