flash

什么是ROM、RAM、DRAM、SRAM和FLASH的区别

青春壹個敷衍的年華 提交于 2020-02-23 03:33:02
ROM和RAM指的都是半导体存储器,ROM是Read Only Memory的缩写,RAM是Random Access Memory的缩写。ROM在系统停止供电的时候仍然可以保持数据,而RAM通常都是在掉电之后就丢失数据,典型的RAM就是计算机的内存。 RAM有两大类,一种称为静态RAM(Static RAM/SRAM),SRAM速度非常快,是目前读写最快的存储设备了,但是它也非常昂贵,所以只在要求很苛刻的地方使用,譬如CPU的一级缓冲,二级缓冲。另一种称为动态。 RAM(Dynamic RAM/DRAM),DRAM保留数据的时间很短,速度也比SRAM慢,不过它还是比任何的ROM都要快,但从价格上来说DRAM相比SRAM要便宜很多,计算机内存就是DRAM的。 DRAM分为很多种,常见的主要有FPRAM/FastPage、EDORAM、SDRAM、DDR RAM、RDRAM、SGRAM以及WRAM等,这里介绍其中的一种DDR RAM。 DDR RAM(Date-Rate RAM)也称作DDR SDRAM,这种改进型的RAM和SDRAM是基本一样的,不同之处在于它可以在一个时钟读写两次数据,这样就使得数据传输速度加倍了。这是目前电脑中用得最多的内存,而且它有着成本优势,事实上击败了Intel的另外一种内存标准-Rambus DRAM。在很多高端的显卡上,也配备了高速DDR

flash/flex技术学习资料收集

不打扰是莪最后的温柔 提交于 2020-02-22 12:10:44
电驴网址:http://www.verycd.com/search/folders/actionscript%3C/p> ActionScript、Flex及相关教程: ActionScript 3.0开发技术大全(小而清晰视频教程) ActionScript 3.0从入门到精通(教学PPT下载) ActionScript 3.0从入门到精通(高清视频教程) Flex从入门到实践_完全学习教学视频 Flex从入门到实践_编程专题讲座视频 Flex企业应用开发实战(PDF扫描版) Flex 完全自学手册(PDF扫描版) Adobe Flex大师之路(PDF扫描版) 新手学ActionScript 3.0视频教程 新手学ActionScript 3.0教程(PPT格式) Flash ActionScript3.0开发王(PDF扫描版) Flash ActionScript 3.0网络动画编程基础与实践教程(PDF扫描版) Flash动画即战力 ActionScript 3.0范例随学随用(PDF扫描版) AcitonScript 3.0游戏开发基础与范例_基础部分(教程下载) AcitonScript 3.0游戏开发基础与范例_游戏部分(下载) ActionScript 3.0编程实战视频教程 ActionScript 3.0 编程特效实战案例解析(PDF扫描版) Adobe

Is there a way to test if a browser supports flash/silverlight?

∥☆過路亽.° 提交于 2020-02-20 11:37:26
问题 I'm making an application with SL/flash charts and am wondering if there is a way to test if the browser it's being pushed to supports silverlight or not (ipad/iphone). And if it doesn't, then I can use some kind of AJAX chart in its place. If this is possible to interchange platforms by testing against the host, how would I do this? 回答1: For flash, you can either use this: http://ppk.home.xs4all.nl/js/flash.html or this: http://www.adobe.com/support/flash/how/shock/javaplugs/javaplugs04.html

Is there a way to test if a browser supports flash/silverlight?

…衆ロ難τιáo~ 提交于 2020-02-20 11:36:31
问题 I'm making an application with SL/flash charts and am wondering if there is a way to test if the browser it's being pushed to supports silverlight or not (ipad/iphone). And if it doesn't, then I can use some kind of AJAX chart in its place. If this is possible to interchange platforms by testing against the host, how would I do this? 回答1: For flash, you can either use this: http://ppk.home.xs4all.nl/js/flash.html or this: http://www.adobe.com/support/flash/how/shock/javaplugs/javaplugs04.html

How to embed flash files in iOS app

£可爱£侵袭症+ 提交于 2020-02-20 05:58:04
问题 I have some flash files and i need to integrate those files in iPad app. i searched lot but everyone's answer is - iOS will not support flash. - even if you integrate flash files app store will not accept. But my app is not for app store this is an enterprise app. Instead of integrating flash files we can do all the animation in our objective-c itself. But client is demanding to integrate flash files in iPad app. Is there any alternate solution. Please guide me. 回答1: Sure you can run Flash

