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

搜索资源列表

  1. KNN(CSHARP).rar

    0下载:
  2. 文本分类算法KNN的C#实现源码
  3. 所属分类:C#编程

    • 发布日期:2011-05-09
    • 文件大小:110583
    • 提供者:talonliu
  1. TermSelector.rar

    0下载:
  2. 实现文本的特征提取,并能够吧重要的特征和次要的特征区分开来。最重要的要建立好特征数据库,Text feature extraction and be able to let the important characteristics and the characteristics of secondary distinguish. The most important feature of the database to establish good
  3. 所属分类:Database system

    • 发布日期:2017-04-10
    • 文件大小:28007
    • 提供者:陈丁雷
  1. WenBenBianJiQi

    0下载:
  2. 自己开发发的文本编辑器,文件较小。采用C#语言开发。-Development issued its own text editor, the file smaller. Using C# language development.
  3. 所属分类:Editor

    • 发布日期:2017-03-30
    • 文件大小:691697
    • 提供者:SUSAN
  1. txtFileReader

    0下载:
  2. 用VS2008写的实现文本文件数据读取的实例,注意源代码中的要打开的文件路径。-hgdhgdffghdf
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:28019
    • 提供者:lin xiao yun
  1. RepeatedForms

    0下载:
  2. 根据相似度去重,把文本很相似的删除掉,基于VSM的算法的实现。-According to the similarity to heavy, very similar to the text removed, the algorithm based on VSM realize.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-29
    • 文件大小:18730
    • 提供者:huangxupeng
  1. text-data-mining

    0下载:
  2. 此程序实现了如何在TXT或WORD文档中进行数据挖掘,在文本中提取有用信息-The realization of this procedure how to TXT or WORD document to carry out data mining, in the text to extract useful information
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:384407
    • 提供者:sam
  1. MyCommunication

    0下载:
  2. 该通讯录是自己练习时所编写,采用c#实现,以文本文件存取通讯录记录,并实现了记录的浏览,添加,修改,删除,音乐播放等功能-The Address Book is prepared by their own practice, the use of c# Achieve in order to access the Address Book text file records and achieved a record to view, add, modify, delete, music pla
  3. 所属分类:CSharp

    • 发布日期:2017-05-26
    • 文件大小:2169902
    • 提供者:张阿牛
  1. FileOperateForCsharp

    0下载:
  2. FileOperate For C# 在日常的工作中经常要从外部读入文件,这些代码能帮我们快速的完成此类工作。 1、C#读取分隔符文件 2、C#实现GB2312和UTF8字符编码方式的转换 3、c#写文本文件类以及方法 4、C#中常用的文件操作方法 5、文本文件读操作 6、字符串操作类 7、运用C#读取文本文件,并可选择具体范围进行平均值的计算-err
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:18017
    • 提供者:xuxin
  1. datazhuanghua

    0下载:
  2. 解析文本文件并导入到数据库,多种文件格式-Analysis of a text file and import to the database, a variety of file formats
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:56436
    • 提供者:杨宁
  1. Abstract

    0下载:
  2. 根据文本各功能类的编写,在.net平台下实现文摘的提取,既可以返回给用户一个简洁重要相对全面的信息。-According to the text of the preparation of various functional categories, in the. Net platform to achieve digest extraction, both can return to the user a concise and comprehensive information is re
  3. 所属分类:.net

    • 发布日期:2017-04-28
    • 文件大小:35976
    • 提供者:陈丁雷
  1. WinSearchFile_src

    0下载:
  2. 该代码可以进行桌面搜索工具使用,使用C#开发,搜索的文档类型包括office、纯文本系列等。-The code can use the desktop search tool, use the C# development, search the document type, including office, plain text series.
  3. 所属分类:File Operate

    • 发布日期:2017-04-16
    • 文件大小:37128
    • 提供者:孙继开
  1. textEditor

    0下载:
  2. 这是用C#语言编写的一个文本编辑器,该文本编辑器拥有类似与记事本那样的功能。-This is written in C# using a text editor, which has a similar text editor and Notepad as function.
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:105770
    • 提供者:
  1. Csharp_Word

    0下载:
  2. csharp语言操作word,用于文本的显示和打印-CSharp language operation word, used for text display and printing
  3. 所属分类:CSharp

    • 发布日期:2016-01-24
    • 文件大小:961
    • 提供者:goofy
  1. regexp-6019

    0下载:
  2. 正则表达式工具源码,用于检查正则表达式是否与文本匹配。 语言:c# 3.0 需要.Net 3.5-Regular Expression Tool can help you to check whether a regular expression matches a piece of text. Developed in C# 3.0. .Net Framework 3.5 is required.
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:52090
    • 提供者:mesmerism
  1. TestEdit

    0下载:
  2. 简单的文本编辑器 C# 个人第一c#程序,欢迎学习交流-Simple text editor C# individuals first c# program, welcomed the study and exchange of
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:643402
    • 提供者:梦泽
  1. NumEdit

    0下载:
  2. 控制文本输入 例如:输入数字,电话号码等-Control text input such as: Enter the number, telephone number, etc.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:3206
    • 提供者:jimmy
  1. FFTtest

    0下载:
  2. 从txt文本文件里读出16个通道的数据,并对起进行FFT变换,再保存数据到文本文件中.-get data from txt,then convert by fft,save the results into txt.
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-30
    • 文件大小:54109
    • 提供者:fighter
  1. nerve

    0下载:
  2. 人工神经元分类模型,可以对短文本进行分类并且有比较高的准确率(训练文本正确时)-Artificial neural classification model can be classified on the short text and a relatively high accuracy rate (training text correctly)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-26
    • 文件大小:8855127
    • 提供者:梁国欢
  1. wodeEdit

    0下载:
  2. 我做的一个简单文本编辑器,简单的完成了一些功能,大家帮忙说说意见-Text editor
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:69017
    • 提供者:narisu
  1. 文本编辑器

    0下载:
  2. 模拟txt文本编辑器,开发软件时可嵌入进行编辑文本(Analog TXT text editor)
  3. 所属分类:C#编程

    • 发布日期:2017-12-24
    • 文件大小:88064
    • 提供者:zxtoc
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com