-
Simple program and code to list all functions in a DLL file
Simple program and code to list all functions in a DLL file
- 2022-03-16 08:10:22下载
- 积分: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
-
vc preserved ini file format for text, and to read ini format text, lucid
vc中保存文件为ini格式文本,以及读取ini格式的文本,清晰易懂-vc preserved ini file format for text, and to read ini format text, lucid
- 2022-10-31 20:00:03下载
- 积分:1
-
Pendulum.cpp
#include"stdafx.h"
#include < iostream >
#include < conio.h >
#include < locale.h >
#include < stdio.h >
#include < math.h >
使用命名空间 std ;
作废双时间 (双 L、 双 P 双 G)
void main)
{
setlocale (LC_ALL,"RUS") ;
双 L,T;
双 P = 3.14 ;/ / КОНСТАНТА
双 G = 9.8 ;/ / КОНСТАНТА
//ДЛЯ ЗАДАННЫХ ЗНАЧЕНИЙ
L = 100 ;
T=time(L,P,G) ;
cout «"Время колебаний при L ="«L «"равно:"«T;
_getch() ;
//ДЛЯ ЗНАЧЕНИЙ ВВОДИМЫХ С КЛАВИАТУРЫ
system("cls") ;
cout «"Dведите L =";
cin» L;
T=time(L,P,G) ;
cout «"Время колебаний при L ="«L «"равно:"«T;
_getch() ;
返回 0 ;
}
作废双时间 (双 L、 双 P 双 G)
{
双 M;
双 P = 3.14 ;/ / КОНСТАНТА
双 G = 9.8 ;/ / КОНСТАНТА
M=2*P*sqrt(L/G) ;/ / ПЕРИОД КОЛЕБАНИЙ
返回 M;
}
- 2022-03-13 01:33:14下载
- 积分:1
-
Foolish Editor v0.01 his program is compiled by djg
Foolish Editor v0.01 his program is compiled by djg- Foolish Editor v0.01 his program is compiled by djgpp
- 2023-09-01 16:25:03下载
- 积分:1
-
读取txt文件并显示
读取TXT文件,并把读取到的txt文件内容显示在Richbox控件中。可以识别多种格式的数据。
- 2022-07-23 01:12:11下载
- 积分:1
-
编码转换工具 charset tool v1.0.2 我写的文本编码转换工具。可以对常见字符集做转换,包括简繁通,big5...
编码转换工具 charset tool v1.0.2 我写的文本编码转换工具。可以对常见字符集做转换,包括简繁通,big5-->gb2312.唯一缺点是要安装java JRE.-transcoding tool charset tool v1.0.2 I wrote the text encoding conversion tools. Can the common character set conversion done, including 66.248.97.196 Qualcomm, big5-- gt; Gb2312. The only drawback is to install java JRE.
- 2022-04-20 06:32:53下载
- 积分:1
-
文本文件加密器(VB源码)(Beta Version 1[1].0.0)
文本文件加密器(VB源码)(Beta Version 1[1].0.0)-text file encryption (VB source) (Beta Version 1 [1] oh)
- 2023-05-31 16:05:03下载
- 积分:1
-
快速的CRC32实现,使用非常方便(只需一个函数)
快速的CRC32实现,使用非常方便(只需一个函数)-fast CRC32-achieving, very convenient to use (only one function)
- 2023-09-03 13:20:03下载
- 积分:1
-
字符识别GUI
手写体字符识别在多媒体设备人机交互、邮政信件分拣、银行票据自动处理等领域有着重要的应用。由于手写体字符的随意性,使其识别难度大于印刷体字符。通常,手写体字符识别包括联机手写体字符识别和脱机手写字符识别。联机手写体字符识别是指经过各种输入设备,将字符的轮廓及其笔划顺序按顺序送入计算机中;而脱机手写体字符没有笔划顺序这一重要特征,输入到计算机中的只是二维图像,而且相对于印刷体字符,手写体字符由于不同的人而不同,造成即使是同一字符,不同的人书写也会因字体、习惯不同而大不一样,因此,从识别技术的难度来说,脱机手写体字符识别的难度高于联机手写体识别。
- 2022-03-15 06:51:42下载
- 积分:1