Welcome![Sign In][Sign Up]
Location:
Search - mobile number

Search list

[File Operate排序比较

Description: 排序算法的性能比较 对不同类型的问题规模,测试各种介绍的排序算法的性能。统计他们的键值比较次数,键值移动次数以及运行时间并分析结果。 小型问题:N≈20 中型问题:N≈2000 大型问题:N≈200000. C 语言的32关键字如下: 实验原理: 线性表的排序,快速,起泡,选择,插入。-algorithm to compare the performance of different types of scale of the problem, introduced by the test algorithm performance. Statistical comparison of the number of keys, keys and mobile number of run-time analysis of the results. Small problem : N 20 medium-sized issues : N 2000 major issues : N 200,000. The 32 C-language keyword as follows : Experimental Principle : linear ranking table, fast, foaming, selection, insertion.
Platform: | Size: 9647 | Author: 王为 | Hits:

[Otherorderlike

Description: 此程序是实现多种排序算法,用移动次数和比较次数来比较各算法的好坏-this program is to achieve a variety of sorting algorithm, used his mobile number and frequency compared to compare the quality of the algorithm
Platform: | Size: 2263 | Author: lyt | Hits:

[CSharppaixuchengxu

Description: 设有1000个值在1到10000的整数,试设计一个利用散列方法的算法,以最少的数据比较次数和移动次数对它们进行排序。-with 1,000 in value from 1 to 10,000 integer and try to design a method of using hash algorithm, the minimum number of data comparison and the mobile number of their rank.
Platform: | Size: 6729 | Author: 宁学勇 | Hits:

[Other resourceDEMO(sort)

Description: 实现各种内部排序。包括冒泡排序,直接插入排序,Shell排序,快速排序,堆排序,并比较排序的比较次数和移动次数。主要是C语言。-achieve internal order. Including bubble sort, direct insertion sort, Shell sort, quick sort, heap sort, and compare the ranking of number and mobile number. C is the main language.
Platform: | Size: 10796 | Author: 张某某 | Hits:

[Console6paixusuanfa

Description: 1、 演示程序对6种内部排序算法(堆排序、直接插入排序、简单选择排序、快速排序、希尔排序、归并排序)作输入实测比较。 2、 待排序表的元素的关键字为整数。用户可输入不同数据作测试比较。比较的指标为关键字参加的比较次数(用compCount计量)和关键字的移动次数(用shiftCount计量,关键字交换计为3次移动)。 3、 演示程序以用户和计算机的对话方式执行,即在计算机终端上显示“提示信息”下,用户可由键盘输入待排序表的表长(不大于20)和数据。 4、 每次测试完毕,显示各种排序比较指标值和排好序的数据。 -1, the demonstration program on six internal sorting algorithm (Heap Sort direct insertion sequence and simple choice ranking Quick Sort, Hill sorting, merging ranking) for the importation of experimental comparison. 2, the ranking table to be elements of the keyword as an integer. Users can input data for testing different comparison. Comparable indicators to compare the keyword in the number of (using compCount measurement) and the mobile number keyword ( shiftCount use metering, the keyword exchange dollars for the 3rd Mobile). 3, the demo program to computer users and implementation of the dialogue, that is displayed on the computer terminal, "a message", Users can sort the keyboard input to be in table (not more than 20) and data. 4, each test completed, showing the sort ind
Platform: | Size: 32601 | Author: 张涛 | Hits:

[SMSo2smsv

Description: Oxygen SMS ActiveX Control允许你发送接受文字及图片消息,读写缺省的SMS中心号码,获得保存的信息总数和统计它们的位置,从SMS收件箱中读取和删除信息。可以获得手机的IMEI,型号的软件和硬件版本和日期,电池容量和信号强度。控件可以和任何支持Active X的编程环境相融合(如,ASP。Microsoft Visual Basic,Microsoft Visual C ,Microsoft Access,Borland Delphi,Borland C Builder等)。共享软件。注册版本将没有提示屏幕,也不会在每次发送消息之前加一段文字。适用语言:CB3 CB4 CB5 D3 D4 D5 D6-Oxygen SMS ActiveX Control allows you to send to receive text and picture messages, read and write default SMS center number, be preserved and statistical information on the total number of their locations, from the SMS inbox to read and delete information. Access to mobile phones IMEI, models of software and hardware version and date, battery capacity and signal strength. Can control and any support for Active X integrated programming environment (such as, ASP. Microsoft Visual Basic, Microsoft Visual C, Microsoft Access, Borland Delphi, Borland C Builder, etc.). Sharing software. Registered version will not prompt the screen, it would not send a message in each section of text before. Applicable language: CB3 CB4 CB5 D3 D4 D5 D6
Platform: | Size: 487424 | Author: 站长 | Hits:

[File Format排序比较

Description: 排序算法的性能比较 对不同类型的问题规模,测试各种介绍的排序算法的性能。统计他们的键值比较次数,键值移动次数以及运行时间并分析结果。 小型问题:N≈20 中型问题:N≈2000 大型问题:N≈200000. C 语言的32关键字如下: 实验原理: 线性表的排序,快速,起泡,选择,插入。-algorithm to compare the performance of different types of scale of the problem, introduced by the test algorithm performance. Statistical comparison of the number of keys, keys and mobile number of run-time analysis of the results. Small problem : N 20 medium-sized issues : N 2000 major issues : N 200,000. The 32 C-language keyword as follows : Experimental Principle : linear ranking table, fast, foaming, selection, insertion.
Platform: | Size: 9216 | Author: 王为 | Hits:

[Windows DevelopWhereMobile

Description: 手机归属地查询软件源代码。 能够根据号码自动显示手机的归属地,包括省份等基本信息。-phone attribution to the source code for software. According to the phone number automatically to the attribution, including such basic information as the provinces.
Platform: | Size: 436224 | Author: 吴华平 | Hits:

[Otherorderlike

Description: 此程序是实现多种排序算法,用移动次数和比较次数来比较各算法的好坏-this program is to achieve a variety of sorting algorithm, used his mobile number and frequency compared to compare the quality of the algorithm
Platform: | Size: 2048 | Author: lyt | Hits:

[CSharppaixuchengxu

Description: 设有1000个值在1到10000的整数,试设计一个利用散列方法的算法,以最少的数据比较次数和移动次数对它们进行排序。-with 1,000 in value from 1 to 10,000 integer and try to design a method of using hash algorithm, the minimum number of data comparison and the mobile number of their rank.
Platform: | Size: 6144 | Author: 宁学勇 | Hits:

[Windows MobileCallIP2003

Description: IP拨号器,在选定的联系人的电话号码前加拨您设置好的IP号码,为您节省MONEY噢~-IP dial-up Internet access in selected contact telephone numbers before allocating you to set a good IP number, to save you MONEY Oh ~
Platform: | Size: 2964480 | Author: 张大伟 | Hits:

[Data structsDEMO(sort)

Description: 实现各种内部排序。包括冒泡排序,直接插入排序,Shell排序,快速排序,堆排序,并比较排序的比较次数和移动次数。主要是C语言。-achieve internal order. Including bubble sort, direct insertion sort, Shell sort, quick sort, heap sort, and compare the ranking of number and mobile number. C is the main language.
Platform: | Size: 217088 | Author: 张某某 | Hits:

[Console6paixusuanfa

Description: 1、 演示程序对6种内部排序算法(堆排序、直接插入排序、简单选择排序、快速排序、希尔排序、归并排序)作输入实测比较。 2、 待排序表的元素的关键字为整数。用户可输入不同数据作测试比较。比较的指标为关键字参加的比较次数(用compCount计量)和关键字的移动次数(用shiftCount计量,关键字交换计为3次移动)。 3、 演示程序以用户和计算机的对话方式执行,即在计算机终端上显示“提示信息”下,用户可由键盘输入待排序表的表长(不大于20)和数据。 4、 每次测试完毕,显示各种排序比较指标值和排好序的数据。 -1, the demonstration program on six internal sorting algorithm (Heap Sort direct insertion sequence and simple choice ranking Quick Sort, Hill sorting, merging ranking) for the importation of experimental comparison. 2, the ranking table to be elements of the keyword as an integer. Users can input data for testing different comparison. Comparable indicators to compare the keyword in the number of (using compCount measurement) and the mobile number keyword ( shiftCount use metering, the keyword exchange dollars for the 3rd Mobile). 3, the demo program to computer users and implementation of the dialogue, that is displayed on the computer terminal, "a message", Users can sort the keyboard input to be in table (not more than 20) and data. 4, each test completed, showing the sort ind
Platform: | Size: 32768 | Author: 张涛 | Hits:

[Communication-MobilehyPocketoutlooksample

Description: This sample uses Microsoft.WindowsMobile.PocketOutlook and Microsoft.WindowsMobile.Telephony to: - Databind a ContactCollection to a ListBox. - Databind a Contact Property to a TextBox. - Edit Contact Properties. - Send SMS messages - Call a contact s phone number.-Microsoft.WindowsMobil e.PocketOutlook and Microsoft.WindowsMobil e.Telephony to :- Databind a ContactCollection to a ListBox.- D atabind a Contact Property to a TextBox.- Edit C ontact Properties.- Send SMS messages- Call a c ontact's phone number.
Platform: | Size: 10240 | Author: 黄先生 | Hits:

[assembly languagewodewodewode

Description: 对于移动通信系统主要有两类衰落:大规模衰落和小规模衰落。大规模衰落表示由于大范围内移动而引起的平均信号能量的减少或路径损耗。而小规模衰落则表现为两种机制:信号的时延扩展和信道的时变特性。对于无线应用,信道的时变特性是由于发射机和接收机相对移动而造成传输路径的变化。这些传播条件的变化速率影响衰落率。如果存在大量反射路径而不存在视行信号分量,此时的小规模衰落称为瑞利衰落(Rayleigh fading),接收信号的包络由瑞利概率分布函数统计描述。这种衰落也就是这次实验我准备研究的-system for mobile communications fading there are two main categories : large-scale and small-scale fading fading. In view of large-scale decline of large scale movement of the average energy of the signal path to reduce or loss. And the decline of small-scale, it was manifested as two mechanisms : signal delay expansion and channel time-varying characteristics. For wireless applications, channel time-varying characteristics as transmitter and receiver relative movement caused transmission path changes. These conditions spread of the rate changes affect the rate of decline. If there is a large number of pathways exist without depending on the signaling component, At that time, the decline of small-scale known as Rayleigh fading (Rayleigh fading). The received signal envelope from Rayleigh
Platform: | Size: 20480 | Author: 赵景 | Hits:

[Other systemsMobileSearch

Description: 国产简体中文版专业通过Baidu.COM引擎快速搜集大量目标城市和行业的公司企业客户手机号码的手机号码 搜索软件工具。Baidu.COM中收录了全世界的中文公司企业网页,输入与手机号码相关的字符即可检索到大量的手机号码,而且这些号码都是活跃的、有效的,具有极高的市场营销价值。软件通过一次性导入上千个检索关键词列表,自动搜索和提取手机号码,自动纠正错误的手机号码。它可以全天候24小时无人值守工作,是一个真正的手机号码搜索机器人,为您通过手机短讯营销方式推销或采购产品助一臂之力。搜索到的号码可以保存为一行一个手机号码的文本文件,该文件可以直接被配套的新狐手机发送软件导入后点击发送按钮即自动连续发送出去。本软件是服务型企业、广告主、展览商不可多得的一款新时代市场营销制胜法宝。 (这是一个公司对他们产品的宣传,我自己也做了这样一个类似的软件来开源)-homemade English version of the professional rapid adoption Baidu.COM engines collect a large number of target cities and industries Corporate customers phone numbers phone number search software tools. Baidu.COM which includes the world's Chinese website companies, Input and phone numbers of characters can be retrieved a large number of phone numbers, but these numbers are active. effective, high marketing value. Through a one-time software into more than 1,000 key words list, automatically search and extract phone numbers, automatically correcting erroneous phone number. It's all-weather, 24-hour unattended, is a real phone number search robots, for your phone through SMS marketing methods to sell or purchase products help. Search the numbers can be saved as his phone number to a
Platform: | Size: 407552 | Author: 肖滔 | Hits:

[Other DatabasesMobileNumber

Description: 这是一个手机归属地查询程序,使用了网上流传的手机归属地数据库进行编程。-This is a mobile phone attribution to inquiries, the use of the Internet to spread ownership of the mobile phone database program.
Platform: | Size: 301056 | Author: 王辉 | Hits:

[Windows Developmobile

Description: 本程序可查指定手机号码的归属地,是通过获取IP138上的数据。把上面的所有广告信息全部出除了。 为了支持原创,请保留该处注释,谢谢! 作者:下载摆渡 上百度 下摆渡,摆资料 渡难关 下载摆渡 http://www.downbaidu.com 超过10万的海量信息与知识,并以日增数千的速度递增; 包罗万象的资讯类别,提供管理、营销、教育、专题等无限数据; 本站PR=3 本站愿与同类网站做友情连接 QQ:174322509-This procedure can be found on the attribution of the designated mobile phone number, it is through access to data on IP138. The above information on all advertising except all out. In order to support the original, please preserve the notes, thank you! Author: download ferry on the ferry the next Baidu, to tide over the crisis facing the information downloaded more than 100,000 ferry http://www.downbaidu.com mass of information and knowledge, and increasing the speed of thousands of incremental all-inclusive category of information, provide management , marketing, education, topics such as infinite data site PR = 3 site is willing to work with to do the same Web site Link QQ: 174322509
Platform: | Size: 3072 | Author: yuanxl | Hits:

[Industry researchClient

Description: This paper introduces a message forwarding algorithm for search applications within mobile ad hoc networks that is based on the concept of selecting the nearest node from a set of designated nodes. The algorithm, which is called Minimum Distance Packet Forwarding (MDPF), uses routing information to select the node with the minimum distance. The goal of the proposed algorithm is to minimize the average number of hops taken to reach the node that holds the desired data performed to derive the lower and upper bounds of the confidence interval for the mean hop count between the source node of the data request, on one hand, and the node that holds the desired data and the last node in the set of search nodes, on the other hand. In the experimental evaluation, the performance of MDPF was compared to that of Random Packet Forwarding (RPF) and Minimal Spanning Tree Forwarding (MSTF). - This paper introduces a message forwarding algorithm for search applications within mobile ad hoc networks that is based on the concept of selecting the nearest node from a set of designated nodes. The algorithm, which is called Minimum Distance Packet Forwarding (MDPF), uses routing information to select the node with the minimum distance. The goal of the proposed algorithm is to minimize the average number of hops taken to reach the node that holds the desired data performed to derive the lower and upper bounds of the confidence interval for the mean hop count between the source node of the data request, on one hand, and the node that holds the desired data and the last node in the set of search nodes, on the other hand. In the experimental evaluation, the performance of MDPF was compared to that of Random Packet Forwarding (RPF) and Minimal Spanning Tree Forwarding (MSTF).
Platform: | Size: 66560 | Author: sathiyaraj124 | Hits:

[Windows MobileMobile-Number-Tracer

Description: nokia 5233 mobile traker software
Platform: | Size: 318464 | Author: montu8 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 42 »

CodeBus www.codebus.net