-
深入C++语法的一个列子,大家看看吧,可能对大家有帮助哈
深入C++语法的一个列子,大家看看吧,可能对大家有帮助哈-depth of a C syntax Liezi, we look at it, we are likely to help Kazakhstan
- 2022-07-07 04:15:00下载
- 积分:1
-
一个可以将位图进行旋转的例子
一个可以将位图进行旋转的例子-a bitmap can be an example for rotation
- 2022-03-18 23:17:55下载
- 积分:1
-
The use of this procedure, you can block diagram interface with the windows pain...
利用此程序,可以再windows界面的框图内画出正弦曲线的图像-The use of this procedure, you can block diagram interface with the windows painted images sinusoid
- 2022-02-26 04:49:09下载
- 积分:1
-
Programming Windows 95 with MFC book attached example, the content is practical...
用MFC编程windows95的书附实例,内容实用清晰。这些示例与编程窗口的示例一样,但都是用mfc编写的。
- 2023-03-16 09:20:04下载
- 积分:1
-
一款可以代替word的软件,画图很好,很方便,是我的老师给的,希望大家喜欢。...
一款可以代替word的软件,画图很好,很方便,是我的老师给的,希望大家喜欢。-A word can replace the software, drawing very good, very convenient, was my teacher had given hope that everyone likes.
- 2022-09-14 15:35:03下载
- 积分:1
-
Base64解码程序,在上面的文本框粘贴进base64 的编码内容,点击"解码"即会在下面的文本框中出现解码后的文本...
Base64解码程序,在上面的文本框粘贴进base64 的编码内容,点击"解码"即会在下面的文本框中出现解码后的文本
- 2022-03-01 06:33:29下载
- 积分:1
-
可以上网了!! 这个程序可以按照你设置的多少分钟进行测试可不可以上网!
可以上网了!! 这个程序可以按照你设置的多少分钟进行测试可不可以上网!-can be connected! ! In accordance with the procedures set you how many minutes of the tests conducted online Can!
- 2023-04-05 21:45:03下载
- 积分:1
-
C++编程惯用法.高级程序员常用方法和技巧
C++编程惯用法.高级程序员常用方法和技巧-C++ programming idioms. Senior programmers commonly used methods and techniques
- 2022-05-07 16:38:58下载
- 积分:1
-
可以显示JPEG格式的C程序,在VC6.0下测试过!
可以显示JPEG格式的C程序,在VC6.0下测试过!-Can display JPEG format C procedures under VC6.0 tested!
- 2022-03-22 09:33:18下载
- 积分:1
-
自动完成的复合框的实现在AutoCompleteCombo.cpp和AutoCompleteCombo.h两个文件中,用户可以把这两个文件引入自己的工程中,删除...
自动完成的复合框的实现在AutoCompleteCombo.cpp和AutoCompleteCombo.h两个文件中,用户可以把这两个文件引入自己的工程中,删除"工程名.clw"文件后退出,再次进入工程系统会提示找不到"工程名.clw"文件,选择"“是(Yes)"重新创建一个,接下来在弹出的对话框里选择"Add all"就可以在新工程中使用CAutoCompleteCombo这个类了(注意引入头文件),我在示例对话框中创建了一个CAutoCompleteCombo类型的变量"m_combo",在对话框的"nInitDialog()"函数中添加了以下语句: // TODO: Add extra initialization here m_combo.AddString("America") m_combo.AddString("British") m_combo.AddString("China") m_combo.AddString("Dalian") m_combo.AddString("England") m_combo.AddString("France") 这样,用户在输入这些字符的头几个字符(不区分大小写)就可以看到自动完成的效果了.-automatic composite frame to complete the realization of the AutoCompleteCombo.cpp and AutoCompleteCombo.h two documents, the user can introduce these two documents of the project, delete the "project name. Clw documents "to withdraw, once again entered the system is not able to find" who works. Clw "document choose "" (Yes), "a re-creation of, the next in the pop-up dialog box you select" Add all "on the new projects CA
- 2023-01-19 02:05:04下载
- 积分:1