搜索资源列表

  1. nca

    0下载:
  2. 功能为neighborhood components analysis,a quick matlab implementation of NCA (see Goldberger et al, NIPS04).
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:50198
    • 提供者:liufu
  1. LevelSet_ChunmingLi_v0

    0下载:
  2. This Matlab code implements an edge based geometric active contour model without reinitialization. MATLAB Release: R13SP1 This Matlab code implements the level set method in Chunming Li et al s paper \"Level S
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:783833
    • 提供者:薛正亮
  1. et

    0下载:
  2. 支持多个ETSet数据集 支持7个子对象,最小对象到单元格 支持33种单元格数据类型 支持任意复杂格式报表数据展现 支持23种图表展示 扩展xml支持,操作数据更加灵活方便 改进打印功能,更好的支持套打、连续打印、分页打印 提供了ASP、ASP.NET、JSP、PHP专用类库组件,提高开发效率
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:16918
    • 提供者:yucheng
  1. struts-ET

    0下载:
  2. 使用Struts的Token机制防止重复提交 Struts的Token(令牌)机制能够很好的解决表单重复提交的问题,基本原理是: 服务器端在处理到达的请求之前,会将请求中包含的令牌值(通过隐藏字段来保存) 与保存在当前用户会话中的令牌值进行比较,看是否匹配。 1、saveToken(request) //Token保存到session某属性中 2、isTokenValid(request) 或使用 2、i
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:1408833
    • 提供者:寇超
  1. an_ica_tool

    0下载:
  2. 一个ICA工具。This binary version of the runica() function of Makeig et al. contained in the EEG/ICA Toolbox runs 12x faster than the Matlab version. It uses the logistic infomax ICA algorithm of Bell and Sejnowski, with n
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:136032
    • 提供者:aaaaaaa
  1. simple

    0下载:
  2. 单纯形法算法,int K,M,N,Q=100,Type,Get,Let,Et,Code[50],XB[50],IA,IAA[50],Indexg,Indexl,Indexe float Sum,A[50][50],B[50],C[50]
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:5767
    • 提供者:zd
  1. Trees

    0下载:
  2. structure de arbre il y a des fonction des afficher et caluler
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:179436
    • 提供者:liu
  1. fpgrowth

    0下载:
  2. This implementation generates association rules, based on the Apriori algorithm (cfr. Agrawal et al.,1995). It takes as input a file of frequent sets in the format such as generated by the previous implementations.
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:30447
    • 提供者:candy
  1. et3b4

    0下载:
  2. ET++ is a portable and homogenous object-oriented class library integrating user interface building blocks, basic data structures, and high level application fr a mework components. ET++ eases the building of highly
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1597875
    • 提供者:you name
  1. 1WebClient

    0下载:
  2. 一个温度转换的程序,有一定的实用行,可以从中学习简单的.et编程
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:127258
    • 提供者:daiweiming
  1. mass_spec

    0下载:
  2. Recent work by Petricoin and Liotta and co-workers (Petricoin et al. Use of proteomic patterns in serum to identify ovarian cancer. Lancet. 2002 Feb 16 359(9306):572-7. PMID: 11867112) has generated a lot of excitement a
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:147352
    • 提供者:张山
  1. classpnp

    0下载:
  2. This is the library for all storage drivers. It simplifies writing a storage driver by implementing 90 percent of the code required to support Plug and Play, Power Management, et cetera. This library is used by disk.sys,
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:721318
    • 提供者:zzj
  1. et

    0下载:
  2. 原创: 一个中英文录入练习测试程序,可用于录入比赛,自动记录录入人成绩等信息,可通过成绩查看器查看所有录入成绩
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:347513
    • 提供者:nick xu
  1. NarrowBand_DLL

    0下载:
  2. This Matlab file demomstrates a narrow band algorithm that implements the level set method in Li et al s paper \"Level Set Evolution Without Re-initialization: A New Variational Formulation\" in Proceedings of CVPR 05, v
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:21109
    • 提供者:Alpha
  1. saomiao

    1下载:
  2. 扫描线填充法: 1、原理:该算法利用了扫描线的相关性和多边形边的相关性,而不是逐点进行处理。 2、扫描线的相关性:某条扫描线上相邻的象素,几乎都具有同样的内外性质,这种性质只有遇到多边形边线与该扫描线的交点时才会发生改变。 3、边的相关性:由于相邻扫描线上的交点是与多边形的边线相关的。对同一条边,前一条扫描线yi与该边的交点为xi,而后一条扫描线yi+1=yi+1与该边的交点则为xi+1=xi+1/m,
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1777
    • 提供者:shiming
  1. RFID-Security

    0下载:
  2. RFID Security - F. Thornton, B. Haines, A. Das, et al - Syngress - 2006
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:4327181
    • 提供者:wfy
  1. s3c4510 et

    0下载:
  2. arm网络驱动程序-arm Network Driver
  3. 所属分类:其它资源

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

    0下载:
  2. apriori java 实现 * A program to find association rules with the apriori algorithm (Agrawal et al. 1993).<br> * Other than the standard apriori algorithm, this program enable to find<br> * apriori all relation.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5068
    • 提供者:石中超
  1. ANSYS常用的命令

    0下载:
  2. 目标:了解命令流的整体结构,掌握每个模块的标识 !文件说明段 /BATCH /TITILE,test analysis !定义工作标题 /FILENAME,test !定义工作文件名 /PREP7 !进入前处理模块标识 !定义单元,材料属性,实常数段 ET,1,S
  3. 所属分类:文档资料

    • 发布日期:2009-06-30
    • 文件大小:25031
    • 提供者:autobot_llyy
  1. 免疫算法

    0下载:
  2. In the last twenty years, the design of efficient function optimizers has been a crucial topic of research work. Many theoretical and practical research problems involve combinatorial optimization, which is obtaining the
  3. 所属分类:人工智能/神经网络/遗传算法

« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org