CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 合并

搜索资源列表

  1. shujujiegou

    0下载:
  2. 掌握线性表的基本操作,如插入、删除、检索以及线性表合并等在顺序存储结构和链式存储结构上的运算。-To master the basic operation of the linear form, such as insert, delete, search and linear form, such as in the order of the combined storage structure and the structure of chain store operations.
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2771
    • 提供者: 凌跃
  1. wjhc

    0下载:
  2. 文件合成器,用c#写的,可以把多个文件合并成一个文件-Synthesis paper, written with c#, can merge multiple files into a document
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:20729
    • 提供者:owen
  1. menory

    0下载:
  2. 通过图形化的界面模拟操作系统中动态分区存储管理方式的内存分配与回收,采用的算法有首次适应算法和最佳适应算法,并且能实现内存回收功能,包括单独回收;与上边空闲区邻接,合并回收;与下边空闲区邻接,合并回收;与上、下边空闲区邻接,合并回收。-Through the graphical interface of the dynamic simulation of the operating system partition storage management and recovery of the m
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1106917
    • 提供者:小衍
  1. Poly

    0下载:
  2. 一元多项式的加减的实现。本程序的特色是 不会因为要接收数字而用户输入的是字母时发生死循环。 输入的项会自动合并同类项和自动按从高次到低次排列。-One dollar to achieve the addition and subtraction of polynomials. Characteristics of this procedure is not necessary to receive digital and letters entered by the user when
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:2742
    • 提供者:xiaolizhi
  1. dhj

    0下载:
  2. 有两个磁盘文件A和B,各存放一行字母,要求把这两个文件中的信息合并(按字母顺序排列), 输出到一个新文件C中。-There are two disk files A and B, the storage of his letters, these two documents requested information in the merger (in alphabetical order), output to a new file in C.
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2392
    • 提供者:lili
  1. exchange

    0下载:
  2. excel分级合并,通过正则表达式来进行筛选序号-hierarchical merging excel through regular expressions to filter serial number
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-24
    • 文件大小:385916
    • 提供者:zzp
  1. xsz

    0下载:
  2. 在一个圆形操场的四周摆放着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
  3. 所属分类:Document

    • 发布日期:2017-04-04
    • 文件大小:922
    • 提供者:fjskffsjf
  1. FileTree20

    0下载:
  2. 州的分割文件后觉得这确实是一个简单的思路,但是要把他编得更加完美却较难有句话:小事不做何以做大事,编一百个软件不如编好一个软件.本人的分割文件思想是把要分割的文件一次读入内存求的分割的数目,然后分别写入文件接着写入文件信息以便合并使用,不过该软件有个缺点: 他用的是属性页对话框写的框架我还不知道怎么修改他自带的退出按钮,-After the partition of the document states that this is indeed a simple idea, but should
  3. 所属分类:File Operate

    • 发布日期:2017-04-04
    • 文件大小:17233
    • 提供者:zoubin
  1. meimei

    0下载:
  2. 双光谱图像融合 图像融合的目的是综合各个图像的互补信息,合并成一个新图像来改善图像的视觉效果,获得对同一场景更为准确、全面、可靠的图像描述。-An Image Fuse M ethod
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:1566
    • 提供者:陆梅
  1. serial-port-communication-examples

    0下载:
  2. 包括了读取GPS串口,串口读写操作,串口数据合并等串口操作实例,对于熟悉串口操作有很大帮助。-Read and Write example performs a Serial Port Read, a Serial Port Write, or a combination of these actions while setting some advanced serial features like buffer size, termination characters, and XON/XO
  3. 所属分类:GPS develop

    • 发布日期:2017-03-22
    • 文件大小:112111
    • 提供者:wu
  1. guibing

    0下载:
  2. 这是一个归并的C++源码,这个函数用来将两个排好序的数组进行合并,进行合并排序-This is a merge C++ source, this function is used to merge the two sorted array merge sort
  3. 所属分类:assembly language

    • 发布日期:2017-11-09
    • 文件大小:868
    • 提供者:龙在翔
  1. 04

    0下载:
  2. 圆形操场的四周摆放着n堆石子,现在要将石子有次序地合并成一堆,规定每次只能将相邻的两堆合并成新的一堆,并将新的一堆石子数计为该次合并的得分。编写程序求出将n堆石子合并成一堆的最小得分和最大得分。 输入:第一行一个整数,表示石子堆数,第二行n个数,表示每堆石子的个数。 输出:第一行中的数是最小得分,第二行中的数是最大得分 -Placed around a circular playground with n stack stone, stone is now to have the o
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:536
    • 提供者:cj
  1. tonecombine

    0下载:
  2. Problem F:石子合并 Time Limit:1000MS Memory Limit:65536K Total Submit:1180 Accepted:386 Language: not limited Descr iption 在一个圆形操场的四周摆放着n 堆石子。现要将石子有次序地合并成一堆。规定每次只能选相邻的2 堆石子合并成新的一堆,并将新的一堆石子数记为该次合并的得分。试设计一个算法,计算出将n堆石子合并成一堆的最小得分和最
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:532
    • 提供者:yhw
  1. CH3

    0下载:
  2. 《Windows多媒体编程基础》第三章源代码 Aaa 演示基本GDI绘图、文本输出(此章内容琐碎故有合并) StaticText 操纵简单的静态文本控件和文本框控件(同上) CFontEnum 用程序来枚举系统中的全部字体 CFontInfo 如何获得当前字体的基本信息 RichTextbox 用“Microsoft Rich Textbox Control,version 6.0”ActiveX控件制作文本编辑器 -" Windows Multimedia Pr
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-02
    • 文件大小:285548
    • 提供者:王辉
  1. PL0

    0下载:
  2. 从NFA到DFA的转换过程是利用NFA的信息不断生成DFA的状态结点和边的过程,或者说是生成DFA自动机转换表元素的过程。求ε-闭包也就是把用ε边连接起来的状态合并起来的过程,被合并的状态集将形成DFA的一个状态,因此DFA的状态被表示为NFA的状态子集。 用SS(状态集)的形式表示DFA的状态。假设SS表示新产生的状态,则下一步的工作是:对每个符号a考虑其边和该边的指向状态。 -From the NFA to DFA conversion process is the use of i
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:210444
    • 提供者:董华鹏
  1. MergeProject

    0下载:
  2. 公司系统中用到的一个管理工具,主要多个access数据库的管理,可以导入导出access数据库(包括附件)、合并两个数据库(多版本表结构的表数据库合并)等。-Company system as a management tool used, mainly the management of multiple access database, you can import and export access database (including attachments), a merger of
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-03
    • 文件大小:34581
    • 提供者:big1102
  1. HA_ShuangsAudioJoiner1.2_LRH

    0下载:
  2. 音乐合并,能合并多种文件格式,包括MP3等-Music merger to merge a variety of file formats, including MP3, etc.
  3. 所属分类:Audio program

    • 发布日期:2017-05-08
    • 文件大小:1719714
    • 提供者:chen
  1. exceltest04959

    0下载:
  2. VC++连接EXCEl的源码 非常详细 可以连接EXCEL进行单元格的合并 读写-VC++ to connect the source EXCEl very detailed EXCEL can be connected to the merger of the cell to read and write
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-17
    • 文件大小:4278581
    • 提供者:liuyang
  1. 11

    0下载:
  2. 顺序表的合并,c语言实现,数据结构课程设计使用-The merger of the order form, c language, data structure design courses
  3. 所属分类:MySQL

    • 发布日期:2017-04-11
    • 文件大小:810
    • 提供者:slw
  1. NoteBook

    0下载:
  2. 管理读书笔记,包括新建笔记并保存(生成文件),按主题、作者、书名、关键词、笔记创建时间、条目插入时间检索等功能,创建相同条目时和自动合并减少冗余,并拥有美观的用户界面-Management study notes, including the new notes and save (generated file), by subject, author, title, keywords, notes, create a time entry retrieval functions to inse
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-07
    • 文件大小:6221
    • 提供者:航仔
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com