-
VC++程序员编程教程,很好的电子书籍,chm格式,有很多实例
VC++程序员编程教程,很好的电子书籍,chm格式,有很多实例-VC++ Programmer programming tutorial, very good e-books, chm format, there are many examples of
- 2022-02-10 00:36:41下载
- 积分:1
-
opencv_finger_recognition
本文件概要介绍组成 Fngprnt 应用程序的每个文件的内容。
Fngprnt.vcproj
这是使用应用程序向导生成的 VC++ 项目的主项目文件。
它包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。
Fngprnt.h
这是应用程序的主要头文件。它包括其他项目特定的头文件(包括 Resource.h),并声明 CFngprntApp 应用程序类。
Fngprnt.cpp
这是包含应用程序类 CFngprntApp 的主要应用程序源文件。
Fngprnt.rc
这是程序使用的所有 Microsoft Windows 资源的列表。它包括 RES 子目录中存储的图标、位图和光标。此文件可以直接在 Microsoft Visual C++ 中进行编辑。项目资源位
- 2022-07-27 11:58:35下载
- 积分:1
-
Rarnu C 是百度编程群老大Rarnu个人的作品。是图形界面的C编译器。希望大家喜欢。...
Rarnu C 是百度编程群老大Rarnu个人的作品。是图形界面的C编译器。希望大家喜欢。-Rarnu C Programming Group Baidu is the leader Rarnu personal work. Is a graphical interface C compiler. Hope you like them.
- 2022-08-05 14:39:27下载
- 积分:1
-
can代码
can代码
class CPoint{
private: //私有成员
float m_x, m_y;
protected: //保护成员
void SetPoint(float x, float y) {m_x = x; m_y = y;}
public: //公共成员
CPoint(float x, float y) {m_x = x; m_y = y;} //构造函数
void Move(float x, float y) {SetPoint(m_x + x, m_y + y);}
void Display() {cout
- 2022-04-01 02:38:18下载
- 积分:1
-
这是一个时钟,根据工具条中的时钟控制栏可以控制时钟的启动和停止;右下角的秒表可以计时。...
这是一个时钟,根据工具条中的时钟控制栏可以控制时钟的启动和停止;右下角的秒表可以计时。-This is a clock, in accordance with Article tool in the control bar to control the clock of the start and stop the clock the stopwatch to time the bottom right corner.
- 2022-05-26 21:15:26下载
- 积分:1
-
是一个经典的源代码论坛环境
是一个ASP环境下的经典论坛源代码-ASP is a classic environment of the source code Forum
- 2023-06-08 22:40:03下载
- 积分:1
-
混沌移位键控
混沌调制方案的误码率与信噪比。在这里,我们用一个混沌信号调制的二进制信息和AWGN信号发送。在接收端,通过一个相干检测器检测信号,并对其进行了分析,给出了一个给定的信噪比。绘制了误码率与信噪比的曲线
- 2022-03-13 05:25:27下载
- 积分:1
-
该软件易于使用,并适用于所有群体,开发简单,功能强大的…
该软件使用方便,适用于各种人群 开发简单,功能强大 谢谢各位的支持使用-the software easy to use and apply to all groups to develop simple, powerful Thank you support the use of
- 2022-02-04 08:06:01下载
- 积分:1
-
smtp procedures, the main component of language from c
smtp实现程序,主要由c语言组成-smtp procedures, the main component of language from c
- 2022-02-03 23:55:35下载
- 积分:1
-
Mil y Una noches book
Mil y Una noches book
- 2022-02-09 23:39:06下载
- 积分:1