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

搜索资源列表

  1. keylogbyme

    0下载:
  2. -- KeYl0gByMe -- Il s agit d un petit keylogger tout simple. Il logs tout les types de touches. Le fichier logs se met ?la racine du disque dur principal. Le fichier en question se nomme : stsvc.txt Cr閍teur : benozor77. Courri
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:20168
    • 提供者:李高
  1. dotNET+Reflector+3[1].3.1.0

    0下载:
  2. 反汇编工具,可生成IL代码与C#源码。-anti-compilation tools, IL code can be generated with C# source.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:364243
    • 提供者:陈聪
  1. tinycc.tar

    0下载:
  2. c语言编译器arm-gen.c asmtest.S bcheck.c boundtest.c c67-gen.c Changelog coff.h configure COPYING elf.h [examples] float.h gcctestsuite.sh i386-asm.c i386-asm.h i386-gen.c il-gen.c il-opcodes.h libtcc.h libtcc1.c libtcc_test.c Makefile README sta
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:423807
    • 提供者:xjjxing
  1. CodeAnalysisToolsSource

    0下载:
  2. NET中间语言(IL)分析用具,包括分析IL的源码。-NET intermediate language (IL) analysis tools, including an analysis of the source of IL.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:42674
    • 提供者:Jimmy
  1. TRIEIGE

    0下载:
  2. computes the eigenvalues of a symmetric tridiagonal * matrix T. The user may ask for all eigenvalues, all eigenvalues in the half-open interval (VL, VU], or the IL-th through IU-th eigenvalues.-computes the eigenvalues of a symmetric tr idiagona
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:5976
    • 提供者:
  1. ddddfff

    0下载:
  2. 说明: pr[n]——输入的实部 pi[n]——数入的虚部 n,k——满足n=2^k fr[n]——输出的实部 fi[n]——输出的虚部 l——0 FFT,1 IFFT il——0 输出按实部/虚部;1 输出按模/幅角-: pr [n] -- imported real pi [n] -- the number-n, the imaginary part, k -- meet n = 2 ^ k fr [n] -- the real output fi [n]
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1131
    • 提供者:郑进
  1. Microsoft-.NET-IL-ASM-Programing

    0下载:
  2. < Microsoft .NET IL汇编语言程序设计>>书上的源程序
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:8264
    • 提供者:wiyn
  1. Apress.Expert.dot.NET.2.0.IL.Assembler.Aug.2006.ra

    0下载:
  2. .NET IL and CLR internals by a member of the CLR team
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2921469
    • 提供者:Ilya
  1. SFS Extractor v2.0 BETA 11 source

    0下载:
  2. IL-2 Sturmovik SFS archive format extractor
  3. 所属分类:文件操作

    • 发布日期:2010-12-12
    • 文件大小:2003764
    • 提供者:timjosten
  1. ilbc.rar

    0下载:
  2. Ilibc 语音编解码库算法。语音质量高。接口简单。,Ilibc voice codec algorithm library. High voice quality. Simple interface.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:370768
    • 提供者:林群阳
  1. Allegro_SKILL_Code

    0下载:
  2. ALLEGRO SKILL SAMPLE CODE
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:420994
    • 提供者:Ken
  1. lim-omx-0.07.tar

    0下载:
  2. OpenMax 的最新SDK。包涵应用层AL,集成层IL的源代码。-LIM Open source OpenMAX IL and AL implementation. Open source implementation of OpenMAX Integration Layer and Application Layer for Linux. Implementation includes IL (1.1.2) and AL (1.0) interface library, audio/vide
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-05-16
    • 文件大小:4251531
    • 提供者:yun
  1. libomxil-B-0.3.2.tar

    0下载:
  2. 本文件是OpenMAX IL的核心实现参考代码-This file is the sample call of OpenMAX IL
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:557324
    • 提供者:Lee
  1. class

    0下载:
  2. IL代码示例,帮助理解.net语言的运行机制。-IL code examples to help understanding. Net language operating mechanism.
  3. 所属分类:.net

    • 发布日期:2017-03-29
    • 文件大小:928
    • 提供者:fdrex
  1. FFT

    2下载:
  2. // 入口参数: // l: l = 0, 傅立叶变换 l = 1, 逆傅立叶变换 // il: il = 0,不计算傅立叶变换或逆变换模和幅角;il = 1,计算模和幅角 // n: 输入的点数,为偶数,一般为32,64,128,...,1024等 // k: 满足n=2^k(k>0),实质上k是n个采样数据可以分解为偶次幂和奇次幂的次数 // pr[]: l=0时,存放N点采样数据的实部 // l=1时, 存放傅立叶变换的N个实部 // pi
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-03-29
    • 文件大小:1272
    • 提供者:bluefeifei
  1. spHiCreateMultiLabel

    0下载:
  2. Cadence Virtuso里面创建multiple label的源代码,非常实用-How to Use: 1.Load file "spHiCreateMultiLabel.il" 2.Enter interactive procedure name "spHiCreateMultiLabel()" in CIW. 3.Select correct layer in your LSW. 4.An option form will be displayed. If not ,
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:1620
    • 提供者:张晓明
  1. libomxil-bellagio-0.9.1.tar

    0下载:
  2. openmax il的实现代码,包括alsa、fbdev、ffmpg、jpeg等接口的实现-openmax il implementation code, including alsa, fbdev, ffmpg, jpeg, etc. implementation of the interface
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-09
    • 文件大小:1255826
    • 提供者:roc
  1. Bellagio_OpenMAX_IL_Frameword_studyandapplication.

    0下载:
  2. Bellagio OpenMAX IL框架的研究及应用,对Bellagio框架的分析研究论文。-Bellagio OpenMAX IL framework of the study and application of the Bellagio frame analysis research papers.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-26
    • 文件大小:196161
    • 提供者:roc
  1. openmax_il_spec_1_1_2.pdf

    0下载:
  2. This document details the Application Programming Interface (API) for the OpenMAX Integration Layer (IL). Developed as an open standard by The Khronos Group, the IL serves as a low-level interface for audio, video, and imaging components used in embe
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-09
    • 文件大小:1684357
    • 提供者:ljb
  1. ILI9340Library-effcedd42f1b

    0下载:
  2. il 9340 library files
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:12288
    • 提供者:aabbaa
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com