-
include
一个教初学者怎么运用循环语句的代码,很有意思,很好用。(How to teach beginners the use of a loop of code, very interesting, very good use.)
- 2010-10-24 14:24:41下载
- 积分:1
-
c-language-commonly-used-algorithm
c语言常用算法(总结了很多数学,工程应用算法)(c language commonly used algorithm (summed up a lot of math, engineering algorithms))
- 2014-02-22 14:58:20下载
- 积分:1
-
计算器
仿照windows做的小型计算器
- 2022-10-13 06:30:04下载
- 积分:1
-
vc++CThreadEx范例源码
vc++CThreadEx范例源码,创建两个线程分别显示不同的图片,形成交替显示的效果,演示了线程同步和异步,并涉及到定时器的使用。在交替显示图片时,每半秒触发定时器,演示了在一个周期内创建线程、启动线程、向工作线程发出退出命令、等待工作线程、销毁工作线程、主线程停止交替显示,i交替取值0和1、解除同步、检验是否有消息到达等各个环节的实现代码。
- 2022-03-03 18:54:02下载
- 积分:1
-
yuandm123
很好用的动动很好用的动动很好用的动动很好用的动动(henhaoyongdedongdong)
- 2009-05-29 13:22:34下载
- 积分:1
-
Boost
C++标准库内容。在C++社区中影响甚大,是不折不扣的“准”标准库。Boost由于其对跨平台的强调,对标准C++的强调,与编写平台无关。(The content of the C++ standard library. A great influence in the C++ community, is hundred-percent quasi standard library. Boost because of its emphasis on cross platform, the emphasis on the standard of C++, and write platform independent.)
- 2014-11-21 14:01:07下载
- 积分:1
-
VC 重载打开文件对话框,添加删除按钮
VC++ 重载打开文件对话框,添加删除按钮,实现思路:设置文件对话框的模板为IDD_MYFILEDLG,使用GetPathName();获取选中文件。打开文件对话框是这样实现的:
if( filedlg.DoModal ()==IDOK )//打开文件对话框
{
CString fileName = filedlg.GetFileTitle();
SetWindowText(fileName);
}
以上代码仅是参考,完整的代码文件请自行下载吧。
- 2022-02-01 14:41:10下载
- 积分:1
-
C++17 STL Cook Book
说明: 《C++17STL COOKBOOK》的中文版,介绍了C++17中STL引入的新特性及用法,是学习Modern C++ STL很好的一本参考资料(C++17STL COOKBOOK,good book for learning modern C++)
- 2021-04-04 11:49:04下载
- 积分:1
-
AN_SC13-IEC_PWD-Example
This application note describes how to connect an IPC@CHIP® to a database
and exchange data between those.
As there are no database drivers for the IPC@CHIP® , the connection is realized
with a web server between the database and the IPC@CHIP® . Due to that fact
we have a universal solution for all databases that are accessible by a web server
with PHP functionality. In this example, we use the MySQL database and the
Apache web server. In addition, you need the belonging ZIP “AN_sqlATchip.zip”
file with the PHP file and the C source code.
- 2011-06-30 18:37:51下载
- 积分:1
-
zhouyou
一个简单的马的周游问题,使用c语言编程,代码保证能运行~~(A simple question to travel around the horse, using c programming language, code guaranteed to run ~)
- 2014-11-29 00:01:24下载
- 积分:1