登录
首页 » 软件系统 » 编程精粹 ─── Microsoft 编写优质无错C 程序秘诀 Writing Clean Code ─── Microsoft Technique...

编程精粹 ─── Microsoft 编写优质无错C 程序秘诀 Writing Clean Code ─── Microsoft Technique...

于 2022-12-26 发布 文件大小:566.54 kB
0 36
下载积分: 2 下载次数: 1

代码说明:

编程精粹 ─── Microsoft 编写优质无错C 程序秘诀 Writing Clean Code ─── Microsoft Techniques for Developing Bug-free C Programs Steve Maguire 著 姜静波 佟金荣 译 麦中凡 校 电子工业出版社 编写优化、高效、无错地代码 2 这份电子书籍由PC Home 俱乐部、C++ Bulider 讨论区数位网友分别整理完成,基本 上完全按照所据译本原貌,极少数文字为通顺起见稍作修改。由于并非一人整理完成,书 中例程各章节代码书写风格可能稍有不同,如指针声明,以下两种写法都存在: void* pv // ‘*’号与类型说明符相连 void *pv // ‘*’号与变量名相连-programming essence Building Building Quality Microsoft prepared no wrong C program secret Writing Cl ean Building Code Building Techniques for Building Microsoft Developi Vi Bug-free C Programs with Steve Maguire Jiangjingbei Tong Mai Jinrong translation Where were the school electronics industry publishing company optimization, efficient, no wrong code to the two e-books by PC Home Club, C Bulider discussing several netizens were sorted out, basically According to the translation in accordance with the original landscape. very few words for the sake of coherence with some slight modifications. Because a person is not sorted

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

发表评论

0 个回复

  • 这是博弈论算法全集第七部分:其他文档,其它算法将陆续推出.以便与大家共享...
    这是博弈论算法全集第七部分:其他文档,其它算法将陆续推出.以便与大家共享-This is the Complete Works of Game Theory Algorithms Part VII: Other documents, other algorithms will be introduced. In order to share with everyone
    2023-04-05 19:15:03下载
    积分:1
  • matlab 6.0 ,word格式,适用广大群众学习matlab.
    matlab 6.0 ,word格式,适用广大群众学习matlab.-matlab 6.0
    2022-07-14 07:10:13下载
    积分:1
  • 银行综合业务模拟环境
    银行综合业务系统模拟环境-banks integrated business system simulation environment
    2022-09-16 07:55:03下载
    积分:1
  • 用VC实现的一个简单的旅行预订,后台数据库是Access。含有简单的设计文档...
    用VC实现的一个简单的旅行预订系统,后台数据库是Access。含有简单的设计文档-with VC of a simple travel booking system is Access database background. With a simple design documents
    2022-01-23 10:41:45下载
    积分:1
  • 3ds file reader
    3ds 文件读取程序-3ds file reader
    2022-11-01 10:50:03下载
    积分:1
  • MSP430F135的SPI操作代码,绝对的真实可行.放心下载
    MSP430F135的SPI操作代码,绝对的真实可行.放心下载-MSP430F135 the SPI operation code, is absolutely true feasible. Rest assured Download
    2022-03-21 00:33:28下载
    积分:1
  • 哲学家进餐问题是荷兰学者Dijkstra 提出的经典问题之一,它是一个信号量机制问题的应用,在操作文化史上具有非常重要的地位。对该问题的剖析有助于学生深刻地...
    哲学家进餐问题是荷兰学者Dijkstra 提出的经典问题之一,它是一个信号量机制问题的应用,在操作系统文化史上具有非常重要的地位。对该问题的剖析有助于学生深刻地理解计算机系统中的资源共享、进程同步、死锁等问题,并能熟练地应用信号量来解决生活中的控制流程,即将生活中的控制流程用形式化的方式表达出来。 假设有5个哲学家,他们花费一生中的时光思考和吃饭。这些哲学家共用一个圆桌,每个哲学家都有一把椅子。在桌子中央是一碗通心面,在桌子上放着5只筷子。(如图所示)当一个哲学家思考时,他与其他同事不交互。时而,哲学家会感到饥饿,并试图拿起与他相近的两只筷子(他与邻近左、右之间的筷子)。一个哲学家一次只能拿起一只筷子。显然,他不能从其他哲学家手里拿走筷子。当一个饥饿的哲学家同时有两只筷子时,他就不能不用释放他的筷子而自己吃了。当吃完后,他会放下两只筷子,并再次开始思考。 规定奇数号哲学家先拿他左边的筷子,然后再去拿右边的筷子;而偶数号哲学家则相反。按此规定,将是1、 2号哲学家竞争1号筷子;3、4号哲学家竞争3号筷子。即五位哲学家都先竞争奇数号筷子,获得后,再去竞争偶数号筷子,最后总会有一位哲学家能获得两只筷子而进餐。 -dining philosophers problem is the Netherlands scholars Dijkstra"s one of the classic, It is a signal to the mechanism of application, the operating system in the history of culture has a very important position. Analysis of the problem to help students understand deeply the computer system resource sharing, process synchronization, and other issues Deadlock, skilled and can be applied to solve the signal volume life of the control flow, about the life of the control flow w
    2022-02-12 04:28:55下载
    积分:1
  • 设计模式经典书籍,附C++源码,值得一看
    设计模式经典书籍,附C++源码,值得一看-Design Pattern classic books, laws C++ Source, see
    2022-01-23 10:20:29下载
    积分:1
  • Component Development ArcObject help getting started, you can reference for the...
    ArcObject组件开发入门帮助,可以参照进行ArcEngine的开发-Component Development ArcObject help getting started, you can reference for the development of ArcEngine
    2022-05-05 01:44:05下载
    积分:1
  • this is key for Palm OS
    this key for Palm OS-this is key for Palm OS
    2022-06-30 01:21:31下载
    积分:1
  • 696518资源总数
  • 104226会员总数
  • 29今日下载