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

搜索资源列表

  1. hm3

    0下载:
  2. 实现扑克牌的洗牌算法。 将52张牌(不包括大、小王)按东、南、西、北分发。 每张牌用一个对象代表,包括:牌的类型、大小序号、名称。 例如:黑头A的牌型为S,序号为13(在K之后),名称为A。 比较牌大小时按序号比较大小(2的序号最小、A最大) 显示牌时将按牌型、名称显示。 例如:东家最后牌为: S:1,4,12 H:7,9 D:2,4,8,10 C:4,5,12,13 注: 洗牌次数可用随机数来确定, Math.random()的
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:1561
    • 提供者:黄铭
  1. maths_games_fill_in_blanks

    0下载:
  2. 趣味数学-填数字 的解法(Python版) # 解题:A~H处填入1~8不同的数字 # A B C # * D # --------- # E F G H # 解题:填入数字1~9,使它们之间关系成立 # # ○>○<○ # V ^ V # ○<○>○ # ^ V ^ # ○>○<○ # 解题:填入数字5~13,使ABCD每个正方形上的4个数相加都得33。 # # ○ ○
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2090
    • 提供者:trees
  1. lyapunov

    0下载:
  2. Lyapunov exponent calcullation for ODE-system. The alogrithm employed in this m-file for determining Lyapunov exponents was proposed in A. Wolf, J. B. Swift, H. L. Swinney, and J. A. Vastano, "Determining Lyapunov Exponents from a Time Series," Physi
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:4002
    • 提供者:b
  1. TriangleTest

    0下载:
  2. 个人原创代码:编写Java Application程序,有一个三角形类Triangle,成员变量有底边x和另一条边y,和两边的夹角a(0<a<180),a为静态成员,成员方法有两个:求面积s(无参数)和修改角度(参数为角度),构造函数为 Triangle(int xx,int yy,int aa) 参数分别为x,y,a赋值 在main方法中构造两个对象,求出其面积,然后使用修改角度的方法,修改两边的夹角,再求出面积值。(提示:求高的方法 h=y*Math.sin(a)).-The o
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1059
    • 提供者:李瑞
  1. Kinematics-analysis

    2下载:
  2. 讨论了一种六自由度排爆机械手运动学问题,利用D-H坐标变换方法来建立了机械手的运动学数学模型和目标矩阵,利用 MATLAB 强大的符号运算功能,对方程进行求解,得出正逆运动学的解。通过正运动学的解,可以得出了 解机械手各关节在执行任务时的运动轨迹;而逆运动学的解则可以求出机械手要到达某一位姿机械手各关节的扭角。运动学分析也为今后实现机械手的自动控制提供了设计参数。 -A kinematics promble of a 6-DOF bomb-disposing manipulator was
  3. 所属分类:File Formats

    • 发布日期:2016-08-24
    • 文件大小:992256
    • 提供者:何立
  1. intro

    0下载:
  2. #include <iostream> #include math.h #define TRUE 1 using namespace std class DDA { public: void DDALine(int x0,int y0,int x1,int y1,COLORREF color, CDC *pDC) { float dx, dy, length, x, y if(abs(x1-x0)
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:1375473
    • 提供者:divanci
  1. robotsV2

    0下载:
  2. VC 工业机器人控制源码 #include<windows.h>//包含基本数据类型定义 #include<stdlib.h> //数学函数库 #include<string.h> //数学函数库 #include<stdio.h>//输入输出库 #include math.h #include winio.h #define ID_MYBUT50 50//自动运行 #define ID_MYBUT51 51//
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:169335
    • 提供者:尚当
  1. factorial

    0下载:
  2. n:n 的阶乘 返回值:阶乘结果的位数 注意: 本程序直接输出n!的结果,需要返回结果请保留long a[] 需要math.h -n: n factorial Return value: the median factorial results Note: The results of this program directly output n!, You need to return the results, please retain long a [
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:46985
    • 提供者:袁丽丽
  1. mathcalls

    0下载:
  2. NOTE: Because of the special way this file is used by <math.h>, this file must NOT be protected multiple inclusion as header files usually are. -NOTE: Because of the special way this file is used by <math.h>, this file must NOT be prote
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3078
    • 提供者:yingwingso
  1. os_support

    0下载:
  2. File: os_support.h This is the (tiny) OS abstraction layer. Aside math.h, this is the only place where system headers are allowed. -File: os_support.h This is the (tiny) OS abstraction layer. Aside math.h, this is the only place where system heade
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2101
    • 提供者:xwxonviu
  1. SkHRESULT

    0下载:
  2. math.h has many functions and defines that are not consistent across platforms. This address that.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1471
    • 提供者:cjgkpp
  1. FFT

    0下载:
  2. function f:积分函数 返回值:f 在(a,b)之间的积分值 function f(x)需要自行修改,程序中用的是sina(x)/x 需要math.h 默认精度要求是1e-5 -F function: integral function 返回值:f 在(a,b)之间的积分值 Return value: F (B, a). function f(x)需要自行修改,程序中用的是sina(x)/x F function (x)
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:20287
    • 提供者:machang
  1. window

    0下载:
  2. math.h in VC++ doesn t seem to have this (how Microsoft is that?).
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2780
    • 提供者:lwqyyei
  1. gps-compute

    0下载:
  2. Gps 卫星坐标计算历元总数(个): 0 坐标平差值(m):XX 0.000000 YY -gps satalite coodinte compute#include stdafx.h #include SPP.h #include Matrix.h #include math.h #include SPPDoc.h #include Gps.h #include MainFrm.h #include SPPDoc.h #in
  3. 所属分类:source in ebook

    • 发布日期:2017-05-13
    • 文件大小:3067445
    • 提供者:heshiqun
  1. gpsjixianjiesuan-mohudusuanfa

    0下载:
  2. Gps 整周模糊度算法源码 基线解算 测量平差 O文件读取-#include stdafx.h #include SPP.h #include Matrix.h #include math.h #include SPPDoc.h gps satlite compute #include Gps.h #include MainFrm.h #include SPPDoc.h #include SPPView.h
  3. 所属分类:MPI

    • 发布日期:2017-05-13
    • 文件大小:3068957
    • 提供者:heshiqun
  1. CPPUses-math.h

    0下载:
  2. 上面是C++调用C函数库内函数的代码。代码的含义是:如果这是一段cpp的代码,那么加入extern C {和}处理其中的代码。-The above is a C++ function calls the C function library code. The meaning of the code is: if this is a cpp code, then join extern C {and} handle wherein code.
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:953
    • 提供者:dmark
  1. df

    0下载:
  2. math.h in VC++ doesn t seem to have this (how Microsoft is that?).
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:5206
    • 提供者:ziyaojei
  1. math

    0下载:
  2. sys param.h is included to get MAXPATHLEN, and to get time t by virtue Device Driver for linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:7449
    • 提供者:ronberzun
  1. Erlangcalculator-VCPP

    0下载:
  2. 用MATLAB实现ERLANGB计算器#include stdafx.h #include ErlangCalculator.h #include ErlangCalculatorDlg.h #include afxdialogex.h #include math.h #ifdef _DEBUG#define new DEBUG_NEW#endif-Using MATLAB ERLANGB calculator# include " stdafx.h"# include &quo
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-14
    • 文件大小:3328
    • 提供者:kang49357
  1. OC-Calculator

    0下载:
  2. OC写的一个关于三角函数的计算器功能 关于分类以及协议, Programming in OC书上的 chapter11中的第四题-The functions sin(), cos(), and tan() are part of the C Standard Library (as scanf () is). These functions are declared in the system header file math.h, which is automatically impo
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-30
    • 文件大小:153812
    • 提供者:徐传佳
« 1 2 3 4 56 »
搜珍网 www.dssz.com