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

搜索资源列表

  1. paixu

    0下载:
  2. 对TXT文件中的一段英文以空格为界,分割成单词,并分别采用冒泡,二叉树排序。并实现查找,删除,添加的功能-TXT file for a period of English with a space for the community, divided into words, and were used to bubble, binary tree sort. And to achieve search, delete, add features
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-05
    • 文件大小:296172
    • 提供者:隆玺
  1. CSharpUsefulCode

    0下载:
  2. 新手适用:C#常用代码合集 含42段实用代码,如:s扫描器调用、win7判断管理员身份、打开指定路径文件对话框、获取页面源代码、图像二值化、正则分割字符串-Novice applicable: C# code Collection contains 42 segments common utility code, such as: s scanner call, win7 judge an administrator, open the dialog box, specify the path
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-18
    • 文件大小:44763
    • 提供者:Michael
  1. music

    0下载:
  2. android,手机铃声DIY工具,D3V1标签,MP3帧结构,分割MP3文件-android, ringtones DIY tools, D3V1 label, MP3 frame structure, split MP3 files
  3. 所属分类:android

    • 发布日期:2017-11-30
    • 文件大小:169081
    • 提供者:十三根胡子
  1. FileSpliterror

    0下载:
  2. 实现文件的分割和合并,基本上实现了功能,缺点在于还存在一些假面方面的不足。-Implementation file split and merge, basically realize the function, the disadvantage is that there are still some mask deficiencies.
  3. 所属分类:software engineering

    • 发布日期:2017-12-06
    • 文件大小:261796
    • 提供者:汤靖
  1. txt-fengeqi

    0下载:
  2. 分割txt,很方便的把txt文件进行分割,然后更好的使用。-Split txt, txt files easily to be split, then better use.
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:1099328
    • 提供者:abcdefg
  1. homework22

    0下载:
  2. 图像分割及识别,文件中含有报告可以详细的说明程序功能,是对身份证图像进行处理的,包括图像增强,图像分割,图像识别,对于中英文不同字型的识别-Image segmentation and recognition, the document contains a detailed descr iption of the report can program features, is a card image processing, including image enhancement, image
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-26
    • 文件大小:9381748
    • 提供者:wangcaixia
  1. FileManage

    0下载:
  2. 自带了多种文件批处理功能的C#文件管理器源代码下载,实现了文件的批量复制、批量删除文件及文件夹、批量重命名文件、批量压缩及解压文件、剪切文件及文件夹、搜索文件及文件夹、分割及合并文件的功能。因此在运行了本软件后,请谨慎操作,以免造成误操作-Comes with a variety of file batch function of the C# source code to download the file manager to achieve a bulk copy file, batch
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:350941
    • 提供者:三鲜鱼翅
  1. Threshold

    0下载:
  2. 基于DM642开发板的图像阈值分割处理程序,内含完整工程文件-DM642 development board based on image threshold segmentation procedures, including complete engineering documents
  3. 所属分类:DSP program

    • 发布日期:2017-04-06
    • 文件大小:94568
    • 提供者:zjq
  1. FileReadUtil.java.txt

    0下载:
  2. 一个读写文本文件的java类,传入strbuf,传出按照回车分割的字符串。用于读写小size(<=10M)的文本文件。-read text file class
  3. 所属分类:File Operate

    • 发布日期:2017-04-01
    • 文件大小:2488
    • 提供者:longjubing
  1. H264Android

    0下载:
  2. H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:243426
    • 提供者:caojin
  1. wav_edit

    1下载:
  2. wav文件的分割,可以根据LRC分割成若干段。可以做小达人点读笔的音频文件。-Cut the wav file.
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:391380
    • 提供者:秦半两
  1. fcm

    3下载:
  2. 用模糊C均值算法实现图像分割 ,文件夹中附带有图片和matlab的源程序,已经验证过可以实现对图片的分割-Fuzzy C-means algorithm for image segmentation, there is a folder with pictures and matlab source, has already been verified can be achieved on image segmentation
  3. 所属分类:matlab

    • 发布日期:2016-04-05
    • 文件大小:216064
    • 提供者:xiaomin
  1. fcm_code

    0下载:
  2. 模糊C均值聚类(FCM)算法的实现Matlab源码(其中命名为fcm.m的文件为一个完整的应用函数,其余几个文件为分割开使用的单独的函数)适合于研究图像分割算法的同仁们借鉴。-Fuzzy C-means clustering (FCM) algorithm Matlab source code (which is named fcm.m file a complete application functions, the rest is split open several files usin
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:7405
    • 提供者:钱佳
  1. filecut

    0下载:
  2. 将文本文件可以自定义行数进行分割,虽然简单点,但很实用-You can customize the text file lines to split, although simple, but very practical
  3. 所属分类:File Operate

    • 发布日期:2017-03-25
    • 文件大小:9133
    • 提供者:pqx
  1. chess-and-tree

    0下载:
  2. 本文件包含两个小算法,一个是ACM棋盘分割问题,另一个是ACM树上路径问题,这两个都是经典的算法,本人用的VC,算法效率极高,并且绝不会与别人的算法重复-This document contains two small algorithm, a chessboard segmentation problem is the ACM, and the other is the ACM tree path problem, which are both classical algorithm, I u
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2126
    • 提供者:110
  1. Linux-system-based-learning

    0下载:
  2. Linux操作系统基础学习.适合初学者使用的学习资料,内容丰富详实,一共有二十几章。另附GNU 的 GPL 条文 version 2。EXT2 / EXT3 文件系统。一个简单的 SPFdisk 分割实例。-Linux operating system-based learning. Learning materials for beginners, rich and detailed, a total of two dozen chapters. Provisions of the GNU G
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-13
    • 文件大小:21504301
    • 提供者:yangfan
  1. usershow-VC2012

    0下载:
  2. 向CListControl控件导入.txt文件信息,还有字符串分割的功能,用VC2012编写-put the infomations gettedfrom .txt to CListControl.used with VS2012
  3. 所属分类:File Operate

    • 发布日期:2017-04-01
    • 文件大小:137315
    • 提供者:潘丽
  1. sanple3

    0下载:
  2. 此文件使用C语言编写,用于彩色图像阈值分割,并捡出目标-this document using C language for color image thresholding segmentation and target house
  3. 所属分类:Graph program

    • 发布日期:2017-04-12
    • 文件大小:1123
    • 提供者:安德森
  1. sanple3

    0下载:
  2. 此文件使用C语言编写,用于彩色图像阈值分割,并捡出目标-this document using C language for color image thresholding segmentation and target house
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:1169
    • 提供者:rmofgovern
  1. tuxiangcaijian

    0下载:
  2. 本程序是对循环图像进行分割,并且保存到文件中.-This program is a loop image segmentation, and save it to a file.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3135
    • 提供者:王开芳
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com