-
Source for the C++ Languages for the extraction of image contours, detailed proc...
源码为C++语言编写,用于提取图像轮廓,有详细过程,可直接执行。-Source for the C++ Languages for the extraction of image contours, detailed process, can be directly executed.
- 2022-02-20 03:39:38下载
- 积分:1
-
内容管理服务…
contents management service...
- 2022-11-16 12:00:03下载
- 积分:1
-
各种实例的数据运算
里面有数据操作的各个例子-inside data operation of the various examples
- 2023-02-18 16:05:04下载
- 积分:1
-
ace程序员指南 附书源码 有几十个例子,很好的资料
ace程序员指南 附书源码 有几十个例子,很好的资料-ace
- 2022-10-01 06:20:04下载
- 积分:1
-
凸轮设计的C―C++程序,可以在VC环境下运行。
凸轮设计的C―C++程序,可以在VC环境下运行。-Cam-follower Design Code
- 2022-11-18 10:35:03下载
- 积分:1
-
可以在豆瓣网上爬取相应用户的信息,如:用户ID,,读过什么书,对书的评价等数据,可以作为收集实验数据的工具...
可以在豆瓣网上爬取相应用户的信息,如:用户ID,,读过什么书,对书的评价等数据,可以作为收集实验数据的工具-Web crawling in豆瓣the corresponding user information, such as: user ID,, read any book, the book" s evaluation of the data can be used as a tool to collect experimental data
- 2022-03-21 09:42:29下载
- 积分:1
-
文件管理系统源代码
文件管理系统源代码-document management system source code
- 2022-02-20 10:26:15下载
- 积分:1
-
计算机的例子
COM下的计算器例子-example of calculator in COM
- 2023-08-10 16:40:04下载
- 积分:1
-
demo program source code
演示程序源文件代码-demo program source code
- 2023-08-17 15:10:04下载
- 积分:1
-
图书信息管理系统
图书信息管理系统包含class BOOK //一、图书类{private:int num; //编号string name; //书名int B_class; //等级string publishing; //出版社int isbn; //ISBNint stock; //剩余量int sale; //销量public:BOOK(){} //构造函数void add1(); //添加图书信息void add2();void setnum(int a) //在添加第二本书的信息时设置编码{num=a;}int getnum() //得到编号{return num;} string getname() // 得到名称{return name;}void show(); //显示图书信息 int getB_class(){return B_class;}int getsale(){return sale;}
- 2023-06-21 15:35:03下载
- 积分:1