This will sample all 8 A/D-channels. The result will be send out via UART1 and can be seen within any terminal-program (9600 Baud). With each pressed key the next channel will be converted. No interrupts are used.
資源簡介:This will sample all 8 A/D-channels. The result will be send out via UART1 and can be seen within any terminal-program (9600 Baud). With each pressed key the next channel will be converted. No interrupts are used.
上傳時間: 2016-04-23
上傳用戶:wxhwjf
資源簡介:This will sample all 8 A/D-channels by the continous mode. Each end of conversion will call an interrupt routine, where the AD-channel is put to Port4[2..0] and the upper nibble of the result is put to Port4[7..4]. Port 4 is connected ...
上傳時間: 2013-12-09
上傳用戶:zm7516678
資源簡介:gphone is a net phone base on the rtp protocol. It is simple but pratical and can be a good sample for newbies of rtp protocol
上傳時間: 2014-01-19
上傳用戶:lnnn30
資源簡介:This algorithm was developed by Professor Ronald L. Rivest of MIT and can be found presented in several languages. What I provide to you here is a C++ derivative of the original C implementation of Professor Rivets. The library code itself ...
上傳時間: 2014-12-21
上傳用戶:gonuiln
資源簡介:Java program asking the user to enter a number and will be printed out 10 times and enter a letter "x" to exit.
上傳時間: 2017-08-11
上傳用戶:www240697738
資源簡介:This file came from Planet-Source-Code.com...the home millions of lines of source code You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=58860&lngWId=1 The autho...
上傳時間: 2013-12-26
上傳用戶:dancnc
資源簡介:find the information about a host with the DNS retrieving system calls, such as gethostbyname() and gethostbyaddr(). (2) All the required information are in the hostent structure. (3) All the aliases and IP addresses of the host is st...
上傳時間: 2016-02-21
上傳用戶:13517191407
資源簡介:One program to simulation light passing through a glass sphere. It is interesting and can be used in geometric optics.
上傳時間: 2014-12-07
上傳用戶:璇珠官人
資源簡介:The MIPS32® 4KEm™ core from MIPS® Technologies is a member of the MIPS32 4KE™ processor core family. It is a high-performance, low-power, 32-bit MIPS RISC core designed for custom system-on-silicon applications. The core ...
上傳時間: 2014-12-22
上傳用戶:semi1981
資源簡介:Ring register[1 from 8] which seven speeds. The result is presented on 8 LEDs. After every cycle, speed grows. The process starts again after last 8 cycle.
上傳時間: 2017-03-24
上傳用戶:llandlu
資源簡介:it is a java chat program Written in a RMI code. its simple to use and can be used as a project.
上傳時間: 2017-04-06
上傳用戶:xwd2010
資源簡介:This code demonstrate Fast Wavelet Transform. Executable and can be run on Visual C++ platform
上傳時間: 2017-04-27
上傳用戶:zhuimenghuadie
資源簡介:d flip flop t flip flop counter mux using active hdl can be run using 3.2 version and creating new design
上傳時間: 2013-12-16
上傳用戶:3到15
資源簡介:A Triple-DES implementation written in C by Richard Outerbridge. Copyrighted but can be freely used.
上傳時間: 2017-09-01
上傳用戶:1079836864
資源簡介:This example program shows how to configure and use the A/D Converter of the following microcontroller: STMicroelectronics ST10F166 After configuring the A/D, the program reads the A/D result and outputs the converted value using the s...
上傳時間: 2014-12-01
上傳用戶:獨孤求源
資源簡介:In the next generation of wireless communication systems, there will be a need for the rapid deployment of independent mobile users. Significant examples include establishing survivable, efficient, dynamic communication for emergency oper...
上傳時間: 2014-01-07
上傳用戶:cuibaigao
資源簡介:In the next generation of wireless communication systems, there will be a need for the rapid deployment of independent mobile users. Significant examples include establishing survivable, efficient, dynamic communication for emergency oper...
上傳時間: 2014-01-04
上傳用戶:tedo811
資源簡介:This is a Flex UIComponent that can be used 謀n a FLEX 3 mxml application as component written in action script 3.0, provides you to create items that cab be filled from an XML or Query resultSet or etc. and is viewed in a container that ca...
上傳時間: 2013-12-09
上傳用戶:dapangxie
資源簡介:TheTool is highy customizable map editor(based on QT) which can be extended via LUA scripts. A first implentation is ready and can be published to the public. The editor is the perfect tool who wants to design some 3d games but don t have t...
上傳時間: 2013-12-12
上傳用戶:lanwei
資源簡介:The Hopfield model is a distributed model of an associative memory. Neurons are pixels and can take the values of -1 (off) or +1 (on). The network has stored a certain number of pixel patterns. During a retrieval phase, the network is start...
上傳時間: 2015-06-17
上傳用戶:l254587896
資源簡介:ET++ is a portable and homogenous object-oriented class library integrating user interface building blocks, basic data structures, and high level application framework components. ET++ eases the building of highly interactive applications...
上傳時間: 2016-04-15
上傳用戶:tedo811
資源簡介:JaNet: Java Neural Network Toolkit resume: A well documented toolkit for designing and training, and a java library for inclusion in third party programs. description: jaNet package is a java neural network toolkit, which you can use to...
上傳時間: 2016-04-15
上傳用戶:zhanditian
資源簡介:ucos2 is a file system for embedded applications which can be used on any media, for which you can provide basic hardware access functions. µ C/FS is a high performance library that has been optimized for minimum memory consumption in ...
上傳時間: 2017-01-04
上傳用戶:偷心的海盜
資源簡介:ucos2 is a file system for embedded applications which can be used on any media, for which you can provide basic hardware access functions. µ C/FS is a high performance library that has been optimized for minimum memory consumption in ...
上傳時間: 2017-01-04
上傳用戶:13517191407
資源簡介:鈥?What Is a Thread? o The Thread Class o Simple Thread Examples 鈥?Problems with Multithreading o What Goes Wrong? o Thread Names and Current Threads o Java s synchronized 鈥?Synchronizing Threads o Multiple Locks 鈥?The ...
上傳時間: 2017-03-02
上傳用戶:kristycreasy
資源簡介:I have written this article to capture a Windows image into a bitmap file that will support all PaintBrush tools and Thumbnail Views of Windows Explorer. I have found many programmers suffering from this problem, including me, until I wrote...
上傳時間: 2015-01-10
上傳用戶:hzy5825468
資源簡介:Alter among different sample channels when using A/D for dspic programming.
上傳時間: 2016-02-03
上傳用戶:kytqcool
資源簡介:This is a nice material to learn the matlab which will cover all the fundamental aspects of programming in matlab language
上傳時間: 2017-04-16
上傳用戶:cainaifa
資源簡介:This code sample shows how to write a simple Javadoc 1.2 Doclet. Used with Javadoc, it can generate a Unix-style inverted index for a set of Java classes, with links to real Java API documentation. Includes directions and source code. Thi...
上傳時間: 2015-11-16
上傳用戶:希醬大魔王
資源簡介:This paper examines the asymptotic (large sample) performance of a family of non-data aided feedforward (NDA FF) nonlinear least-squares (NLS) type carrier frequency estimators for burst-mode phase shift keying (PSK) modulations transmit...
上傳時間: 2015-12-30
上傳用戶:225588