CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - math.c

搜索资源列表

  1. MATH-ss

    0下载:
  2. c语言之计算篇,从基础学起,让你彻底精通c语言的应用。-count of c language,study from base,lead you to be well up to application of c language
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7316
    • 提供者:
  1. C++_Best_Math_Library

    0下载:
  2. 该文件为c++的数学函数库!是一个非常有用的编程工具.它含有各种数学函数,为科学计算、工程应用等程序编写提供方便!-the document to the c Math Library! It is a very useful programming tools. It contains a variety of mathematical functions, for science, engineering application procedures for the preparation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7776889
    • 提供者:唐山
  1. MathNet.Numerics-v0.3

    1下载:
  2. Math.NET开源数学库 C#实现 具体功能: - A linear algebra package, see MathNet.Numerics.LinearAlgebra. - A sparse linear algebra package, see MathNet.Numerics.LinearAlgebra.Sparse. - Non-uniform random generators, see MathNet.Numerics.Generators. - Dis
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:896352
    • 提供者:李华明
  1. c-shiyanbaogao

    1下载:
  2. 编写一程序,统计学生的成绩信息(保存在文件Score.dat中)。 要求: 1. 能按总分,数学成绩,英语成绩,计算机成绩分别排序 2. 能分别统计数学,英语,计算机中不及格人数 3. 能按学号查找学生,并显示该学生信息。 注 1. 从文件中读入数据以及功能菜单显示已在文件ReadData.c 和Menu.c中给出; 2. 代码的总体结构已在文件Score.c中给出,并定义了一些函数头,但有关函数体代码和一些主程序处理代码要求学生填写,也可以修改函数头;
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:7528
    • 提供者:zhg
  1. math-MELBP

    0下载:
  2. 求函数最优解经典方法的C语言源程序,对编程有很大帮助-optimal solution for the classical function of the C language source of programming will be of great help
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:124019
    • 提供者:赵建
  1. C++Math

    0下载:
  2. 改进算法的C++程序.doc. 改进算法的C++程序.doc-improved algorithm in C procedures. Doc. Improved algorithm C program. D oc
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:15805
    • 提供者:曾志伟
  1. 001

    0下载:
  2. 基于博创ARM3000的平台上的几个开发程序。 包含程序math.c以及其他的一些库文件。整个文件完整,可进行编译下载。 开发软件是SDT: 1、开发环境实验
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:23955
    • 提供者:肖鹏辉
  1. math

    0下载:
  2. C#编写的一款大富翁游戏软件,融合了小学数学的教学和练习。-C# written in a Monopoly game software, integration of the primary school mathematics teaching and practice.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-09
    • 文件大小:48081673
    • 提供者:韩晶
  1. math

    0下载:
  2. 解压后不用安装,再右键解压,有TMS320X24xxDSPQ15格式的定点函数库文件及对应的C源文件和asm源文件 -After decompression not installed, and then right-decompression, and the fixed-point format TMS320X24xxDSPQ15 library of documents and the corresponding C source files and source files asm
  3. 所属分类:DSP program

    • 发布日期:2017-05-08
    • 文件大小:1984461
    • 提供者:lvjianfeng
  1. Math

    0下载:
  2. C++经典数值算法源码,各种数学运算算法,如 常微分方程(组)的求解等-C++ classic numerical algorithm source code, a variety of mathematical algorithms, differential equations as usual (group), such as the Solution
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:338114
    • 提供者:fengwentong
  1. graphics-using-c++

    0下载:
  2. this a math fuctions to create the different type of graph by using the mathematical formula. (chaos)-this is a math fuctions to create the different type of graph by using the mathematical formula. (chaos)
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-06
    • 文件大小:1391171
    • 提供者:ganesh
  1. math

    0下载:
  2. 常用数学运算c++代码,包括矩阵运算等。真的真的很好用。-Common math c++ code, including matrix operations and so on. Really really well.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-21
    • 文件大小:6350937
    • 提供者:李兆军
  1. math.c

    0下载:
  2. 用C语言开发的一个简单数学运算器,可以进行简单的数学运算-Developed using C language, a simple mathematical calculator can perform simple mathematical operations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:569
    • 提供者:smart
  1. Student-C

    0下载:
  2. 学生管理系统包括//在主函数中进行功能选择。 //调用open()函数,建立文件f.txt //调用input()函数,从键盘输入5个学生的数据送到结构数组中. //调用alter()函数,对数据进行修改 //调用search()函数,对数据进行查询: 调用search_num()函数,按学号查询; 调void search_name()函数,按姓名查询 //调用void ch()函数,进行统计查询: 调用sk()函数,查询三科成绩均大于85分的记录; 调用b
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:482304
    • 提供者:鲤鱼1
  1. math

    0下载:
  2. math.c是可用于在c语言中实现math文件的编程,也可在DSP开发中用于软件的仿真-The simulation is used to implement the programming math.c math files in c language, can also be used for software development in the DSP
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:779
    • 提供者:zhangqing
  1. Math Tutor

    0下载:
  2. This is a simple math tutor for those kids who want to improve their arithmetic knowledge. It is based on C# programming.
  3. 所属分类:C#编程

    • 发布日期:2015-01-28
    • 文件大小:81350
    • 提供者:meri.mrz
  1. Ti.Math.Lib.Note.spru514n

    0下载:
  2. TMS320C28x Optimizing C/C++ Compiler v17.6.0.STS
  3. 所属分类:DSP编程

    • 发布日期:2017-12-28
    • 文件大小:814080
    • 提供者:老愚
  1. Matlab - C++ Math Library 2.1 Reference

    0下载:
  2. matlab与C++语言混合编程,英文版详细介绍(MATLAB and C++ language mixed programming, English version details)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-04
    • 文件大小:656384
    • 提供者:木一心
  1. Math

    0下载:
  2. vtk math folder with geometric computations
  3. 所属分类:

    • 发布日期:2018-04-22
    • 文件大小:75776
    • 提供者:daffyquack
  1. Matlab C++ Math Library

    0下载:
  2. Matlab C++ Math Library
  3. 所属分类:数学计算

    • 发布日期:2018-04-22
    • 文件大小:661504
    • 提供者:aimar19
« 12 3 4 5 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com