CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 324

搜索资源列表

  1. Dolphin

    0下载:
  2. 是一个324*306*32 海豚游泳的源代码-Is a 324* 306* 32 dolphins swim in the source code
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-03
    • 文件大小:374851
    • 提供者:烽火云天
  1. China_Mobile_TD_SCDMA_test_-2

    0下载:
  2. 随着3G牌照的发放,该资料对终端设计厂商设计手机具有极其重要的指导作用-With the issuance of 3G licenses, the information on the terminal design manufacturers to design mobile phone as an extremely important role in guiding
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-05-15
    • 文件大小:3955223
    • 提供者:jian.zhang
  1. DataStruture-Graph

    0下载:
  2. 1.7.1 图的邻接矩阵存储表示 311 范例1-102 图的邻接矩阵存储表示 ∷相关函数:CreateFAG函数 CreateDG函数 1.7.2 图的邻接表存储表示 324 范例1-103 图的邻接表存储表示 324 ∷相关函数:CreateFAG函数 1.7.3 有向图的十字链表存储表示 335 范例1-104 有向图的十字链表存储表示 335 ∷相关函数:CreateDG函数 1.7.4 无向图的邻接多重表存储表示 344 范例1-105 无向图
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:518614
    • 提供者:北风
  1. ucgui324

    1下载:
  2. osd在vc上做的仿真器,能在嵌入式lcd上显示-vc at osd make up the emulator to show up in the embedded lcd
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2015-09-21
    • 文件大小:7931763
    • 提供者:changhong
  1. H

    0下载:
  2. 3g-324m协议栈相关协议(H.223 H.245 3G-324M)-3g-324m agreement protocol stack (H.223 H.245 3G-324M)
  3. 所属分类:VOIP program

    • 发布日期:2017-04-09
    • 文件大小:2635451
    • 提供者:windl
  1. S3C2440_H324

    0下载:
  2. 在现有的PSTN 网络上构建了一个嵌入式终端平台,该平台基于RISC 架构ARM 处理器S3C2440A,符合国际电联ITUT 建议的H.324 协议。此系统平台在原有的MCU+DSP 的架构基础上提出一种纯基于RISC 架构的ARM 处理器的可视电话 平台,该方案更加灵活, 可以用于现有的办公,家庭等环境.-Build a embedded platform of the ARM920T core RISC CPU S3C2440, which can connected to PST
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-30
    • 文件大小:217337
    • 提供者:张波
  1. AD_ALL_OK2010_0608_1412

    0下载:
  2. STC12C5410和LM324(IN4148感温)作的数显温度计,使用内部AD,源码内有AD函数(传入参数为AD通道号)-STC12C5410 and LM324 (IN4148 temperature) for a digital thermometer, using the internal AD, AD within the source function (the incoming parameter AD channel number)
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-01
    • 文件大小:52844
    • 提供者:LR
  1. grxxwlgl

    0下载:
  2. 公司个人信息网络管理系统 311 6.1 概述 311 6.2 JSP连接Oracle数据库 311 6.2.1 JSP数据库连接技术 312 6.2.2 JSP数据库连接方法 318 6.3 系统分析与设计 323 6.3.1 需求分析 323 6.3.2 总体设计 324 6.3.3 功能设计 325 6.4 数据库设计与实现 326 6.4.1 数据库分析 326 6.4.2 数据库设计 327 6.4.3 系统配置 332 6.5 系统
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-27
    • 文件大小:807659
    • 提供者:风神笑
  1. 324

    0下载:
  2. 让多用电表也能测量交流电流Let multimeters can measure AC current-Let multimeters can measure AC current
  3. 所属分类:Project Design

    • 发布日期:2017-04-05
    • 文件大小:106990
    • 提供者:zhou
  1. common-chip-introduction

    0下载:
  2. 单片机系统设计开发常用芯片。包含CD4069,CD4511,CD4011B,324芯片等介绍及应用电路-MCU system design and development of common chip. Contains CD4069, CD4511, CD4011B, 324 chips introduction and application circuit
  3. 所属分类:SCM

    • 发布日期:2017-05-10
    • 文件大小:2062328
    • 提供者:李玄清
  1. longint

    0下载:
  2. 长整数的加减,能够实现长整数的加和减,如: -32423 4+3562435324-Long integer addition and subtraction, can achieve long-integer addition and subtraction, such as:-324 234 234+3562435324
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1665
    • 提供者:qianlei
  1. 324

    0下载:
  2. 算法实现题3-1 最少硬币问题 问题描述:设有n种不同面值的硬币,各硬币的面值存于数组T[1:n]中。现要用这些面值的硬币来找钱。可以使用的各种面值的硬币个数存于数组Coins[1:n]中。对任意钱数0≤m≤20001,设计一个用最少硬币找钱m的方法。 算法设计:对于给定的1≤n≤10,硬币面值数组T和可以使用的各种面值的硬币个数数组Coins,以及钱数m,0≤m≤20001,计算找钱m的最少硬币数。 数据输入:由文件input.txt 提供输入数据,文件的第一行中只有1 个整数给出
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1056
    • 提供者:杨蔚
  1. HT1621

    0下载:
  2. HT1621,LCD 驱动器驱动器芯片的51程序-HT1621, the LED driver chip RAM Mapping 324 LCD Controller for I/O MCU
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-04
    • 文件大小:664583
    • 提供者:QQ
  1. 324

    0下载:
  2. the discrete wavelet transform (DWT) performs on the input images and then decompose the LL subband into low-, middle-, and high-intensity layers using the log-average luminance
  3. 所属分类:VOIP program

    • 发布日期:2017-04-17
    • 文件大小:115360
    • 提供者:kumar
  1. PlaneGame2.exe

    0下载:
  2. main(1).cpp C:\Documents and Settings\Administrator\桌面\Work\main(1).cpp(326) : error C2374: i : redefinition multiple initialization C:\Documents and Settings\Administrator\桌面\Work\main(1).cpp(324) : see declaration of i C:\Documents and Setti
  3. 所属分类:Shot Game

    • 发布日期:2016-01-25
    • 文件大小:2570240
    • 提供者:离校
  1. VD_212_correction

    0下载:
  2. 对田耘等所著《无线通信FPGA设计》中第324页代码错误进行了更正,并对代码进行了注释。同时给出了测试激励文件。-Tian Yun and other book Wireless Communications FPGA design on page 324 of the code error has been corrected, and the code of the comments.At the same time gives the test bench files.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-29
    • 文件大小:244323
    • 提供者:LIU-Jianlinag
  1. MultiDesktop

    0下载:
  2. win 324 desktop multi desktoptrayicon-win 32 4 desktop multi desktop trayicon
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:5569
    • 提供者:ci2864xiangon
  1. plugins_breadcrumbs_1.6.3

    0下载:
  2. plugins_breadcrumbs_1.6.3.zip plugins breadcrumbs 1.6.3.zip 324
  3. 所属分类:网址推荐

    • 发布日期:2018-04-23
    • 文件大小:28672
    • 提供者:ertert4
  1. nucleo_64pins_sch

    0下载:
  2. 234were温温热热焐热温温热额外人认为热舞而(aaaaasdasdsadsadsadsadsadsadasasdsadasadsd)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:1185792
    • 提供者:林伟强
« 1 2»
搜珍网 www.dssz.com