登录
首页 » 软件系统 » 亚马逊网上书店、巴诺书店最佳畅销书《最后期限》 汤姆・迪马可(Tom DeMarco)是大西洋系统行会(www.atlsysguild.com)的负责...

亚马逊网上书店、巴诺书店最佳畅销书《最后期限》 汤姆・迪马可(Tom DeMarco)是大西洋系统行会(www.atlsysguild.com)的负责...

于 2022-03-18 发布 文件大小:83.67 kB
0 112
下载积分: 2 下载次数: 1

代码说明:

亚马逊网上书店、巴诺书店最佳畅销书《最后期限》 汤姆・迪马可(Tom DeMarco)是大西洋系统行会(www.atlsysguild.com)的负责人之一,同时他也是多塞特家族出版社的三本畅销书(《人件》(将于今年4月在清华大学出版社引进出版),与蒂姆・利斯特合著的《软件艺术的状态》(Software State-of-the-Art),以及《为何软件开销那么大?》(Why Does Software Cost So Much?)和一套基础培训录像(与蒂姆・利斯特合作的《高产团队》)的作者。-Amazon online bookstore, Barno Bookstore, the best-selling novel "final deadline" Mudima soup can (Tom DeMarco) is the Atlantic system will be OK (www.atlsysguild.com), the head of one of his family is Dorset Press three best-selling book ( "people pieces" (to be held in April this year in the introduction of Qinghua University Press published), co-authored with Dimulishite the "state of the art of software" (Software State-of-the-Art), and "why so much software overhead?" (Why Does Software Cost So Much ) and a set of basic training video (Dimulishite cooperation with the "high production team") the authors.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • C#企业人事管理
    源程序来自《C#从入门到精通》(王小科、吕双编著)书中的实例,经过调试,代码可用。开发环境:Windows平台:Visual Studio 2010,SQL Server2008语言:C#系统介绍 根据企业对人事管理的要求,本系统可以实现以下目标: l  操作简单方便、界面简洁美观。 l  在查看员工信息时,可以对当前员工的家庭情况、培训情况进行添加、修改、删除的操作。 l  方便快捷的全方位数据查询。 l 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2023-05-03 20:35:07下载
    积分:1
  • 初学者的一本好书java学习方案
    初学者的一本好书java学习方案-Beginners a good book to learn java program
    2022-11-05 18:40:03下载
    积分:1
  • 网络芯片smc91c1111
    网络芯片smc91c1111-nu的datasheet. 详细的介绍了网络的mac和phy,如何实现的。同时里面也有驱动编写的demo -Network chip smc91c1111-nu of the datasheet. A detailed introduction of the network mac and phy, how achievable. At the same time there has also prepared demo drive
    2022-02-02 06:25:19下载
    积分:1
  • CHM格式,讲述极限编程的好文档.具体介绍了什么是极限编程.极限编程的设计原则,极限编程的建模以及一些极限编程的想法...
    CHM格式,讲述极限编程的好文档.具体介绍了什么是极限编程.极限编程的设计原则,极限编程的建模以及一些极限编程的想法-CHM format, on the Extreme Programming good documentation. Specific details of what is Extreme Programming. Extreme Programming design principles of Extreme Programming Modeling and some thoughts Extreme Programming
    2022-03-04 16:36:28下载
    积分:1
  • 用VC写的程序,再没有VC的电脑上运行的方法
    用VC写的程序,再没有VC的电脑上运行的方法-Writing process with VC, no VC is running on the computer way
    2023-07-23 02:50:03下载
    积分:1
  • UML
    基于uml的图书馆系统的建模设计,其中包含有用retional rose做的齐全的各类图,如用例图,类图,顺序图,协作图等等,希望对你有所帮助-UML-based modeling of the library system design, which contains useful retional rose to do the full range of various types of maps, such as use case diagram, class diagram, sequence diagram, collaboration diagram and so on, I hope for your help
    2022-02-18 16:29:52下载
    积分:1
  • xnova aad
    xnova aad-xnova aad
    2022-03-15 13:51:16下载
    积分:1
  • 手机电视行业标准CMMB的码流MFS分析并带测试文*.MFS,对手机电视学习者有帮助哦...
    手机电视行业标准CMMB的码流MFS分析软件并带测试文件*.MFS,对手机电视学习者有帮助哦-CMMB MFS TEST SOFTWARE AND TEST FILE
    2023-05-27 20:10:04下载
    积分:1
  • 用 Delphi 安装程序
    用 Delphi 安装程序 用 Delphi 安装程序
    2022-05-15 07:45:31下载
    积分:1
  • 数字图像放大缩小及旋转计算组间方差和组内方差的时候调用了一个函数专门求阈值,可能这里的计算还是有一点问题。而且在我的函数里,要256次调用这个函数,又因为计算机...
    数字图像放大缩小及旋转计算组间方差和组内方差的时候调用了一个函数专门求阈值,可能这里的计算还是有一点问题。而且在我的函数里,要256次调用这个函数,又因为计算机是按字节处理数据的,因此写图像数据的时候要用每8个写到一个数组中,然后通过计算得到字节类型的值,这些都使得我的算法效率比较低,最后一个问题,我觉得如果使用位运算会快一些,但是前面的问题还没有想到比较好的解决方法。-Digital Image zoom and rotation calculation of variances and group between the two groups when the variance of a function call seeking specific threshold, the calculation may be here, or there was a problem. And in my function, it is necessary 256 calls to this function, and also because the computer is processing data in bytes, and therefore the time to write image data to use for every 8 write an array, and then calculated byte type values, which are made to my algorithm" s efficiency is relatively low, the last issue, I think that if you use bit computing will be faster, but the previous issues have not yet thought of a better solution.
    2022-04-23 06:13:57下载
    积分:1
  • 696518资源总数
  • 105595会员总数
  • 1今日下载