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

搜索资源列表

  1. ANAL

    0下载:
  2. 将免疫算法应用于神经网络中,在油色谱的数据处理中的想法-The immune algorithm is applied to neural networks, in the oil chromatography data processing in the idea of
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:5640
    • 提供者:dennis
  1. ll(1)fenxi

    0下载:
  2. 本程序是采用的LL(1)方法进行的语法分析,而LL(1)的分析方法是属于自上而下的方法。 自上而下分析的基本思想是:对任意输入串,试图用一切可能的方法,从文法开始符号(根结点)出发,自上而下为输入串建立一棵语法树。从推导的角度看,它是从文法的开始符号出发,反复使用各种产生式,寻找与输入串匹配的推导。 在输入之前必须要进行该文法是不是LL(1)文法的判断,然后再构造相应的LL(1)分析表来用预测分析方法进行语法分析,依据下面的文法及分析表来设计程序实现预测分析的分析过程。
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:1558
    • 提供者:WM
  1. diguixiajiang

    0下载:
  2. 递归下降的基本思想: 为每一个非终结符构造一个子程序,每一个子程序的过程体中按该产生式的候选项分情况展开,遇到终结符直接匹配,而遇到非终结符就调用相应非终结符的子程序。该分析从调用文法开始符号的子程序开始,直到所有非终结符都展开为终结符并得到匹配为止。若分析过程中达到这一步则表明分析成功,否则表明输入中有语法错误。递归下降分析对文法的限制是不能有公共左因子和左递归。由于文法是递归定义的,因此子程序也是递归的,被称为递归下降子程序。 -The basic idea of recursiv
  3. 所属分类:Compiler program

    • 发布日期:2017-03-22
    • 文件大小:1456
    • 提供者:WM
  1. 157

    0下载:
  2. Encryption algorithms are becoming more necessary to ensure data is securely transmitted over insecure communication channels. FOX is a recently developed algorithm and its structure is based on the already proven IDEA (International Data E
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:136060
    • 提供者:yared
  1. vcwatershed

    0下载:
  2. 分水岭分割方法,是一种基于拓扑理论的数学形态学的分割方法,其基本思想是把图像看作是测地学上的拓扑地貌,图像中每一点像素的灰度值表示该点的海拔高度,每一个局部极小值及其影响区域称为集水盆,而集水盆的边界则形成分水岭。分水岭的概念和形成可以通过模拟浸入过程来说明。在每一个局部极小值表面,刺穿一个小孔,然后把整个模型慢慢浸入水中,随着浸入的加深,每一个局部极小值的影响域慢慢向外扩展,在两个集水盆汇合处构筑大坝,即形成分水岭。-Watershed segmentation method is a top
  3. 所属分类:Graph program

    • 发布日期:2017-03-27
    • 文件大小:66019
    • 提供者:zhaolipo
  1. funtestCString

    0下载:
  2. 扩展MFC DLL在vc6/vc8中的编译和调用,主要想法是允许dll导出函数原型中含有CString类型,将一些涉及到MFC类的有用代码封装在dll中,方便在其他vc程序中复用。-MFC DLL extension in the compilation and vc6/vc8 call, the main idea is to allow export dll function prototype contains a CString type, issues relating to the
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:926479
    • 提供者:hanxiaohua
  1. Processed_histogram_based_Face_Recognition

    0下载:
  2. 基于Processed histogram的人脸识别方法,方法简单,识别率高,参考文献“Face Recognition using processed histogram and phase only correlation”-Recognizing objects from large image databases, histogram based methods have proved simplicity and usefulness in last decade. Initially
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-24
    • 文件大小:4342987
    • 提供者:GJ
  1. RussianBlock

    0下载:
  2. 经典的俄罗斯方块游戏,里面提供了其实现的基本思路和过程。详细见源代码。-The classic Tetris game, which provides a basic idea and its implementation process. Details, see the source code.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-01
    • 文件大小:37077
    • 提供者:chenshumin
  1. TSPmainidear

    0下载:
  2. 使用遗传算法对TSP问题进行设计的主要思路的文档记录是目前比较简单实用的方法-TSP problem using genetic algorithm to design the main idea is relatively simple and practical method.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:6147
    • 提供者:ggw
  1. ExpressionTest

    0下载:
  2. 中缀表达式转后缀表达式基本思路是:用一个链表 List 储存将要生成的后缀表达式;用一个栈 Stack 储存操作符;判断当前节点, 如果是操作数, 直接加入后缀表达式中, 如果是操作符,则比较前一个操作符和当前操作符的优先级…… -Infix expression basic idea is to switch to postfix expression: list List with a store that will be generated by postfix expression
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:156513
    • 提供者:水生
  1. 56

    0下载:
  2. 电子电路图,多多看就可以跟清楚的了解电路内部工作,也可以更好的理清思路。-Electronic circuit, a lot can be read with a clear understanding of the inner workings of the circuit, you can sort out a better idea.
  3. 所属分类:SCM

    • 发布日期:2017-06-10
    • 文件大小:17428535
    • 提供者:刘素赋
  1. litipipei

    0下载:
  2. 一篇立体匹配的好文章,基于角点引导的边缘匹配方法,自认为思路比较新颖,因此和大家一起分享。-A stereo matching a good article, based on leading edge of corner matching method, since the idea that the relatively new, so to share with everyone.
  3. 所属分类:Document

    • 发布日期:2017-03-30
    • 文件大小:244876
    • 提供者:quanshuiwusheng
  1. Interfacing_Keypad

    0下载:
  2. This Presentation gives basic idea as how to interface keypad with microprocessor. The small assembly program is also present in the document.
  3. 所属分类:Communication

    • 发布日期:2017-05-06
    • 文件大小:1242556
    • 提供者:Sangeetha
  1. Mobile_Charger

    0下载:
  2. it gives an idea on constructing a mobile charger
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-09
    • 文件大小:38647
    • 提供者:keerthivasan
  1. google-pagerank

    0下载:
  2. 传统PageRank算法基本思想来源于文献计量学中文献引文分析,即一篇文献资料被其它文献引用越多,-The basic idea of the traditional PageRank algorithm is derived from the bibliometric citation analysis in the literature, that literature was a reference to other literature more
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-03
    • 文件大小:483479
    • 提供者:yy
  1. OLSR

    0下载:
  2. 分析研究AODV协议本地修复算法的特点,并对其进行改进,形成了改进的AODV路由协议本地修复算法-A new idea about local repair is used to improve the AODV and formed the Improved AODV algorithm.Otherwise,a new approach is proposed for flooding limit.The approach is implemented by using cross-layer
  3. 所属分类:software engineering

    • 发布日期:2017-05-10
    • 文件大小:2349265
    • 提供者:李超杰
  1. User_Interface_Design

    0下载:
  2. 这是进行软件用户界面设计的基础知识,里面涉及了软件设计的一般思路,及一些常用的评价准则-This is the software user interface design must be to understand the things, which involves a general idea of software design, and some commonly used evaluation criteria
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-23
    • 文件大小:7207614
    • 提供者:ling
  1. lpng128

    0下载:
  2. emule源码编译工具包 供研究p2p的朋友们在其基础上开发。共同学习。-the source is provided for p2p developer.make you develope easier, read the code and make your idea come ture.
  3. 所属分类:P2P

    • 发布日期:2017-04-04
    • 文件大小:616742
    • 提供者:leeyu
  1. newASTreeView

    0下载:
  2. 树型控件的拓展 实现的 测试 很好用的 值得学习-IS A NEW TREEVIEW TEST GOOD IDEA
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:520218
    • 提供者:汪文渊
  1. openargs12

    0下载:
  2. good idea for your development
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:140034
    • 提供者:Alfian
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com