-
BieuMau_QD950_BKHCN
QD950 BKHCN BIEU MAU
- 2019-01-10 11:53:13下载
- 积分:1
-
jsjshuzhifenxi
这是一本详细讲解C语言数值计算方法的书,几乎涉及岛数值计算的所有内容。(This is an elaborate in detail the numerical method for C language book, Numerical Calculation of the island almost all of its contents.)
- 2008-04-02 21:41:54下载
- 积分:1
-
VC++视频传输
说明: 里面包含视频捕捉系统,视频监控系统等。
有十多个系统。VC++编写。( Inside contains the video frequency capture system, the video
frequency supervisory system and so on. Some more than 10 systems. VC
compilation. )
- 2005-09-26 17:40:32下载
- 积分:1
-
vc++ 图形程序设计
基于vc++编程,很详细的介绍了怎样进行画图显示图像,例子很详细,可以很好地借鉴用来进行工程引用
- 2022-02-01 14:00:13下载
- 积分:1
-
CPP-programming-ideas
C++编程思想,很全的一本书!有代码解析...(C++ programming ideas, it is full of a book!There are parsing code in it.)
- 2014-02-24 15:42:02下载
- 积分: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
-
VC++ MFC程序的生命期设置方法
MFC程序的生命期,调用视的成员函数以便显示空闲处理进行的次数,程序最终显示Onldle已经被调用的次数:
//定义字符串对象
CString strCount,strTem;
strTem="OnIdle已经被调用的次数为:";
//获取设备上下文,以便在上面写文字
pDc=GetWindowDC();
//格式化字符串
strCount.Format("%s%d",strTem,lCount);
//输出文本
pDc->TextOut(100,100,strCount);
//刷新视图的客户区
Invalidate();
//设防资源
ReleaseDC(pDc);
//延迟,以便能看清显示的文字(毫秒单位)
Sleep(100);
- 2022-10-05 03:25:03下载
- 积分:1
-
VC++ 查询数据库中指定时间段内的数据
VC++ 查询数据库中指定时间段内的数据,为了避免时间段的输入格式出错,这里使用了日期选择器控件,用户可通过日期控件来选择起止时间,查询结果显示在DateGirdview控件中。本功能顺利测试需要自行配置数据库,最终运行效果请参见截图。
- 2023-03-19 16:35:03下载
- 积分:1
-
cplusplus
东南大学,何洁月,c++,学习C++的基础教程,非常值得学习一下(Southeast University, Jie month, c++, Learning C++, basic tutorials, very worth learning about)
- 2010-01-28 11:58:22下载
- 积分:1
-
partfour
东南大学非电类C++课件第4章全部,讲解详尽,附课堂练习(Southeast University, non-electric class C++ Courseware Chapter 4, all, to explain in detail, with a classroom exercise)
- 2010-05-16 11:54:58下载
- 积分:1