Welcome![Sign In][Sign Up]
Location:
Search - exchange

Search list

[OtherExchange-Server-2010-

Description: Exchange Server 2010 从入门到精通+配置实战精粹-Exchange Server 2010 from the entry to the master+ configure the real essence of
Platform: | Size: 8678400 | Author: Nowitzki | Hits:

[Program docElectronic-Data-Exchange

Description: Electronic Data Exchange is a Project that maintain the electronic data exchange system is the document that can manage different projects and explain how to work with electronic data system
Platform: | Size: 185344 | Author: Shanmukh | Hits:

[Software Engineeringstock-exchange

Description: These files contains activity diagram, state transition diagram and sequence diagram for stock exchange system. Diagrams are drawn in rational rose. they help in implementing the system.
Platform: | Size: 114688 | Author: gori_17 | Hits:

[matlabThe-trilateral-exchange--

Description: 三边交换简单算法的matlab源程序,具体用法见内部txt文件-The trilateral exchange simple algorithm matlab source code, specific usage see internal txt file
Platform: | Size: 2048 | Author: 林蒙 | Hits:

[Otherexchange

Description: 字符串替换程序,将一串字符串中的每个字符替换其字母表后面的一个字符-cstring exchange
Platform: | Size: 238592 | Author: 张磊 | Hits:

[OtherShare-Exchange-contact.pdf

Description: Exchange 共享联系人的方法。Windows、mac都可以轻松使用Outlook共享自己的联系人。-Share Echange contact list. Outlook to share contact on Windows and Mac. So simple.
Platform: | Size: 607232 | Author: dragon | Hits:

[OtherMatrix-of-any-two-lines-exchange

Description: 一个矩阵,任意两行交换,得出交换后的结果-Matrix of any two lines or two exchange
Platform: | Size: 1024 | Author: 宋凡成 | Hits:

[Otherdata-exchange-between-and-excel

Description: matlab与excel间的数据交换,主要是关于两者之间数据相互交换的-data exchange between matlab and excel
Platform: | Size: 106496 | Author: chelly | Hits:

[matlabBandwidth-Exchange

Description: 协作通信、功率控制、激励机制、带宽交换、matlab仿真-Bandwidth Exchange An Energy Conserving Incentive Mechanism for Cooperation、matlab仿真
Platform: | Size: 636928 | Author: wertest | Hits:

[OtherData-exchange-technology

Description: Data exchange technology
Platform: | Size: 23552 | Author: 上午 | Hits:

[Program docNFC-Simple-NDEF-Exchange-Protocol

Description: NFC NDEF Exchange Protocol
Platform: | Size: 178176 | Author: EasonYu | Hits:

[transportation applicationsexchange

Description: 可以实现三维数据的坐标正反算,从空间三维坐标到大地坐标系统-it can exchange the coordinate of a point
Platform: | Size: 2484224 | Author: wang | Hits:

[matlabMatlab-File-Exchange-Center

Description: Matlab File Exchange Center的HHT代码。仅供参考。-HHT from Matlab File Exchange Center
Platform: | Size: 1104896 | Author: 春之菊 | Hits:

[SCMExchange

Description: 设计一个函数模板,实现两数的交换,并用int、float、double、char类型的数据进行测试。-Design a function template, the exchange of the two numbers, int, float, double, char type data test.
Platform: | Size: 3072 | Author: 王莹 | Hits:

[Software Engineeringexchange

Description: 成空交换的一些内容。关于成空交换网络的资料。-About an empty exchange。About an empty information exchange network
Platform: | Size: 5862400 | Author: 李康康 | Hits:

[OS programexchange

Description: 1元钱能兑换1分钱,2分钱,5分钱的所有可能。-1 dollar can exchange 1 cent, 2 cents, 5 cents all possible.
Platform: | Size: 4096 | Author: | Hits:

[OtherExchange-Recovery

Description: Exchange 2003垃圾邮件恢复工具-Exchange 2003 spam recovery tools
Platform: | Size: 10478592 | Author: JASPER.WU | Hits:

[AI-NN-PRA-exchange-market-trading-system

Description: 构建结合GHSOM和SVR的外汇市场交易系统结合GHSOM和SVR-A foreign exchange market trading system by combining GHSOM and SVR
Platform: | Size: 1336320 | Author: SUNCHEN | Hits:

[Otherexchange-sort

Description: 这是一系列交换排序的算法,汇总,有详细说明-exchange sort
Platform: | Size: 1024 | Author: xiao sun | Hits:

[Otherexchange

Description: 交换排序: 包括冒泡排序,快速排序。 冒泡排序法:该算法是专门针对已部分排序的数据进行排序的一种排序算法。如果在你的数据清单中只有一两个数据是乱序的话,用这种算法就是最快的排序算法。如果你的数据清单中的数据是随机排列的,那么这种方法就成了最慢的算法了。因此在使用这种算法之前一定要慎重。这种算法的核心思想是扫描数据清单,寻找出现乱序的两个相邻的项目。当找到这两个项目后,交换项目的位置然后继续扫描。重复上面的操作直到所有的项目都按顺序排好。 快速排序:通过一趟排序,将待排序记录分割成独立的两个部分,其中一部分记录的关键字均比另一部分记录的关键字小,则可分别对这两部分记录继续进行排序,以达到整个序列有序。具体做法是:使用两个指针low,high, 初值分别设置为序列的头,和序列的尾,设置pivotkey为第一个记录,首先从high开始向前搜索第一个小于pivotkey的记录和pivotkey所在位置进行交换,然后从low开始向后搜索第一个大于pivotkey的记录和此时pivotkey所在位置进行交换,重复知道low=high了为止。-Exchange Sort: Including bubble sort, quick sort. Bubble sort method: the algorithm has been partially sorted data sort of a sorting algorithm. If only one or two of data in your data list is out of order, this algorithm is the fastest sorting algorithm. If the data in your data list is randomly arranged, then this method has become the slowest algorithm. Before using this algorithm must be careful. The core idea of this algorithm is a list of scan data, looking for out-of-order two adjacent items. When you find these two projects, the location of the exchange program and continue scanning. Repeat the above operation until all items are arranged in order. Quick Sort: Sort by trip will be sorted record is divided into two separate parts, a part of the record of keyword key is smaller than the other part of the record, you can continue to sort the two part of the record in order to achieve The entire sequence is ordered. Specific approach is: use two pointers low, high, and the
Platform: | Size: 1024 | Author: 陈锋 | Hits:
« 1 2 3 45 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net