码家

Web Platform, Cloud and Mobile Application Development

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2011年5月17日

摘要: SPOJ Problem Set (classical)4. Transform the ExpressionProblem code: ONPTransform the algebraic expression with brackets into RPN form (Reverse Polish Notation). Two-argument operators: +, -, *, /, ^ (priority from the lowest to the highest), brackets ( ). Operands: only letters: a,b,...,z. Assume t 阅读全文
posted @ 2011-05-17 22:24 海山 阅读(232) 评论(0) 推荐(0)

摘要: 不知不觉做软件已经做了十年,有成功的喜悦,也有失败的痛苦,但总不敢称自己是高手,因为和我心目中真正的高手们比起来,还差的太远。世界上并没有成为高手的捷径,但一些基本原则是可以遵循的。 1.扎实的基础。数据结构、离散数学、编译原理,这些是所有计算机科学的基础,如果不掌握他们,很难写出高水平的程序。据我的观察,学计算机专业的人比学其他专业的人更能写出高质量的软件。程序人人都会写,但当你发现写到一定程度很难再提高的时候,就应该想想是不是要回过头来学学这些最基本的理论。不要一开始就去学OOP,即使你再精通OOP,遇到一些基本算法的时候可能也会束手无策。 2.丰富的想象力。不要拘泥于固定的思维方式,遇到 阅读全文
posted @ 2011-05-17 21:57 海山 阅读(168) 评论(0) 推荐(0)

摘要: 一、源代码介绍1.源码下载及讨论地址:http://www.51aspx.com/CV/XmlNews2.ASP.NET 2.0 XML新闻发布系统一个XML做的新闻发布系统,其中news.xml作为存储添加的新闻数据,add_news.aspx,news_manage.aspx,edit_news.aspx,del_news.aspx为其中的页面。news_manage2.aspx为管理页面,可以集中管理修改和删除功能。该程序采用面相对象开发作者:E路上学习吧QQ:254738802Email:dengwei1999@163.com个人网站:http://www.0719es.comhttp 阅读全文
posted @ 2011-05-17 20:18 海山 阅读(1229) 评论(0) 推荐(0)

摘要: 1.看了一部分windows phone 7的书2.研究了一点代码51aspx上的 阅读全文
posted @ 2011-05-17 20:12 海山 阅读(97) 评论(0) 推荐(0)

摘要: 1. 阅读全文
posted @ 2011-05-17 20:11 海山 阅读(148) 评论(0) 推荐(0)

摘要: 所有翻译,一方面是自己初学,可以督促自己;另一方面,也希望能帮到和我一样的初学者(不想看英文的)翻译说明:1.每段英文后面的中文,是直接根据英文翻译的2.根据原文翻译,难免拗口,所以【】里面为自己根据原文用简单的语言组织后描述,可以直接跳过其他所有内容直接看【】里的3.有什么想法建议可以随便提Chapter 1Hello, Windows Phone 7Sometimes it becomes apparent that previous approaches to a problem haven’t quite worked the way you anticipated. Perhaps 阅读全文
posted @ 2011-05-17 18:32 海山 阅读(635) 评论(0) 推荐(0)

摘要: Part I The Basics1 Hello, Windows Phone 7Targeting Windows Phone 7The Hardware ChassisSensors and ServicesFile | New | ProjectA First Silverlight Phone ProgramThe Standard Silverlight FilesColor ThemesPoints and PixelsThe XAP is a ZIPAn XNA Program for the Phone2 Getting Oriented3 An Introduction to 阅读全文
posted @ 2011-05-17 18:26 海山 阅读(215) 评论(0) 推荐(0)

摘要: Part I The Basics1 Hello, Windows Phone 7Targeting Windows Phone 7The Hardware ChassisSensors and ServicesFile | New | ProjectA First Silverlight Phone ProgramThe Standard Silverlight FilesColor ThemesPoints and PixelsThe XAP is a ZIPAn XNA Program for the Phone2 Getting Oriented3 An Introduction to 阅读全文
posted @ 2011-05-17 17:06 海山 阅读(117) 评论(0) 推荐(0)