摘要: http://www.efg2.com/Lab/ImageProcessing/FlipReverseRotate.htmThe purpose of this program, FlipReverseRotate.EXE, is to demonstrate how to flip (top-to-bottom) and/or reverse (left-to-right) a bitmap in memory and display the results on the screen. Three methods to flip/reverse are compared: Scanline 阅读全文
posted @ 2013-05-05 21:52 IAmAProgrammer 阅读(413) 评论(0) 推荐(0)
摘要: { Article: Most Recently Used (MRU) menu component - TMRU http://delphi.about.com/library/weekly/aa112503a.htm Full source code of a TMRU component, a non-visual component which simplifies implementing a "Most Recently Used" file list in a menu (or a popup menu). The TMRU component allows 阅读全文
posted @ 2013-05-05 12:01 IAmAProgrammer 阅读(1172) 评论(0) 推荐(0)
摘要: http://delphi.about.com/library/weekly/aa100703a.htm{ Article: Controling the number of application instances http://delphi.about.com/library/weekly/aa100703a.htm In this article you'll learn how to "run-once enable" a Delphi application that can check for its previous (running) instan 阅读全文
posted @ 2013-05-05 00:00 IAmAProgrammer 阅读(557) 评论(0) 推荐(0)