CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 编程文档 搜索资源 - example code

搜索资源列表

  1. 汇编代码中对C函数调用时如何进行参数的传递以及如何从C函数正确返回

    0下载:
  2. 对于ARM体系来说,不同语言撰写的函数之间相互调用(mix calls)遵循的是 ATPCS(ARM-Thumb Procedure Call Standard),ATPCS主要是定义了函数呼叫时参数的传递规则以及如何从函数返回,关于ATPCS的详细内容可以查看ADS1.2 Online Books ——Developer Guide的2.1节。这篇文档要讲的是汇编代码中对C函数调用时如何进行参数的传递以及如何从C函数正确返回,ARM system for example, written in
  3. 所属分类:编程文档

    • 发布日期:2017-03-22
    • 文件大小:4873
    • 提供者:张文祺
  1. OpenSceneGraph2.6

    0下载:
  2. osg2.6的中文例子,附带详细说明,要代码样例-Chinese osg2.6 example, with a detailed descr iption, it is necessary to sample code
  3. 所属分类:Communication

    • 发布日期:2017-06-13
    • 文件大小:21490910
    • 提供者:fafa
  1. StudyARMStep

    0下载:
  2. 从其它地方下载的学习资料。 本文从学习者的角度出发,分别描述了下面几部分内容: ARM编程的基本知识,BOOT 代码流程和功能分析,OS 中断程序的编写举例 和BOOT 代码的流程图,希望这些内容能为初学ARM 的朋友拨开迷雾,以最快 的速度和最短的时间走进嵌入世界的大们.-From other parts of the learning materials to download. This article from the perspective of learners, d
  3. 所属分类:Communication

    • 发布日期:2017-04-09
    • 文件大小:1819241
    • 提供者:xxf
  1. Arithmetic_Code_Example

    0下载:
  2. arithmetic code example,arithmetic coding/decoding exmpls.FOREIGN DOCUMENT
  3. 所属分类:Communication

    • 发布日期:2017-04-23
    • 文件大小:94189
    • 提供者:sakis
  1. libjingle

    0下载:
  2. 综合网上资料和个人理解,主要分为以下几大部分: 1. libjingle概念 2. libjingle 知识点 3. libjingle 编译(源代码的编译和一个例子myjingle的编译) 4. libjingle 程序创建(一个简要的过程) 5. libjingle 知识点扩展(一些重要概念) 6. libjingle底层的主要代码理解 文档还未完成,每一部分都有待进一步学习和研究后再修改。 -Comprehensive online information
  3. 所属分类:Communication

    • 发布日期:2017-03-27
    • 文件大小:238976
    • 提供者:风起云
  1. barker

    0下载:
  2. 帧同步的实现方法,基于7位巴克码的实现,采用V_LOG编写成的工程例子 可以直接编译-Frame Synchronization Method, 7 based on the realization of Barker Code, adopted the project into V_LOG example of the preparation can be directly compiled
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:842
    • 提供者:刘伟
  1. sctp

    0下载:
  2. code NS2 sctp protocol example
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:4158
    • 提供者:Khanhha
  1. MetricExample

    0下载:
  2. matrix example matlab code
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:725598
    • 提供者:srinu
  1. Communication_system_simulation_matlab

    0下载:
  2. 通信系统的matlab仿真实例,有源代码和仿真图在里面,可供参考-Matlab simulation example communication system, source code and simulation diagram on the inside, for reference
  3. 所属分类:Communication

    • 发布日期:2017-04-07
    • 文件大小:139904
    • 提供者:rocky
  1. To_design_a_Band_Pass_Filter_using_Blackman_windo

    0下载:
  2. To design a Band pass Filter using Blackman window matlab code with example
  3. 所属分类:Communication

    • 发布日期:2017-04-17
    • 文件大小:13862
    • 提供者:VINEET KUMAR
  1. EX1

    0下载:
  2. ns2 code example in tcl-ns2 code example in tcl
  3. 所属分类:Communication

    • 发布日期:2017-04-06
    • 文件大小:647
    • 提供者:sagar
  1. ReedSolomon-decode-new-circuit

    0下载:
  2. 用于RS码译码的两种新电路:普通基“比特串行序列乘法电路”和“比特串行 乘法累加电路”,基本上以m个与门代替了两个任意元素相乘的复杂乘法器,使译码电路大大简化.作为一个应用实例,详细阐明了用它们构造的RS码纠删/纠错译码各步电路. -Used for RS code of decoding two new circuit: common base "bit serial sequence multiplication circuit" and "bit serial multiplica
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:43512
    • 提供者:孟君
  1. CRC-algorithm-design

    0下载:
  2. 数字通信系统的数据传输为了保证数据传输的有效性 ,常用的方法就是对传输数据进行 CRC校验。首先分析了CRC的校验原理 ,然后以常见的CRC-16为例 ,提出了生成CRC码的算法 ,给出了该算法的实现软件流程图 ,并在Windows平台上用 VC++实现。该算法实现简单 ,实时性强 ,非常适合于大数据块传输的情况。计算机仿真实验表明 ,这是一种有效地实现CRC校验码的方法 ,为通信系统的差错控制提供了一种简捷的解决方案。-Digital communication system of data
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:290153
    • 提供者:jinzhi
  1. GP-IB-Code

    0下载:
  2. 本讲座分八讲:GP-IB标准接口逻辑设计、自动测试系统的组建、标准接口使用要领、接口功能配置和功能子集、GP-IB自动测试系统开发实例、GP-IB系统软件简介。是设计开发GP-IB系统的必备资料-The eight lectures about: GP-IB interface to standard logic design, automatic test system set up, the standard interface essentials, configuration and f
  3. 所属分类:Communication

    • 发布日期:2017-05-13
    • 文件大小:3470147
    • 提供者:笨笨
  1. onepro

    0下载:
  2. The code is self explanatory, but for the sake of clarity it is elaborated in this section. The code requires a set of input values for the parameters, for example, the value of “threshold signal”, which is the value of signal strength. Any sig
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:2262
    • 提供者:dileesh
  1. AM-Modulation-Example-MFile-CodeN

    0下载:
  2. Am Modulation M-File Code
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:152898
    • 提供者:Anas
  1. LPC1343note

    0下载:
  2. 整理了网上一大神关于LPC1343的技术文档,包含实例代码分析-Finishing line a God LPC1343 technical documentation contains example code analysis
  3. 所属分类:Communication

    • 发布日期:2017-11-30
    • 文件大小:1524490
    • 提供者:杜玉鹏
  1. 135--verilog-code-examples

    0下载:
  2. verilog设计实例,135个简单入门级代码示例-verilog design example, 135 simple entry-level code examples
  3. 所属分类:Communication

    • 发布日期:2017-04-06
    • 文件大小:113876
    • 提供者:阿毛
  1. android

    0下载:
  2. 关于安卓知识的相关课件PPT以及相对于的例子代码-Related PPT courseware on Andrews knowledge and respect of the example code
  3. 所属分类:Communication

    • 发布日期:2017-06-14
    • 文件大小:22297593
    • 提供者:
  1. Convolutional-Code

    0下载:
  2. Convolutional Code PPT by URD SHER with solved example
  3. 所属分类:Communication

    • 发布日期:2017-05-31
    • 文件大小:12972248
    • 提供者:urd sher
« 12 »
搜珍网 www.dssz.com