登录
首页 » vc++ » 文档加法器

文档加法器

于 2022-01-22 发布 文件大小:2.21 MB
0 85
下载积分: 2 下载次数: 1

代码说明:

这是一个VC++环境下的文档加法器,可以用来计算各种运算。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 串口通信
    本源代码是利用VC++编写,并用VC自带控件MSComm编程实现,这只是一个简单的串口通信程序。如果你是初次接触串口通信编程,就跟着我一步一步来编写这个程序,为了方便学习,尽量与我的源代码保持一致,在这个程序中,应用了VC自带的MSComm控件!
    2022-01-31 16:35:35下载
    积分:1
  • MFCWindows12
    MFC Windows程序设计(第二版)中文版 很多人说孙鑫或者vc++技术内幕很经典,但是我要说这本书才是(我认为)学习mfc最经典的教材。至于深入浅出mfc太注重底层细节技术,就像看电视知道怎么开就行,不需要知道太多集成电路板的原理。 另外学习mfc还有没有必要,我觉得有个承上启下的作用,很多mfc编写的大量源代码可以参考,自己重新写可能有点费劲。新的.net平台也支持,并且有了c++基础学习C#其实也很快。 可以单独下载,单独解压。看着觉得合适再下载其他部分。(MFC Windows Programming (second edition) A lot of people say the Chinese version of SUN Xin or vc technology is a classic insider, but I have to say this book is (I think) mfc learning materials and classic. As easy mfc too focused on the bottom of the details of technology, like watching television know how to open on the line, do not need to know that too many of the principles of integrated circuit board. In addition there is no need to learn mfc there, I think there is a role of connecting many mfc prepared a large number of source code can refer to his own re-write may be a bit strenuous. New. Net platform also supports, and with c -based learning is also soon CSharp. Available as a separate download, a separate decompression. Looking at the right feel)
    2009-01-24 17:03:23下载
    积分:1
  • VC++ 创建MFC工作者线程,进行耗时计算
    VC++ 创建MFC工作者线程,进行耗时计算,时间显示为一个线程,另外用户可通过菜单中创建一个进度条演示的工作者线程,运行效果如图所示,创建工作者线程相关定义代码:   memset(&font,0,sizeof(LOGFONT));//为字体结构赋初值,默认值   font.lfHeight=30;//字体高度为50   font.lfWeight=600;   strcpy(font.lfFaceName,"Arial");   myfont.CreateFontIndirect(&font); //创建新字体   oldfont=dc.SelectObject(&myfont);//将新字体选入设备环境*/   CTime m_time;   m_time=CTime::GetCurrentTime();//获取当前时间日期   CString str=m_time.Format("当前时间:%H:%M:%S");//格式化   dc.TextOut(20,20,str);//显示时间   dc.SelectObject(oldfont);//恢复设备环境中的旧字体
    2022-02-11 23:05:26下载
    积分:1
  • 02-Computer-System-2rd.pdf
    深入理解计算机系统第二版中文,基于c语言理解计算机架构(Thorough understanding of computer systems in the second edition of the Chinese language, based on C language understanding of computer architecture)
    2016-07-16 21:35:22下载
    积分:1
  • VC++ 创建生成大文件
    VC创建大文件的例子,这个例子是VC++源码实例,面向VC++6.0运行环境。测试时注意生成的路径,要重新 设置一下,生成文件 不是问题,但生成大文件 往往会导致一系列问题,这个源码的实例向大家介绍如何避免出现这些问题。   // 处理出错信息   //获得信息   LPVOID lpMsgBuf; //Windows will allocate   ::FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM,0,    GetLastError(),MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), //默认语言    (LPTSTR)&lpMsgBuf, 0, NULL );   //显示   ::MessageBox(0, (LPCTSTR)lpMsgBuf, _T("GetLastError"), MB_OK|MB_ICONINFORMATION );   //lpMsgBuf中是你要的错误提示.   //释放内存   ::LocalFree( lpMsgBuf );   return;
    2022-02-26 16:50:15下载
    积分:1
  • ant
    说明:  这是一个C语言写的一个解决TSP问题的蚁群算法程序(This is a C language to write a solution to the problem TSP Ant Colony Algorithm procedure)
    2008-09-08 19:37:47下载
    积分:1
  • VC++图像处理典型算法完整演示源代码
    VC++图像处理代码,包含各种操作,图像增强,图像匹配等等
    2023-04-07 03:20:04下载
    积分:1
  • danpianji
    平凡单片机教程,最适合初学者的单片机教程。(Ordinary microcontroller tutorial, the most suitable microcontroller for beginners tutorial.)
    2010-01-11 10:30:48下载
    积分:1
  • myExplorer
    用MFC编写的一个类似于资源管理器系统,可以查看当前电脑下的资源,以树的形式显示。(MFC prepared with a similar resource management system, you can view the resources under the current computer display in the form of a tree.)
    2014-01-19 22:24:16下载
    积分:1
  • VC++动态链接库(dll)编程深入浅出
    主要讲动态链接库的编程方法,有需要的可以下载!(It mainly talks about the programming method of dynamic link library, which can be downloaded if necessary.)
    2020-06-17 21:00:07下载
    积分:1
  • 696518资源总数
  • 105665会员总数
  • 6今日下载