摘要: http://www.zhihuishi.com/source/6.html是一个基于神经网络的Visual C++阿拉伯数字训练和识别程序。 阅读全文
posted @ 2015-04-24 11:32 云海空间软件 阅读(169) 评论(0) 推荐(0)
摘要: 官方文档: The Transition from Qt 4.x to Qt 5 阅读全文
posted @ 2015-02-27 16:32 云海空间软件 阅读(294) 评论(0) 推荐(0)
摘要: 需要在App类的InitInstance()中添加下面的第三行内容即可: CCommandLineInfo cmdInfo; ParseCommandLine(cmdInfo); cmdInfo.m_nShellCommand = CCommandLineInfo::FileNot... 阅读全文
posted @ 2015-02-27 12:13 云海空间软件 阅读(471) 评论(0) 推荐(0)
摘要: 刚刚接手一个项目,源代码是VB,老板要求对这个项目进行一些Bug的修改和功能的扩展。其中,这个程序涉及到了一个9*13的Grid,每个Grid里面需要显示3行指定的信息,并且要能够更改Grid的背景颜色。最要命的,是要能够使用Ctrl键进行多选。 开始的时候,想到了用一个FlexGrid的控件... 阅读全文
posted @ 2010-01-13 15:42 云海空间软件 阅读(304) 评论(0) 推荐(0)
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> unit MAIN; interface uses Windows,SysUtils,Classe... 阅读全文
posted @ 2009-06-01 10:54 云海空间软件 阅读(361) 评论(0) 推荐(0)
摘要: 在用引用了ShareMem创建的动态链接库的时候,主程序也必须包含ShareMem的引用,并且要放在第一个位置。 切记切记! 阅读全文
posted @ 2009-05-19 10:43 云海空间软件 阅读(224) 评论(0) 推荐(0)
摘要: If you use a Delphi component like a ListBox, Memo, TreeList, ListView,... and you add or modify a lot of items (lines, nodes,...), the component's pe... 阅读全文
posted @ 2009-05-07 16:16 云海空间软件 阅读(251) 评论(0) 推荐(0)
摘要: The following example demonstrates enumerating the communications ports that are installed and listed in the Win32 registry. [代码] 阅读全文
posted @ 2009-05-07 16:12 云海空间软件 阅读(142) 评论(0) 推荐(0)
摘要: From: http://www.delphi3000.com/articles/article_819.asp?SK= If you worked with TStringGrid component, then you saw that in this component the Borland... 阅读全文
posted @ 2009-05-07 15:31 云海空间软件 阅读(184) 评论(0) 推荐(0)
摘要: Edit Control Styles 阅读全文
posted @ 2009-04-02 09:56 云海空间软件 阅读(842) 评论(0) 推荐(0)