使用SWFObject2.2.js让网页播放消息提示音(附源码下载)

非 Y 不嫁゛ 提交于 2020-02-18 07:20:16
最近在优化毕业设计时,突然想起当收到聊天信息时,没有通知提醒的声音,所以在网上找了一些相关的播放声音的插件,由于SWFObject相当轻量化(只有10K),而且实现起来还是挺方便的,所以决定使用SWFObject.js 来实现这个小功能。 一、准备工作 1. 下载 swfobject2.2.zip 2. 下载一个能播放mp3格式消息声的swf文件,我们接下来的主要工作是控制这个swf文件来播放消息音乐。 别急,以上两个文件包 在文章结尾附下载 二、开始 根据官方网站上介绍,使用SWFObject有两种方法可以插入flash文件到网页上。(第一种方法只略作介绍) 第一种方法: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <title>SWFObject - step 3</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <script type=

PixelBender(着色器)初体验

别等时光非礼了梦想. 提交于 2020-02-13 01:03:24
只要是玩过photoshop的人,一定会对ps中的各式各样、功能强大的滤镜(filter)留下深刻的印象。 Adobe是靠图形处理软件起家的,这方面一直是它的强项。这一技术经过不断发展,最终形成了今天的 Pixel Bender (官方翻译为"着色器"),它在Adobe CS系列的主要产品中都被良好支持(包括Flash),而且据 官方的介绍 pixel bender 支持GPU ,多线程. 下面是几个在Flash中使用pixelBender的示例: 1.RGB色彩反相(有点象底片效果) package { import flash.display.*; import flash.events.*; import flash.filters.*; import flash.net.*; import flash.utils.ByteArray; [SWF(width="300",height="450",backgroundColor="#000000",framerate="30")] public class Demo1 extends Sprite { [Embed("invertRGB.pbj",mimeType="application/octet-stream")] private var TestFilter:Class; [Embed(source="mm1.png"

Firefox restarts Flash movie if enclosing DIV properties change

我的梦境 提交于 2020-02-12 08:39:46
问题 I have a Flash movie embedded in some DIV. The trouble is that when I change any property of the enclosing DIV dynamically, Firefox (not other browsers) restarts/reinitializes Flash movie effectively resetting the whole progress (eg: file selection for upload, etc.). Is there some sort of a workaround for this? 回答1: Try hiding it with visibility:hidden or if all else fails, position:absolute;left:-9999px . I presume Firefox doesn't want to waste memory and CPU on Flash animation that's

NAND FLASH控制器

萝らか妹 提交于 2020-02-11 11:40:09
一、nand flash访问原理   地址空间概念   nand的编址   nand命令         命令,地址,数据   使用S3C2440的nand flash控制器访问nand flash 前几个编译出来的文件都小于4k,读出来放到SDRAM中去 SDRAM、dm9000地址-->2440地址 nand 没有地址总线 片内内存;SDRAM;网卡;寄存器 都是CPU统一编址 写地址,读数据 连续读一页 只进行了读操作,擦除,oob访问都没有 二、源码分析    RAM (Random Access Memory随机存贮器)是指通过指令可以随机地、个别地对每个存储单元进行访问、访问所需时间基本固定、且与存储单元地址无关的可以读写的存储器。几乎所有的计算机系统和智能电子产品中,都是采用RAM作为主存。    SRAM 不需要刷新电路即能保存它内部存储的数据。而 DRAM ( Dynamic Random Access Memory) 每隔一段时间,要刷新充电一次,否则内部的数据即会消失,因此SRAM具有较高的性能,但是SRAM也有它的缺点,即它的集成度较低,相同容量的DRAM内存可以设计为较小的体积,但是SRAM却需要很大的体积,且功耗较大。所以在主板上SRAM存储器要占用一部分面积。 来源: https://www.cnblogs.com/xubeiping0930/p

Tracking flash application packets

馋奶兔 提交于 2020-02-07 07:12:25
问题 I have this flash application that opens a socket connection with a server. What I need to do is to read packets sent and received byt he application to write a sort of "history" ( in WIndows). Now, questions are: How is the simplest way to do it? Application hooking? Load the flash application in my application and take control over it? No packet sniffing allowed. Is it possible to do it in C++, or you think it's better to use another programming language? My first choice was java, but it