This program uses the HF flag of a FIFO to trigger reads, guaranteeing that the FIFO is never blocked for the writer, giving high throughput for the reader (bursts of D/2 = 128) and guaranteeing that the the reader will not be stuck in the top half of the FIFO.
資源簡介:This program uses the HF flag of a FIFO to trigger reads, guaranteeing that the FIFO is never blocked for the writer, giving high throughput for the reader (bursts of D/2 = 128) and guaranteeing that the the reader will not be stuck in the ...
上傳時間: 2016-05-05
上傳用戶:784533221
資源簡介:This paper presents the key circuits of a 1MHz bandwidth, 750kb/s GMSK transmitter. the fractional-N synthesizer forming the basis of the transmitter uses a combined phasefrequency detector (PFD) and digital-to-analog converter (DAC) circu...
上傳時間: 2016-04-14
上傳用戶:er1219
資源簡介:memcat - Copy the value of a key to standard output memflush - Flush the contents of your servers. memrm - Remove a key(s) from the server. memstat - Dump the stats of your servers to standard output memslap - Load generation utility (b...
上傳時間: 2014-11-28
上傳用戶:zhuimenghuadie
資源簡介:the program uses fminsearch to obtain the transfer function of a tank’s height. This tank is then controlled using a real PID controller. Controller’s tuning (determination of optimum controller’s parameters: gain and time constants) is ...
上傳時間: 2013-12-01
上傳用戶:rocwangdp
資源簡介:This program uses the database created by MakeAPIDB. It opens a connection * to a database using the same property file used by MakeAPIDB. then it * queries that database in several interesting ways to obtain useful * information abo...
上傳時間: 2013-11-25
上傳用戶:miaochun888
資源簡介:This program computes the CRC checksum of a file.
上傳時間: 2015-10-27
上傳用戶:wxhwjf
資源簡介:In this program we calculate the scattering field of a infinite dielectric cylinder by two methods. 1)Moment 2)Analytic
上傳時間: 2017-03-30
上傳用戶:BIBI
資源簡介:In this program we calculate the scattering field of a infinite rectangular surface. I use Physical Optic method and compare the result with exact solution.
上傳時間: 2014-01-19
上傳用戶:362279997
資源簡介:This program uses principle of the Image Processing to find center of circles.
上傳時間: 2017-04-12
上傳用戶:xieguodong1234
資源簡介:This program uses Markowitz portofolio theory to find combination of stocks in a portfolio which has minimum variance for expected returns
上傳時間: 2017-05-07
上傳用戶:李彥東
資源簡介:This demonstration models a flight control for the longitudinal motion of a Grumman Aerospace F-14 Tomcat. First order linear approximations of the aircraft and actuator behavior are connected to an analog flight control design that uses ...
上傳時間: 2016-05-17
上傳用戶:wang5829
資源簡介:This program uses the 2131 dev board s push buttons and seven-segment LED for limited keyboard functionality and is based on the EZ-USB firmware frameworks.
上傳時間: 2013-12-07
上傳用戶:小碼農lz
資源簡介:This program will ask how many numbers you want to find the average of, then it will allow you to enter your numbers(yes they can even be decimals) then it will calculate the mean, median, mode and range of what you enter.
上傳時間: 2015-03-23
上傳用戶:skhlm
資源簡介:This program uses a button to load a document from a URL
上傳時間: 2015-07-03
上傳用戶:wang0123456789
資源簡介:具體功能, this a trading plan template which introduce the basic aspects of a good trading plan
上傳時間: 2013-12-26
上傳用戶:cjf0304
資源簡介:This program uses the waterfilling to compute capacity
上傳時間: 2013-12-31
上傳用戶:yzy6007
資源簡介:This the first release of a free TCP/IP/PPP protocol stack for the uC/OS Real-Time Operating System. As a first release it s still rather rough and very much larger than desired however it is working well in an embedded product and therefor...
上傳時間: 2016-09-16
上傳用戶:songyue1991
資源簡介:This program would work fine only with a specific flash tool through PC printer port under EPP mode.program is capable of identifying flash chip manufacturer, device type, capacity,... It also allows user to dump flash data, edit/revise the...
上傳時間: 2014-01-16
上傳用戶:ywqaxiwang
資源簡介:This will calculate the shortest path of a graph
上傳時間: 2017-03-11
上傳用戶:nanshan
資源簡介:this program uses pic microcontroller for display temperature on a lcd monitor.
上傳時間: 2017-04-04
上傳用戶:hakim
資源簡介:Matlab program that calculates the resonant freequency of a seria RLC circut.
上傳時間: 2014-08-02
上傳用戶:GHF
資源簡介:This code will sum-up the value of a listview and save the entire list of a listview in just one click.
上傳時間: 2013-12-26
上傳用戶:SimonQQ
資源簡介:ImpulseC Codeveloper fft code. This file implements the hardware portion of a 256 sample FFT using a radix-4 algorithm. This implementation demonstrates that results similar to hand-coded HDL can be achieved using the C language, and witho...
上傳時間: 2014-01-16
上傳用戶:hustfanenze
資源簡介:This function is used to evaluate the max height and the max distance of a projectile and plot the trajectory. Inputs v0 : the initial velocity in m/s theta: the angle at which the projectile is fired in degrees Outputs...
上傳時間: 2013-12-22
上傳用戶:dongbaobao
資源簡介:This is the source code of a digital clock implemented using Atmel 8 bit AVR Controller(ATMega16). To fully understand it look at the hardware implementation shown in attached photo(pdf).
上傳時間: 2014-08-18
上傳用戶:moshushi0009
資源簡介:MATLAB Code : For MATLAB programmers, this code is to implement the tracking algorithm of a Radar, in the Matlab environment
上傳時間: 2014-01-18
上傳用戶:希醬大魔王
資源簡介:%the phase locked loop(PLL),adjusts the phase of a local oscillator %w.r.t the incoming modulated signal.In this way,the phase of the %incoming signal is locked and the signal is demodulated.This scheme %is used in PM and FM as wel...
上傳時間: 2015-09-28
上傳用戶:zhangzhenyu
資源簡介:Given an positive integer A (1 <= A <= 109), output the lowest bit of A. For example, given A = 26, we can write A in binary form as 11010, so the lowest bit of A is 10, so the output should be 2. Another example goes like this: given A = 8...
上傳時間: 2014-01-22
上傳用戶:rocketrevenge
資源簡介:/* * the internal form of a hash table. * * the table is an array indexed by the hash of the key collisions * are resolved by hanging a linked list of hash entries off each * element of the array. Although this is a really simple ...
上傳時間: 2014-01-07
上傳用戶:gtf1207
資源簡介:the Ruby Way takes a "how-to" approach to Ruby programming with the bulk of the material consisting of more than 400 examples arranged by topic. Each example answers the question "How do I do this in Ruby?" Working along with the author, yo...
上傳時間: 2013-12-13
上傳用戶:yoleeson