-
Comparison of sorting algorithms quicksort,heapsort, radix sort and introsort
Comparison of sorting algorithms quicksort,heapsort, radix sort and introsort-Comparison of sorting algorithms quicksort,heapsort, radix sort and introsort
- 2022-02-02 13:08:58下载
- 积分:1
-
This is a game basis, we can not say that I was all, some things inside me, thin...
这是一个游戏基础,不能说全部是我的,里面有些东西是我的,思想-This is a game basis, we can not say that I was all, some things inside me, thinking
- 2022-06-30 13:58:19下载
- 积分:1
-
咏波出租出售房屋管理系统1、管理员可以自由发布房源
2、访客可以自由添加房屋信息,但需经管理员审核后方可以发布
3、访客无须注册可以登记求租求购出售购买...
咏波出租出售房屋管理系统1、管理员可以自由发布房源
2、访客可以自由添加房屋信息,但需经管理员审核后方可以发布
3、访客无须注册可以登记求租求购出售购买信息
4、管理员可以查看全部信息
5、管理员可以查看、删除全部信息
9、房源信息里 联系人及电话 可以自定义为原房东,或者房产中介-咏波出租出售房屋管理系统
- 2022-07-10 12:31:38下载
- 积分:1
-
一个用VC写的俄罗斯方块程序源码 ,俄罗斯方块大家都玩过的吧,这个是用VC实现的...
一个用VC写的俄罗斯方块程序源码 ,俄罗斯方块大家都玩过的吧,这个是用VC实现的-Using VC to write a Russian box program source, the Russian box we all played it, this is achieved by VC
- 2022-06-15 17:46:19下载
- 积分:1
-
实现简单的分割视图并在其中实现计数器功能,以及简单的绘图...
实现简单的分割视图并在其中实现计数器功能,以及简单的绘图-simple segmentation View in which to achieve and counter functions, and simple graphics
- 2022-04-08 23:14:07下载
- 积分:1
-
这是在TC环境下运行的程序,主要实现三维图形的上下左右旋转功能。...
这是在TC环境下运行的程序,主要实现三维图形的上下左右旋转功能。-This is the TC run under the procedure, 3D graphics around the next rotation.
- 2022-01-26 02:33:03下载
- 积分:1
-
使用 ManWrap 库在本机 C++ 代码中调用.NET。该程序将向你展示如何以本机方式包装框架类,以便你能不借助 /clr 而在任何 C++/MFC 应用程...
使用 ManWrap 库在本机 C++ 代码中调用.NET。该程序将向你展示如何以本机方式包装框架类,以便你能不借助 /clr 而在任何 C++/MFC 应用程序中使用它们。在我们的测试案例中,将在一个DLL中包装.NET框架中的 Regex 类,并实现三个使用该包装类的 MFC 程序。你可以用 RegexWrap.dll 在自己的 C++/MFC 应用程序中添加正则表达式支持,或者用 ManWrap 工具来包装自己喜爱的框架类。-use in the C-code call.NET. The program will show you how to approach the packaging machine type framework, so that you can not use/clr and in any C/MFC applications using them. In our test cases, in a DLL packaging.NET framework of Regex class, and to achieve the use of three types of MFC packaging procedures. You can use RegexWrap.dll in their C/MFC application is added to the regular expression support, or used ManWrap tools to package their favorite framework category.
- 2022-01-26 03:09:24下载
- 积分:1
-
陈列馆问题:
1.问题描述
世界名画陈列馆有m*n个陈列室组成。为了防止名画被盗,需要在陈列室设置警卫机器人哨位,每算法个警卫机器人除了监视它所在的陈列...
陈列馆问题:
1.问题描述
世界名画陈列馆有m*n个陈列室组成。为了防止名画被盗,需要在陈列室设置警卫机器人哨位,每算法个警卫机器人除了监视它所在的陈列室之外,还可以监视与它所在的陈列室相邻的上,下,左,右4个陈列室。
2.要求
试要求,设计一个安排警卫机器人哨位的算法,使得名画陈列馆的每个陈列室都在警卫机器人监视之下,切所用的警卫机器人数目最少。
3.结果输出
将计算的警卫机器人数及其最佳哨位安排输出到文件output.txt。文件的第1行是警卫机器人数;接下来的m行中每行n个数,0表示无哨位,1表示哨位。-Gallery problem:
1. Problem Description
Painting gallery in the world there are m* n composed of a showroom. In order to prevent the paintings stolen, you need to set the security robot sentinel showroom, each algorithm is a security robot in addition to monitor it in the showroom, you can also watch it in the showroom with the adjacent upper and lower, left, Right 4 showrooms.
2. Demand
Test requirements, design an arrangement guard robot sentinel algorithm, making paintings in each gallery showroom are under the surveillance of the security robot, cutting the number of robots used by security guards at least.
3. The resulting output
Will calculate the number of security robots and the best sentinel ar
- 2022-06-27 18:30:39下载
- 积分:1
-
一
一维小波算法的VC++实现
详细算法流程请参考程序中的注释部分
程序通过测试-One-dimensional wavelet algorithm for VC to achieve a detailed algorithm flow process please refer to the Notes section of the program to pass the test
- 2022-01-25 20:54:15下载
- 积分:1
-
一个简单的井字游戏,不是人机对战的,游戏需要两个人参与,在此抛砖引玉,希望有人能给我人机对战的代码。...
一个简单的井字游戏,不是人机对战的,游戏需要两个人参与,在此抛砖引玉,希望有人能给我人机对战的代码。-gridwork a simple game, not the man-machine players, the game requires two people to participate in this suit, hoping that someone can give me man-machine players code.
- 2022-01-28 14:40:49下载
- 积分:1