this DES made by verilog
資源簡介:this DES made by verilog
上傳時間: 2014-01-19
上傳用戶:釣鰲牧馬
資源簡介:made by: kangkai data:2008.11.23 this one is used to test arm7 str71x. use a led to test GPIO. a---------P0.0 b---------P0.1 c---------P0.2 d---------P0.3 e---------P0.4 f---------P0.5 g---------P0.6 just run it and ...
上傳時間: 2016-12-16
上傳用戶:moerwang
資源簡介:ExcpHook is an open source (see license.txt) Exception Monitor for Windows made by Gynvael Coldwind (of Team Vexillium). t uses a ring0 driver to hook KiExceptionDispatch procedure to detect the exceptions, and then shows information about ...
上傳時間: 2014-02-10
上傳用戶:jing911003
資源簡介:PocketStoreII is a flash translation layer, made by Samsung Electronics, for OneNAND device that uses Windows Mobile as operating system. this section proviDES the prerequisites for installing the PocketStoreII v1.5.1 on Windows Mobile 6....
上傳時間: 2016-07-10
上傳用戶:tianyi223
資源簡介:How to use ADC in the C8051F005 made by cygnal
上傳時間: 2015-05-17
上傳用戶:ddddddos
資源簡介:一個關于DES算法的verilog語言實現(xiàn),包括了各個實現(xiàn)模塊以及測試模塊
上傳時間: 2014-01-23
上傳用戶:璇珠官人
資源簡介:example code made by my teacher
上傳時間: 2015-06-14
上傳用戶:change0329
資源簡介:a little file,which is made by myself.now i send it to share with you.a wish to improve myself via the study with each other.
上傳時間: 2015-08-08
上傳用戶:jkhjkh1982
資源簡介:Handwritten digital recognition is made by matlab nerve network toolbox in visual c++.net
上傳時間: 2013-12-15
上傳用戶:zycidjl
資源簡介:this process is about how to get the shortest path, this process write by VC++.
上傳時間: 2014-01-07
上傳用戶:上善若水
資源簡介:thats the CPU source made by JI FENG
上傳時間: 2013-12-26
上傳用戶:ls530720646
資源簡介:DES encryption for verilog program
上傳時間: 2013-12-01
上傳用戶:日光微瀾
資源簡介:this an interpolating by 2 half-band filter with 79 taps (40 none-zero coefficients).
上傳時間: 2016-10-07
上傳用戶:Andy123456
資源簡介:A clock writing by verilog which can count from 00:00 to 23:59. With a C file to see the simulation results. A co-DESign example of C and verilog.
上傳時間: 2016-10-12
上傳用戶:王者A
資源簡介:A code writing by verilog which can find medium value. With a C file to see the simulation results. A co-DESign example of C and verilog.
上傳時間: 2014-11-18
上傳用戶:ljt101007
資源簡介:DES算法的verilog實現(xiàn),實現(xiàn)了硬件IC對DES的構架,可以直接應用在系統(tǒng)當中。
上傳時間: 2017-01-15
上傳用戶:363186
資源簡介:Raggedstone1 IP core. Raggedstone1 is a low-cost Spartan3 FPGA based PCI development board made by Enterpoint Ltd.
上傳時間: 2013-12-02
上傳用戶:lps11188
資源簡介:Report about ATA standard that implement by verilog
上傳時間: 2017-03-24
上傳用戶:liuchee
資源簡介:MP3 audio decoder made by STMicroelectronics
上傳時間: 2014-01-22
上傳用戶:tuilp1a
資源簡介:this is traning by ica.
上傳時間: 2014-11-27
上傳用戶:PresidentHuang
資源簡介:Report on WCDMA basic knowlage, made by a student in ITT Telkom
上傳時間: 2017-06-26
上傳用戶:kernaling
資源簡介:The purpose of this booklet is to give you a quick introduction to VHDL. this is done by informally DEScribing the facilities provided by the language, and using examples to illustrate them. this booklet does not fully DEScribe every asp...
上傳時間: 2017-07-24
上傳用戶:zhouchang199
資源簡介: The purpose of this lab is to introduce the concept of FSMs with a datapath, and to study the usage of more complex test benches. Also, we enforce a rudimentary DESign methodology by assuming that the students are part of a ...
上傳時間: 2014-01-24
上傳用戶:熊少鋒
資源簡介:this Symbian C++ code example demonstrates how to easily use the onboard camera with zoom and autofocus, utilising an accompanying CameraWrapper made by Forum Nokia. The Camera Wrapper supports all Nokia s S60 devices based on S60 3rd Editi...
上傳時間: 2013-12-11
上傳用戶:hopy
資源簡介:? One of the most misunderstood constructs in the verilog language is the nonblockingassignment. Even very experienced verilog DESigners do not fully understand how nonblockingassignments are scheduled in an IEEE compliant verilog simula...
上傳時間: 2013-10-17
上傳用戶:tb_6877751
資源簡介:?為了有效地提升鉛酸蓄電池的使用壽命,同時實現(xiàn)對充電過程的監(jiān)控,設計出一種用單片機控制的36 V鉛酸蓄電池充電電源。本電路采用反激式拓撲,連續(xù)電流工作模式,電源管理IC設計在電源的副邊,由ELAN公司的EM78P258N單片機模擬,是用可編程器件模擬電源管理I...
上傳時間: 2013-11-16
上傳用戶:cepsypeng
資源簡介:? One of the most misunderstood constructs in the verilog language is the nonblockingassignment. Even very experienced verilog DESigners do not fully understand how nonblockingassignments are scheduled in an IEEE compliant verilog simula...
上傳時間: 2013-11-01
上傳用戶:xzt
資源簡介:Using Gaussian elimination to solve linear equations. // In this version, we allow matrix of any size. this is done by treating // the name of a 2-dimensional array as pointer to the beginning of the // array. this makes use of the fact ...
上傳時間: 2016-02-14
上傳用戶:hxy200501
資源簡介:Swarm intelligence is an innovative computational way to solving hard problems. this discipline is inspired by the behavior of social insects such as fish schools and bird flocks and colonies of ants, termites, bees and wasps. In general,...
上傳時間: 2014-01-14
上傳用戶:小儒尼尼奧
資源簡介:Start it with this document[13 pages only] if you want to develop some good web application using Java instead of reading large books. this document prepared by myself. Clearly explains what is JDBC. and how you can connect to a particul...
上傳時間: 2017-03-11
上傳用戶:頂?shù)弥?/p>