-
要求随机关生一个序列,任意查找其中一个元素时,采用二分搜索法实现,并且还能显示查找次数。使用二分法首先要使序列列按从小到大排序,因此程序中还要有排序功能。...
要求随机关生一个序列,任意查找其中一个元素时,采用二分搜索法实现,并且还能显示查找次数。使用二分法首先要使序列列按从小到大排序,因此程序中还要有排序功能。- there is a random series ,when looking for any an element in this series,we can achieve this by the method of bisectional searching,also the number of search times will be displayed.when using this method ,first of all you should sequence the series bigger and bigger.For this reason the program shoule have the founction of secquencing.
- 2023-06-28 05:30:04下载
- 积分:1
-
VB初学入门很好的教程C#初学入门很好的教程
VB初学入门很好的教程C#初学入门很好的教程
- 2022-08-11 01:55:28下载
- 积分:1
-
VC++
VC++-MFC多媒体,详细讲述了MFC的基本理论,是一个很不错的教程!-VC-MFC multimedia, the MFC described in detail the basic theory, which is a very good guide!
- 2022-08-25 12:24:22下载
- 积分:1
-
这是用C++编的用链表求大数阶乘,
这是用C++编的用链表求大数阶乘,-This the C series for the use of large numbers factorial chain,
- 2022-03-07 12:50:11下载
- 积分:1
-
这个是我在学校上课时候老师布置的作业,关于图象处理的,大家可以...
这个是我在学校上课时候老师布置的作业,关于图象处理的,大家可以-This an assignment that our teacher assigned to us in the class. It is about the image processing, you guys can have a look!
- 2022-02-21 06:23:20下载
- 积分:1
-
我学习TC写的一个游戏附代码已经调试通过
我学习TC写的一个游戏附代码已经调试通过-I was learning the game with a code debugging through
- 2022-02-12 04:27:10下载
- 积分:1
-
一个C++的垃圾收集框架
一个C++的垃圾收集框架-a framework for the collection of garbage
- 2022-12-18 14:10:02下载
- 积分:1
-
64bit mac using wallace mltiplier
嗨,这很好纸。这个用wallace乘法器表示64位乘法器
- 2022-03-30 10:02:54下载
- 积分:1
-
Flex and JAVA configuration, the standard demand for documents, set up Eclipse p...
flex与java的配置,标准需求文档,设置eclipse提示功能。-Flex and JAVA configuration, the standard demand for documents, set up Eclipse prompts.
- 2022-03-13 14:42:19下载
- 积分:1
-
用Servlet获取提交的页面信息
设计一个注册界面register.jsp,用户填写的信息包括:姓名、性别、出生年月、民族、个人介绍等,用户点击注册后将注册信息通过output.jsp显示出来。要求:使用Servlet获取提交的信息,然后跳转到显示结果页面。
- 2022-04-14 13:33:02下载
- 积分:1