-
要求随机关生一个序列,任意查找其中一个元素时,采用二分搜索法实现,并且还能显示查找次数。使用二分法首先要使序列列按从小到大排序,因此程序中还要有排序功能。...
要求随机关生一个序列,任意查找其中一个元素时,采用二分搜索法实现,并且还能显示查找次数。使用二分法首先要使序列列按从小到大排序,因此程序中还要有排序功能。- 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
-
Windows和Unix下可以DNS服务器的源代码编译
windows/unix下都可以编译的DNS SERVER的源代码-windows/unix can be compiled under the DNS Server source code
- 2022-08-20 00:43:08下载
- 积分:1
-
商业单位需要容易记忆的电话号码,有一些方法可以让电话号码变得更容易记忆。譬如,可以把电话号码写成单词或短语,如 TUT...
商业单位需要容易记忆的电话号码,有一些方法可以让电话号码变得更容易记忆。譬如,可以把电话号码写成单词或短语,如 TUT-GLOP 可以代表滑铁卢大学的电话。有时仅仅是把号码的一部分写成单词,如打 310-GINO 便可向 GINO 比萨饼店定购比萨。另一种让电话号码容易记忆的方法是将数字用一种容易记的方式组合起来,譬如 3-10-10-10 也可以代表 GINO 比萨饼店。
电话号码的标准形式是七位十进制数字,在它的第三位和第四位之间用连字符连接(例如:888-1200)。电话的键盘提供了字符于数字之间的映射关系,如下所示:
2
A、B和C
3
D、E和F
4
G、H和I
5
J、K和L
6
M、N和O
7
P、R和S
8
T、U和V
9
W、X和Y
Q 和 Z 没有映射到键盘,而连字符不需要被拨打并且可以根据需要添加和删除。TUT-GLOP 的标准形式是 888-4567,310-GINO 的标准形式是310-4466,3-10-10-10的标准形式也是 310-1010。
如果两个电话号码有相同的标准形式,那么这两个电话号码是相同的。-commercial units need easy to remember telephone numbers, there are ways to allow more telephone numbers easy to remember. For example, telephone numbers can be written words or phrases, such as pseudodynamic- GLOP can represent the University of Waterloo calls. Sometimes numbers is only part of the written word. if the fight 310-GINO will be able to GINO pizza shop ordering pizza. Another phone number so easy to remember the method is to use a numbe
- 2022-01-31 01:21:55下载
- 积分:1
-
This document is a study on the VC++. NET example source files, including execut...
本文件是一个关于VC++.NET的源程序实例文件,其中包括有可执行文件,各位只需要根据自己的环境进行少量更改,可执行文件就可以执行了。-This document is a study on the VC++. NET example source files, including executable files, you only need a small amount of their environment changes, the executable file can be carried out
- 2023-04-17 01:45:04下载
- 积分:1
-
C# 打印Datagridview 中数据
C# 打印Datagridview 中数据
public GridPrinter(DataGridView objDataGridView, PrintDocument objPrintDocument, bool bCenterOnPage, bool bHasTitle, string sTitle, Font objTitleFont, Color objTitleColor, bool bPaging)
{
dataGridView = objDataGridView;
printDocument = objPrintDocument;
centerOnPage = bCenterOnPage;
hasTitle = bHasTitle;
title = sTitle;
tit
- 2022-12-23 01:35:04下载
- 积分:1
-
Forrest Shull
Guide to advanced empirical software engineering
2008
Forrest Shull
Guide to advanced empirical software engineering
2008
- 2022-03-31 03:30:04下载
- 积分:1
-
使用MATLAB对通信中的一种调制技术QPSK进行编程实现,分析其误码率...
使用MATLAB对通信中的一种调制技术QPSK进行编程实现,分析其误码率-The use of MATLAB for communication in a QPSK modulation technique to program implementation, analysis of its error rate
- 2022-03-18 15:17:55下载
- 积分:1
-
可以求多元非线性方程组的一组解,实用性好,效率高。
可以求多元非线性方程组的一组解,实用性好,效率高。-Can seek a diverse group of non-linear equations solution, practical and efficient.
- 2023-05-23 08:50:03下载
- 积分:1
-
vb中内嵌asm的一个类
VB内嵌asm其实也很简单!(内付说明)
vb中内嵌asm的一个类
VB内嵌asm其实也很简单!(内付说明)-vb in a class of embedded asm embedded VB is also very simple asm! (with pay below)
- 2022-02-15 05:53:55下载
- 积分:1
-
采用labview设计的和单片机通信,有一定参考价值
采用labview设计的和单片机通信,有一定参考价值-Design using LabVIEW ,coomn withMCU, has a certain reference value-Design using LabVIEW ,coomn with MCU, has a certain reference value
- 2022-08-09 15:46:09下载
- 积分:1