-
电话本程序
C++编写电话本程序。
可实现以下功能:
(1)实现简单电话本功能,用姓名来搜索电话号码;
(2)用户输入姓名,程序查找并输出结果;
(3)用户可以通过输入,添加姓名和电话号码;
(4)用户可以删除姓名和电话号码;
(5)电话本可以保存在指定文件中;
(6)电话可被从指定文件中读入到内存。
- 2023-01-15 11:10:03下载
- 积分:1
-
二次,三次和N次Bezier曲线 二次,三次B样条曲线,用VB编的,编译通过,执行无错误, 有详细注释....
二次,三次和N次Bezier曲线 二次,三次B样条曲线,用VB编的,编译通过,执行无错误, 有详细注释.-second, third and N-Bezier curve twice cubic B-spline curves, VB series, compiled by the implementation of strict and detailed notes.
- 2022-09-19 16:35:04下载
- 积分:1
-
SDP Search and Record generator
OVERVIEW:
Recognizing the difficulty in c...
SDP Search and Record generator
OVERVIEW:
Recognizing the difficulty in creating an SDP service description and search
from scratch, Microsoft is providing a sample utility in bthnscreate.cxx to
automatically create a service or record. This utility can be run to create
an SDP record or to setup an SDP Service, Attribute, or ServiceAttribute
search based on information stored in a human readable file.-SDP Search and Record generator OVERVIEW: Recognizing the difficulty in creating an SDP service description and search from scratch, Microsoft is providing a sample utility in bthnscreate.cxx to automatically create a service or record. This utility can be run to create an SDP record or to setup an SDP Service, Attribute, or ServiceAttribute search based on information stored in a human readable file.
- 2023-06-03 11:50:02下载
- 积分:1
-
This is a use of laser capture camera images of objects, and then determine the...
这是一个使用摄像头采集激光照射物体的图像,然后判断检测出距离量的VB源代码。-This is a use of laser capture camera images of objects, and then determine the distance to detect the amount of VB source code.
- 2023-07-31 04:10:04下载
- 积分:1
-
操作系统的实验:如何理由银行家算法避免死琐,本程序详细地实现算法...
操作系统的实验:如何理由银行家算法避免死琐,本程序详细地实现算法-experimental operating system : how to avoid algorithm reason bankers admit death, the procedures detailed algorithm
- 2022-07-07 05:44:09下载
- 积分:1
-
利用VC编程在界面上实现3D文字,在VC++环境下开发
利用VC编程在界面上实现3D文字,在VC++环境下开发-VC Programming Interface achieve 3D text, in the development of the VC environment
- 2023-01-05 10:10:03下载
- 积分:1
-
This code will be useful to you if you have tried using ADOCE, but never got any
This code will be useful to you if you have tried using ADOCE, but never got anything to work. It is not meant to be integrated into any application, but rather it should be used for demonstrative purposes. It clearly shows the basics of how to use the technology.
- 2022-03-07 13:54:29下载
- 积分:1
-
一些有用的,又漂亮的图标,晶莹剔透,编程一样少不了的拉^_^...
一些有用的,又漂亮的图标,晶莹剔透,编程一样少不了的拉^_^-some useful and beautiful icon, and sparkling, the same programming missed the Rafah ^ _ ^
- 2022-01-22 00:34:42下载
- 积分:1
-
这是一个由C++编制的MFC工程,能够对文件进行加密
这是一个由C++编制的MFC工程,能够对文件进行加密-This is a C++ compiled by the MFC works, be able to encrypt files
- 2023-03-01 22:30:03下载
- 积分:1
-
msaa的一个demo
msaa的一个demo, 可以用于自动化测试
MSAA的全称是Microsoft Active Accessibility。这是类似DCOM技术。技术模型是这样的,UI程序可以暴露出一个Interface,方便另一个程序对其进行控制。 MSAA技术的初衷是为了方便残疾人使用Windows 程序。比如盲人看不到窗口,但是盲人可以通过一个USB读屏器连接到电脑上, 读屏器通过UI程序暴露出来的这个Interface,就可以获取程序信息,通过盲文或者其它形式传递给盲人。MSAA提供了如此方便的功能, UI自动化测试自然可以借用这项技术。MSAA暴露出来的Interface叫做 IAccessible。
- 2022-03-18 17:17:53下载
- 积分:1