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

搜索资源列表

  1. C中加汇编_计算圆周率

    0下载:
  2. 介绍了在VC编辑器中,加入汇编语言的以实现混合编程的方法,并演示了计算圆周率的过程,很不错-introduced in VC editor, by adding assembly language to achieve the mixed programming method and demonstrated the calculation of the ratio of the circumference and very good! !
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:9380
    • 提供者:zxj
  1. C_Algorithm_Set

    0下载:
  2. 清华大学徐士良主编的C常用算法程序集的光盘软件,对于作算法的同仁们而言,是不可多得的软件包-editor of the Qinghua University XU Shi-liang C algorithms commonly used procedures set CD software, the algorithm for their colleagues, it is a rare package
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:233810
    • 提供者:周副
  1. fdtd-c-program

    0下载:
  2. fdtd的一些一维到三维的程序,通常为pml边界,用txt文本编辑,无需解压密码-fdtd some one-dimensional to three-dimensional procedure, usually pml border with txt text editor, without extracting passwords
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:14445
    • 提供者:阿呆
  1. CEDIT

    0下载:
  2. dobbs编缉器升级版的C语言源程序-Dobbs editor for an updated version of the C language source
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:41384
    • 提供者:忆星
  1. c--100

    0下载:
  2. 经典100例c语言编辑程序~包含很多经常考试中考到的程序~很值得一看!-100 cases of classical language editor c ~ include many regular examinations as well as to the procedures to a very eye-catcher!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:53805
    • 提供者:夏爱
  1. wenbenbianjisuanfa

    0下载:
  2. 一个很简单的用C写的文本编辑的工具,在tc下运行调试成功 希望对大家有用!-a very simple C text editor to write the tools running under the debugger tc success useful for all!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2680
    • 提供者:孙绍智
  1. GaitoBotAIMLEditor

    0下载:
  2. aiml人工智能語言的編輯程式.AIML 是著名的聊天機器人A.L.I.C.E. 的底層技術-aiml editor
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-24
    • 文件大小:888488
    • 提供者:呂俊宏
  1. ACA

    0下载:
  2. 段海滨教授主编的《蚁群算法原理及其应用》附录里的C程序代码.-Professor Duan Haibin editor-in-chief of ant colony algorithm and its application in Appendix C in the program code.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:2479
    • 提供者:罗子方
  1. Editor

    0下载:
  2. Visual C++ 实现 文本编辑器功能-Visual C++ Achieve a text editor features
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:5735
    • 提供者:liuzhiwei
  1. DataStructerEditor

    0下载:
  2. C++写的数据结构课程设计:文章编辑器,压缩包里面包括源程序和试验报告,贡献出来大家一起学习进步啊-C++ Written curriculum design data structure: Article Editor, compressed package includes source code and test reports, contribute to learn and progress together ah
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:77311
    • 提供者:huahua
  1. FILE39

    0下载:
  2. c 代码 用串的堆分配存储结构来实现小文本编辑器 不需要密码 就可以轻松解压-c code using strings of heap allocated storage structure to achieve a small text editor does not require a password can easily extract
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:633
    • 提供者:fu xingyou
  1. FILE39

    0下载:
  2. c 代码 用串的堆分配存储结构来实现小文本编辑器 不需要密码 就可以轻松解压-c code using strings of heap allocated storage structure to achieve a small text editor does not require a password can easily extract
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:633
    • 提供者:fu xingyou
  1. BasicAntColonyAlgorithmforTSP

    0下载:
  2. 段海滨教授主编的《蚁群算法原理及其应用》附录里的C程序代码. 并有几位网友修改。-Professor Duan Haibin editor-in-chief of " the principle of ant colony algorithm and its application" in Appendix C of the program code. And modify several users.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:1678
    • 提供者:an
  1. AlgorithmCpp

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

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

    0下载:
  2. 用函数编辑C++程序,从而体现高斯消去的实现。-With the Function Editor C++ program, which reflects the realization of Gaussian elimination.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:3672
    • 提供者:cuiyingying
  1. joseph

    0下载:
  2. 编号为1,2,...,n的n个人按顺时针方向坐在圆桌边, 每人持有一密码(正整数),从第s人开始报数, 报到第m人出列, 再从下一人开始报, 直至所有的人都出列为止-Joseph Central C-list resolution process www.firnow.com Time: 2008-01-26 Author: Unknown Editor: andyyoo Views: 1557 [review] comprehensive resource bo
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:554
    • 提供者:leejam
  1. MazePath

    0下载:
  2. c语言 编辑的 数据结构的 迷宫问题 大学老师所作 精简 实用 欢迎初学者学习使用-c language data structure editor university teachers by streamlining the maze of problems for beginners learning to use practical Welcome
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1580
    • 提供者:zhangdp
  1. DDALine

    0下载:
  2. 用C++编者的画直线的小程序,使用DDLINE算法,实现基本的一些功能-C++ editor with a line of small paintings, the use of DDLINE algorithm, the basic features
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1973583
    • 提供者:snow
  1. Data-structure-descripted-by-CPP

    0下载:
  2. C++描述的数据结构教程。 殷人昆主编,本书着重介绍面向对象数据结构设计。-C++ data structures described in tutorial. Yan Renkun editor, finished the book for learning C++ language and continue to strengthen the C++ syntax and object-oriented data structure design.
  3. 所属分类:Data structs

    • 发布日期:2017-05-27
    • 文件大小:9805312
    • 提供者:stanley
  1. ABC_cobe

    0下载:
  2. 人工智能蜂群算法,c++编辑,是用软件Notepad++存储的,可自行更改(Artificial intelligence bee colony algorithm, c++ editor, is stored in software Notepad++ and can be changed by itself)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-20
    • 文件大小:3072
    • 提供者:洛泽亚
« 12 »
搜珍网 www.dssz.com