CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - buffer

搜索资源列表

  1. DM642EDMA

    0下载:
  2. This program uses the timers to trigger EDMA events. These events in turn * trigger linked EDMA parameter tables to fill a ping pong buffer structure. * Set a breakpoint on swiProcessFunc(int arg). Then open two memory windows. * Use ping as
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:138334
    • 提供者:于海艳
  1. BUFFER

    0下载:
  2. 用C++语言编写数学常用算法,用C++实现的哟-Using C++ language commonly used mathematical algorithm, implemented using C++ yo
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:5965
    • 提供者:li
  1. carsrearrangement

    0下载:
  2. 车厢重排。 一列货车共有n节车厢,每个车厢都有自己的编号,编号范围从1~n。给定任意次序的车厢,通过转轨站将车厢编号按顺序重新排成1~n。转轨站共有k个缓冲轨,缓冲轨位于入轨和出轨之间。开始时,车厢从入轨进入缓冲轨,经过缓冲轨的重排后,按1~n的顺序进入出轨。缓冲轨按照先进先出方式,编写一个算法,将任意次序的车厢进行重排,输出每个缓冲轨中的车厢编号。-Cars rearrangement. A freight train and rode a total of n cars, each
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:236206
    • 提供者:tryqtyl
  1. chexiang

    0下载:
  2. 利用队列结构实现车厢重排问题。车厢重排问题如下: 一列货车共有n节车厢,每个车厢都有自己的编号,编号范围从1~n。给定任意次序的车厢,通过转轨站将车厢编号按顺序重新排成1~n。转轨站共有k个缓冲轨,缓冲轨位于入轨和出轨之间。开始时,车厢从入轨进入缓冲轨,经过缓冲轨的重排后,按1~n的顺序进入出轨。缓冲轨按照先进先出方式,编写一个算法,将任意次序的车厢进行重排,输出每个缓冲轨中的车厢编号。 -Using queue structures to achieve car Rearrangeme
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:896287
    • 提供者:莫凡
  1. Lwipzhongwenfenxi1

    0下载:
  2. 本文叙述了lwIP的设计与实现。叙述了协议实现及子系统中所使用的算法和数据结构如存储 和缓冲管理系统。还包括LWIP API的参考手册和使用LWIP 的一些代码例子。 -This paper describes the design and implementation of lwIP. Describes the protocol implementation and subsystems used in the algorithms and data structures suc
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:693379
    • 提供者:wangshuchang
  1. AI-01intoduction

    0下载:
  2. 1. 实现深度缓存(z-buffer)算法. 输入数据是简单的多边形网格. 2. 实现简单的光线跟踪(Ray-tracing)算法. 输入应包含多边形网格(多面体)和圆. -1. To achieve the depth buffer (z-buffer) algorithm. Input data is a simple polygon mesh. 2. To achieve a simple ray tracing (Ray-tracing) algorithm. Polyg
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-07
    • 文件大小:1738695
    • 提供者:ll
  1. AI-03SolvingProblembySerching

    0下载:
  2. 1. 实现深度缓存(z-buffer)算法. 输入数据是简单的多边形网格. 2. 实现简单的光线跟踪(Ray-tracing)算法. 输入应包含多边形网格(多面体)和圆. -1. To achieve the depth buffer (z-buffer) algorithm. Input data is a simple polygon mesh. 2. To achieve a simple ray tracing (Ray-tracing) algorithm. Polyg
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:897316
    • 提供者:ll
  1. Huffman

    0下载:
  2. 用哈弗曼算法实现文件的编码,其中利用一个buffer实现完整的编码-By Ha Fuman file encoding algorithm, which uses a buffer to achieve complete coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:367793
    • 提供者:JJWM
  1. tangyouhua_0738200224

    0下载:
  2. 仿真螺旋交织器系统。要求将得到的整数序列放置在三个工作空间中并输出值。观察交织后数值的可视化变化规律。螺旋交织器模块参数:螺旋排列列数3;组的大小2;螺旋排列的跳步1;初始条件0。螺旋解交织器参数设置同螺旋交织器。斜坡函数模块参数:斜率1;开始时间0;初始输出1;矢量参数一维。缓存器参数:输出缓存长度6;缓存交叠0;初始条件0。仿真系统中的时延参数为7。-Simulation of helical interleaver system. Requirements will be placed i
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3353
    • 提供者:谭杰龙
  1. linkqueue

    0下载:
  2. 利用队列结构实现车厢重排问题。车厢重排问题如下: 一列货车共有n节车厢,每个车厢都有自己的编号,编号范围从1~n。给定任意次序的车厢,通过转轨站将车厢编号按顺序重新排成1~n。转轨站共有k个缓冲轨,缓冲轨位于入轨和出轨之间。开始时,车厢从入轨进入缓冲轨,经过缓冲轨的重排后,按1~n的顺序进入出轨。缓冲轨按照先进先出方式,编写一个算法,将任意次序的车厢进行重排,输出每个缓冲轨中的车厢编号。 -Compartments use the queue structure to achieve
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1019420
    • 提供者:ziying
  1. @buffer

    0下载:
  2. 这个程序是通信系统的信道的仿真,完成了某些信道仿真的功能-This program is the channel of communication system simulation, complete channel emulation of some functions
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:4133
    • 提供者:王洋
  1. cross-Entropy

    3下载:
  2. The cross-entropy (CE) method attributed to Reuven Rubinstein is a general Monte Carlo approach to combinatorial and continuous multi-extremal optimization and importance sampling. The method originated from the field of rare event simulation, where
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:2727
    • 提供者:suci ariani
  1. BipBuffer

    0下载:
  2. 环形缓冲区在流媒体处理以及音频或者通信里面广泛应用的数据结构,提供对ring buffer高效的算法实现-Ring buffer in the audio or streaming media processing and communications inside the data structure widely used to provide efficient algorithms for the ring buffer implementation
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:2366
    • 提供者:江立
  1. fft_flp32

    0下载:
  2. 32点的fft程序,入口参数包括(输入数据,缓存区1,缓存区2,输出结果)-32 point fft procedures, entry parameters (input data, buffer 1, buffer 2, the output)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:6370
    • 提供者:木偶然
  1. matrix

    0下载:
  2. c++数学应用的矩阵类, buffer 为矩阵数据缓存器类, matrix 为矩阵类。-c++ Matrix class of mathematical applications , buffer cache for the data matrix class matrix for the matrix class
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:19254
    • 提供者:sun lin
  1. circular_buffer

    1下载:
  2. 使用C语言实现一个循环缓冲区,用于生产者和消费者。-circular buffer
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1444
    • 提供者:bibiru
  1. SPBS

    0下载:
  2. static partial buffer sharing code (SPBS QUEUE)
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:827
    • 提供者:shoshi90
  1. ADPBS

    0下载:
  2. ADPBS ADAPTIVE PARTIAL BUFFER SHARING Q-ADPBS ADAPTIVE PARTIAL BUFFER SHARING QUEUE
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1579
    • 提供者:shoshi90
  1. students

    0下载:
  2. 基于C语言的学生信息管理系统。包含查插删改的功能。并且添加了清除键盘缓冲区的函数。适合C语言初学者。-C-based student information management system. Contains the functions check the plug excision. And add a function to clear the keyboard buffer. Suitable for the C language for beginners.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:224006
    • 提供者:张鑫
  1. InputBuffer---

    0下载:
  2. A buffer with 2 inputs and 2 outputs i mplemented in this experiment. The buffer has a buffer size k=6 cells for each input buffer, and arrival rate lambda, λ. The Matlab software was used to make this buffer. Two 2*2 arrays were created as t
  3. 所属分类:matlab

    • 发布日期:
    • 文件大小:592
    • 提供者:陶侃
« 1 2 34 »
搜珍网 www.dssz.com