注冊 | 登錄讀書好,好讀書,讀好書!
讀書網-DuShu.com
當前位置: 首頁出版圖書科學技術計算機/網絡計算機科學理論與基礎知識人生的不標準答案

人生的不標準答案

人生的不標準答案

定 價:¥18.00

作 者: 張忠樸著
出版社: 中信出版社
叢編項:
標 簽: 經濟知識普及讀物

ISBN: 9787800734649 出版時間: 2002-10-01 包裝: 簡裝本
開本: 21cm 頁數(shù): 208 字數(shù):  

內容簡介

  在不標準的生活理念里飛揚,你才能找到屬于自己的海闊天空。也許你沒有聽說過張忠樸這個人,但請你一定要看看這本書。在你最安靜的時候,翻一翻這本書;用最原始無偽的生命體驗,去體會這一個人。體會他在27年職場生涯中,不論是做小工程師,還是貴為老板,總是“歡歡喜喜出門,快快樂樂回家”的訣竅。體會他在學生與老師兩種身分之間,充分挖掘出的學習之美、學習之樂。體會他自創(chuàng)一格、讓人更自在的溝通說理方式。體會他不甘心“白白”生病,而將“養(yǎng)生有誤”轉化成“養(yǎng)生有悟”的智慧與福氣。也許,你可以就此找到屬于你自己的、正確但不怎么標準的人生答案。·在人的職業(yè)生涯中,有一些人總是在“找”一份好工作,結果似乎總是找不到,為什么呢?因為如果真的有那么好的工作,目前擁有的人為什么要將這個寶貴的機會讓出來呢?慢慢地,回思考、肯反省的人終于領悟了一個真理:好工作不是被找到的,而是在快樂中做到的?!つ阍洺赃^多少顆蘋果呢?你知道蘋果里面有一顆星星嗎?如果你從來沒見過蘋果里的星星,那也許正是對我們墨守成規(guī)的一種提醒?!碛行腋>褪且话闳藢γ利惾松钪庇X的定義。但是,在更深層的生命中,悲與離一樣可以孕育出美麗,那種美麗就是不斷地給苦難中的人打氣,讓他們感受并堅持走出痛苦的希望?!Q定一件事不平凡的關鍵因素是什么?是價值觀。和野人一起被太陽曬的人何其多,但是否每一位都領悟了冬陽的價值?人們大概覺得冬陽太平凡吧!許多人都被功利主義搞昏了頭,錯把價錢觀當作價值觀,把愈貴的東西看得愈有價值。殊不知,免費和價值絕對是兩種尺度,心告訴我們重要的東西,才值得我們珍惜。

作者簡介

  張忠樸,1950年出生于臺南。先后畢業(yè)于東海大學工業(yè)工程系及亞洲管理學院。曾任迪吉多電腦品管經理、德泰科技品管經理、華通電腦總經理室經理及總管理處處長、東海大學兼任講師?,F(xiàn)為中原大學兼任講師、尋智專業(yè)顧問公司總經理。在亞洲管理學院攻讀時,深受其教育方式的沖擊,開始關心教育議題,提倡快樂而有效的終身學習方式?!度松牟粯藴蚀鸢浮肥撬谝槐驹趯I(yè)之外,展現(xiàn)人生體驗與觀察的文集。

圖書目錄

