-
smartphone2003 上用evc编译的 短信发送程序, api编写
smartphone2003 上用evc编译的 短信发送程序, api编写-Smartphone2003 EVC compiler used to send the message procedures, api prepared
- 2022-05-27 20:05:24下载
- 积分:1
-
这是我花了好几个小时制作的实用的进度条源码,很个性化的...
这是我花了好几个小时制作的实用的进度条源码,很个性化的-This is what I spent several hours making practical progress bar source, it is personalized
- 2023-03-25 00:20:03下载
- 积分:1
-
一个瓦楞辊划分边界单元及图形显示的应用程序。这个应用程序允许用户更改瓦楞辊的参数,划分边界单元的控制参数,显示单元划分的结果等等。...
一个瓦楞辊划分边界单元及图形显示的应用程序。这个应用程序允许用户更改瓦楞辊的参数,划分边界单元的控制参数,显示单元划分的结果等等。-Corrugated division of a boundary element and the graphical display applications. This application allows users to change the parameters of Corrugated, demarcation of the border unit of the control parameters, the results show that cell division and so on.
- 2022-03-22 08:12:35下载
- 积分:1
-
通过配置getfiles.ini文件即可进行文件的传送
通过配置getfiles.ini文件即可进行文件的传送-Getfiles.ini file can be configured to transfer files
- 2023-05-25 13:10:04下载
- 积分:1
-
对图像进行非线性调整,可用用图像的增强,特别是模糊图像,增加对比度...
对图像进行非线性调整,可用用图像的增强,特别是模糊图像,增加对比度-right image nonlinear adjustment can be used to enhance the image, especially fuzzy images, increase contrast
- 2022-05-17 22:33:26下载
- 积分:1
-
演示如何显示数状目录的组合框的小技巧
演示如何显示数状目录的组合框的小技巧-demonstration showed how few from the list of the small frame composition skills
- 2022-01-22 02:43:50下载
- 积分:1
-
使用C++ 实现的,利用动态规划算解决旅行商问题
使用C++ 实现的,利用动态规划算解决旅行商问题-solving TSP problem with dynamic programming in C++
- 2022-08-09 00:32:40下载
- 积分:1
-
applet k-means with java
这是一个小程序,用k-均值算法做了一个小例子,用户可以改变簇的数目,逐步解释,
- 2022-08-19 20:07:41下载
- 积分:1
-
a multi
a multi-threaded web crawler in java.
- 2022-02-21 19:56:38下载
- 积分: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