a code in embedded C to interface simcom300 with avr micro controller for gprs and sending messages.
資源簡介:a code in embedded C to interface simcom300 with avr micro controller for gprs and sending messages.
上傳時間: 2017-08-10
上傳用戶:sevenbestfei
資源簡介:a calc in visul c++ can help you study lex and ya
上傳時間: 2013-12-15
上傳用戶:csgcd001
資源簡介:This is a code in visual basic.
上傳時間: 2017-05-07
上傳用戶:宋桃子
資源簡介:C Tutorial with a strong emphasis on KEIL C51 A definitive recomendation for a startup in KEIL C for 8051 family
上傳時間: 2013-12-05
上傳用戶:wanqunsheng
資源簡介:In this paper, a new method is introduced to implement chaotic generators based on the Henon map and Lorenz chaotic generators given by the state equations using the Field Programmable Gate Array (FPGA). The aim of this method is to increas...
上傳時間: 2017-07-24
上傳用戶:qq521
資源簡介:this application was developed in visual c# to draw the sequence of the data given by Lagrange Interpolation algorithm
上傳時間: 2013-12-24
上傳用戶:dreamboy36
資源簡介:This the Firmware code for the ADE7758 for the PIC Micro controller for the computation of three phase parameters.
上傳時間: 2017-04-01
上傳用戶:lanwei
資源簡介:AVR micro-controller to control RC servo
上傳時間: 2013-12-12
上傳用戶:sk5201314
資源簡介:Advanced_modelling_in_finance_using_Excel_and_VBA(pdf) The book adopts a step-by-step approach to understanding the more sophisticated aspects of Excel macros and VBA programming, showing how these programming techniques can be used to mo...
上傳時間: 2013-12-14
上傳用戶:txfyddz
資源簡介:This package contains the following source code files: - demo.c Demo application source, with message packing/unpacking example - benchmark.c Benchmark source, to benchmark pack/unpack operations - dl_c_is...
上傳時間: 2013-12-19
上傳用戶:米卡
資源簡介:This the OXO example code plus the presentation. It is intended to provide you with some clues about the structure and classes you may need for your second assignment. I have also included the jar file.
上傳時間: 2016-06-20
上傳用戶:戀天使569
資源簡介:Supplemental information for a high-speed serial bus that integrates well with most IEEE standard 32-bit and 64-bit parallel buses is specified. It is intended to extend the usefulness of a low-cost interconnect between external periphera...
上傳時間: 2014-03-07
上傳用戶:jjj0202
資源簡介:how to build a stub in c++ test.this source code show you the way!
上傳時間: 2013-12-06
上傳用戶:003030
資源簡介:The JILRunOnly project is a simple command-line application written in ANSI-C that is intended to demonstrate in detail, how the JILRuntime/JewelScript library can be embedded into an application.
上傳時間: 2015-04-03
上傳用戶:ywqaxiwang
資源簡介:This code detects memory leaks in embedded VC++ almost the same way crtdbg does in VC++. At the end of program execution it will display in the debug window if there were any memory leaks and how the memory looks so you can identify where y...
上傳時間: 2015-05-07
上傳用戶:comua
資源簡介:Computes the hafnian of a nonnegative integer matrix. Notes: Copy hafnian.c to main.c, in the same directory as Rothberg s code (see above). You can download the .tar directory with the code weighted-match.tar here. Then "make" the codes (t...
上傳時間: 2013-12-23
上傳用戶:lmeeworm
資源簡介:Notepad++ is a generic source code editor (it tries to be anyway) and Notepad replacement written in C++ with the win32 API. The aim of Notepad++ is to offer a slim and efficient binary with a totally customizable GUI
上傳時間: 2013-12-18
上傳用戶:天涯
資源簡介:This C/C++ code example demonstrates porting standard C software to the S60 platform. In this example, an open source FTP library (ftplib and qftp) written in C has been ported to Open C. In addition, a simple UI has been written in Sym...
上傳時間: 2014-10-25
上傳用戶:cc1
資源簡介:Notepad++ is a generic source code editor (it tries to be anyway) and Notepad replacement written in C++ with the win32 API. The aim of Notepad++ is to offer a slim and efficient binary with a totally customizable GUI.
上傳時間: 2015-12-28
上傳用戶:sjyy1001
資源簡介:If you have programming experience and a familiarity with C--the dominant language in embedded systems--Programming embedded Systems, Second Edition is exactly what you need to get started with embedded software. This software is ubiquitous...
上傳時間: 2013-12-11
上傳用戶:362279997
資源簡介:FFTW, a collection of fast C routines to compute the Discrete Fourier Transform in one or more dimensions.The fftw/ directory contains the source code for the complex transforms, and the rfftw/ directory contains the source code for the r...
上傳時間: 2016-08-17
上傳用戶:yoleeson
資源簡介:The package includes 3 Matlab-interfaces to the c-code: 1. inference.m An interface to the full inference package, includes several methods for approximate inference: Loopy Belief Propagation, Generalized Belief Propagation, Mean-F...
上傳時間: 2016-08-27
上傳用戶:gxrui1991
資源簡介:This a FREE tool chain which compiles C codes into 8051 binary code, converts the binary to RTL ROM, and simulate in Modelsim. SDCC is the compiler. Example compilation: cd compile sdcc --iram-size 0x80 --xram-size 0x800 t8051.c ...
上傳時間: 2017-01-07
上傳用戶:wyc199288
資源簡介: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
資源簡介:This book introduces embedded systems to C and C++ programmers. Topics include testing memory devices, writing and erasing Flash memory, verifying nonvolatile memory contents, controlling on-chip peripherals, device driver design and implem...
上傳時間: 2013-12-10
上傳用戶:shizhanincc
資源簡介:source code to compute the visibility polygon of a point in a polygon.
上傳時間: 2015-01-09
上傳用戶:wpt
資源簡介:The Gray Watson debugging malloc library is C source code for a drop in replacement for the system malloc & other memory manage ment routines. What is unique about this library is that it contains a number of powerful debugging facilities i...
上傳時間: 2015-02-05
上傳用戶:TF2015
資源簡介:This module can be used to interface to the MMC card in MMC or * SPI modes. It supports a multiple card environment. The reset and * identification processes assume multiple cards on the bus. * In MMC mode, the card number is used as the...
上傳時間: 2014-01-07
上傳用戶:qilin
資源簡介:This a very simple Yee algorithm 3D FDTD code in C implementing the free space form of Maxwell s equations on a Cartesian grid. There are no internal materials or geometry. The code as delivered simulates an idealized rectangular waveguide ...
上傳時間: 2015-05-14
上傳用戶:水中浮云
資源簡介:graspForth is my humble attempt at a Forth-in-C that has the following goals: GCC ......... to support all 32-bit micros that GCC cross-compiles to. Relocatable . to be able to run in-place in either Flash or Ram. Fast ........ to be "...
上傳時間: 2015-05-23
上傳用戶:tfyt