Be Flying工作室翻译的重点、重量级图书

news/2024/7/7 15:57:40

 

 
 
 
  程序设计、软件工程、项目管理
 
1. Software Estimation: Demystifying the Black Art
中文名:软件估算--“黑匣子”揭秘
 
2. Antipatterns: Refactoring Software, Architectures, and Projects in Crisis
中文名:反模式:危机中软件、架构和项目的重构
 
3. Java(TM) Developer's Guide to Eclipse, The (2nd Edition)
中文名: Eclipse 权威开发指南(第 2 版)
 
4. Agile Estimating and Planning
中文名:敏捷估计与规划
 
5. Design Patterns in C#
中文名: C# 设计模式
 
6. Pattern-Oriented Analysis and Design: Composing Patterns to Design Software Systems (注:由于出版社考虑到市场较小,虽然我室已经翻译,但未出版中文版)
 
7. Multi-Core Programming: Increasing Performance through Software Multi-threading
中文名:多核程序设计技术 —— 通过软件多线程提升性能
 
8. Beyond the C++ Standard Library: An Introduction to Boost
中文名:超越 C++ 标准库 :Boost 库导论
 
9. CLR via C#, Second Edition
中文名:框架设计(第 2 版): CLR Via C#   PART III~PART V
 
10. A Practical Guide to Red Hat(R) Linux(R): Fedora(TM) Core and Red Hat Enterprise Linux (3rd Edition)
中文名: Red Hat Linux 实用指南 ——Fedora Red Hat Enterprise Linux 》(第 3 版)(暂定名)
注:考虑到本书较厚,可能分为两卷出版:卷 1 :《 Red Hat Linux 指南:基础与系统管理篇》  2 :《 Red Hat Linux 指南:服务器设置与程序设计篇》
 
11. A Practical Guide to Linux(R) Commands, Editors, and Shell Programming
中文名: Linux 命令、编辑器与 Shell 编程
 
12. Expert SQL Server 2005 Development
中文名: SQL Server 2005 编程艺术(暂定名)
 
13. Why Software Sucks...and What You Can Do About It
中文名:大师品软件 —— 软件之痛与应对之道
 
14. Parallel and Distributed Programming Using C++
中文名: C++ 并行与分布式编程
 
15. Linux Programming by Example: The Fundamentals
中文名:实战 Linux 编程精髓
 
16. Data Mining with SQL Server 2005
中文名:数据挖掘原理与应用 --SQL Server 2005 数据库
17. Ajax for Web Application Developers
中文名: Ajax——Web开发、可重用组件及模式
 
(注:排名不分先后)
 
 
数学、统计学:
 
1. Numbers Methods for Engineers (Fifth Edition)
中文名:工程数值方法(第五版)
 
2. Statistics for Engineers and Scientists (2 edition )
中文名:统计学 -- 科学与工程应用
 
(注:排名不分先后)
 
电子、电气、通信
 
1. CMOS VLSI Design: A Circuits and Systems Perspective (3rd Edition)
中文名: CMOS 超大规模集成电路设计(第三版)
 
2. Sensor Technology Handbook
中文名:传感器技术手册(暂定名)
 
3. Solid State Electronic Devices (6th Edition) 
中文名:固态电子器件(第 6 版)(暂定名)
 
4. Wireless and Cellular Communications (Third Edition)
中文名:无线与蜂窝通信(第三版)(暂定名)
 
5. RF Engineering for Wireless Networks: Hardware, Antennas, and Propagation
中文名:无线网络中的射频工程:硬件、天线和传播(暂定名)
 
6. Op Amp Application Handbook
中文名:运算放大器应用手册(暂定名)
 
7. Advanced Microprocessors and Peripherals
中文名:先进微处理器与外设(暂定名)
 
8. Designing Embedded Systems with PIC Microcontrollers: Principles and Applications
中文名:使用 PIC 微控制器设计嵌入式系统:原理与应用(暂定名)
 
(注:排名不分先后)
 
 
 


Trackback: http://tb.blog.csdn.net/TrackBack.aspx?PostId=1441322



http://www.niftyadmin.cn/n/3659425.html

相关文章

MyBatis-Plus-代码生成器

依赖 <!-- velocity 模板引擎, Mybatis Plus 代码生成器需要 --><dependency><groupId>org.apache.velocity</groupId><artifactId>velocity-engine-core</artifactId></dependency> 也要确定你有这两个依赖 <dependency><…

vue-admin-template框架

我导了好几次依赖都不行,试过用cnpm,淘宝镜像,最后还是用npm install 导入依赖 npm install运行 npm run dev 解析 前端框架入口:index.html src/main.js 系统登录默认使用这个地址,但这地址的服务器有点问题 https://easy-mock.com/mock/5950a2419adc231f356a663…

所有技术译者必读——技术图书译文校对方法指南

技术图书译文校对方法指南您一定不希望自己的稿件从出版社退回来反复修改而感到难受吧&#xff1f;事实上&#xff0c;很多书籍的质量问题&#xff0c;都归咎于译者没有运用正确的方法 来可靠地保证质量&#xff08;这与译者态度是两回事&#xff0c;即使态度最好&#xff0c;不…

软件工程-可行性研究

可行性研究 内容 经济可行性,技术可行性,操作可行性,法律可行性 步骤: 1.确定系统规模和目标 分析员访问关键人员,仔细阅读和分析有关的材料&#xff0c;以便改正含糊或不正确的叙述&#xff0c;清晰的描述对目标系统的一切限制和约束。 2.研究目前正在使用的系统 1…

vue-admin-template框架-登录功能

它默认请求登录的地址无法登录 改为http://localhost:8001 进行登录调用两个方法,login登录操作方法,和info登录之后获取用户信息的方法.所以,创建两个方法实现登录 1)login 返回token值 2)info 返回roles name avatar 接口 RestController RequestMapping("/eduservice…

Spring Security权限框架

Spring Security主要包含 1)用户认证:用户登录时候,输入用户名和密码,查询数据库,输入的用户名和密码是否正确,如果正确的话,认证成功了 2)用户授权:登录了系统,登录用户可能是不同的角色,比如现在登录的用户是管理员,管理员操作所有功能,比如登录用户是普通用户,操作功能就少点…

MyBatis-Plus学习笔记1-入门

mp(MyBatis-Plus)是什么 Mybatis-Plus(简称MP)是一个Mybtis的增强工具,在MyBatis的基础上只做增强不做改变,为简化开发,提高效率而生,能快速地进行CRUD操作. 官网:https://mp.baomidou.com/ mp入门 1.创建数据库,创建数据库表,添加数据,用于mp操作 创建用户表 DROP TABLE …

纳新通告

由于汉飞扬团队承接的业务不断增加&#xff0c;急需新的力量加入&#xff0c;壮大我们的团队。我们现在承接的业务有几种类型&#xff1a;1 .net framework 3.0开发项目2 微软开发项目3 Myspace项目4 其他公司的项目如果您有意加入我们团队&#xff0c;且满足以下几点&#xff…