-
vc++UDP完成端口 Demo
本代码是使用的编写工具vc++2005,取用完成端口通信模型,内容简单有利于刚入门学习,可以借此丰富内容拓展开发,重要的是感谢原创作者无私奉献!
- 2023-01-28 04:30:03下载
- 积分:1
-
qq2005source
说明: 提供腾讯QQ2005贺岁版登录口令加密算法及其VC源码:QQ2005贺岁版的ewh.db的数据结构分析、加密算法的分析,并且给出解密的算法和实例。
(Tencent QQ2005 Hesuiban login password provided encryption algorithm and its VC Source: QQ2005 Hesuiban the ewh.db data structure analysis, encryption algorithm and decryption algorithm and examples are given.)
- 2011-03-12 20:40:20下载
- 积分:1
-
VC.NET CodeCount
- 2022-12-20 22:30:03下载
- 积分:1
-
VC++DataBase(Word)
此书籍提供了常用的vc与数据库连接的方法,包括ADO,ODBC,DAO,并且书中提供了详细的实例。(This book provides a commonly used vc with the database connection methods, including ADO, ODBC, DAO, and the book provides a detailed example.)
- 2008-08-06 10:31:13下载
- 积分:1
-
Multithreading_Applications_in_Win32
台湾技术作家 侯捷编写的,
发布的是纯文本版,体积小,质量高。(Hou Jie, a technology writer in Taiwan, issued the plain text version, small size and high quality.)
- 2011-01-04 22:51:15下载
- 积分:1
-
householder
Matlab程序: Householder变换法的程序,此方法可以用于求解zernike 多项式波面拟合的系数,且能避免病态方程的产生!(Matlab program: Householder transformation method of procedure, this method can be used to solve zernike wavefront fitting polynomial coefficients, and can avoid the ill-conditioned equations generation!)
- 2021-04-28 15:38:44下载
- 积分:1
-
The_C_Programming_Language2
传说中C圣经,不可不看哦,我整理了下一,本资料包括,它的影印版本,英文版本带书签的PDF,还有中文版本,很全的,可以让你想看哪个版本都行(Legends of the Bible, C, can not看哦, I am finishing the next, this information includes, photocopying its version, the English version with bookmarks of PDF, there is the Chinese version, it is wide, and can let you see which version will do)
- 2008-05-19 15:05:00下载
- 积分: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
-
c++实现的文本编译器
- 2023-07-22 01:00:07下载
- 积分:1
-
VC++ 小实验报告:Sin正弦波曲线绘制
VC++ 小实验报告:Sin正弦波曲线绘制,包括了坐标方面的技巧和波形绘制方面的知识,都可以从本示例中学习到,源代码简单,运行效果请看截图所示。
- 2023-08-02 06:25:02下载
- 积分:1