搜索资源列表
Test
- 创建两个数组将它们升序排列,再将它们合并为一个数组也是升序排列-Create two arrays are in ascending order, then merge them into an array is sorted in ascending order
merge
- implementation of merge sort algorithm and its computational cost. it is testing on arrays of lenghts differents
BarcodewizActivexv2.2Full
- Creating barcodes in Microsoft庐 Office has never been easier. With BarCodeWiz Toolbar you can add barcodes to Microsoft庐 Office applications with a click of a button. In Microsoft庐 Word, create single barcodes, pages of labels, or mail merge docume
xsz
- 在一个圆形操场的四周摆放着n 堆石子。现要将石子有次序地合并成一堆。规定每次只能选相邻的2 堆石子合并成新的一堆,并将新的一堆石子数记为该次合并的得分。试设计一个算法,计算出将n堆石子合并成一堆的最小得分和最大得分。 -Playground in a circle around the stones are placed n heap. Stone is to have the order to merge into a pile. Election can only be provide
lwp_crm4admin_deployment_guide
- This document describe how to merge Microsoft Dynamics CRM 4 with Microsoft Office Sharepoint Server.
MSORTREC
- merge sort problem using divide and coquer
longSMSResolve
- 文档描述了怎样对电信的长短信合成一个短信的方法和步骤-it describes how to merge two or more message to one
AlargescaleWebsitearchitecturePPT
- 大规模网站架构 CAP原则 BASE策略 异步(MessageQueue) 数据库 数据的水平切分及垂直切分 数据库读写分离 避免分布式事务 反范式的数据库设计 负载均衡 DNS负载均衡 反向代理负载均衡 LVS 缓存 数据库缓存 服务器缓存/页面缓存/数据缓存/静态化 反向代理缓存 Session/Share Nothing Architecture架构 浏览器优化 浏览器缓存/CDN/小图片合并 分布式文件系统(
LineItem
- Sorting the LINEITEM table by External Merge Sort Consider two cases: 1) using 5 buffer pages in memory for the external merge sort 2) using 129 buffer pages in memory for the external merge sort. In the implementation, each buffer page occupies 8
IntegrationOfHeterogeneousResourcesRetrievalSystem
- 异构资源整合检索系统是以多个分布式异构数据源为对象的检索系统,它可以通过统一的检索界面同时调用多个网络数据库和检索引擎,并能够对各个检索结果进行归并,一起提交给信息用户,帮助用户同时在多个数据库中进行检索,并同时得到多个数据库的结果,避免了需要逐个登录数据库、输入检索条件的麻烦,使用方便、快捷,使用户觉得就像在使用一个数据库一样。-Retrieval system based on integration of heterogeneous resources distributed over h
111
- 设 A和B是两个单链表,其表中元素递增有序。将A和B归并成一个按元素值递减有序的单链表C-Set A and B are two single linked list, the table of elements in increasing order. The A and B merge into a single element value by decreasing order of the single chain C
Chong_Rapid-Floating-Point-Unit-Generation-with-B
- The creation of a custom FPU requires the selection of a subset of the full floating-point instruction set and the implementation of this subset in hardware, such that the runtime of the application is minimized. To minimize area, it is desir
sort
- Achieve insertion sort, merge sort, selection sort, heap sort, radix sort, bucket sort. And sort more than 6 compared to the running time
flv
- FLV cutter is a professional flv video file cutter which cut or join multiple video formats like: FLV, AVI, MPEG, WMV, RM, MP4 etc. with this FLV video cutter. You can cut flv video file to the list and easily rearrange their order if needed , then m
Svn-course
- 程序员编写程序的过程中,每个程序都会有很多不同的版本,这就需要程序员很好的管理代 码,在需要的时间可以取出需要的版本,并且每个版本都有一个完整的说明。 我们使用Sub Version(简称SVN)作为版本管理工具。这里着重介绍SVN作为跨平台的多 人协作使用方法。在多个程序员管理同一段代码的过程中,版本的管理显得尤为重要,使用 SVN可以方便的进行分支、合并,记录下所有的版本。-In the process of programmers to write programs, ea
flash-id-does-not-match
- 在使用FL2440时,编译bootloader会出现flash id does not match错误,这是解决方案。-When exploiting the FL2440, there will merge erro "flash id does not match" after compiled bootloader, this is the answer.
1
- 1.掌握KeilC环境的使用 1)字节拆分、合并:调试e421.asm程序, 观察相关寄存器和单元的内容。 2)数据块填充:调试fill.asm程序,观察相关寄存器和单元的内容。 2. 编写两个十六位数的加法程序。 有两个十六位无符号数,分别存放在从20H和30H开始的数据区中,低八位先存,高八位在后,和存于R3(高八位)和R4(低八位),进位位存于R2。 -Master the environment, the use of 1) bytes KeilC split,
GStreamer-development-manual
- GStreamer  是一个非常强大而且通用的流媒体应用程序框架。  GStreamer所具备的很多优点来源于其框架的模块化:  GStreamer能够无缝的合并新的插件。 但是, 由于追求模块化和高效率, 使得GStreamer在整个框架上变的复杂, 也同时因为复杂度的提高, 使得开发一个新的应用程序显得不是那么的简单。 这个指南试图帮助你了解GStreamer的框架(version 0.10.3.1)以方便你在GStreamer框架的基础上做开发。 第一章
merge-sort
- merge sort. sorting elemnts of an array using merge sort algorithm