搜索资源列表
关于excel的单元格的合并的问题
- 关于excel的单元格的合并的问题,很有效的一个文件,帮助进行excel操作-excel on the cells of the merger, a very effective one, for help operators excel
递归算法快速排序
- 分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(quick sort)。在这种方法中, n 个元素被分成三段(组):左段l e f t,右段r i g h t和中段m i d d l e。中段仅包含一个元素。左段中各元素都小于等于中段元素,右段中各元素都大于等于中段元素。因此l e f t和r i g h t中的元素可以独立排序,并且不必对l e f t和r i g h t的排序结果进行合并。m i d d
zd327
- 针对拥有u8.21进行不同帐套数据进行合并-against u8.21 have different data combined Sets
在4G中AF协作通信合并方案
- 无线通信AF协作方式,在接受端采用MRC,EGC,SC进行合并,并进行误码率的比较,在4G中有较广泛的应用
链表合并
- 本程序是在VC环境中进行的可视化编程,可以实现两个升序的单链表合并问题。代码直观,易于理解。
文件的分割与合并
- 这是一个对文件的分割与合并的软件,可以将文件进行分割为两个或者三个,也可以将几个文件合并起来!-this is a document of division and consolidation of the software, files can be divided into two or three, can also combine several documents!
多个文件合并
- 利用VC实现多个数据文件合并到一个,方便进行数据处理-It s easy to dispose data by making some data files unique with Visul C.
datastr2s5
- 分治法进行合并排序是一种很奇妙的排序方法-partition method combined ranking is a very intriguing sort of way
labe_forOpencv
- 连通区域标记程序,本程序使用了opencv中图像数据结构:IplImage。算法原理:首先进行第一次扫描,标记连通区域;然后对等价标记进行合并;最后进行第二次扫描,对等价标记进行重新标记。-regional connectivity marking procedures, the procedures for the use of the OpenCV Image data structure : IplImage. Algorithm
MERGE-SingleADT1
- 用单链表实现对两个无序 A,B表进行合并并使的合并后的表按从小到大排序-The realization of single-chain disorder of the two A, B table after the merger and the merger of the table by small to large order
combineAndShowPNGInDlg
- 使用cxImage库在一个对话框里显示PNG图片,以及实现将四张PNG图片进行合并-CxImage library use in a dialog box display PNG images, as well as to achieve the merger of four PNG picture
RegionExtractsdk
- 彩色图像分割算法, 首先rgb到hsv,然后量化,分割成许多个小区域,然后用区域合并算法进行合并,一直预先设定的区域数目或者达到满足的聚类条件为止停止合并-Color Image Segmentation Algorithm, first of all, rgb to hsv, and then quantified, separated into many small regions, and then use the regio
2
- 1) 实现对两个文件数据进行合并,生成新文件3.txt 2) 抽取出三科成绩中有补考的学生并保存在一个新文件4.txt 3) 对合并后的文件3.txt中的数据按总分降序排序(至少采用两种排序方法实现) 4) 输入一个学生姓名后,能查找到此学生的信息并输出结果(至少采用两种查找方法实现) 5) 要求使用结构体,链或数组等实现上述要求. 6) 采用多种方法且算法正确者,可适当加分. -1) The realiz
Main
- 二进制文件操作工具 可以对二进制文件合并、分拆、加密、解密的工具,再对两个可执行文件进行合并后,显示第一个文件的信息,并且正常使用,第二个被忽略。-Binary file binary file manipulation tools can merge, split, encrypt, decrypt tool, and then the merger of two executable files, show the first
Easyui指定列合并
- easyui指定列合并,对于相同列进行合并(EasyUI specifies column combinations and merge the same columns)
文件合并
- 程序运行后打开文件,显示各个文件的路径,并进行内容的合并。(After the program runs, the file is opened, the path of each file is displayed, and the contents are merged.)
4个像素合并成1个像素
- 对栅格数据进行压缩 像素合并 将四个像素合并为1个 重采样。(raster data binning.)
excelVBA复制粘贴可见单元格智能合并拆分单元格
- excel表中个别行或列隐藏或进行数据筛选后,复制粘贴不能实现可见单元格粘贴,本程序可实现此功能,运行此代码按提示操作即可。 excel表中,有合并的单元拆分后,只有第一个单元格记录合并前数据,智能合并拆分单元格程序则可以实现拆分后所有单元格数据均为拆分前的数据。本程序还可实现同一区域内所有数据相同且相邻的数据一次性分别合并居中。(After hiding or filtering data in Excel table, copy a
MapReduce
- 对于两个输入文件 即文件f1和文件f2请编写MapReduce程序,对两个文件进行合并,并剔除其中重复的内容,得到一个新的输出文件。下面是输入文件和输出文件的一个样例供参考(For two input files, that is, file F1 and file F2, please write MapReduce program, merge two files, and eliminate duplicate contents,
shapMerger
- 可对多个文件夹下具有相同名称的shp数据进行合并(You can merge SHP data with the same name under multiple folders)