摘要:
Though I have digged inside the Style of MS Office five years ago when I joining SAP, I felt strongly loss when I tried to add a customized page Foote 阅读全文
摘要:
I always confused with the locations for Actions and Scripts, especially after upgrade the Photoshop or even the OS. For Scripts, saved it in Program 阅读全文
摘要:
Link 1: http://skydriveviewer.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=6570 Link 2: http://skydriveapiclient.codeplex.com/Release/ProjectRe 阅读全文
摘要:
为了写个“运筹学”的小工具,发现必须用到数据结构中的图。找了一圈没有找到自己满意的,只能自己写一个。 所有代码基于C#,完全模板实现。 首先是顶点的定义,顶点可以是任意类型,但其ID为Int32,该ID只是Graph内部使用。 。 public sealed class GraphVertex<M> 阅读全文