-
C-program
一些简单的c程序源代码 帮助初学者更好的了解C语言(Some simple C program source code to help beginners to better understand the C language)
- 2013-11-28 19:50:41下载
- 积分:1
-
004
C语言是目前流行的通用程序设计语言,是许多计算机专业人员和计算机的爱好者学习程序设计语言的首选 第四章(C language is popular generic programming language, is that many computer professionals and computer enthusiasts to learn programming language of choice for Chapter IV)
- 2008-12-11 14:25:52下载
- 积分:1
-
C-traps-and-defects
这是一本讲解c陷阱和缺陷的书,详细讲解c语言在用的过程中容易出错的地方,想学好c语言,最好看看这本书。(This is a book on c traps and defects, detailed interpretation of the c language in the process of using error-prone place, want to learn c language, had better look at the book.)
- 2014-11-20 10:36:55下载
- 积分:1
-
C++
学习C++的经典书籍汇总
都是经典之作啊,学了肯定牛鼻(Learning C++ Classic books are classic summary ah, learning a positive Fortunearia)
- 2008-05-08 00:43:09下载
- 积分: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
-
The_detail_of_MFC_class_library_in_Chinese
说明: 非常实用的全中文-MFC类库详解,在编程时可以速查,节省时间提高效率。(Very useful all-Chinese-MFC class library Xiang Jie, in the programming can be Quick Fact, saving time efficiency.)
- 2009-08-31 09:42:38下载
- 积分:1
-
基本预览打印功能
比较基本的预览打印功能。代码简单可用--------------
if(CLtv.GetItemCount()m_hWnd;
PrnInfo.IsPrint = FALSE;
PrnInfo.nCurPage = 1;
PrnInfo.nMaxLine = CLtv.GetItemCount();
CPreParent DlgPreView;
DlgPreView.SetCallBackFun(DrawInfo, PrnInfo);
DlgPreView.DoModal();
- 2022-04-28 02:52:00下载
- 积分:1
-
带有服务端和客户端的VC++点对点,聊天及源码
带有服务端和客户端的VC++点对点,聊天及数据传输源码,也就是大家熟悉的CS结构,一个是接收消息,一个是发送消息,在服务端和客户端都可以显示消息内容和连接状态。运行的最终效果请参见如图所示。
运行图是Server服务端的效果,客户端没有编译。
void CClientDlg::OnBottonsend()
{
UpdateData();
if (!m_strSend.IsEmpty())
m_client.Send(m_strSend,m_strSend.GetLength());
else
AfxMessageBox("发送内容不能为空!");
}
- 2022-11-23 12:00:03下载
- 积分:1
-
CLI
c++/cli开发丛书,如何把原生代码和.NET库连接起来的技巧(c++/cli Development Series, how the native code and. NET library to link skills)
- 2009-04-25 18:04:02下载
- 积分:1
-
juzhen
c语言编程,矩阵自动运算,vc6.0运行(c language programming, matrix automatic operation, vc6.0 run)
- 2013-11-04 03:40:39下载
- 积分:1