This version of malloc for VxWorks contains two different algorithms. One is the BSD based Kingsley "bucket" allocator which has some unique fragmentation behavior. The other is Doug Lea s well tested allocator that tries to minimize fragmentation while keeping the speed/space requirements. 非常实用,可移植用作实现跨平台的嵌入式的内存分配机制.
资源简介:This version of malloc for VxWorks contains two different algorithms. One is the BSD based Kingsley "bucket" allocator which has some unique fragmentation behavior. The other is Doug Lea s well tested allocator that tries to minimize fragme...
上传时间: 2015-08-28
上传用户:hfmm633
资源简介:This version of dialog, formerly known as cdialog is based on the Debian package for dialog 0.9a (see CHANGES for recent modifications) 这是一个 unix 系统下的对话框管理程序, 你可以将该程序编译后,直接使用。
上传时间: 2013-12-09
上传用户:playboys0
资源简介:this package contains two .c files.One file implements the merge of two int arrays.The other one implements the merge of two linkage array.
上传时间: 2016-02-26
上传用户:曹云鹏
资源简介:EKF-SLAM Simulator This version of the simulator uses global variables for all large objects, such as the state covariance matrix. While bad programming practice, it is a necessary evil for MatLab efficiency, as MatLab has no facility ...
上传时间: 2016-05-02
上传用户:lunshaomo
资源简介:This version of the book is a DRAFT! The chapters are mostly complete, but not carefully edited. Some of the debugging sections are not done, and not all chapters have exercises. If you have high-level comments about the organization of...
上传时间: 2014-08-29
上传用户:ayfeixiao
资源简介:This version of the code is compatible only with the AT89C2051 due to the location of the data buffer and stack in RAM. The code may be modified to work with the AT89C1051 by relocating or resizing the buffer and stack to fit into the...
上传时间: 2015-04-05
上传用户:changeboy
资源简介:The solution of Ziemer s book Digital communication. This version of Digital communication is the Bible in telecommunication.
上传时间: 2016-12-31
上传用户:wpwpwlxwlx
资源简介:ILI9322 initialization code, this is the SPI based initialzation code
上传时间: 2017-04-09
上传用户:cx111111
资源简介:In some graphs, the shortest path is given by optimizing two different metrics: the sum of weights of the edges and the number of edges. For example: if two paths with equal cost exist then, the path with the least number of edges is chosen...
上传时间: 2014-10-25
上传用户:1159797854
资源简介:This paper will discuss the design of an asynchronous FIFO,Asynchronous FIFOs are widely used in the computer networking industry to receive data at a particular frequency and transmit them at another frequency. An asynchronous FIFO has t...
上传时间: 2013-12-09
上传用户:Thuan
资源简介:The module LSQ is for unconstrained linear least-squares fitting. It is based upon Applied Statistics algorithm AS 274 (see comments at the start of the module). A planar-rotation algorithm is used to update the QR- factorization. This m...
上传时间: 2015-05-14
上传用户:aig85
资源简介:NAME Control_AT24Cxx This collection of routines allows an AT89C2051 microcontroller to read and write the AT24Cxx family of serial CMOS EEPROMS. This version of the code is compatible only with the AT89C2051 due to the location of ...
上传时间: 2013-12-13
上传用户:asddsd
资源简介:A program to demonstrate the optimization process of particle swarm optimization. A two-dimensional objective function is visualized by level of grey: the lighter the color, the higher the function value. The particles are shown as red circ...
上传时间: 2013-12-22
上传用户:Andy123456
资源简介:The Radio Interface Layer is the name for an interface that was developed especially for the Pocket PC Phone Edition. It is meant to abstract the interface with a phone/modem device. To achieve this it is closely modelled after the GSM AT c...
上传时间: 2013-12-02
上传用户:wff
资源简介:This file contains a new and improved version of the Huffman coder, (June 29. 2001). The name is Huff06.m. There are also some additional files which are helpful when using Matlab for data compression: quantizer, different variants of run-l...
上传时间: 2015-07-05
上传用户:jeffery
资源简介:n algorithm for domain independent linear text segmentation This the Windows version of the C99 algorithm that was presented in my NAACL00 paper. [Directories] bin contains executables, JAR file and test files classes compiled cod...
上传时间: 2017-01-07
上传用户:ghostparker
资源简介:The code for this article was written for version 1.0 of the Active Template Library (ATL). The current version of the code (in SieveATL) was built with Visual C++ 6.0 and the ATL provided with that compiler. It may be slightly differe...
上传时间: 2013-12-01
上传用户:古谷仁美
资源简介:* DEFINITION * This is the header file for a library module used to calculate the median * of a list of values. It finds the value that would be in the center if * the list were sorted. If the list contains an even number of values, t...
上传时间: 2015-09-07
上传用户:refent
资源简介:This version 0.2 of driver for a simple CAN bus interface. 一个CAN 总线接口程序,供大家分享!
上传时间: 2014-11-24
上传用户:cc1
资源简介:密码算法程序包miracl contains all the source code for the latest version of MIRACL: a Multiprecision Integer and Rational Arithmetic C/C++ library.
上传时间: 2016-07-08
上传用户:xinyuzhiqiwuwu
资源简介:This package is a free collection of Matlab routines for computing wave atom transforms in one, two and three dimensions.
上传时间: 2017-03-05
上传用户:1583060504
资源简介:this is the olsr code for any version of network simulator(ns2).
上传时间: 2017-05-19
上传用户:zhaiye
资源简介:This folder contains two simple functions (zerocross and energy) to compute STE and STZCR. The script zcr_ste_so.m uses these two and other functions (included) to compute the STE and STZCR of the word so . See the respectiv...
上传时间: 2017-06-03
上传用户:exxxds
资源简介:This tutorial was prepared for our freshman engineering students using the student version of MATLAB, because symbolic computations are covered in almost no introductory textbook. We are pleased to make it available to the international co...
上传时间: 2014-01-02
上传用户:lx9076
资源简介:Extension for LockBox for Delphi 7. This pack help for install the previous version of the LockBox for Delphi 2007.
上传时间: 2013-12-11
上传用户:dapangxie
资源简介:THIS is really two books in one: a tutorial and a reference manual for JDBC, the application programming interface that makes it possible for programmers to access databases from Java. The goal is to be useful to a wide range of readers, fr...
上传时间: 2015-08-04
上传用户:zhengzg
资源简介:This set of simulation files performs a computational complexity performance comparison of the two methods mentioned in the paper. The source is ANSI-C compliant, hence any C-compiler can be used to compile the source code. It has been test...
上传时间: 2014-12-22
上传用户:aig85
资源简介:This folder contains all the codes based on Matlab Language for the book <《Iterative Methods for Linear and Nonlinear Equations》, and there are totally 21 M files, which can solve most of linear and nonlinear equations problems.
上传时间: 2013-12-23
上传用户:cazjing
资源简介:UCOS/II for ICCAVR - The version of UCOS/II is 2.04 - the original port was done by Ole Saether for the IAR compiler. Jens E. Holtegaard ported one version using ICCAVR. Joerg Meyer did another port (using Jens port as a start?). ...
上传时间: 2015-11-14
上传用户:ippler8
资源简介:This assessment creates an initial version of the auction project that allows user to register, login, and logout. Registered users can post items (advertisements) for auction.
上传时间: 2013-12-22
上传用户:star_in_rain