CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - text edit

搜索资源列表

  1. displayedit

    1下载:
  2. 用matlab gui编写的通过按钮获取编辑框中的数据,并在静态文本框中显示。-Prepared by using matlab gui button for edit box of the data and display the static text box.
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:3.32kb
    • 提供者:魏秀芳
  1. Write_Parmela

    0下载:
  2. 使用matlab编辑文本并输出,作为Parmela的输入文件,同时通过matlab的Dos功能执行粒子模拟计算,节约时间。-Edit text using matlab and output, as the input file Parmela through Dos function matlab implementation of the particle simulation, saving time.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:938byte
    • 提供者:歌唱
  1. shili

    0下载:
  2. matlab gui, 包括了4个很好的例子: 1.具有多个坐标轴的GUI,主要学习控制哪一个坐标轴是绘图命令的对象和用编辑文本框读入输入的数。 2.列表框目录阅读器,主要学习获取路径,加载,打开文件 3.从列表框中存取工作区变量,学习把存在于基本工作区的变量名放进列表框,选择多项等 4.地址簿阅读器,这个比较综合,用得技术也比较多。包括打开,保存,修改mat文件,利用handles结构保存和重新调用共享数据。-matlab gui, including four very go
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:25.18kb
    • 提供者:lewis
  1. richedit

    0下载:
  2. 这是人工智能prolog原码,Rich Edit Demo The example shows the way of loading of RTF text into Rich Edit control and performing different actions: Cut, Paste, Copy, Change case, Change font.-Rich Edit Demo The example shows the way of loading of RTF te
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:40.17kb
    • 提供者:安准
  1. ClusterTitle_ED

    0下载:
  2. 能实现大规模文本间的编辑距离的计算,算法完整市现了处理过程,基于vc6.0环境编写,可以运用与聚类算法。-To achieve large-scale text edit distance between the calculation, the algorithm is a complete city process, based on the vc6.0 environmental preparation, and clustering algorithms can be used.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-12
    • 文件大小:2.57mb
    • 提供者:王虎虎
  1. Skin

    0下载:
  2. BRC MATLAB code for BRC.fig BRC, by itself, creates a new BRC or raises the existing singleton*. H = BRC returns the handle to a new BRC or the handle to the existing singleton CALLBACK ,hObject,eventData,handles,...) calls the local function n
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:138.22kb
    • 提供者:prabhu
  1. uicontrol

    0下载:
  2. gui controls M-file shows how to use the GUIDE in MATLAB for example the pop-up menu. edit text, ect.,
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:2.17kb
    • 提供者:UIS
  1. Pattern-matching

    0下载:
  2. 串的模式匹配问题.这在数据结构课本中占有一席之地。它可用于文件编辑-The string pattern matching problem plays an important role in the data structure.It can be used to edit text.
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:3.53kb
    • 提供者:zhangyue
  1. lab-2

    0下载:
  2. simple matlab interface some text, edit, radio, popup buttons
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:7.92kb
    • 提供者:Ralu
  1. GL

    0下载:
  2. 在广义表文本框中按要求输入一个广义表,此时按DrawPic键会将绘制的表显示在右边的视图中,在处理字符文本框中输入一个字符,如果按Delete键将直接删除与之对应的广义表的结点,在替换字符文本框中输入一个字符,按Replace将替换广义表的结点数据,按ReInput键则重新输入-Required in the broad table in the text box to enter a broad table, the table will be drawn DrawPic key in the
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:428.72kb
    • 提供者:burgud
  1. AdvanceEditDistance

    0下载:
  2. 编辑距离算法的详尽实现,是文本聚类的很好解决途径,解决了经典编辑距离的弊端,在vc6.0下实现,能处理大规模文本,速度快,效率高。-Edit distance algorithm detailed implementation is a good text clustering solutions to address the shortcomings of the classical edit distance, in vc6.0 to achieve, can handle large-sc
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-07
    • 文件大小:1.22mb
    • 提供者:wanghuhu
  1. cpp

    1下载:
  2. 文章查重源码 应用了最短编辑距离算法以及相似度算法原理,用两个待比较的文本框输入要比较的的文本文字,然后求解,最后输出两篇文章的相似度的百分比 -The article source application rechecking the shortest edit distance algorithm and the similarity principle, comparing two stay text box input to compare the text of the text,
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:8.31kb
    • 提供者:江鹏源
  1. GUI_backgroundcolor

    0下载:
  2. 【Matlab界面GUI添加背景图片】:好像桌面背景一样,添加自己想要的背景图片,这里面有个技术,可以让背景不影响GUI界面的文字,edit、text。具体代码下载了解一下吧,平时工作总结的方法。-Matlab interface [GUI] Add a background image: It seems as desktop background, you want to add your own background image, and there are a technology th
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:22.16kb
    • 提供者:罗成
  1. SAD

    0下载:
  2. SAD软件使用飞机风洞模型测量确定静导数。-Software SAD determine static aerodynamic derivatives from aircraft model wind tunnel measurements. Inputs are measurement data files and list of measurement files and deflections. Program enable edit, depict and save graphic an
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:10.48kb
    • 提供者:wusong
  1. wenbengeshihua

    0下载:
  2. 1. 文本以文件的形式存放.可以新建文件,也可以打开已有文件. 2. 新建立文件后可编辑一个新文本,或是打开文件时自动读取文件中的已有文本. 3. 在打开文本的状态下对文本进行格式化处理. ① 段首缩进8字符. ② 字与字之间只留一个空格符,对多余的进行压缩. ③ 一行中完整的字不能分割在两行,行首对齐. 4. 选择输出文本的非格式化和格式化结果. 5. 保存文件. -1 the text is stored in the form of a file. Y
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:19.75kb
    • 提供者:梁文水
  1. TEXTtiandaochouqin

    0下载:
  2. 该程序是在MATLAB的编辑窗口上,利用text等绘制出一首诗的图案,美观大方-The program is on the MATLAB edit window, the use of text and other patterns to map out a poem, beautiful
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:16.5kb
    • 提供者:wangjinxing
  1. zuoye

    0下载:
  2. 画图.哪位高手知道edit keypressfcn是如何响应键盘输入的,我想在edit text只要有键盘输入就立即作出响应!(plot figure Create uicontrols to allow users to adjust the appearance of a plot. For instance, create a program file called myui.m that contains the following code.)
  3. 所属分类:matlab例程

  1. GUI

    0下载:
  2. 一、实验任务1:静态文本、编辑框、按钮的使用 二 实验任务2:轴控件的使用(Experimental task 1: the use of static text, edit box, button Experimental task 2: use of axis control)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:1kb
    • 提供者:笠日骁鸳
  1. chtxt

    0下载:
  2. 读取文本文档指定内容,进行重新编辑组合到新的文本中(Read the content specified in the text document and re-edit the composition in the new text)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:1kb
    • 提供者:marvin228
  1. sssb

    1下载:
  2. 实现手势识别 详见文件及注释 % Edit the above text to modify the response to help ShowNShot % Last Modified by GUIDE v2.5 11-May-2012 20:53:53 % Begin initialization code - DO NOT EDIT(Realization of gesture recognition % SHOWNSHOT MATLAB code for Sh
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2019-05-14
    • 文件大小:34kb
    • 提供者:tewtrwe
搜珍网 www.dssz.com