希望在明天

如果,你没有耐心等待成功的到来,那么,你将用一生的耐心去面对失败。

随笔分类 -  算法

二叉树非递归遍历算法
摘要:相关类和结构Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->namespace Tree{ /**//// /// 前、中序遍历所使用的堆栈 /// public class TreeStack : Stack { ... 阅读全文

posted @ 2006-06-07 09:29 蒜头 阅读(1101) 评论(0) 推荐(0)

条形码打印(DataMax I-Class I-4208)
摘要://dll程序集方法VC++extern "C" __declspec(dllexport) int Print( char *content,char *type,int page ){ FILE *f = fopen("lpt1", "wt") ; int result = fprintf (f, "\x02L\n\x02m\nD10\n1A0000000150050%s\n",content... 阅读全文

posted @ 2005-07-13 12:31 蒜头 阅读(1257) 评论(4) 推荐(0)

导航