CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 界面编程 其它 搜索资源 - mathematics

搜索资源列表

  1. yuankejian

    0下载:
  2. 小学数学第十二册《圆的认识》PPT课件,欢迎大家下载使用。-Primary Mathematics 12nd List "Yuan understanding" PPT courseware and you are welcome to download for use.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:713.42kb
    • 提供者:hycs
  1. 1001

    0下载:
  2. 数学加法(实现两位数相加) 输入两位整数-mathematics Adder (double-digit together) two integer input
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.73kb
    • 提供者:王冠
  1. lisan

    0下载:
  2. 一些离散数学的课程设计,是通过C++ Builder 编的!包括判断真值,求数组元素个数,和最短路径!-some discrete mathematics curriculum design, through the provision of C Builder! Including the true value judgment, for the array element number, and the shortest path!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:105.93kb
    • 提供者:liuyang
  1. LOG_filter_distill_edge

    0下载:
  2. 数学形态学提供了一种以形态或集合论为基础对图像进行分析理解的工具。可以用来去除噪声、抽取骨架、插补、分割、多分辨率分析、匹配等。 包括四个主要的算符:扩张(膨胀)○+,腐蚀○-,开○,闭●- Mathematics morphology has provided one kind carries on the analysis understanding take the shape or the set theory as the foundation to the picture
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:231.55kb
    • 提供者:陈朋
  1. bnmv

    0下载:
  2. 基于matlab的一些程序,是关于数学方面的,对学习数学的非常有用。-some of the procedures, on the mathematics of mathematics learning very useful.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:943byte
    • 提供者:孙红艳
  1. c_tc_example

    0下载:
  2. TC 下C函数运用的详细实例,包括数学、图形、文件等函数,是初学者的好帮手。-TC C function under the use of detailed examples, including mathematics, graphics, documents and other functions, is a good helper beginners.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:66.81kb
    • 提供者:SCM
  1. shuxuetiandi

    0下载:
  2. 介绍数学的历史和一些基本的数学知识.还有些经典的数学小问题.-on the history of mathematics and some basic knowledge of mathematics. Some classical mathematical problems.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:115.03kb
    • 提供者:刘自强
  1. MathEnglish

    0下载:
  2. 一些常见的数学表达式的英语读法。初等数学和基本的高等数学-some common mathematical expression of the English readings. Elementary Mathematics and basic Higher Mathematics
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:59.44kb
    • 提供者:roc woods
  1. matlabexamplefull(1)

    0下载:
  2. 这是我收集到的最全的关于matlab程序实例应用,尤其对于学习数学的同学最有帮助。很牛的,有需要的我还可以再传一些。免费为有需求的人写程序。-This is my collection of the most complete examples of the application of Matlab procedures, especially for students studying mathematics most helpful. Niu is, I need the re-some
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7.96kb
    • 提供者:wang
  1. so_sys

    0下载:
  2. 学生成绩管理 假设有一个班级的学生n人,期末考试老师要对成绩从高到低列出,并对各科的考试成绩求出其最高分、最低分和平均成绩。现在设计一个成绩管理程序,能够实现以下的功能: (1)对某门科目的成绩进行排序并显示输出; (2)求出每门科目的最高分、最低分和平均分的信息; 学生成绩的数据用结构数组表示,包括:学号、姓名、三门科目的考试成绩,其结构格式如下: 学号 姓名 语文 数学 外语 C++ int num char name[10] int score[4]-stude
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:86.62kb
    • 提供者:yeweijian
  1. solveODEusingmatlab

    0下载:
  2. 《大学数学实验》中一道解微分方程的作业题-"University mathematics experiment," a solution of differential equations that operations
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.02kb
    • 提供者:王华
  1. Bird4

    0下载:
  2. 四色图着色问题,离散数学的经典算法,用c实现,输入一个图,用小于4种颜色着色-four-color map coloring, Discrete Mathematics classical algorithm, using c realize that the importation of a map, with less than four colors Coloring
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.31kb
    • 提供者:司徒元
  1. www

    1下载:
  2. (一)功能要求: (1) 信息维护: 要求:学生信息数据要以文件的形式保存,能实现学生信息数据的维护。此模块包括子模块有:增加学生信息、删除学生信息、修改学生信息 (2) 信息查询:要求:查询时可实现按姓名查询、按学号查询 (3) 成绩统计:要求:A输入任意的一个课程名(如数学)和一个分数段(如60--70),统计出在此分数段的学生情况。 (4) 排序:能对用户指定的任意课程名,按成绩升序或降序排列学生数据并显示排序结果(使用表格的形式显示排序后的输出结果)(使用多种方法排序
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6.48kb
    • 提供者:wangteng
搜珍网 www.dssz.com