-
USB 识别盘符 代码高效,运行稳定
USB 识别盘符 代码高效,运行稳定-USB drive letter code to identify efficient and stable operation
- 2022-05-28 08:09:12下载
- 积分:1
-
一个基于access数据库的小型计算机等级考试报名系统
一个基于access数据库的小型计算机等级考试报名系统-Access database based on a small computer grade examination registration system
- 2022-03-21 18:35:17下载
- 积分: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
-
用C编写的八数码难题的解法,采用宽度优先搜索算法。
用C编写的八数码难题的解法,采用宽度优先搜索算法。-C eight prepared by the problem of the digital method, using the width first search algorithm.
- 2022-01-26 01:18:42下载
- 积分:1
-
OpenCV
基于opencv的人脸和人眼检测程序,mfc界面,功能强大,简洁好用-Opencv-based human face and the human eye testing procedures, mfc interface, a powerful, simple and easy to use
- 2022-01-28 00:57:35下载
- 积分:1
-
dynamic two
动态二维数组的c++模板函数实现,实现了动态创建一维和二维数组,资源清除。-dynamic two-dimensional array of c template function, has implemented a dynamic creation of a dimensional and two-dimensional array of resources to remove.
- 2022-02-09 14:34:36下载
- 积分:1
-
用C/C++打印一个圆形,这是一道某公司的面试题目
用C/C++打印一个圆形,这是一道某公司的面试题目-With the C/C++ to print a circle, which is subject of an interview of a company
- 2022-02-21 12:05:34下载
- 积分:1
-
csr 蓝牙bc3的资料,给一些有需要的刚入门的朋友.
csr 蓝牙bc3的资料,给一些有需要的刚入门的朋友.-csr Bluetooth bc3 information, there is need to give some of the friends just getting started.
- 2022-03-19 16:05:59下载
- 积分:1
-
C&C++ programme about data structure including binary tree algorithm, quick sort...
数据结构中的 二叉树算法、快速排序双向链表、顺序文件合并、顺序广度搜索以及深度搜索最优解 的C&C++ 程序-C&C++ programme about data structure including binary tree algorithm, quick sorting based on doubly linked lists, merging ordinal files, best solution of orderly width or depth search.
- 2022-06-30 17:25:09下载
- 积分:1
-
VC++编程,简单的加密文件,然后读取程序,并和用户的输入相比较...
VC++编程,简单的加密文件,然后读取程序,并和用户的输入相比较-VC++ Programming, a simple encrypted file, and then read the procedures and and user input compared to
- 2022-07-16 18:46:26下载
- 积分:1