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

搜索资源列表

  1. bbbmTEST

    0下载:
  2. BM快速搜索算法的实现。可以实现诸如edit等软件的搜索功能,作者已经做过对比测试。-BM quick search algorithm. Can be achieved, such as edit software such as search capabilities, the author has done comparison testing.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:1735861
    • 提供者:simajinghua
  1. InteractiveFuzzyModelingExercisesforMATLAB

    0下载:
  2. The following fuzzy modeling exercises run in the MATLAB environment. The interaction required by the user is guided by instructions and editable fields menus. The user can change various parameters of a system, and execute modeling commands to v
  3. 所属分类:matlab

    • 发布日期:2017-05-10
    • 文件大小:2197913
    • 提供者:Do-Myung Kim
  1. middlg

    0下载:
  2. 1. 建立一个基本对话的exe工程,并命名为circle; 2. 插入一个对话框资源,以在此对话框上输入圆心坐标、半径及颜色,并为此建立一个新类,命名为CDlg; 3. 在IDD_CIRCLE_DIALOG上删除已有控件,并添加一个Button,命名为Button1; 4. 在CcircleDlg内添加3个double型成员变量,命名为x,y,r,然后添加1个COLORREF的成员变量,命名为color; 5. 在CDlg内加入3个Edit box,在加入一个button2;
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1698275
    • 提供者:tmacq3
  1. genocop_linear(10.27)

    0下载:
  2. 遗传算法的程序编码,自己修改过的,很好用哦-Genetic algorithm program codes which i edit,it is very good
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-03
    • 文件大小:1172468
    • 提供者:曾何
  1. AlgorithmCpp

    0下载:
  2. 主要在VC6.0上用MFC完成的排序算法和搜索算法: 首先弹出一个对话框,上面有排序前和排序后的编辑框,在排序前编辑框中输入整型数组,然后选择排序的方法,点排序按钮即将排序好的数组呈现在排序后的编辑框中。 排序顺序分“升序”和“降序”,排序方法总共7种,分别是:冒泡排序,简单选择排序,直接插入排序,希尔排序,快速排序,堆排序和基数排序。这些方法都是用c++实现的。还有一个搜索的功能,分别可以“线性搜索”和“二分搜索”,线性搜索时从排序前的数组中搜索,二分搜索时从排序后的数组中搜索,且必须
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-26
    • 文件大小:865541
    • 提供者:阿表
  1. shujujiegou

    0下载:
  2. 文章编辑 程序可以统计出文字,数字,空格的个数。静态存储一页文章,每行最多不超过80个字符,共n行-article edit
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:18064
    • 提供者:小罗
  1. L_A_distance

    0下载:
  2. Levenshtein 距离算法实现。Levenshtein 距离测量两个字符串的相近性-The "Levenshtein distance" is a measure of the similarity between two strings, this algorithm is also refered to as "edit distance".
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:19310
    • 提供者:peter
  1. kohonen

    0下载:
  2. This program is a simple demonstration of a Kohonen self-organizing neural network. The program merely maps itself to a set of coordinates ranging from -0.5 to 0.5 on both the x and y-axis. The program layout is very simple - the Run button will
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:180504
    • 提供者:Luigi
  1. telephongbook

    0下载:
  2. 电话本程序,能实现联系人电话的添加与编辑-Phone book program, able to add and edit contact telephone
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:49353
    • 提供者:徐斌
  1. database

    0下载:
  2. Simple database for 2-5 person. You can store name, lastname and phone number and edit in any way. For student which start with C++ language.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:933
    • 提供者:keny
  1. FoxitReader234015_enu_Setup

    0下载:
  2. pdf转换器,可将pdf文件转换为各种形式,并可直接编辑pdf文件-pdf converter, pdf files can be converted to a variety of forms, and can directly edit the pdf file
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-13
    • 文件大小:3402738
    • 提供者:yangxinrui
  1. GUI_fig

    0下载:
  2. 本程序通过仿真出弹出菜单和编辑框的功能,从而显示出不同的曲线,对GUI的弹出菜单设计有所帮助。-The procedure of simulating the pop-up menus and functions of edit box, which shows a different curve of the GUI pop-up menu design help.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1038
    • 提供者:刘亮
  1. me

    0下载:
  2. 修改视图图标及标题,能够让程序员使用自己设定的标题及图标-Edit View icon and title, allowing programmers to use their own title and icon set
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:768
    • 提供者:yu
  1. Douglas-Peucker

    1下载:
  2. Douglas-Peucker是曲线拟合和压缩数据的最好方法,本人编辑这个程序方便大家调用,拟合压缩曲线。-Douglas-Peucker curve fitting and the compression of data is the best way, I called you to edit this program to facilitate the fitting compression curve.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:3484
    • 提供者:huhoo
  1. C_Algorithms_code

    0下载:
  2. C 语言编些的各种算法程序代码、源程序第二版-C Algorithms code(second edit)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:279224
    • 提供者:李岩
  1. je

    0下载:
  2. 在Edit控件里实现金额从右往左输,小数点自动控制-In the Edit control in achieving value from right to left input, automatic decimal point
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:358923
    • 提供者:qifeng
  1. 381t

    0下载:
  2. 一个简单的新闻管理系统,后台可以导出新闻列表到Excel 后台功能有:用户登陆 | 用户查询 | 编辑发布信息 | 新闻发布 | 添加类别 | 新闻浏览 | 修改密码 本网站采用(Microsoft Visual Studio 2008 +sql2000)【div+css】-A simple news management system, a list of background information can be exported to Excel back-office functions
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-06-10
    • 文件大小:17196540
    • 提供者:李玥
  1. quguaiqiangdujiaohehesheji

    0下载:
  2. 曲拐弯扭组合变形是在研究材料力学过程中常见的一种受力结构,因此编辑曲拐弯扭组合变形的强度校核及设计求解器是一种很必要地方法,这样可以减少以后解决这类问题的工作量。在研究弯扭组合问题时最常用的方法是运用第三、第四强度理论进行强度校核,在设计曲拐杆的直径是同样可利用第三、第四强度理论反推出直径的求解式。在本程序中无论是强度校核还是设计都有运用第四强度理论,利用第四强度理论的求解结果相对保守,但是会更加安全。-Qu bend and torsion of mechanics of materials
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:73358
    • 提供者:天云
  1. 1132813581

    0下载:
  2. 算法导论书上的动态规划---编辑距离的实现-algorithm==== edit distance
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1428
    • 提供者:parhat
  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
    • 文件大小:25781
    • 提供者:lewis
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com