Preface                  
 To the student                  
 To the educator                  
 The current edition                  
 Feedback to the author                  
 Acknowledgments                  
                   
 0 Introduction                  
 0. l Automata, Computability, and Complexity                  
 Complexity theory                  
 Computability theory                  
 Automata theory                  
 0.2 Mathematical Notions and Terminology                  
 Sets                  
 Sequences and tuples                  
 Functions and relations                  
 Graphs                  
 Strings and languages                  
 Boolean logic                  
 Summary of mathematical terms                  
 O.3 Definitions, Theorems, and Proofs                  
 Finding proofs                  
 0.4 Types of Proof                  
 Proof by construction                  
 Proof by contradiction                  
 Proof by induction                  
 Exercises and Problems                  
                   
 Part One: Automata and                  
 l Regular                  
 l . l Finite Automata                  
 Formal definition of a finite automaton                  
 Examples of finite automata                  
 Formal definition of computation                  
 Designing finite automata                  
 The regular operations                  
 l .2 Nondeterminism                  
 Formal definition of a nondeterministic finite automaton                  
 Equivalence of NFAs and DFAs                  
 Closure under the regular operations                  
 l . 3 Regular Expressions                  
 Formal definition of a regular expression                  
 Equivalence with finite automata                  
 l .4 Nonregular Languages                  
 The pumping lemma for regular languages                  
 Exercises and Problems                  
                   
 2 Context-Free Languages                  
 2 . l Context-free Grammars                  
 Formal definition of a context-free grammar                  
 Examples of context-free grammars                  
 Designing context-free grammars                  
 Ambiguity                  
 Chomsky normal form                  
 2 .2 Pushdown Automata                  
 Formal definition of a pushdown automaton                  
 Examples of pushdown automata                  
 Equivalence with context-free grammars                  
 2 . 3 Non-context-free Languages                  
 The pumping lemma for context-free languages                  
 Exercises and Problems                  
                   
 Part Two: Computability Theory                  
 3 The Church-Turing Thesis                  
 3 . l Turing Machines                  
 Formal definition of a Turing machine                  
 Examples of Turing  machines                  
 3 .2 Variants of Turing Machines                  
 Multitape Turing machines                  
 Nondeterministic Turing machines                  
 Enumerators                  
 Equivalence with other models                  
 3 .3 The Definition of Algorithm                  
 Hilbert's problems                  
 Terminology for describing Turing machines                  
 Exercises and Problems                  
                   
 4 Decidability                  
 4. l Decidable Languages                  
 Decidable problems concerning regular languages                  
 Decidable problems concerning context-free languages                  
 4.2 The Halting Problem                  
 The diagonalization method                  
 The halting problem is undecidable                  
 A Turing-unrecognizable language                  
 Exercises and Problems                  
                   
 5 Reducibility                  
 5 . l Undecidable Problems from Language Theory                  
 Reductions via computation histories                  
 5.2 A Simple Undecidable Problem                  
 5 . 3 Mapping Reducibility                  
 Computable functions                  
 Formal definition of mapping reducibility                  
 Exercises and Problems                  
                   
 6 Advanced Topics in Computability Theory                  
 6. 1 The Recursion Theorem                  
 Self-reference                  
 Terminology for the recursion theorem                  
 Applications                  
 6.2 Decidability of logical theories                  
 A decidable theory                  
 An undecidable theory                  
 6. 3 Turing Reducibility                  
 6.4 A Definition of Information                  
 Minimal length descriptions                  
 Optimality of the definition                  
 Incompressible Strings and randomness                  
 Exercises and Problems                  
                   
 Part Three: Complexity Theory                  
 7 Time Complexity                  
 7. l Measuring Complexity                  
 Big-O and small-o notation                  
 Analyzing algorithms                  
 Complexity relationships among models                  
 7.2 The Class P                  
 Polynomial time                  
 Examples of problems in P                  
 7.3 The Class NP                  
 Examples of problems in NP                  
 The P versus NP question                  
 7 .4 NP-completeness                  
 Polynomial time reducibility                  
 Definition of NP-completeness                  
 The Cook-Levin Theorem                  
 7. 5 Additional NP-complete Problems                  
 The vertex cover problem                  
 The Hamiltonian path problem                  
 The subset sum problem                  
 Exercises and Problems                  
                   
 8 Space Complexity                  
 8. l Savitch's Theorem                  
 8.2 The Class PSPACE                  
 8 . 3 PSPACE-completeness                  
 The TQBF problem                  
 Winning strategies for games                  
 Generalized geography                  
 8.4 The Classes Land NL                  
 8. 5 NL-completeness                  
 Searching in graphs                  
 8.6 NL equals coNL                  
 Exercises and Problems                  
                   
 9 Intractability                  
 9. l Hierarchy Theorems                  
 Exponential space completeness                  
 9.2 Relativization                  
 Limits of the diagonalization method                  
 9. 3 Circuit Complexity                  
 Exercises and Problems                  
                   
 10 Advanced topics in complexity theory                  
 l0. l Approximation Algorithms                  
 l0.2 Probabilistic Algorithms                  
 The class BPP                  
 Primality                  
 Read-once branching programs                  
 10.3 Alternation                  
 Alternating time and space                  
 The Polynomial time hierarchy                  
 10.4 Interactive Proof Systems                  
 Graph nonisomorphism                  
 Definition of the model                  
 IP = PSPACE                  
 l0.5 Parallel Compuation                  
 Uniform Boolean circuits                  
 The class NC                  
 P-completeness                  
 IO.6 Cryptography                  
 Secret keys                  
 Public-key cryptosystems                  
 One-way functions                  
 Trapdoor functions                  
 Exercises and Problems                  
                   
 Selected Bibliography                  
 Index                  
                   

本目錄推薦

掃描二維碼
Copyright ? 讀書網 m.ranfinancial.com 2005-2020, All Rights Reserved.
鄂ICP備15019699號 鄂公網安備 42010302001612號