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

搜索资源列表

  1. TheoryofConstraints

    1下载:
  2. 《绝不是靠运气》(It’s Not Luck )是高德拉特博士继《目标》(The Goal)后又一本十分畅销的企业小说,是《目标》的连续篇。很多读过《目标》的朋友经常追问我:什么时候才出《绝不是靠运气》的中文版?他们焦急地想知道《目标》的主角罗哥如何运用制约法(TOC,Theory of Constraints),解决工厂生产以外的难题。 这里,让我谈一谈这本书的背景,希望读者朋友们读这本书时,可以更直接,更全面地掌握作者想要传达的讯息。 -" Is not a matter o
  3. 所属分类:IT Hero

    • 发布日期:2017-03-31
    • 文件大小:158818
    • 提供者:tomy
  1. MATLAB

    0下载:
  2. MATLAB(矩阵实验室的简称)是一种专业的计算机程序,用于工程科学的矩阵数学运 算。但在以后的几年内,它逐渐发展为一种极其灵活的计算体系,用于解决各种重要的技术 问题。MATLAB 程序执行MATLAB 语言,并提供了一个极其广泛的预定义函数库,这样 就使得技术工作变得简单高效。在解决工程技术问题方面,MATLAB 比其它任何计算机语 言(包括FORTAN 和C)都简单高效。本书将介绍MATLAB 语言,并向大家展示如何运 用它去解决经典的技术问题。-MATLAB (sho
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:136393
    • 提供者:王军
  1. vc

    0下载:
  2. 用vc 做程序,如何画图是一个大家都很关心,但是却感到很难以理解的问题,因为在mfc的封装之下,没有现成的画图函数供 你直接调用,像vb等等里面直接来个 point之类的,常常让人感到无从下手。这两天帮人解决了一个用内存缓冲画图的问题, 顺便也就谈谈这些东西,也算是总结。 -Vc do with procedures, how we are drawing is a concern, but it was very difficult to understand, because u
  3. 所属分类:Document

    • 发布日期:2017-04-05
    • 文件大小:5881
    • 提供者:郭启伟
  1. Leader

    0下载:
  2. IT学生解惑真经,你也可能遇到这些问题,关键是如何解决,人生需要引导-IT Student FAQ scr iptures, you may also encounter these problems, the key is how to solve, need guidance in life
  3. 所属分类:Development Research

    • 发布日期:2017-05-13
    • 文件大小:3133729
    • 提供者:zy
  1. software-design-patterns-Unit1-4

    0下载:
  2. 设计模式/软件设计模式(Design pattern)是一套被反复使用、多数人知晓的、经过分类编目的、代码设计经验的总结。使用设计模式是为了可重用代码、让代码更容易被他人理解、保证代码可靠性。 -In software engineering, a design pattern is a general reusable solution to a commonly occurring problem within a given context in software design. A
  3. 所属分类:software engineering

    • 发布日期:2017-06-20
    • 文件大小:33853397
    • 提供者:jianshui
  1. software-design-patterns-Unit5-10

    0下载:
  2. 设计模式/软件设计模式(Design pattern)是一套被反复使用、多数人知晓的、经过分类编目的、代码设计经验的总结。使用设计模式是为了可重用代码、让代码更容易被他人理解、保证代码可靠性。 这是第5到10单元。 -In software engineering, a design pattern is a general reusable solution to a commonly occurring problem within a given context in softwa
  3. 所属分类:software engineering

    • 发布日期:2017-06-21
    • 文件大小:38002449
    • 提供者:jianshui
  1. Buffer_Overflow_20111210154731694

    0下载:
  2. 详细的介绍了缓冲区溢出攻击的原理,运行过程,且介绍了防范缓冲区溢出的方法。-introduce the buffer_overflow,how it run ,and give some idea to solve it.
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:121012
    • 提供者:王刚
  1. linuxthread

    0下载:
  2. 我们要讨论的是网络中进程之间如何通信?首要解决的问题是如何唯一标识一个进程,否则通信无从谈起!在本地可以通过进程PID来唯一标识一个进程,但是在网络中这是行不通的。其实TCP/IP协议族已经帮我们解决了这个问题,网络层的“ip地址”可以唯一标识网络中的主机,而传输层的“协议+端口”可以唯一标识主机中的应用程序(进程)。这样利用三元组(ip地址,协议,端口)就可以标识网络的进程了,网络中的进程通信就可以利用这个标志与其它进程进行交互。-We have to discuss how communic
  3. 所属分类:Communication

    • 发布日期:2017-11-25
    • 文件大小:30360
    • 提供者:曹磊
  1. SoftwareProduct

    0下载:
  2. 随着软件结构的日益复杂, 人们越来越希望软 件开发走向自动化、产业化, 以最小的成本来满足 最大的需求。为了这一目标, 人们把软件开发分工 划分得更加精细, 把开发过程划分为多个阶段, 同 时也出现了对应不同阶段的不同类型开发工具[1]。 而如何选择适合自身需求的开发工具, 如何保证工 具之间的兼容性, 如何管理开发过程等问题一直是 软件开发领域的重要研究方向。而软件生产环境的 出现恰恰解决了这些问题[2]。-With the increasing complex
  3. 所属分类:software engineering

    • 发布日期:2017-12-08
    • 文件大小:1846031
    • 提供者:ryan
  1. IT-how-to-solve-it

    0下载:
  2. 中国 IT 领域的发展速度之快令世界瞩目,但是中国的计算机教育却没有能够跟上。因 此,在各大高校扩招的同时,IT 培训机构同样发展的很快。-China s IT sector is growing faster than attracted worldwide attention, but China s computer education has not been able to keep up. Thus, while in the major college enrollment,
  3. 所属分类:Development Research

    • 发布日期:2017-11-16
    • 文件大小:867056
    • 提供者:lossrual
  1. how-to-solve-it

    0下载:
  2. 经典算法书籍 《如何求解问题》介绍了传统算法和现代启发式方法-Classical algorithm book " How to solve the problem" describes the traditional methods and modern heuristic methods
  3. 所属分类:software engineering

    • 发布日期:2017-05-27
    • 文件大小:10104852
    • 提供者:xcvbn
  1. CHAPTER-1

    0下载:
  2. In our project we are going to provide security in mobile Ad hoc network in ibriCT staff wireless. So we are going to learn how to use Threshold cryptography and how strong this method is. Also we will configure how mobile phones are communicated.
  3. 所属分类:Project Manage

    • 发布日期:2017-04-17
    • 文件大小:19149
    • 提供者:maryam
  1. how-to-manager-bug

    0下载:
  2. 软件测试的过程就是不断的寻找Bug,然后排除Bug。微软的研发管理中,它的Bug管理系统是居于核心地位的。测试人员只要发现问题就立即新建一个Bug予以跟踪并指派给相关的开发小组长,开发人员会根据Bug的详细信息找到问题所在,修改程序解这个Bug并把Bug返回给当初的测试人员。-Software testing is the process of constantly looking Bug, then exclude Bug. Microsoft s R & D management, and
  3. 所属分类:Software Testing

    • 发布日期:2017-05-07
    • 文件大小:1284486
    • 提供者:amay
  1. Bypass-for-Screen-Lock-of-Android

    0下载:
  2. :随着移动通信技术的迅速发展和广泛应用,手机内部包含的信息已经成为犯罪侦查重要的线索和证据来 源。由于人们对数据安全和隐私保护意识的提高,以及涉案嫌疑人的反侦查意识的增强,涉案的智能手机通常 带有锁屏密码,在这种情况下,如何对其中的数据进行提取、处理和分析成为一个重要的研究方向。本文主要 针对Android 手机的锁屏问题进行研究,详细介绍了Android 智能手机三种锁屏密码,即手势密码、PIN 码密 码以及复杂密码的文件结构和存储原理,分析了如何借助Android 的ADB(
  3. 所属分类:Project Manage

    • 发布日期:2017-05-06
    • 文件大小:1449514
    • 提供者:小哥啊
  1. Thinking.In.CPP.Volume.1

    0下载:
  2. think in c++ 第二版 偏重经验和原则 -In the first edition of Thinking in C++, Bruce Eckel synthesized years of C++ teaching and programming experience into a beautifully structured course in making the most of the language. It became an instant classic, wi
  3. 所属分类:software engineering

    • 发布日期:2017-05-11
    • 文件大小:2160788
    • 提供者:edy
  1. Mock Test

    0下载:
  2. Image result for design patterns In software engineering, a design pattern is a general repeatable solution to a commonly occurring problem in software design. A design pattern isn't a finished design that can be transformed directly into code. It i
  3. 所属分类:软件设计/软件工程

    • 发布日期:2017-12-14
    • 文件大小:939008
    • 提供者:lety
  1. Software Development Design and Coding

    0下载:
  2. 软件工程初学者指南,关于软件开发设计、编码、调试等软件开发全过程的通俗介绍。(Learn the principles of good software design, and how to turn those principles into great code. This book introduces you to software engineering from the application of engineering principles to the developmen
  3. 所属分类:软件设计/软件工程

    • 发布日期:2018-04-29
    • 文件大小:5137408
    • 提供者:wxd1977
搜珍网 www.dssz.com