programme

perl中文乱码问题

binmode可以很好的解决perl中问题,采用Encode1,Encode等方式不管用
… 阅读全文>>

FAST调试

NREL FAST的调试一直存在问题,关键是不知道怎么设置选项,查阅了Visual Studio和一些基本知识整理了 NREL项目的调试方法。
… 阅读全文>>

Perl_Summary

why need perl? If you need strong text regex processing ,use perl! One paragraph I copied from perldoc perlintro: The language is intended to be practical (easy to use, efficient, complete) rather than beautiful (tiny, elegant, minimal). Its major features are that it’s easy to use, supports both procedural and object-oriented (OO) programming, has powerful built-in support for text processing, and has one of the world’s most impressive collections of third-party modules. To me, perl means a report programmer with practical experience.
… 阅读全文>>

a little java note

目录 1. 基础部分 2. 通过构造函数,构造出Natural recursion 3. 重新设计RemAV RemFishV RemIntV 4. 下一步把PieD的字段放入到对应的参数当中 5. 引入 this 关键字,指代访问者本身,同步修改对应的访问者类 6. 需要进一步提取出visitor部分的函数 7. 统一bTreeVisitorI itreevisitori ttreevisitori 8. 重新设计RemAV RemFishV RemIntV 为RemV(用Object替换) 9. 然后现在把Remv 和Subst重新放入PieD 10. 紧接着 我们还想着把Remv SubstV放入参数的位置 11. 紧接着我们可以进行下一步抽象 12. 紧接着我们发现rem和subst代码类似 13. 然后再实现Set集合类型 14. SetEvalV直接继承IntEvalV不合理? 15. IntEvalD 和SetEvalD很多相似之处 16. 根据extends使用Override增加函数的丰富性 视角没想到可以分成不同的classes,并在此基础上进行extends和implement,最终new通过constructors创造不同的value。两级在于基础元件和功能元件两部分。两级也可以分为extends和implements。集于一个class。
… 阅读全文>>

Machine Learning some search record

学习stanford Cs229机器学习的一些资料汇总。
… 阅读全文>>

graphviz notebook

graphviz可用于帮助你绘制工具之外和工具之内的想法。关于绘图的历史可以参看A short note of the graph drawing.
… 阅读全文>>

bash special annotation

关于shell的summary参看Linux Shell Summary 以下是关于bash的一些比较特殊的地方。
… 阅读全文>>

A tool to navigate the achivement in the source tree

We go to github, then download the souce code, go on looking into the code, dame it! So many codes ,so many branches, how to figure out the develop process? Maybe you can use the sourceTree to help you visulize the source tree, or the right below tool for helping navigating the source tree in the time and compare with each other continually. 1. 源码比较目录 2. 文件细节 3. 时间变化表 4. 列出简要信息 5. shell code for navigating the source tree in the git repository
… 阅读全文>>

打印的书籍(prolog+scheme+空气动力学方面)

Edsgar Dijkstar写过不少程序语言和逻辑编程的好书,比如A Discipline of programming. 尾随之后的是David Gries写的the science of programing. TSOP.
… 阅读全文>>

prolog小游戏


… 阅读全文>>