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

Virtex6_hdl RAM

  • 心愿音乐系统1.1 测试结果 采用风声无组件上传

    心愿音乐系统1.1 测试结果 采用风声无组件上传,可以上传 2m以下的文件 这个可能跟网速有关系,我测试上传4k/秒 有其他根好上传组件和好的建议方法请跟我联系 http://bbs.lt52.com/ qq:112934475 1内核采用风声无组件上传类 v2.0 2代码容易维护采用Macromedia Dreamweaver MX软件编写 一 文件说明 conn.asp 连接数据库,第一次使用修改数据库名称 index.asp 音乐系统首页 player.asp 播放器支持 mp3/wma/asf/rm/ram的格式的播放 error.asp 错误提示页 息 pic文件夹 放网页图片资料 风声无组件上传类 v2.0几个重要文件 upload1.asp UpLoadClass.asp function.js UpLoadFile文件夹 上传专用文件夹 数据库 UpLoadClass.mdb 版本升级说明 2004-7.29(心愿音乐系统1.1) 添加 推荐歌曲 top歌曲 上传歌曲 作者菜单导航! 2004-7-27 心愿音乐系统 欢迎大家来测试!1.0 http://bbs.lt52.com/ qq:112934475

    标签: 1.1 音乐系统 测试结果

    上传时间: 2013-12-17

    上传用户:ynwbosss

  • 高精度实时时钟-SD2001驱动程序,对sd2001时钟进行时实读写

    高精度实时时钟-SD2001驱动程序,对sd2001时钟进行时实读写,并对其内部的ram进行操作

    标签: 2001 SD sd 高精度

    上传时间: 2014-12-06

    上传用户:sxdtlqqjl

  • Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to w

    Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to work in the random access memory(RAM). Some of them do provide some mechanism for dumping the whole tree into a file and loading it back to the memory in order to make data in that tree persistent. It serves well when there s just small amount of data. When the tree is somewhat bigger, the dumping/loading process could take a lengthy time and makes your mission-critical program less efficient. How about an AVL tree that can directly use the disk for data storage ? If there s something like that, we won t need to read through the whole tree in order to pick up just a little bit imformation(a node), but read only the sectors that are neccssary for locating a certain node and the sectors in which that node lies. This is my initial motivation for writing a storage-media independent AVL Tree. However, as you step forth, you would find that it not only works fine with disks but also fine with memorys, too.

    标签: available libraries Although nearly

    上传时间: 2014-01-22

    上传用户:zhoujunzhen

  • graspForth is my humble attempt at a Forth-in-C that has the following goals: GCC ......... to su

    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 "not much" slower than an assembly based native Forth. Small ....... to fit-in approx 300 words in less than 25Kbytes on a 32-bit machine. Portable .... to achieve a 5 minute port to a new 32bit micro-processor, or micro-controller.

    标签: graspForth Forth-in-C following attempt

    上传时间: 2015-05-23

    上传用户:tfyt

  • 一个keilc51的例子--飞机小游戏,游戏运行在单片机里

    一个keilc51的例子--飞机小游戏,游戏运行在单片机里,一块51即可,无需任何外扩的 RAM,只要51的串口和计算机连起来就可以玩了。计算机上运行的程序是终端仿真程序,用来接收单片机发出的字符串并显示出由字符组成的画面和发出控制字符。

    标签: keilc 51 飞机 小游戏

    上传时间: 2013-12-24

    上传用户:haoxiyizhong

  • 单片机为AT89S52

    单片机为AT89S52,功能为控制语音的录放,存储器用的是RAM,最大可录3分钟

    标签: 89S S52 AT 89

    上传时间: 2014-01-21

    上传用户:csgcd001

  • 串口调试程序

    串口调试程序,本人第一次发,呵呵,肯能给大家带来帮助,这个程序是我借助串口来调试外部RAM用的,希望能给大家带来帮助

    标签: 串口调试 程序

    上传时间: 2015-05-26

    上传用户:sammi

  • The HD66773, controller driver LSI, displays 132RGB-by-176 dot graphics on TFT displays in 260,000

    The HD66773, controller driver LSI, displays 132RGB-by-176 dot graphics on TFT displays in 260,000 colors. The HD66773’s bit-operation functions, 18-bit high-speed bus interface, and high-speed RAMwrite functions enable efficient data transfer and high-speed rewriting of data to the graphic RAM.

    标签: displays controller graphics RGB-by

    上传时间: 2014-06-19

    上传用户:stvnash

  • /*看大家都在学操作系统

    /*看大家都在学操作系统,我也想学学。所以想用51写一个来玩玩,发现比较郁闷。 弄了几下,不想再弄了,51弄这个没啥意思。我用的89S52,除了速度慢,RAM资源 太少之外,其它都还过得去。弄了一点代码出来,放在那也没啥用,不如拿上来 给新手看看,一个任务调度的雏形是什么样子的~~~~~~~~~这些代码没有经过优化, 我只求实现任务切换的功能。 利用定时器2产生10mS的定时中断作为时钟节拍,任务切换时保存工作寄存器等操作 嵌入了汇编指令,因此Task_Switch.C文件要做相应的设置才能编译通过。受硬件资源和编译器的限制,有很多无奈。程序只好这样写了,不管怎么说,到底是能调度起来了。 注:这里是老版本,后面又改动的新版本。

    标签: 操作系统

    上传时间: 2014-01-17

    上传用户:silenthink

  • DOS XMS library is a DOS real mode and large memory model C library. Because DOS is ran under real m

    DOS XMS library is a DOS real mode and large memory model C library. Because DOS is ran under real mode, programmer only can access RAM under 1MB

    标签: library DOS real Because

    上传时间: 2015-06-13

    上传用户:ANRAN