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

搜索资源列表

  1. the-art-of-computer-programming_1

    0下载:
  2. 本册揭开了计算机程序设计艺术目前最长一章的序幕,而论述组合算法的这章将包括完整的3卷。非正式地说,组合算法是对量非常大的对象,如alan或图元素,进行高速处理的技术。组合模式或排列技术可解决大量的现实问题,而处理这些问题的现代方法比起以前所采用的直接过程快上千倍。本册是后面章节的基础,这里首先讨论的是组合学的本质,接着介绍在计算机内部如何有效处理0和1的基本思想,包括布尔基础和布尔求值等内容。并且,为了强化作者的阐述,书中包括了大量细心组织、包括使用说明和详细解答的新的习题。-The album
  3. 所属分类:software engineering

    • 发布日期:2017-11-24
    • 文件大小:42194090
    • 提供者:lichong
  1. the-art-of-computer-programming_3

    0下载:
  2. 本册揭开了计算机程序设计艺术目前最长一章的序幕,而论述组合算法的这章将包括完整的3卷。非正式地说,组合算法是对量非常大的对象,如alan或图元素,进行高速处理的技术。组合模式或排列技术可解决大量的现实问题,而处理这些问题的现代方法比起以前所采用的直接过程快上千倍。本册是后面章节的基础,这里首先讨论的是组合学的本质,接着介绍在计算机内部如何有效处理0和1的基本思想,包括布尔基础和布尔求值等内容。并且,为了强化作者的阐述,书中包括了大量细心组织、包括使用说明和详细解答的新的习题。-The album
  3. 所属分类:software engineering

    • 发布日期:2017-11-13
    • 文件大小:44025074
    • 提供者:lichong
  1. nn

    0下载:
  2. 差分帧法的目标跟踪的主要思想是,将当前帧图像与前一帧图像做一个差分,对差分的图像取绝对值后进行二值化-The main idea is to target track of the difference frame method, the image of the current frame and a previous frame image to make a difference, taking the absolute value of the differential image af
  3. 所属分类:software engineering

    • 发布日期:2017-11-27
    • 文件大小:1712
    • 提供者:妮妮
  1. Software-engineering-thinking

    0下载:
  2. 《软件工程思想》BY林锐。一本相当不错的有关软件工程思想的书籍,值得一读!-" Software engineering thinking" BY Lin Rui. A fairly good idea of ​ ​ software engineering books worth reading!
  3. 所属分类:software engineering

    • 发布日期:2017-12-09
    • 文件大小:595497
    • 提供者:阿糖
  1. ERP

    0下载:
  2. ERP系统是指建立在信息技术基础上,以系统化的管理思想,为企业决策层及员工提供决策运行手段的管理平台。它是从MRP(物料需求计划)发展而来的新一代集成化管理信息系统,它扩展了MRP的功能,其核心思想是供应链管理。它跳出了传统企业边界,从供应链范围去优化企业的资源。ERP系统集信息技术与先进管理思想于一身,成为现代企业的运行模式,反映时代对企业合理调配资源,最大化地创造社会财富的要求,成为企业在信息时代生存、发展的基石。它对于改善企业业务流程、提高企业核心竞争力具有显著作用。-ERP system
  3. 所属分类:software engineering

    • 发布日期:2017-11-18
    • 文件大小:1193775
    • 提供者:
  1. SQL-injection

    0下载:
  2. SQL INJECTION ATTACK TECHNIQUES AND COUNTERMEASURES ANALYSIS sql注入的学术论文,想法很独特,值得一看 -SQL INJECTION ATTACK TECHNIQUES AND COUNTERMEASURES ANALYSIS sql injection papers, the idea is unique and worth a visit
  3. 所属分类:File Formats

    • 发布日期:2017-11-17
    • 文件大小:646137
    • 提供者:sanding
  1. Electronic_Devices_and_Amplifier_Circuits_with_MA

    0下载:
  2. The idea of programming might sound like a daunting task, but don’t worry. We designed this chapter so that you can get your feet wet without having to delve into the deeper complexities of programming. The chapter begins with a discussion on CodeWar
  3. 所属分类:Communication

    • 发布日期:2017-12-05
    • 文件大小:6998268
    • 提供者:engineer
  1. chazhi

    0下载:
  2. 详细讲述了线性差值的核心思想,及具体的实现方法-A detailed account of the core idea of linear interpolation, and the concrete realization method
  3. 所属分类:Project Design

    • 发布日期:2017-11-30
    • 文件大小:1208131
    • 提供者:rereoio
  1. new-tech

    0下载:
  2. clustring algorithms collection for getting an idea
  3. 所属分类:Communication

    • 发布日期:2017-11-10
    • 文件大小:13021330
    • 提供者:shobana
  1. Assignment-2_ACN

    0下载:
  2. Communication system assignment work for students to help them in getting the idea about IP subnetting
  3. 所属分类:Communication

    • 发布日期:2017-11-30
    • 文件大小:80218
    • 提供者:Waqas Ahmad
  1. jinchengdiaodu

    0下载:
  2. 最高优先级优先”调度算法的基本思想是把CPU分配给就绪队列中优先级最高的进程。静态优先级是在创建进程时确定的,并在整个进程运行期间不再改变。   动态优先级是指进程的优先级在创建进程时可以给定一个初始值,并且可以按一定原则修改优先级。例如:在进程获得一次CPU后就将其优先级减少1,或者,进程等待的时间超过某一时限时增加其优先级的值,等等。 -The basic idea of the highest priority priority scheduling algorithm is as
  3. 所属分类:software engineering

    • 发布日期:2017-11-16
    • 文件大小:4779
    • 提供者:单永祺
  1. 1747

    0下载:
  2. green communication in india and some basic idea about greeen communication in the world as well as in india
  3. 所属分类:Communication

    • 发布日期:2017-12-10
    • 文件大小:259329
    • 提供者:govind
  1. java-programming-ideas

    0下载:
  2. java编程思想第4版,详细阐述关于java编程的各种例子以及基本思想-4th edition of the java programming ideas, elaborated various examples, and the basic idea about the java programming
  3. 所属分类:Document

    • 发布日期:2017-11-10
    • 文件大小:1898423
    • 提供者:张三
  1. game-2

    0下载:
  2. 游戏开发的基础教程,提供详细的讲解游戏开发思路,推荐初学者使用,非常详细-Essentials of game development, provides a detailed explanation of the idea of game development, recommended for beginners to use, very detailed
  3. 所属分类:Document

    • 发布日期:2017-11-16
    • 文件大小:10778208
    • 提供者:code
  1. Electricity_generation.rar

    0下载:
  2. This document gives new idea about power generation.,This document gives new idea about power generation.
  3. 所属分类:Project Design

    • 发布日期:2017-11-17
    • 文件大小:837431
    • 提供者:dheeraj123
  1. jiexijixianbianchen

    0下载:
  2. 这本书介绍了xp背后的思想——它的根源、哲学、情节等。它将帮助读者选择是否在项目中使用xp时做出明智的决策。本书的另一个目的是帮助那些已经在使用 xp的读者更好地理解它。-This book describes xp behind the idea- it' s roots, philosophy, plot. It will help readers to choose whether to use in the project xp make informed decisions. A
  3. 所属分类:software engineering

    • 发布日期:2017-11-29
    • 文件大小:3522463
    • 提供者:吴江
  1. Self-adaptionMinerror

    1下载:
  2. 对二维最小误差法进行三维推广, 并结合三维直方图重建和降维思想提出了一种鲁棒的最小误差阈值分割算法.-For the three-dimensional extension of two-dimensional minimum error method, combined with three-dimensional histogram reconstruction and dimension reduction idea of minimum error thresholding a robu
  3. 所属分类:software engineering

    • 发布日期:2015-05-17
    • 文件大小:148480
    • 提供者:程园
  1. Ap20Guidep20top20batteryp20Charging

    0下载:
  2. Designing the battery charger circuits which provide the basic idea about charging -Designing the battery charger circuits which provide the basic idea about charging
  3. 所属分类:Project Design

    • 发布日期:2017-12-05
    • 文件大小:17408
    • 提供者:Vignesh.G
  1. idea

    0下载:
  2. 对于常见的数学建模案例的研究分析 以及常用方法-Analysis as well as commonly used method for common mathematical modeling case study
  3. 所属分类:File Formats

    • 发布日期:2017-12-04
    • 文件大小:3976116
    • 提供者:陈晨
  1. A-hybrid

    0下载:
  2. 针对传统的BP或GA对模糊神经网络的识别应用存在收敛容易陷入局部极小 识别率低下等问题 提出一 种基于BFGS的混合遗传算法 其基本思想为 首先构造一种前馈型模糊神经网络结构 然后用遗传算法进化若干代 后 当目标函数的梯度或者范数小于预先设定值 则改用BFGS算法进行优化识别 仿真实验表明 对比GA该算法 收敛速度较快 识别精度提高了约7% 能够较好地应用于一类模糊神经网络的识别-In traditional BP or GA to identify the application
  3. 所属分类:Project Design

    • 发布日期:2017-11-12
    • 文件大小:732350
    • 提供者:renxiuju
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 21 »
搜珍网 www.dssz.com