-
Programming.Pearls--(2)
编程珠玑中文第二版.pdf(包括源码)
本书是计算机科学方面的经典名著,原名Programming Pearls Second Edition
书的内容围绕程序设计人员面对的一系列实际问题展开。作者Jon Bentley 以其独有的洞察力和创造力,引导读者理解这些问题并学会解决方法,而这些正是程序员实际编程生涯中至关重要的。本书的特色是通过一些精心设计的有趣而又颇具指导意义的程序,对实用程序设计技巧及基本设计原则进行了透彻而睿智的描述,为复杂的编程问题提供了清晰而完备的解决思路。本书对各个层次的程序员都具有很高的阅读价值。.
(Programming Pearls Chinese second edition. Pdf (including source code)
This book is in computer science classics, formerly Programming Pearls Second Edition
Contents of the book focus on program design were faced with a series of practical issues. Author Jon Bentley its unique insight and creativity, to guide readers to understand the issues and learn solutions, which is what the programmer actual programming career essential. The book features through some interesting and well-designed program is instructive, for practical programming skills and basic design principles and wise conduct a thorough description of the problem for complex programming provides a clear and complete solution ideas. Book for all levels of programmers have a high value of reading. .)
- 2013-08-22 11:13:49下载
- 积分:1
-
FDC2214测试代码
说明: FDC2214 stm32单片机实现IIC通信 通过OLED显示(Realization of IIC Communication by FDC2214 STM32 Single Chip Microcomputer and Display by OLED)
- 2020-06-21 05:00:02下载
- 积分:1
-
记忆游戏,为了考验你的记忆!
Memory Game, for testing your memory!
- 2022-07-05 09:25:22下载
- 积分:1
-
酷黑自适应模板1
说明: 苹果cms自适应模板,酷黑版。爱看视频的简洁版模板。感觉还行,分享出来。(Apple CMS adaptive template, cool black version. Simple template for watching videos. Feel OK, share it.)
- 2020-06-22 00:00:02下载
- 积分:1
-
浮点数运算
说明: 浮点数的表示与算术运算算法分析,要求理论推导与程序模拟。
算术运算包括字符串到浮点数、浮点数到字符串的转换,加、减、乘、除四则运算等。要有说明文档,包括算法证明、程序框图、使用方法、特殊处理(溢出、数位扩展)、实例分析等等。字符串转换可能稍难。
typedef unsigned int dwrd; #32-bit
char* ftoa(dwrd);
dwrd atof(char*);
dwrd fadd(dwrd, dwrd);
dwrd fsub(dwrd, dwrd);
dwrd fmul(dwrd, dwrd);
dwrd fdiv(dwrd, dwrd);(The representation of floating-point number and the analysis of arithmetic operation algorithm require theoretical derivation and program simulation.
Arithmetic operations include string to floating point, floating point to string conversion, addition, subtraction, multiplication, division and so on. Documentation should be provided, including algorithm proof, program block diagram, usage, special handling (overflow, digital expansion), case analysis, etc. String conversion can be slightly difficult.
typedef unsigned int dwrd; #32-bit
char* ftoa(dwrd);
dwrd atof(char*);
dwrd fadd(dwrd, dwrd);
dwrd fsub(dwrd, dwrd);
dwrd fmul(dwrd, dwrd);
dwrd fdiv(dwrd, dwrd);)
- 2021-03-29 23:19:10下载
- 积分:1
-
Software-Defined-Radio
包含两本书:Telecommunication Breakdown_Concepts of Communication Transmitted via Software-Defined Radio以及它的中文版《软件无线电》(It contains two books: Telecommunication Breakdown_Concepts of Communication Transmitted via Software-Defined Radio and its Chinese version of " software radio" )
- 2020-11-19 10:39:37下载
- 积分:1
-
贪吃蛇
说明: 贪吃蛇游戏的Java文件,class文件和讲解,他能增长,吃食物,碰到石头会死亡。(The Code and Explanation of Snake Eating)
- 2020-06-21 11:20:02下载
- 积分:1
-
一个鼠标小车程序,鼠标可以引导小车转动,是闲时编写的小程序。...
一个鼠标小车程序,鼠标可以引导小车转动,是闲时编写的小程序。-a trolley procedures mouse, the mouse can guide the car turning, the man is prepared by the small procedures.
- 2023-05-19 16:25:03下载
- 积分:1
-
观察者模式-老板回来04
本源码为利用C#与EMGUCV调用摄像头,从而达到截屏的目的(The source code is to use C # and EMGUCV to call the camera, so as to achieve the purpose of screen capture.)
- 2020-06-24 12:40:02下载
- 积分:1
-
AD7192
可较好实现AD7192功能,能够有效采集数据,(The function of AD7192 can be well realized.)
- 2019-02-26 14:44:41下载
- 积分:1