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

搜索资源列表

  1. DEM2Contour

    3下载:
  2. 基于GRID格式DEM的等值线追踪算法(已删除编译目录),可用于多种散点插值生成的格网,只需将格网数据写成GRID格式的文本即可.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:60.52kb
    • 提供者:追风
  1. VC-GA

    0下载:
  2. 用VC++实现了基因遗传算法,可以通过该程序进行基因算法仿真,编译前先删除.ncb 和.opt文件,再重新编译运行。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:76.78kb
    • 提供者:wwx
  1. GCMC

    2下载:
  2. 巨正则系综蒙特卡罗算法的源程序;可以用来进行吸附等分子模拟;最大的好处在于可以插入或删除原子
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:100.52kb
    • 提供者:lei ao
  1. IntegerSet

    0下载:
  2. 给出集合类的定义,可模拟实现集合的交集,并集运算,并可以插入,删除元素-is set class definition can be simulated to achieve the intersection and set computing, and can be inserted, deleted elements
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:11.47kb
    • 提供者:董飞
  1. suanfa

    0下载:
  2. 设A和B是2个字符串。要用最少的字符操作将字符串A转换为字符串B。这里所说的字符操作包括: 1. 删除一个字符 2. 插入一个字符 3. 将一个字符改为另一个字符 将字符串A变换为字符串B所用的最少操作数称为A到B的编辑距离,极为d(A,B)。设计一个算法,计算任意两个字符串的编辑距离。 -Set A and B are two strings. Operation will use the least character string A is converted to a
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:525byte
    • 提供者:李代
  1. xscjgl

    1下载:
  2. C语言的课程设计。这是一个学生成绩管理系统,可以增加,修改,删除,查询学生的成绩。-err
  3. 所属分类:Algorithm

    • 发布日期:2016-06-15
    • 文件大小:2.04kb
    • 提供者:李剑
  1. numDel

    0下载:
  2. 从一个长度为n的数字序列中删除 m 个数字, 使删除后的数字的数值最小 (注意不能改变数字的序列)-Length n from a sequence in the figure delete digits m, so that after the deletion of the smallest numerical figure (note the figure should not change the sequence)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:910byte
    • 提供者:zhengzhichao
  1. deleted_selected_node-complexnetworks

    2下载:
  2. 复杂网络,删除指定节点的复杂网络模型,适用性强-Complex networks, the complexity of the deletion of the specified node network model, the application of strong
  3. 所属分类:Algorithm

    • 发布日期:2015-12-09
    • 文件大小:1.38kb
    • 提供者:陈国章
  1. code

    0下载:
  2. 找出两个字符串的最长公共子串。 给出一个字符串,请删除该字符串的前导空格和尾随空格,中间的空格若多余1个删减到1个。 我是个菜鸟,但软件会是我终生的事业~我有信心学好它,希望站长通融-Two strings to find the longest common sub-string. Given a string, remove the string leading spaces and trailing spaces, if the extra spaces in the middle
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:990byte
    • 提供者:武侯
  1. ManagementSystemDesign

    0下载:
  2. 学生成绩管理系统 学生成绩录入、修改、插入、删除 ,成绩查询 ,成绩简要统计 -Study of Student Score Management System Design in Network Environment
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2.91kb
    • 提供者:任星忆
  1. code

    0下载:
  2. 从键盘输入两个矩阵,输出这两个矩阵和这两个矩阵相乘的矩阵,图书管理系统的一小部分 要求能 登陆 注册 推出 登陆要有次数限制(失败三次退出程序等),注册信息要求写入到文本文件里保存,已知圆半径r=2.5 圆柱高h=4,求圆的周长,面积,圆球体积,圆柱体积,用cin输入要计算的项目,然后输出计算结果,输入输出时要有文字提示,求1!+2!。。。+10!c语言代码,贪吃蛇游戏的C语言代码,求几个带权字符的哈夫曼编码,本打字游戏可进行英文,其它字符和全部字符的打字训练,每次训练若干个字符并进行打字时间,
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:15.67kb
    • 提供者:wangdongdong
  1. 2

    0下载:
  2. 函数ReadDat( )实现从文件IN.DAT中读取一篇英文文章存入到字符串数组xx中;请编制函数StrOR( ),其函数的功能是:以行为单位依次把字符串中所有小写字母o左边的字符串内容移到该串的右边存放,然后把小写字母o删除,余下的字符串内容移到已处理字符串的左边存放,之后把已处理的字符串仍按行重新存入字符串数组xx中。最后main()函数调用函数WriteDat()把结果xx输出到文件OUT5.DAT中。-Function ReadDat () implementation from the
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:936byte
    • 提供者:房飞洒
  1. shuzi

    0下载:
  2. 删除一个整数中的S位数,并使剩下的数最小。如3250删除两位数后,剩下的数为20.-Delete an integer, and make the S digits of the number of minimum remaining. As 32.5 deleted after the remaining two digits for 20.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:957.83kb
    • 提供者:tanglaoya
  1. qujian

    0下载:
  2. 区间的合并与删除,区间范围(0,2^32-1) 有测试界面-The interval of merger and delete, interval range (1) 0,2 ^ 32- Testing interface
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:17.74kb
    • 提供者:syijin
  1. deletesomedata

    0下载:
  2. 删除excel中连续相等的数值,但保留第一个和连续不相等的数值。如1 2 3 3 2 2 1 1 2变为1 2 3 2 1 2-Delete the value equal to excel in a row, but keep the first and successive values are not equal. If 123,322,112 into 123,212
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:10.88kb
    • 提供者:张威
  1. Matrix

    0下载:
  2. c++ 矩阵 功能包括访问元素、删除元素、添加元素,输出元素。矩阵加法,乘法等运算,使用模板-c++ features including access to the matrix elements, delete elements, add elements, output elements. Matrix addition, multiplication and other operations, the use of templates
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:227.57kb
    • 提供者:yuanfeige
  1. SparseMatrix

    1下载:
  2. c++ 稀疏矩阵 功能包括访问元素、删除元素、添加元素,输出元素。矩阵转置。使用模板-c++ features including access to the sparse matrix elements, delete elements, add elements, output elements. Matrix transposition. Templates
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:234.44kb
    • 提供者:yuanfeige
  1. GHCommonMathLibV2.0

    0下载:
  2. 前向 (n,k,m) 非系统卷积,咬尾\删除也支持。(由于过度使用泛型,编译连接会花很久) ,支持Matlab形式的抽头定义。 路径保留强度可选,有小文档介绍 GUI 范例的使用。 大量使用泛型, 使用了 VC2010 的 C++0x 新特性 && 左值引用,但也支持2008编译器。 很稳定,纠错能力还行,纠正了老版本GHCommonMathlib的严重问题。 http://download.csdn.net/source/3020237是老版本的。 这个版本在h
  3. 所属分类:Algorithm

    • 发布日期:2017-05-12
    • 文件大小:2.55mb
    • 提供者:流浪小狗
  1. czss

    0下载:
  2. 查找数字里的素数,是最快的代码如有雷同请删除-Find the number in the primes, is the fastest any similarity to delete code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:2.73kb
    • 提供者:kll
  1. scientific_calculator

    0下载:
  2. 使用说明: 1、该计算器对表达式的要求比较严格 2、该计算器默认采用弧度制,计算角度时则要转换:sin(π/6)=0.5 3、括号必须要匹配 4、注意像And这样的运算,前后数值需要括号:(1011)And(1000) 其他说明: Backspace :删除当前输入的最后一位。 CE :清除当前显示的表达式。 C :清除当前的计算,开始新的计算。 MC :清除存储器中的数据。 MR:调用存储器中的数据。 Mod求模(即整数相除求余数)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1008.75kb
    • 提供者:fay
« 12 3 »
搜珍网 www.dssz.com