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

搜索资源列表

  1. Refactoring-Improving the Design of Existing Code.

    0下载:
  2. 重构英文版。 讲述软件项目开发之中,对代码进行重构的一些相关内容。-Reconstruction English. On software development, the code for remodeling some relevant content.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:2062985
    • 提供者:刘峰
  1. code-reading

    0下载:
  2. 改善既有代码的设计,一部很好的软件工程书籍-improve the design of existing code, a good software engineering books
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:2043195
    • 提供者:伊邑
  1. Write.Great.Code.Volume.I.Understanding.the.Machin

    0下载:
  2. Write Great Code 的第一卷 Understanding the Machine 第一卷用语言无关的方式告诉程序员写出很好的代码所需要的知识,而不需要了解具体的汇编语言-Write Great Code Volume I of the Ma Understanding chine vol language unrelated to tell the programmers to write good code required knowledge, not need to k
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:8642206
    • 提供者:jz
  1. Regular-expressions-simplifypattern-matching-code.

    0下载:
  2. Text processing often involves matching text against a pattern. Although Java s character and assorted string classes offerlow- levelpattern- matching support, that support commonly leads to complex code. To help you write simplerpattern- matching co
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:112314
    • 提供者:qlw
  1. filter-vhdl-code

    0下载:
  2. filter-vhdl-code.rar为滤波器的完整VHDL程序,可用于IIR与FIR滤波器的仿真与验证实现,包括代码综合。使用版本为ISE6.3.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:173751
    • 提供者:petri
  1. Beautiful[1].Code.Leading.Programmers.Explain.How.

    0下载:
  2. 优美源码的绝好参考书籍!Beautiful code was conceived by greg wilson in 2006 as a way to elicit insights from leading software developers and computer scientists
  3. 所属分类:软件工程

    • 发布日期:2014-01-17
    • 文件大小:5058701
    • 提供者:仙人掌
  1. Working.Effectively.with.Legacy.Code

    1下载:
  2. Get more out of your legacy systems: more performance, functionality, reliability, and manageability Is your code easy to change? Can you get nearly instantaneous feedback when you do change it? Do you understand it? If the answer to any of thes
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:2307752
    • 提供者:ename
  1. code striker

    0下载:
  2. code striker 使用文档
  3. 所属分类:软件工程

    • 发布日期:2011-06-07
    • 文件大小:873151
    • 提供者:twetsd
  1. ecg.zip

    0下载:
  2. ecg source code in c++,ecg source code in c++
  3. 所属分类:software engineering

    • 发布日期:2017-03-25
    • 文件大小:19570
    • 提供者:Mandar
  1. Pedometer.zip

    0下载:
  2. Source code for multiple components in pedometers,Source code for multiple components in pedometers
  3. 所属分类:Project Design

    • 发布日期:2017-03-28
    • 文件大小:51373
    • 提供者:Alicia
  1. job-shop.rar

    4下载:
  2. 基于PSO的job-shop调度源代码,上面已经上传了一个基于flow-shop调度问题,可以讲二者对比看,PSO-based job-shop scheduling of the source code has been uploaded above based on the flow-shop scheduling problem, you can talk about comparing the two to see
  3. 所属分类:software engineering

    • 发布日期:2016-06-06
    • 文件大小:16852
    • 提供者:杨维
  1. OPCClient.rar

    0下载:
  2. OPC Client Sample code ,OPC Client Sample code
  3. 所属分类:software engineering

    • 发布日期:2017-06-13
    • 文件大小:20532417
    • 提供者:big stone
  1. RS-MATLAB-code

    1下载:
  2. Reed-So lomon (RS)码是目前最有效、应用最广的 差错控制编码之一,是一类具有很强纠错能力的多进制BCH 码, 它既可以纠正突发错误, 也 可以纠正随机错误。RS 码主要应用于实时性较高的移动通信系统、深空通信、数字卫星电 视、磁记录系统等方面。本文用matlab详细仿真实现RS编译码-Reed-So lomon (RS) code is the most effective, the most widely used one of error-controlling
  3. 所属分类:Project Design

    • 发布日期:2016-11-21
    • 文件大小:179200
    • 提供者:孟君
  1. beautiful-code

    0下载:
  2. 非常好的一本书:《代码之美》pdf电子书-A very good book: Code of the United States pdf e-book
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1224357
    • 提供者:huhz
  1. Crc-code

    0下载:
  2. CRC-16的校验代码。直接复制粘贴就可以使用。-CRC-16 code.
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:1411
    • 提供者:jason
  1. Slotted_Aloha-Matlab-Code

    0下载:
  2. Matlab code for slotted ALOHA protocol for computer communication
  3. 所属分类:software engineering

    • 发布日期:2017-03-22
    • 文件大小:1670
    • 提供者:justme
  1. Clean.Code

    0下载:
  2. 不错的一本书,最近在做代码优化和重构的时候看的,给大家分享一下-Clean Code is divided into three parts. The first describes the principles, patterns, and practices of writing clean code. The second part consists of several case studies of increasing complexity. Each case study is a
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:2828628
    • 提供者:chi
  1. code-review

    0下载:
  2. 如何阅读别人的代码-code-review
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:162650
    • 提供者:chenhb
  1. CODE

    0下载:
  2. interfacing 4x4 keypad with lcd. Simple code.
  3. 所属分类:Project Design

    • 发布日期:2017-04-09
    • 文件大小:885
    • 提供者:waqar
  1. code

    3下载:
  2. 求解二维波动方程,包括论文,公式依据和程序源代码-Solving two-dimensional wave equation, including papers, formulas and procedures based on source code
  3. 所属分类:软件工程

    • 发布日期:2013-10-25
    • 文件大小:1902192
    • 提供者:George
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com