-
QT界面下的字典
在windows平台上运行的窗体程序,可以实现:
1、查询单词(查词典中的单词解释);
2、录入生词本(手动加入生词或者加入已有的词库单词);
3、生词本的删除、保存和读取操作;
4、数据保存到数据库中。
单词库和生词库都存放在数据库中,因此可以方便的对他们进行增、删、改、查,把每个窗口定义为一个类,实现一个模块功能,通过c++编写菜单来调用各个窗口,实现相应功能。
- 2022-03-20 02:48:37下载
- 积分:1
-
VC programming interface dynamically displays a variety of interface styles mode...
VC界面编程的动态显示多种模式的界面风格的示例程序,可以由工具条切换,示例为SDI。希望能给大家提供参考.-VC programming interface dynamically displays a variety of interface styles model examples of procedures, by the switching of the tools, for example SDI. We wanted to give a reference.
- 2023-08-11 00:25:03下载
- 积分:1
-
能将csv格式的数据直接生成双狐图,批量操作,快捷方便
能将csv格式的数据直接生成双狐图,批量操作,快捷方便-Csv format data can be directly generated double fox map, batch operation, fast and convenient
- 2022-02-25 10:26:57下载
- 积分:1
-
全屏显示是一些应用软件程序必不可少的功能。比如在用VC++编辑工程源文件或编辑对话框等资源时,选择菜单“ViewFull Screen”,即可进入全屏显示状态,...
全屏显示是一些应用软件程序必不可少的功能。比如在用VC++编辑工程源文件或编辑对话框等资源时,选择菜单“ViewFull Screen”,即可进入全屏显示状态,按“Esc”键后会退出全屏显示状态。-full screen display is the number of application software programs essential to the function. For example, in the VC++ editing projects source document or edit dialog and other resources, the choice menu "View Full Screen", which can be accessed in full-screen state, according to the "Esc" key will be to withdraw from full-screen display status.
- 2022-12-22 03:45:03下载
- 积分:1
-
a similar windows Resource Manager directory on the left navigation tree!
一个类似windows资源管理器左边的目录导航树!-a similar windows Resource Manager directory on the left navigation tree!
- 2022-03-03 00:55:53下载
- 积分:1
-
Convert CHtmlView to CHtmlCtrl
CHtmlView和我们最终生成的CHtmlCtrl到底有什么区别?
其实,区别仅仅是它们...
Convert CHtmlView to CHtmlCtrl
CHtmlView和我们最终生成的CHtmlCtrl到底有什么区别?
其实,区别仅仅是它们被使用的方法不同.控件通常是对话框里的子窗口---当然你可以把它作为
任何窗口的子窗口.然而View却是专门为了实现MFC 文档视图结构而设计的.一个View有一个指向
Document的指针并且被固定在一个特别的窗口里---人称:框架窗口(CFrameWnd).
对于Document来说,CView是它可以从形态上被表现的场作.但,指向Document的指针
m_pDocument可能是NULL,所以每当我们在View里处理Document的时候,这么做是明智的:
-Convert CHtmlView to CHtmlCtrlCHtmlView with us in the end the final generated CHtmlCtrl What is the difference? In fact, the distinction is that they only be used in different ways. Control is usually a sub-dialog window- of course you can put it as a child window of any window. However View it is specialized in order to realize the structure of the document view MFC designed. a View has a point to Document pointer and was fixed in a special window- known as: frame window (CFrameWnd). For Document for, CView is that it can from the morphology was the performance of the market for. However, indicators point to Document the m_pDocument may be NULL, so whenever we d
- 2022-05-31 00:40:34下载
- 积分:1
-
选项为图形的列表框
选项为图形的列表框-The listbox whichs item is picture The listbox whichs item is picture
- 2023-05-29 09:25:03下载
- 积分:1
-
多语言界面简单示例
多语言界面简单示例-simple example
- 2022-01-28 11:05:41下载
- 积分:1
-
屏幕工具
屏幕工具的源代码。用于使一个截图,用于 windows 系统,你可以解压 ZIP 文件中,
环境 VC6.0,VS2008,VS2010
- 2022-03-15 00:03:09下载
- 积分:1
-
人们在使用SQL时往往会陷入一个误区,即太关注于所得的结果是否正确,而忽略了不同的实现方法之间可能存在的 性能差异,这种性能差异在大型的或是复杂的数据库环境中(...
人们在使用SQL时往往会陷入一个误区,即太关注于所得的结果是否正确,而忽略了不同的实现方法之间可能存在的 性能差异,这种性能差异在大型的或是复杂的数据库环境中(如联机事务处理OLTP或决策支持系统DSS)中表现得尤为明 显。笔者在工作实践中发现,不良的SQL往往来自于不恰当的索引设计、不充份的连接条件和不可优化的where子句。在对 它们进行适当的优化后,其运行速度有了明显地提高!下面我将从这三个方面分别进行总结:-people in the use of SQL often fall into the trap, that is too focused on the findings is correct, and ignore a different method may exist between the performance differences, these differences in large or complex database environment (such as online transaction processing or decision support OLTP system DSS) has become even more obvious. In practice I found that the poor tend to SQL from inappropriate design of the index, not fully connected and non-optimal conditions where the phrase. On their proper optimization, and their operating speed has been improved! Now I will be three aspects of this summary :
- 2022-07-14 22:31:11下载
- 积分:1