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

文档加法器

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

代码说明:

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

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

发表评论

0 个回复

  • VC mydraw 绘图
    基于教材的程序,整合汇总的完整实例
    2023-03-19 06:40:04下载
    积分:1
  • C专家编程
    说明:  c++专家编程,写了不少编程中应该注意的一些知识,总体来说可以指导程序员避免开发中出现的一些问题。(c++ expert programming, write a lot of programming should be noted that some of the knowledge, the whole can guide programmers to avoid the development of some of the problems.)
    2005-11-17 08:36:19下载
    积分:1
  • VC++ 依据特定字符拆分字符串
    int CFileFun::SplitCString(CString strIn, CStringArray& strAryRe, LPCTSTR lpstr){ASSERT(lpstr);strAryRe.RemoveAll();int len1 = strIn.GetLength();int len2 = _tcslen(lpstr);if (0 == len1 || 0 == len2){return 0;}int pos1 = 0, pos2 = 0;while ((pos2 = strIn.Find(lpstr, pos1)) != -1){strAryRe.Add(strIn.Mid(pos1, pos2 - pos1));pos1 = pos2 + len2;}//加上最一个...if (len1 > pos1 + 1){strAryRe.Add(strIn.Mid(pos1));}return strAryRe.GetSize();}
    2022-05-23 06:16:19下载
    积分:1
  • hhhhhh
    该编程使用VC++编写代码,该编程主要作用便是将灰度图像的各灰度值统计出来,以方便对该灰度图像的了解 (The programming code using VC++ The main role is to be programmed for each grayscale image gray value statistics out to facilitate the understanding of the gray image)
    2013-11-04 19:59:36下载
    积分:1
  • c语言进阶
    说明:  是学习C/C++的学习用书,适合初步了解C/C++的人员使用(It is a book for learning C / C + +, suitable for people who have a preliminary understanding of C / C + +)
    2020-05-13 22:24:43下载
    积分:1
  • 001
    第一个c程序 非常有用的第一步 请多多指教(the first one)
    2010-05-15 11:16:07下载
    积分:1
  • High-quality_programming_guide
    高质量C++编程指南,让你养成良好的编程习惯,使得编写的程序简洁、高效! (High quality c++ programming guide, let you develop good programming habits, makes the program is simple and efficient! )
    2016-04-01 11:37:24下载
    积分:1
  • TestCalculatorDemo
    mfc计算器的实现源码 mfc计算器的实现源码 mfc计算器的实现源码(TestCalculatorDemo TestCalculatorDemo )
    2013-12-19 15:38:58下载
    积分:1
  • 使用VC++6.0实现进度条的编写
    使用VC++6.0实现进度条的控制,用于显示当前进程执行的进度实现,使用户了解当前的任务进程。
    2023-01-30 06:25:03下载
    积分:1
  • shrinkpdf
    说明:  CKVVVVVYUFVLY CUUUU
    2019-02-22 05:54:35下载
    积分:1
  • 696518资源总数
  • 105958会员总数
  • 18今日下载