虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

Free-RAM

  • 主要用于在单片机的监测中

    主要用于在单片机的监测中,片内ram 的监测读写

    标签: 单片机 监测

    上传时间: 2013-11-26

    上传用户:erkuizhang

  • cpress usb 芯片Vender 处理固件。 The purpose of this software is to demonstrate how to implement vendor s

    cpress usb 芯片Vender 处理固件。 The purpose of this software is to demonstrate how to implement vendor specific commands. The following vendor specific commands are implemented: A0 Firmware Upload/Download A2 EEProm Load A3 External Ram Load A4 Set I2C Addr A5 Get IIC Type (1 Byte or 2 Byte EEPROM) A6 Get Chip Rev A8 Renumerate

    标签: demonstrate implement software purpose

    上传时间: 2016-01-14

    上传用户:stvnash

  • ST7529液晶驱动 The ST7529 is a driver & controller LSI for 32 gray scale graphic dot-matrix liquid cryst

    ST7529液晶驱动 The ST7529 is a driver & controller LSI for 32 gray scale graphic dot-matrix liquid crystal display systems. It generates 255 Segment and 160 Common driver circuits. This chip is connected directly to a microprocessor, accepts Serial Peripheral Interface (SPI), 8-bit/16-bit parallel or IIC display data and stores in an on-chip display data RAM. It performs display data RAM read/write operation with no external operating clock to minimize power consumption. In addition, because it contains power supply circuits necessary to drive liquid crystal, it is possible to make a display system with the fewest components.

    标签: 7529 controller dot-matrix graphic

    上传时间: 2013-12-02

    上传用户:奇奇奔奔

  • 图形显示技巧,这是其中一段代码 procedure TForm1.Button1Click(Sender: TObject) var newbmp:TBitmap i,bmphei

    图形显示技巧,这是其中一段代码 procedure TForm1.Button1Click(Sender: TObject) var newbmp:TBitmap i,bmpheight,bmpwidth:integer //推拉 begin newbmp:=TBitmap.Create newbmp.Width:=image1.Width newbmp.Height:=image1.Height bmpheight:=image1.Height bmpwidth:=image1.Width for i:=0 to bmpheight do begin newbmp.Canvas.CopyRect(Rect(0,bmpheight-i,bmpwidth,bmpheight),image1.Canvas,Rect(0,0,bmpwidth,i)) form1.Canvas.Draw(120,100,newbmp) end newbmp.free end

    标签: procedure TBitmap TObject Button

    上传时间: 2016-01-18

    上传用户:comua

  • The Tremor Vorbis I stream and file decoder provides an embeddable, integer-only library [libvorbisi

    The Tremor Vorbis I stream and file decoder provides an embeddable, integer-only library [libvorbisidec] intended for decoding all current and future Vorbis I compliant streams. The Tremor libvorbisidec library exposes an API intended to be as similar as possible to the familiar vorbisfile library included with the open source Vorbis reference libraries distributed for free by Xiph.org. Tremor can be used along with any ANSI compliant stdio implementation for file/stream access, or use custom stream i/o routines provided by the embedded environment. Both uses are described in detail in this documentation.

    标签: integer-only embeddable libvorbisi provides

    上传时间: 2013-12-25

    上传用户:lindor

  • The Tremor Vorbis I stream and file decoder provides an embeddable, integer-only library [libvorbisi

    The Tremor Vorbis I stream and file decoder provides an embeddable, integer-only library [libvorbisidec] intended for decoding all current and future Vorbis I compliant streams. The Tremor libvorbisidec library exposes an API intended to be as similar as possible to the familiar vorbisfile library included with the open source Vorbis reference libraries distributed for free by Xiph.org. ogg vorbis decoder, evc project Tremor can be used along with any ANSI compliant stdio implementation for file/stream access, or use custom stream i/o routines provided by the embedded environment. Both uses are described in detail in this documentation.

    标签: integer-only embeddable libvorbisi provides

    上传时间: 2016-01-21

    上传用户:gengxiaochao

  • 网络日志!当前免费FTP服务到处都有,我的这个APPLET用意是:利用起这些免费空间,在自己的网站上实现日志,相当于把数据库建在这些免费的FTP空间上,该代码已经在本地FTP服务器上测试通过,在测试外

    网络日志!当前免费FTP服务到处都有,我的这个APPLET用意是:利用起这些免费空间,在自己的网站上实现日志,相当于把数据库建在这些免费的FTP空间上,该代码已经在本地FTP服务器上测试通过,在测试外网FTP服务器失败,只要查一查BUG就可以启用的,我当时想法是统筹应用各方的FTP空间,并在自己有限的稳定空间上保存链接资料,从而保证空间的免费和稳定,原理有点象花生壳这个程序,希望同志们实现我的想法!别忘了SHARE哦,WE SHARE SO WE FREE!

    标签: FTP APPLET 日志 测试

    上传时间: 2014-12-03

    上传用户:阳光少年2016

  • S64是atmel公司的一块ARM7处理器

    S64是atmel公司的一块ARM7处理器,价格低廉,16k RAM 64K flash,带USB接口,是ARM入门的好选择,这个是它的电路图,protel的

    标签: atmel ARM7 S64 处理器

    上传时间: 2013-12-26

    上传用户:gtzj

  • fat&tiny-fat文件系统

    fat&tiny-fat文件系统,很精简的代码适合用在嵌入式系统上面,另外此代码为完全free类型代码,即可以用在商业用途上

    标签: tiny-fat fat 文件系统

    上传时间: 2014-01-01

    上传用户:lxm

  • The Linux Enterprise Cluster explains how to take a number of inexpensive computers with limited res

    The Linux Enterprise Cluster explains how to take a number of inexpensive computers with limited resources, place them on a normal computer network, and install free software so that the computers act together like one powerful server. This makes it possible to build a very inexpensive and reliable business system for a small business or a large corporation. The book includes information on how to build a high-availability server pair using the Heartbeat package, how to use the Linux Virtual Server load balancing software, how to configure a reliable printing system in a Linux cluster environment, and how to build a job scheduling system in Linux with no single point of failure. The book also includes information on high availability techniques that can be used with or without a cluster, making it helpful for System Administrators even if they are not building a cluster. Anyone interested in deploying Linux in an environment where low cost computer reliability is important will find this book useful.

    标签: inexpensive Enterprise computers explains

    上传时间: 2014-11-29

    上传用户:zhangliming420