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

搜索资源列表

  1. 闰年计算

    0下载:
  2.  data segment    ;定义数据段     infon db 0dh,0ah,'Please input a year: $'     Y db 0dh,0ah,'This is a leap year! $'     N db 0dh,0ah,'This is not a leap year! $'     w dw
  3. 所属分类:汇编语言

    • 发布日期:2008-12-24
    • 文件大小:10752
    • 提供者:jackdawson0@
  1. OpenGL三维图形编程指南.chm

    0下载:
  2. OpenGL是目前最新的开放式的三维图形标准,用OpenGL编写的程序不仅可以在SGI、 DEC、SUN、HP等图形工作站上运行,而且可以在微机环境下运行。本书系统地讲述了OpenGL 三维图形程序设计的基本方法概念。全书共分四大篇,即引导篇、基础篇、提高篇和辅助篇。
  3. 所属分类:文档资料

    • 发布日期:2009-03-16
    • 文件大小:781056
    • 提供者:fm701fm701
  1. 图像融合

    0下载:
  2. 用小波和dec变换实现的图像融合
  3. 所属分类:图形图象

  1. elgamal enc-dec

    0下载:
  2. 这是一个基于VC++的elgamal加密解密的密码算法实现
  3. 所属分类:系统编程

    • 发布日期:2010-11-12
    • 文件大小:854928
    • 提供者:tuolingw
  1. 利用OpenGL实现三维绘图

    0下载:
  2. 在三维绘图蓬勃发展的过程中,计算机公司推出了大量的三维绘图软件包。其中SGI公司推出的OpenGL,作为一个性能优越的图形应用程序设计界面(API)异军突起,取得了很大的成就。它以高性能的交互式三维图形建模能力和易于编程开发,得到了Microsoft、IBM、DEC、Sun、HP等大公司的认同。因此,OpenGL已经成为一种三维图形开发标准,是从事三维图形开发工作的必要工具
  3. 所属分类:OpenGL

    • 发布日期:2010-11-20
    • 文件大小:39936
    • 提供者:hkjfile@126.com
  1. Bayes压缩感知代码

    6下载:
  2. The VB BCS codes implemented by MatLab 7.0 are included in this package. BCSvb.m: VB BCS code demo_BCSvb_1d.m: example of a 1-dimensional signal demo_BCSvb_2d.m: example of a 2-dimensional image: 128x128 image 'cameraman' demo_BCSvb_2d_small.
  3. 所属分类:图形图像处理(光照,映射..)

  1. spi

    0下载:
  2. ;################################################ ; Designed by CaoHai 10-23-2002 in SDUWHB ; ; Updated by CaoHai 12-12-2002 in SDUWHB ; ; Upgraded by CaoHai 22-12-2002 in SDUWHB ; ; Upgraded by CaoHai 05-05-2003 in SDUWHB ; ;########################
  3. 所属分类:编程文档

    • 发布日期:2011-09-20
    • 文件大小:2397
    • 提供者:hencirl
  1. Senfore_DragDrop_v4.1

    0下载:
  2. Drag and Drop Component Suite Version 4.1 Field test 5, released 16-dec-2001 ?1997-2001 Angus Johnson & Anders Melander http://www.melander.dk/delphi/dragdrop/ ------------------------------------------- Table of Contents: ----------------------
  3. 所属分类:Windows编程

    • 发布日期:2011-12-21
    • 文件大小:2130304
    • 提供者:smj_9547
  1. msc.rar

    0下载:
  2. 多元散射校正算法,用于近红外散射数据处理,增强信噪比,function [Xcorrect]=msc(X,Xref) msc pretreate the samples X with the Multiplicative Scatter Correct Input X:the matrix of the sample spectra to be Correct Xref:the matrix of the sample spectra
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:688
    • 提供者:张志敏
  1. Ethernet.rar

    0下载:
  2. 以太网(Ethernet) 最早由Xerox研发,经DEC公司和Intel公司联合扩展,于1982年公 布的一种基带局域网规范,Ethernet (Ethernet) was first developed by Xerox, DEC and Intel Corporation through a joint expansion, announced in 1982 as a baseband LAN specification
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-03
    • 文件大小:1136701
    • 提供者:霍晓健
  1. Mpeg2Dec

    1下载:
  2. TS文件(mpeg2)文件播放器,c/c++语言实现,编译后即可运行.-TS Stream file(mpeg2) player,use c/c++ language complete,you can compile it use vc++6 and later compiler.
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-04-09
    • 文件大小:1410180
    • 提供者:delaoshi
  1. ALU1

    0下载:
  2. ALU 指令格式(16位) op DR SR fun 0--3 4—7 8--11 12--15           指令类 OP码 指令 FUN 功能描述 控制 0000  NOP 0000 空指令 HLT 0001 停机 有条件跳转 0010  JZ 0000 Z=1,跳转 JC 0001 C=1,跳转 JNC 0010 C=0,跳转 JNZ 0100 Z=0,跳转 Jump 0101 无条件跳转 LOAD 001
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-24
    • 文件大小:1078
    • 提供者:翟志强
  1. CHexEditDemo

    0下载:
  2. Recently, I was working on a diagnostic software which requires a Edit Control used for HEX/DEC numbers input. The CEdit that comes with MFC is not so good for this job, as it can not prevent the user from typing an invalid HEX number. Therefore
  3. 所属分类:EditBox

    • 发布日期:2017-03-29
    • 文件大小:28206
    • 提供者:彭群
  1. dec

    0下载:
  2. unix下des加密函数,c语言编写的简单des加密函数 希望有用-des encryption function under unix hope useful
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:2405
    • 提供者:暗流
  1. DEC6713

    1下载:
  2. DEC 6713 user guide(中文版) 及 原理图-DEC 6713 user guide (Chinese version) and the schematic diagram
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-16
    • 文件大小:4372856
    • 提供者:
  1. FusionEvaluation

    0下载:
  2. Please run Demo_evaluation.m This toolbox contains Matlab files that implement the image fusion criteria used in my paper Qu Xiao-Bo, YAN Jing-Wen, XIAO Hong-Zhi, ZHU Zi-Qian. Image Fusion Algorithm Based on Spatial Frequency-Motivated P
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:484974
    • 提供者:周忠心
  1. USBDriverSetupDisk

    0下载:
  2. DEC-5502开发板的USB通信PC机端驱动程序,安装此驱动程序可以实现DSP和PC机的通信-DEC-5502 development board of the PC-side USB communication driver, the installation of this driver can achieve the DSP and PC-communication
  3. 所属分类:DSP program

    • 发布日期:2017-04-08
    • 文件大小:12872
    • 提供者:单振宇
  1. CCITT_ADPCM

    0下载:
  2. The files in this directory comprise ANSI-C language reference implementations of the CCITT (International Telegraph and Telephone Consultative Committee) G.711, G.721 and G.723 voice compressions. They have been tested on Sun SPARCstations and
  3. 所属分类:Voice Compress

    • 发布日期:2017-03-24
    • 文件大小:20110
    • 提供者:Michael
  1. SDL-1.2

    0下载:
  2. Source snapshot for SDL 1.2 (Updated Mon Dec 31 )
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-05-27
    • 文件大小:10047907
    • 提供者:AY
  1. TEST44X_tb_key_cap

    0下载:
  2. 该程序是用F449的 P3.4、P3.5、P3.6口来捕获P1.1、P1.2、P1.3端口当键按下时的电平变化没,并将键值通过LED和LCD显示键值,键盘(P1.1=FUN; P1.2=DEC; P1.3=INC)连接-The program is used F449
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:2379
    • 提供者:wu ming zhong
« 1 2 3 4 5 67 8 9 10 11 ... 22 »
搜珍网 www.dssz.com