-
api制作电子书
api制作电子书-api produce electronic books
- 2023-04-12 17:40:03下载
- 积分:1
-
在一个班,C++使用三关键词设置访问界限:公共、私人…
在一个类中,C++用三个关键词设置访问界限:public, private和protected。它们决定了跟在他们后面的标识符的被使用情况:public意味着其后的标识符可以被用户定义的其实例引用 而private则说明其后的标识符除了类的成员函数之外,用户定义的其实例不能引用 protected为类的继承提供了接口,同时保护其不被外界访问。-In a class, C++ using the three keywords set to visit boundaries: public, private and protected. They decided to follow behind in their use of the identifier: public means the following can be user-defined identifier of the examples cited and private identifier is illustrated in the following categories of members in addition to function, the user the definition of its instances can not be invoked protected to provide the type of interface inheritance, at the same time not to be outside the protection of their visit.
- 2023-08-14 12:10:03下载
- 积分:1
-
多项式的计算,利用链表结构,多项式的总和
多项式的计算,采用链表结构,对两个多项式进行求和-Polynomial calculation, using the list structure, the sum of two polynomials
- 2022-08-17 15:28:28下载
- 积分:1
-
缩略图查看器
这个程序是浏览是简单易用,开源浏览器的图片的缩略图 viewerSimple。它小巧玲珑,快速的浏览器,生成缩略图的精致美丽,能够浏览各种常见的图像格式。它被仿照 ACDSee 和喜欢使用,如能挂。然而,还有一个区别: 在 ACDSee,访问该缩略图,想要看大地图,使用视图命令来切换到另一个接口,有时并不足以推动这个简单浏览的实践和实践,目录树中,减少计划扩大的文件的列表和监视窗口,都在一个界面中,消除开关的麻烦。使用简单的浏览和使用 ACDSee 一样,唯一的区别是在中央的接口,以看到较大的大地图上观看更多的窗口比 ACDSee 方便。
- 2023-03-03 21:20:06下载
- 积分:1
-
procedures with the greedy algorithm to solve 0
该程序用贪心算法来求解0-1背包问题 采用贪婪准则:每次选择p/w最大的物品放入背包。-procedures with the greedy algorithm to solve 0-1 knapsack problem using greed criteria : Each choice p/w largest goods Add backpack.
- 2022-05-19 21:23:22下载
- 积分:1
-
贵美商城在线商城
贵美商城使用Javaweb技术编写的在线商城,使用了servlet+hibernate+struts+spring技术,前台为jsp页面+js+css技术
- 2022-01-31 06:31:51下载
- 积分:1
-
链表的操作(链表的建立,访问,删除链表指定结点,增加结点)...
链表的操作(链表的建立,访问,删除链表指定结点,增加结点)-List of operations (the establishment of the list, access, delete the specified node list to increase the node)
- 2022-03-19 09:51:10下载
- 积分:1
-
TVideoGrabber Video Capture and Media Player component
TVideoGrabber Video Capture and Media Player component
- 2022-10-11 03:10:03下载
- 积分:1
-
An M*N represent maze,character "#" represent obstacle,"@" represent an dead end...
以一个M*N的长方阵表示迷宫,字符 # 表示障碍, @ 表示"死胡同", * 表示路径上的位置. 本程序只求出一条成功的通路-An M*N represent maze,character "#" represent obstacle,"@" represent an dead end,"*" as position on the route. Only one successful gateway is obstained.
- 2023-06-03 23:45:03下载
- 积分:1
-
A simple screen saver, based on the graphic you want to change
一个简单的屏幕保护程序,可以根据想要的图形来改变
-A simple screen saver, based on the graphic you want to change
- 2023-01-16 04:40:04下载
- 积分:1