-
file to view documents in PDF,
file to view documents in PDF,
- 2022-05-01 02:39:44下载
- 积分:1
-
利用递归函数调用方式,将所输入的5个字符,以相反顺序打印出来。...
利用递归函数调用方式,将所输入的5个字符,以相反顺序打印出来。-The use of recursive function call, and will enter the five characters, print out the order to the contrary.
- 2022-07-21 07:56:00下载
- 积分:1
-
Visual C++中的记事本,本源码对MFC的单文档作了比较详尽的说明,适合初学者入门学习参考,了解MFC单文档框架结构...
Visual C++中的记事本,本源码对MFC的单文档作了比较详尽的说明,适合初学者入门学习参考,了解MFC单文档框架结构-Visual C of the notebook, the source of MFC single document made a more detailed note, suitable for beginners learning portal reference understanding MFC single document frame structure
- 2023-02-22 18:25:03下载
- 积分:1
-
实现WINDOWS的资源管理器的所有功能。支持更多方式的查询。具体请看说明。...
实现WINDOWS的资源管理器的所有功能。支持更多方式的查询。具体请看说明。-achieve resource management of all functions. More ways to support the inquiry. See note specific.
- 2022-03-06 13:01:43下载
- 积分:1
-
主要功能:用于实现文本文件的查找与替换,用VC编写,用到类CStdioFile...
主要功能:用于实现文本文件的查找与替换,用VC编写,用到类CStdioFile
-main functions : to make the full text of the document search and replace, with VC preparation, use category CStdioFile
- 2022-03-21 13:09:56下载
- 积分:1
-
INI文件的操作,是使用非常方便:1。首先,inifil删除…
操作INI文件,非常方便...
使用方法:
1.先把IniFile.h,IniFile.ccp加入Porject,在要使用该类的头文件中加入
#include "IniFile.h",及CIniFile IniFile
2.读取和写入:
string = IniFile.GetString("section","item","默认")
int = IniFile.GetInt("section","item",666)
IniFile.SetString("section","item","设置值")
IniFile.SetInt("section","item",666)
3.ini文件名及路径在初始化时,用SetFileName()设置-Operation of INI file, is very convenient to use ...: 1. First IniFile.h, IniFile.ccp adding Porject, to be used in the first such document by adding# Include
- 2023-07-09 08:15:03下载
- 积分:1
-
文件捆绑器,可以把几个文件合并到一起来执行
文件捆绑器,可以把几个文件合并到一起来执行-File bundled device, you can put together a few files into an implementation
- 2022-01-25 19:36:40下载
- 积分:1
-
输入两个正整数m和n,求其最大公约数和最小公倍数。
输入两个正整数m和n,求其最大公约数和最小公倍数。-Enter two positive integers m and n, for their common denominator and least common multiple.
- 2022-03-16 13:31:06下载
- 积分:1
-
输入两个字符串,利用该程序替换word文档中所有出现的第一字符串成为第二个字符串...
输入两个字符串,利用该程序替换word文档中所有出现的第一字符串成为第二个字符串-two input strings, using the word replacement procedure documentation for all of the first string as the second string
- 2022-09-26 00:05:03下载
- 积分:1
-
python代码统计工具
Python写的代码行统计工具,支持Python 2.x/3.x。可以统计的代码包括C/C++,Java,python,html等,并且非常方便的加入其他代码的统计。最简单的用法就是拷贝此文件到源代码目录,直接双击执行,如果带一个参数,则是要分析的目录名,第二个参数之后的各参数则是要排除的文件或目录列表,目录中有空格则需要使用引号括起来
- 2022-07-10 21:03:26下载
- 积分:1