-
这是一个用二分法搜索数据的例子,希望对朋友们有帮助。
这是一个用二分法查找数据的例子,希望对朋友们有所帮助。-This is a search for data using dichotomy example, and I hope to help friends.
- 2022-02-02 23:11:55下载
- 积分:1
-
多目标nsga最新算法,自己改进
多目标nsga最新算法,自己改进后的,对学习这个方向的很有帮助
- 2022-01-26 08:31:23下载
- 积分:1
-
CD Wizard procedures example
光盘向导程序例子-CD Wizard procedures example
- 2023-03-25 02:15:03下载
- 积分:1
-
文件分割合并程序 Dos版
该程序可实现文件的分割合并,可将任意格式的文件分割成设定的大小,并且可将任意格式文件块合并成原文件。
分割程序中,写定待分割文件地址和分割后文件存放地址以及文件需分割出的大小,则分割程序可以完成该指定文件的分割。
合并程序中,输入待合并文件的地址,则可以将该文件夹下的文件合并,若缺少文件序列,则会提示,如果可以合并,会显示合并成功。
- 2022-12-24 00:00:03下载
- 积分:1
-
获取文件属性(大小、创建时间、修改时间、访问时间等)
获取文件属性(大小、创建时间、修改时间、访问时间等)-access to file attributes (size, creation time, the modification time, the time for the visit)
- 2022-05-30 15:07:36下载
- 积分:1
-
哈夫曼树编码 用哈夫曼树算法对文本文件进行0
哈夫曼树编码 用哈夫曼树算法对文本文件进行0-1化编码,并模拟文件 压缩与解压-Huffman tree coding algorithm using Huffman tree to the text document for 0-1 coding and compression simulation and decompression
- 2022-03-12 10:11:55下载
- 积分:1
-
This procedure involved and documents folder traversal visits and treatment, to...
本程序涉及文件夹及文件的遍历访问和处理,实现对VC工程编译中生成的Debug和Release文件夹的自动删除。对于喜欢编程的人来说,可以节省很多硬盘空间哦。-This procedure involved and documents folder traversal visits and treatment, to realize the project VC compiler generated Debug and Release folder automatically deleted. For people who like programming, you can save a lot of hard disk space Oh.
- 2022-10-12 00:40:03下载
- 积分:1
-
similar to a free email software has increased its own new word
一个类似于金山词霸的软件 可以自己曾加新单词-similar to a free email software has increased its own new word
- 2022-10-19 18:55:03下载
- 积分:1
-
浏览fastdb数据文件(*.fdb)源码
浏览fastdb数据文件(*.fdb)源码-browse file of fasbdb
- 2022-08-03 14:08:00下载
- 积分:1
-
│ Array.cpp
│ Array.ds w
│ Array.h
│ Array.rc
│ ArrayDlg.cpp
│ ArrayDl...
│ Array.cpp
│ Array.ds w
│ Array.h
│ Array.rc
│ ArrayDlg.cpp
│ ArrayDlg.h
│ ReadMe.txt
│ Resource.h
│ StdAfx.cpp
│ StdAfx.h
│
└─res
Array.ico
Array.rc2
MFC的数组类支持的数组类似于C++中的常规数组,可以存放任何数据类型。C++的常规数组在使用前必须将其定义成能够容纳所有可能需要的元素,而MFC数组类创建的对象可以根据需要动态地增大或减小,数组的起始下标是0,而上限可以是固定的,也可以随着元素的增加而增加,数组在内存中的地址仍然是连续分配的。
MFC定义了数组模板类CArray,并针对各种常用变量类型定义了CByteArray,CWordArray,CUIntArray,CDWordArray,CStringArray,CObArray,CPtrArray。
MFC数组类使用方法基本相同。--- Array.cpp Array.dsp---- Array .dsw . h-- Array.rc ArrayDlg.cpp---- Read ArrayDlg.h Me.txt-- Resource.h StdAfx.cpp---- supply-StdAfx.h res Array.ico Array.rc2 MFC array is an array type of support similar to the regular C Regulation array can store any data type. Conventional C prior to the use of the array must be defined as possible to accommodate all the needs of the elements, MFC array type and the object can be created based on the need to dynamically increase or decrease the threshold array index is 0, and the ceiling i
- 2022-03-07 20:55:03下载
- 积分:1