搜索资源列表
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
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
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
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
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框架的基础上做开发。 第一章
DataGridView
- Visual studio 2008 C# DataGridView 合并单元格-Visual studio 2008 C# DataGridView Merge Cells
link
- 一个实现两个顺序表的合并功能,可以将两个顺序表的内容合并并排列大小。-A table to achieve two sequential merge feature, you can merge the contents of two sequential table and order size.
paixuUSTC
- 合并排序,插入排序,希尔排序,快速排序,冒泡排序,桶排序-Merge sort, insertion sort, shell sort, quick sort, bubble sort, bucket sort
MergeSort
- Merge sort, ordenamiento por mezcla, una aplicación con paradigma divide y vencerás.
chimerge_recursiveversion_iris_2
- CHi Merge for Iris (data mining)
FileSpliterror
- 实现文件的分割和合并,基本上实现了功能,缺点在于还存在一些假面方面的不足。-Implementation file split and merge, basically realize the function, the disadvantage is that there are still some mask deficiencies.
fuze1_main
- Two images can be fuse or merge on the basis of contrast using matlab program. this program fuses two images as well. Here in this zip folder two images with fuze program is atteching.
a
- 本人找工作时的机试题目:STL归并排序。并用C语言编写了两个不同的排序程序,希望大家借鉴-I test machine head when looking for a job: STL merge sort. And use C language program for two different sort, I hope you learn
merge-sort
- merge sort. sorting elemnts of an array using merge sort algorithm