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

搜索资源列表

  1. gsp

    0下载:
  2. 序列模式分析算法GSP的实现 GSP是序列模式挖掘的一种算法。其主要描述如下: l 根据长度为i 的种子集Li 通过连接操作和剪切操作生成长度为i+1的候选序列模式Ci+1;然后扫描序列数据库,计算每个候选序列模式的支持数,产生长度为i+1的序列模式Li+1,并将Li+1作为新的种子集。 l 重复第二步,直到没有新的序列模式或新的候选序列模式产生为止。 l 扫描序列数据库,得到长度为1的序列模式L1,作为初始的种子集 L1&T
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:12292
    • 提供者:huangfei
  1. sizeofCache

    0下载:
  2. 功能是测试本地机子的L1 data和L2 data cache的大小
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:10871
    • 提供者:林帅
  1. starled

    0下载:
  2. 单片机闪烁灯实验源程序,在P1.0端口上接一个发光二极管L1,使L1在不停地一亮一灭,一亮一灭的时间间隔为0.2秒。
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:66861
    • 提供者:李明
  1. TestCache

    3下载:
  2. 使用C++语言编写程序测量实际机器的数据Cache大小与结构。 1.使用程序自动测量目标机的L1 Data Cache 与L2 Data Cache的大小(最低要求) 2.测量各级D-Cache的块大小,相连度(一般要求) 3.测量Cache write back/write through, 替换策略
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:125418
    • 提供者:Draco
  1. 单片机实验三

    0下载:
  2. P1.7~P1.0接发光二极管L8~L1,要求利用单片机内部定时器1,按方式1工作,每0.01秒T1溢出中断一次。要求编写程序模拟时序控制装置。开机第1秒钟L1、L3亮,第2秒钟L2、L4亮,第3秒钟L5、L7亮,第4秒钟L6、L8亮,第5秒钟L1、L3、L5、L7亮,第6秒钟L2、L4、L6、L8亮,第7秒钟8个发光二极管全亮,……一直循环下去。fosc=11.0592MHz-P1.7 - P1.0 then LED L1 to L8, by using a timer internal mi
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:33874
    • 提供者:刘宇
  1. ReadRINEX

    1下载:
  2. GPS中一个读取RINEX程序模块,可由给定的卫星号及历元时刻读出C1,P1,P2,L1和L2观测量.-GPS RINEX a reading program modules can be given to the satellite, and Epoch moment to read out C1, P1, P2, L1 and L2 observables.
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:1108138
    • 提供者:李军
  1. 温度检测部分单片机程序

    0下载:
  2. SRART: MOVX @R0,A 令ADC0809开始转换 WAIT: JB OP2.0,ADC 检测ADC0809转换完成否? CALL DISP 调用显示子程序 JMP WAIT ADC:MOVX A,@R0 将转换好的数据送入累加器 CALL L1 调用十进制转换子程序 MOV RI,#OFFH 显示延时-SRART : R0 MOVX @ A change began to make ADC0809 WAIT : JB OP2.0, ADC conversion completed t
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3968
    • 提供者:刘浪
  1. MAIN 3-DIMENSIONAL CFD-PROGRAM

    2下载:
  2.   #//u(i,j)        x方向的速度u;或者θ方向速度uθ #//u(i,j)        y方向的速度v;或者径向速度ur'h\K #//pc(i,j)       压力修正 p'[OS #//p(i,j)        压力p-=5-+ #//p(i,j)    
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-12-03
    • 文件大小:11439
    • 提供者:tanglincn
  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. TVL1_HCS_v1

    2下载:
  2. % May 2010 % This matlab code implements TVL1 based Hybrid Compressive Sensing using LSQR. % Only suitable the small scale data due to the costly storage and computation. % % A - M x N measurement matrix: random sampling alone or hybrid sampling (ran
  3. 所属分类:matlab例程

  1. TwIST_v2

    1下载:
  2. % demo_l2_l1 - This demo illustrates the TwIST % algorithm in the l2-l1 optimization problem % % xe = arg min 0.5*||A x-y||^2 + tau ||x||_1 % x % % where A is a generic matrix and ||.||_1 is the l1 norm. % After obtaining the solution we implement a
  3. 所属分类:matlab例程

  1. 单片机例程大全

    0下载:
  2. 例程大全,包括很多单片机例程。 实验 11-闪烁灯 1. 实验任务 如图 4.1.1 所示:在 P1.0 端口上接一个发光二极管 L1,使 L1 在不停地一亮一 灭,一亮一灭的时间间隔为 0.2 秒。 2. 电路原理图 图 4.1.1 3. 系统板上硬件连线 把“单片机系统”区域中的 P1.0 端口用导线连接到“八路发光二极管指示模 块”区域中的 L1 端口上。
  3. 所属分类:技术管理

    • 发布日期:2011-06-21
    • 文件大小:107424
    • 提供者:xuangelongzhu
  1. CRC

    1下载:
  2. Sparse Representation or Collaborative Representation: Which Helps Face Recognition? This code devotes to analyze the working mechanism of SRC, and indicates that it is the CR but not the l1-norm sparsity that makes SRC powerful for face classificati
  3. 所属分类:源码下载

  1. ALEPH-L1.0.rar

    0下载:
  2. NELSON PASS的ALEPH L-1.0的线路图和PCB,PROTEL99SE格式,自行设计的PCB,原创。,NELSON PASS the ALEPH L-1.0 of the circuit diagram and PCB, PROTEL99SE format, self-designed PCB, original.
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:599761
    • 提供者:吴松喜
  1. GSM_simlate_packge.rar

    2下载:
  2. 基于matlab开发的GSM物理层仿真程序,包括信道编解码、GSMK调制解调、viterbi均衡等整套的L1算法,并有详细的文档说明。,Matlab based on the development of GSM physical layer simulation program, including channel encoding and decoding, GSMK modulation and demodulation, viterbi algorithm for a balanced
  3. 所属分类:Modem program

    • 发布日期:2017-04-09
    • 文件大小:1657389
    • 提供者:李亚洲
  1. osmocombb-0.0.tar

    0下载:
  2. OsmocomBB - GSM L1/L2/L3 for TI Calypso based mobile phone, full source code
  3. 所属分类:3G develop

    • 发布日期:2017-05-02
    • 文件大小:649169
    • 提供者:LaForge
  1. L1-Homotopy-ALM

    0下载:
  2. 基于稀疏表示的人脸识别,里面有9种求1范数的方法-Face recognition based on sparse representation, there are nine kinds of seeking a method of norm
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:79239
    • 提供者:wangqiang
  1. fast_sc.rar

    0下载:
  2. 稀疏编码的算法,运行请阅读readme文件,很简单,Sparse coding algorithmsrun matlab and execute: "demo_fast_sc(1)": epsilon-L1 sparsity penalty "demo_fast_sc(2)": L1 sparsity penalty
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:163840
    • 提供者:shizr
  1. MT1389

    0下载:
  2. Mediatek MT1389 EE L1 datasheet Med iatek MT1389 EE L1 datasheetMediatek MT1389 EE L1 datasheet Med iatek MT1389 EE L1 datasheet-Mediatek MT1389 EE L1 datasheet Mediatek MT1389 EE L1 datasheet Mediatek MT1389 EE L1 datasheetMediatek MT1389 EE
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-22
    • 文件大小:303242
    • 提供者:Viktor
  1. PCAL1

    1下载:
  2. TPami上的Principal Component Analysis Based on L1-Norm Maximization的源代码,我是向作者要的。-source code of Principal Component Analysis Based on L1-Norm Maximization
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:817
    • 提供者:刘波
« 1 2 3 4 5 67 8 9 10 11 ... 29 »
搜珍网 www.dssz.com