搜索资源列表

  1. CORDIC_ip

    0下载:
  2. cordic IP core Features Each file is stand-alone and represents a specific configuration. The 4 parameters are: Rotation or Vector Mode Vector Precision Angle Precision Number of Cordic Stage
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:458196
    • 提供者:abcoabco
  1. hw2

    0下载:
  2. 编程测试并行平台MPI层的带宽和延迟: 单向通信时间简单表示为:t=Latency+Message_Size/Bandwidth 利用该方程得到系统的带宽和延迟
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:791
    • 提供者:kingbirdji
  1. SDRAM 的原理和时序

    0下载:
  2. 、 数据输出(读) 在选定列地址后,就已经确定了具体的存储单元,剩下的事情就是数据通过数据 I/O通道 (DQ)输出到内存总线上了。但是在 CAS 发出之后,仍要经过一定的时间才能有数据输出, 从 CAS与读取命令发出到第一笔数据输出的这段时间,被定义为 CL(CAS Latency,CAS潜 伏期)。由于 CL只在读取时出现,所以 CL又被称为读取潜伏期(RL,Read Latency)。CL 的单位与 tRCD一样,为时钟周期数,具
  3. 所属分类:文档资料

  1. PKT

    0下载:
  2. * Network Coding Network Simulator * * 06/10/05 - Aaron Drew * * This simulator is designed to test out the performance of a variety of network coding approaches. * * It simulates networks with dynamic topolo
  3. 所属分类:其它

  1. s3c44b0iic

    0下载:
  2. S3C44B0 I2C的uCLINUX的驱动程序(铁电存储器FM24系列,若针对AT24系列只需在写操作中增加延时即可),本驱动士原创且经过测试。-S3C44B0 I2C uCLINUX of the Driver (ferroelectric memory YPCC series against AT24 Series if only in write operation can be increased latency), the
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-09
    • 文件大小:3072
    • 提供者:彭士操
  1. 串行通讯控件

    0下载:
  2. 本文讲述的利用通讯控件发送与接收通讯数据都是基于二进制来实现的,基于文本的情况基本与此类似。要想利用好通讯控件还有其他一些应该注意的地方,比如波特率的设置、接收与发送缓冲区的设置以及通讯过程中的延时问题的处理等等。-This paper describes the use of communications controls send and receive communications are based on the binary
  3. 所属分类:串口编程

    • 发布日期:2024-05-09
    • 文件大小:7168
    • 提供者:王胜
  1. watchdog实验

    0下载:
  2. 文件功能 44binit.s----中断初始化,存储器,堆栈,系统初始化,建立C程序运行环境。 mencfg.s-----定义存储器延时等参数 option.s-----定义系统时钟频率等 main.c-------主函数 44blib.c-----S3C44B0X的一些自己编写的库文件-document functional 44binit.s---- interrupted initialization, mem
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-09
    • 文件大小:98304
    • 提供者:
  1. tuxingxianshi

    0下载:
  2. MFC下动态的显示图形的画法,主要用了 Bresenham算法来画出三角型和圆,程序中还用了Sleep()函数来实现延时。-MFC dynamic display pictures of paint, the main Bresenham algorithm to paint a triangular and round, procedures also spent Sleep () function to achieve late
  3. 所属分类:界面编程

    • 发布日期:2024-05-09
    • 文件大小:40960
    • 提供者:孙韩
  1. lowl-latency

    0下载:
  2. For USB program, low pass filter for audio,Audio low-frequency Pass filter.-For USB program, low pass filter for audio, Audio low-frequency Pass filter.
  3. 所属分类:USB编程

    • 发布日期:2024-05-09
    • 文件大小:12288
    • 提供者:xwdok
  1. interfaces_for_mixed_timing_systems

    0下载:
  2. This paper presents several low-latency mixed-timing FIFO (first-in–first-out) interfaces designs that interface systems on a chip working at different speeds. The connected systems can be either synchronous or asy
  3. 所属分类:行业发展研究

    • 发布日期:2024-05-09
    • 文件大小:421888
    • 提供者:叶艳
  1. all-awk

    0下载:
  2. 网络仿真软件ns2的一个脚本文件,分析仿真结果的代码!-network simulation software Means of a scr ipt file, the results of the analysis and simulation code!
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:赵健
  1. RF

    0下载:
  2. 说明: 1. DL1MS: 延时1ms 子程序, DL01MS : 延时0.1ms 子程序 2. MOV R0,#80H 红外接收的数据的地址 80H~8DH 3. SHOW_RFCODE 在LCD上显示红外接收的数据(演示用) 4. 在中断中建立红外接收数据标记,在主程序中调用RF_JS-Note: 1. DL1MS: Subroutine 1ms delay, DL01MS: Subroutin
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:吕海安
  1. iamy_P2PChat

    0下载:
  2. P2PChat 点对点聊天工具,QQ穿网关原理,点对点跨网关通信,采用 Indy 的 UDP 组件。 需要改进的地方: 在发送消息的地方如果没有收到消息反馈则重发。 则重发消息,这个只要在Timer的事件里加几行代码就可以了。 在接收端端再做个消息冗余判断。-P2PChat peer-to-peer chat tools, QQ wear gateway theory, point-to-point inter-g
  3. 所属分类:Web服务器

    • 发布日期:2024-05-09
    • 文件大小:459776
    • 提供者:
  1. 16Point-radix4-FFT

    0下载:
  2. 本文提出一個根值4 蝴蝶元素使用(m, n) - 櫃臺減少硬體複雜, 延遲時間, 和電力消費被介入在使用常規加法器。並且一臺修改過的換向器為FFT 算法被描述與用管道運輸的實施一起為連續輸入資料減少資料記憶要求。-This paper presents a root element of the use of 4 Butterfly (m, n)- the counter to reduce the hardware complexit
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-09
    • 文件大小:3072
    • 提供者:旻倫
  1. 2543_super

    0下载:
  2. 凌阳控制AD2543,读数据时要加延时的,不加延时读数据不稳定的-Sunplus control AD2543, read data latency to increase, without delay time data of instability
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-09
    • 文件大小:77824
    • 提供者:高阳
  1. ex08_asm_SYSTEM_CLOCK

    0下载:
  2. 延时采用指令延时的方法,通过改变系统时钟,改变延时的长短,用IOA口的低8位接的LED的闪烁显示出来-Delay the use of methods of instruction latency by changing the system clock, changing the length of delay, and low IOA I received 8 of the LED display flashes
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-09
    • 文件大小:21504
    • 提供者:huangliang
  1. Agp1_1

    0下载:
  2. 这个一个用时差测量装置测量延时的例子程序,对自己编写合适的程序有帮助-The one with the time difference measuring device measuring latency example procedures, the preparation of their own appropriate procedure has to help
  3. 所属分类:C#编程

    • 发布日期:2024-05-09
    • 文件大小:27648
    • 提供者:yanping
  1. DelayTime

    0下载:
  2. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:王丽杰
  1. 262-45526-LTC2453

    0下载:
  2. Easy-to-Use, Ultra-Tiny, Differential, 16-Bit Delta Sigma ADC With I2C Interface The LTC2453 is an ultra-tiny, fully differential, 16-bit, analog-to-digital converter. The LTC2453 uses a single 2.7V to 5.5V supply and
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:273408
    • 提供者:Lee Ka Wing
  1. waitabletimer_xd

    0下载:
  2. A freeware MFC class for Win32 waitable timers 一个延时的Win32 MFC类(13KB) -A freeware MFC class for Win32 waitable timers a Win32 MFC-latency category (13KB)
  3. 所属分类:系统编程

    • 发布日期:2024-05-09
    • 文件大小:12288
    • 提供者:张祥
« 1 23 4 5 6 7 8 9 10 ... 14 »

源码中国 www.ymcn.org