-
Newtons-method
牛 顿 迭 代 法(Newton s method)
- 2013-11-27 11:37:26下载
- 积分:1
-
Addison Wesley - Applied C++ Techniques for Buildi
如何快速有效的开发高质量代码,是每个程序员的梦想,看看吧,对你有帮助(how rapid and effective development of high-quality code that is the dream of every programmer, let's see it, and for your help)
- 2005-02-04 10:23:28下载
- 积分:1
-
VcPP--zip.
关于C语言中运算符和关系表达式的内容,及各式例题(Content on the C language operators and relational expressions, and various examples)
- 2014-03-27 13:26:35下载
- 积分:1
-
nong_fu_guo_he
说明: 用队列做_农夫过河(使用C语言编写)
(用队列做_农夫过河)
- 2010-05-02 12:48:18下载
- 积分:1
-
VC++ 6.0 使用消息实现线程通信
线程通信:使用消息实现线程通信,一个了解多线程与消息通信的例子,以下是实现的主要代码:
LRESULT CThreadCommunicationDlg::OnDisplayResult(WPARAM wParam,LPARAM lParam)
{
int nResult = (int)wParam;
SetDlgItemInt(IDC_STATIC_RESULT,nResult,FALSE);
return 0;
}
void CThreadCommunicationDlg::OnButtonCalculate()
{
m_pCalculateThread=
(CCalculateThread*)AfxBeginThread(RUNTIME_CLASS(CCalculateThread));
Sleep(200);
m_pCalculateThread->PostThreadMessage(WM_CALCULATE,m_nLastOperand,NULL);
}
完整的源代码请下载本源码包。
- 2022-02-02 07:06:27下载
- 积分:1
-
VC++ 音频编程:一款简洁实用的Mp3播放器
VC++ 音频编程:一款简洁实用的Mp3播放器源代码,只是实现基本的MP3文件播放、暂停、音量控制等功能,界面采用的传统窗体风格,核心代码在下载本源码后,可参考Mp3PlayerDlg.cpp文件,运行效果如图所示。
- 2023-08-24 23:00:04下载
- 积分:1
-
U盘加密程序
基于VC++2010的U盘加密程序,完美通过,大家可以拿来使用^^………………
- 2022-02-21 12:26:51下载
- 积分:1
-
Muthread
C++面向对象多线程编程,是深入多线程编程的一本好书(C++ object-oriented programming multi-threaded, multi-threaded programming is the depth of a good book)
- 2009-05-15 02:37:42下载
- 积分:1
-
Bresenham
MFC画任意斜率的斜线程序(MFC hatched program I have written, please refer to scrape together 20 words how good trouble Ha Ha)
- 2013-08-24 13:35:44下载
- 积分:1
-
AddisonWesleyExceptionalC++
Exceptional C++ shows by example how to go about sound software engineering in standard C++. Do you enjoy solving thorny C++ problems and puzzles(Exceptional C shows by example how to go abo ut sound software engineering in standard C. Do you enjoy solving thorny problems and puzzles C)
- 2006-04-15 10:45:38下载
- 积分:1