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

搜索资源列表

  1. 公历(阳历)和农历(阴历)相互转换

    2下载:
  2. 公历(阳历)和农历(阴历)相互转换,公历转农历代码是从网上当的,我做了农历转公历的代码并写了示例程序。其实网上也有很多有关公历转农历的控件,但作为一个程序员就是不太习惯于使用别人的控件,因为那样将不便调试和差错。-calendar (Gregorian calendar) and the Chinese (lunar calendar) 2008, the Lunar calendar code is transferred from the Internet when, I did a Lun
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:39.31kb
    • 提供者:谢红伟
  1. sgwl

    0下载:
  2. 这是一个数格网论的MATLAB程序源码,它可以用来产生样本数据-This is a number grid on the MATLAB program source code, it can be used to produce sample data
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.3kb
    • 提供者:shenjianguo
  1. zlgshsq

    0下载:
  2. 一个将质量(重量)进行转换的小程序,可以将克/钱/两/斤/公斤进行相互转换,得到你想要的计量单位。 有了这个,你就可以按照程序示例扩充成包括长度、密度、时间等互换的转换代码。-A mass (weight) conversion of small procedures, can be g/money/two/kg/kg for each conversion, the units of measurement you want. With this, you can expand in
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3.53kb
    • 提供者:力人
  1. nearfield

    0下载:
  2. FDTD近场分析,通过建模可分析任意二维目标,用Mur吸收条件-FDTD near-field analysis, can be analyzed through the modeling of arbitrary two-dimensional goals, using Mur absorbing conditions
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:5.9kb
    • 提供者:徐文喆
  1. buble_sort

    0下载:
  2. Bubble sort sample code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:876byte
    • 提供者:mohamed
  1. backtracking-spp.c.tar

    0下载:
  2. This is a sample code for Backtracking algorithm. This code is for set partitioning problem.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1.23kb
    • 提供者:tito
  1. pyramid

    0下载:
  2. MATLAB sample code for PCA. Try to find two axis on which to project data points in order to get principle components.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:650byte
    • 提供者:陈志立
  1. sincos

    0下载:
  2. This Sample Code Teach you how to make a Cirecle Flowing the Mouse Cursor
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1.45kb
    • 提供者:carbotpc
  1. code

    0下载:
  2. 问题描述: 在一个操场的四周摆放着n 堆石子。现要将石子有次序地合并成一堆。规定每次至少选2 堆最多选k堆石子合并成新的一堆,合并的费用为新的一堆的石子数。试设计一个算法,计算出将n堆石子合并成一堆的最大总费用和最小总费用。 编程任务: 对于给定n堆石子,编程计算合并成一堆的最大总费用和最小总费用。 Input 测试数据的第1 行有2个正整数n和k,表示有n堆石子,每次至少选2堆最多选k堆石子合并。第2行有n个数,分别表示每堆石子的个数。 O
  3. 所属分类:Algorithm

    • 发布日期:2017-11-22
    • 文件大小:765byte
    • 提供者:ldy
  1. sample.tcl.tar

    0下载:
  2. sample code for MPLS architecture with nodes
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:935byte
    • 提供者:deep
  1. dijkstra_main

    0下载:
  2. this the dijkstra algorithm sample code. the input :: number of nodes, start and destination node. i set the distances between nodes randomly.-this is the dijkstra algorithm sample code. the input :: number of nodes, start and destinat
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1.21kb
    • 提供者:taeho Noh
  1. sci.py

    0下载:
  2. Python科学计算部分示例代码,来源为《python科学计算》这本书,非常推荐阅读该书!-Python for scientific computing section sample code, source for " python scientific computing," this book is highly recommended reading the book!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:4.96kb
    • 提供者:张明亮
  1. Outlier-Detection

    0下载:
  2. sample code to learn Outlier Detection in matlab
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:579byte
    • 提供者:sepideh sal
  1. cal

    0下载:
  2. 分析用堆栈解析算术表达式的基本方法。给出的示例代码能解析任何包括+,-,*,/,()和0到9数字组成的算术表达式。-The Basic Method of Arithmetical Expressions for Analytical Stack. The given sample code can parse any arithmetic expression consisting of+,-,*, /, () and 0 to 9 numbers
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1.33kb
    • 提供者:王雨
  1. lect1

    0下载:
  2. This appendix contains a selection of basic MATLAB m-file programs used in this text to produce figures and are listed here as sample code for readers.
  3. 所属分类:数学计算

    • 发布日期:2018-04-22
    • 文件大小:1.16mb
    • 提供者:Roy1
  1. lect2

    0下载:
  2. This appendix contains a selection of basic MATLAB programs used in this text to produce figures and are listed here as sample code for readers.
  3. 所属分类:数学计算

    • 发布日期:2018-04-22
    • 文件大小:755kb
    • 提供者:Roy1
  1. lect3

    0下载:
  2. This appendix contains a selection of basic MATLAB codes used in this text to produce figures and are listed here as sample code for readers.
  3. 所属分类:数学计算

    • 发布日期:2018-04-22
    • 文件大小:2.14mb
    • 提供者:Roy1
  1. lect4

    0下载:
  2. This appendix contains a selection of basic MATLAB file programs used in this text to produce figures and are listed here as sample code for readers.
  3. 所属分类:数学计算

    • 发布日期:2018-04-22
    • 文件大小:991kb
    • 提供者:Roy1
  1. lect6

    0下载:
  2. This appendix contains a selection of basic MATLAB program files used in this text to produce figures and are listed here as sample code for readers.
  3. 所属分类:数学计算

    • 发布日期:2018-04-22
    • 文件大小:675kb
    • 提供者:Roy1
  1. lect7

    0下载:
  2. This appendix contains a selection of basic MATLAB program files used in this text to produce figures and are listed here as sample code for readers.
  3. 所属分类:数学计算

    • 发布日期:2018-04-22
    • 文件大小:784kb
    • 提供者:Roy1
« 12 3 »
搜珍网 www.dssz.com