随笔分类 - Elementary Computer Science
摘要:全本论述其理解的哥德尔(第一)定理,即不完备性定理,并简述其第二定理,即不一致性定理。
阅读全文
摘要:本文讲述彭罗斯近年一些关于数学、物理和意识讲课的在物理和思维方面启示观后感。
阅读全文
摘要:核心课程简表一上:综合数学(连续部分A(数学分析))[1001]、物理(经典物理)[2001]、程序设计与编译一A(C/Basic)[3001]、哲学与系统科学[1000]一下:综合数学(离散部分A(离散数学、线性代数等))[1002]、物理(电子:电动力学)[2002]、程序设计与编译一B(C#、Python等、程序语言分析)[3002]、算法与数据结构一A(算法导论和基本算法)[3011]二上:综合数学(连续部分B(高等数学分析、复分析、统计等))[1003]、物理(电子:电子工程(电路和射频等))[2003]、物理(现代物理及其方法)[2004]、程序设计与编译二A(编译原理、编译工具使
阅读全文
摘要:IT学习无止境。以下整理一下计划学习和研究的东西。语言学习,重点关注C#(不能说掌握得差不多了,但继续作为主力编程工具需要不断提高)和C++11的进展,补一些boost的课(有条件的话看boost在新C++条件下如何演进)和C++遗忘的东西,回顾设计模式在这两个语言中的应用。留半个眼睛给Functional Programming和并发编程。有空粗略思考一些语言设计、对象模型、泛型和元编程、编译实现的问题。最近我发现越发对C++这门语言不感冒了。个人感觉,除了一些计算密集性能要求和架构要求有些紧张的场景,C++不是一个好的选择。对于前端界面应用,越来越没有C++什么事,对于大型的复杂的前端应用
阅读全文
摘要:Mostly they are going to be computational geometry related, when put in the order of their priorities,1. (Priority 1)Investigation into Triangularisation methods and the technologies they depend on2. (Priority 2) 2D/3D shape relationship determination, such as whether two polygons intersect or overl
阅读全文
摘要:Can Computers Think? The History and Status of the Debate - Map 1 of 7问题10Issue Area:Can computers reason scientifically?问题域: 计算机是不是具有科学理性?The link to the part of the map this discussion is about:http://www.macrovu.com/CCTWeb/CCT1/CCTMap1Reason.html1. Common start point by Alan Turing (omitted)(Disp
阅读全文
摘要:Can Computers Think? The History and Status of the Debate - Map 1 of 7问题9Issue Area: Can computers be creative?问题域: 计算机会不会有创造力?The link to the part of the map this discussion is about: http://www.macrovu.com/CCTWeb/CCT1/CCTMap1BeCreative.html1. Common start point by Alan Turing (omitted)97. (Disputi
阅读全文
摘要:【原讨论】http://blog.csdn.net/quanben/article/details/6990366【题目出处】http://topic.csdn.net/u/20111114/00/7d943d10-9e4f-43c7-95dd-3bc5c18850e7.html【题目原文】小明和小强都是张老师的学生,张老师的生日是某月某日,2人都不知道张老师的生日。 但张老师告诉他们他的生日是下列10组中的某一天:3月,4日3月,5日3月,8日6月,4日6月,7日9月,1日9月,5日12月,1日12月,2日12月,8日张老师把月份告诉了小明,把日子告诉了小强,张老师问他们知道他的生日是那一天
阅读全文
摘要:【原题出处】 http://topic.csdn.net/u/20111114/00/7d943d10-9e4f-43c7-95dd-3bc5c18850e7.html【题目原文】小明和小强都是张老师的学生,张老师的生日是某月某日,2人都不知道张老师的生日。 但张老师告诉他们他的生日是下列10组中的某一天:3月4日3月5日3月8日4日6月6月7日9月1日9月5日12月1日12月2日12月8日张老师把月份告诉了小明,把日子告诉了小强,张老师问他们知道他的生日是那一天吗?小明说:如果我不知道的话,小强肯定也不知道。小强说:本来我也不知道,但是现在我知道了。小明说:哦,那我也知道了。请根据以上对话推
阅读全文
摘要:Can Computers Think? The History and Status of the Debate - Map 1 of 7问题8Issue Area: Are computers inherently dissabled?问题域: 计算机是否天生残疾?The link to the part of the map this discussion is about:http://www.macrovu.com/CCTWeb/CCT1/CCTMap1Disabled.html(Pretty much Turing's speaking to himself, maybe
阅读全文
摘要:废话少说了,原题集出处:http://blog.csdn.net/hackbuteer1/article/details/6902917题目: 一个骰子,6面,1个面是 1, 2个面是2, 3个面是3, 问平均掷多少次能使1、2、3都至少出现一次。方法: 面对面试概率题几乎屡试不爽的分叉树递归列方程法。这是一个求数学期望的问题,最终是求1,2,3出现至少一次的最短长度的期望。这样分叉树的每个节点是一个期望状态,而每个分叉是一次投掷结果。将后续期望出现1、2、3各至少一次的情形记作L123(即题目所求),将后续期望出现1、2各至少一次(3无关)情形记作L12,而1至少一次(2,3无关)情形L1,
阅读全文
摘要:Can Computers Think? The History and Status of the Debate - Map 1 of 7问题7Issue Area: Can computers draw analogies?问题域: 计算机能否做类比?The link to the part of the map this discussion is about:http://www.macrovu.com/CCTWeb/CCT1/CCTMap1Analogies.html1. Alan Turing, 1950, Yes, machines can (or will be able to
阅读全文
摘要:Can Computers Think? The History and Status of the Debate - Map 1 of 7问题6Issue Area: Is the brain a computer?问题域: 人脑是计算机吗?The link to the part of the map this discussion is about: http://www.macrovu.com/CCTWeb/CCT1/CCTMap1Brain.html1. Alan Turing, 1950, Yes, machines can (or will be able to) think.
阅读全文
摘要:Can Computers Think? The History and Status of the Debate - Map 1 of 7问题3Issue Area: Should we pretend that computers will never be able to think?问题域: 我们能一直对计算机的思考能力无动于衷吗?The link to the part of the map this discussion is about: http://www.macrovu.com/CCTWeb/CCT1/CCTMap1Pretend.html1. Alan Turing, 1
阅读全文
摘要:Can Computers Think? The History and Status of the Debate - Map 1 of 7Issue Area: Can computers have emotions?问题域: 计算机会有感情吗?The link to the part of the map this discussion is about: http://www.macrovu.com/CCTWeb/CCT1/CCTMap1Emotions.html1. Alan Turing, 1950, Yes, machines can (or will be able to) th
阅读全文
摘要:== Foreword by the translator ==It's an extraordinarily wonderful collection of charts that demonstrate the history and the current status of the discussion on whether computers (particularly the digital algorithmic machines we have been using today, which is I guess the only computing structure
阅读全文

浙公网安备 33010602011771号