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

搜索资源列表

  1. gaosi

    0下载:
  2. 高斯列主元消去法 #include<stdio.h> #include<conio.h> #include<math.h> #define N 100 float a[N][N+1] void main( ) { int i,j,k,n float t,s=0, clrscr( ) printf("输入矩阵阶数:") scanf(" d",&
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:169654
    • 提供者:www.pudn.com
  1. matlabfun

    0下载:
  2. 信源函数 randerr 产生比特误差样本 randint 产生均匀分布的随机整数矩阵 randsrc 根据给定的数字表产生随机矩阵 wgn 产生高斯白噪声 信号分析函数 biterr 计算比特误差数和比特误差率 eyediagram 绘制眼图 scatterplot 绘制分布图 symerr 计算符号误差数和符号误差率 信源编码 compand mu律/A律 压缩/扩张 dpcmdeco DPCM(差分脉冲编码调制)解码 dpcmen
  3. 所属分类:matlab

    • 发布日期:2017-05-19
    • 文件大小:5318213
    • 提供者:little863
  1. w

    0下载:
  2. 大智慧买股简单的事情,华尔街选股生命线_DLL 会用的是宝贝-// FxjFunc.cpp : Defines the entry point for the DLL application. // #include "stdafx.h" #include "FxjFunc.h" #include<math.h> BOOL APIENTRY DllMain( HANDLE hModule,
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-04-01
    • 文件大小:1233
    • 提供者:dd
  1. hw1

    0下载:
  2. 定时器 /*初始化curses*/ /*注册定时器*/ /*7位数据显示*/-#include <unistd.h> #include <stdlib.h> #include <signal.h> #include <math.h> #include <curses.h> #include <sys/time.h> #include <time.h> #include &l
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:940
    • 提供者:jun
  1. calculator

    0下载:
  2. 设计简易交互式计算器,功能如下: (1) 计算器功能与Windows操作系统带的标准型的计算器系统相同。至少有+、-、*、/、开方、取倒数、清零、backspace的功能,可以对小数进行运算。 (2) 程序可以实现简单的没有括号的表达式计算, (3) 不使用math.h头文件,求开方运算时使用多项式拟合方式。 -Design simple interactive calculator, function as follows: (1) calculator function a
  3. 所属分类:Algorithm

    • 发布日期:2017-05-11
    • 文件大小:2713937
    • 提供者:onway
  1. lab501-FIR

    0下载:
  2. fir滤波程序 #include "DSP2833x_Device.h" // DSP2833x Headerfile Include File #include "DSP2833x_Examples.h" // DSP2833x Examples Include File //#include "f2812a.h" #include"math.h" #define FIRNUMBER 25 #define SIGNAL1F 1000 #define SIGNA
  3. 所属分类:DSP program

    • 发布日期:2017-03-29
    • 文件大小:94589
    • 提供者:海豚
  1. clock

    0下载:
  2. 全屏幕模拟时钟的C源程序 #include<graphics.h> #include<math.h> #include<dos.h>-Full-screen analog clock source code in C# include <graphics.h># Include <math.h># Include <dos.h>
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:692
    • 提供者:edc
  1. cephes-math-28.tar

    0下载:
  2. Cephes Mathematical Library. Latest Linux distribution, dated 6/4/00. Special functions and other goodies in C, including long double precision routines for 68K, 386, and sparc processors. This is the most complete distribution package of the functio
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1753927
    • 提供者:liyi
  1. choleq2

    0下载:
  2. /* CHOLEQ2.c */ #include <math.h> #define NN 50 main()-/* CHOLEQ2.c */ #include <math.h> #define NN 50 main()
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:686
    • 提供者:shinagawa
  1. mymath

    0下载:
  2. C语言,三角函数,平方根快速算法。运算速度很快,可以用来替换部分标准库 math.h 内的函数-C, trigonometric functions, square root of the fast algorithm. Fast operation, can be used to replace part of the standard library math.h functions within the
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:3009
    • 提供者:majianjia
  1. LCD1602[1].h

    0下载:
  2. 这是基于单片机的计算器程序,在LCD1602屏上显示输出的结果-This is based on single-chip calculator program, Math functions can be achieved
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:2534
    • 提供者:黄瓜
  1. exponential

    0下载:
  2. mathametical function exp without using math.h
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:34355
    • 提供者:samy
  1. logarithms

    0下载:
  2. logarithms functionality without using math.h library
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-30
    • 文件大小:32556
    • 提供者:samy
  1. ORDER2-EQUATION

    0下载:
  2. #include<stdio.h> #include<conio.h> #include<math.h> main(){ float delta,a,b,c float x,x1,x2,z printf("enter a:") scanf(" f",&a) printf("enter b:") scanf(" f",&b) printf("enter c:") scanf(" f",&c) del
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:7891
    • 提供者:shafagh
  1. quweicaidan

    0下载:
  2. 趣味菜单 1、设计菜单 给出3个菜单项的内容和输入提示: 1.解一元二次方程 2. 出圈游戏 3. 退出程序 2、解一元二次方程要求:编制一个求方程ax2+bx+c=0的根的程序。一般将系数设成floa t型,可以把变量设成double型,使用库函数sqrt()在头文件math.h中定义 。 3、出圈游戏的要求:使用约瑟夫环游戏。这里假设有人数为n个人的一个小组,他们按顺时针方向围坐一圈。一开始任选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-17
    • 文件大小:286181
    • 提供者:余涛
  1. matrici

    0下载:
  2. MATH.h / math.cpp done at school.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:956
    • 提供者:dragoshel
  1. DSPchufa

    0下载:
  2. 在dsp上的除法实现,#include<c8051f320.h> #include<stdlib.h> #include<stdio.h> #include<math.h> -In the division on DSP realize,# include < c8051f320. H > # include < stdlib. H > # include < stdio. H > #
  3. 所属分类:DSP program

    • 发布日期:2017-04-07
    • 文件大小:13954
    • 提供者:kaituozhe
  1. huangjin

    0下载:
  2. #include<stdio.h> #include<math.h> float Function(float x) void main() { float a,b,e float x0,x1,x2,F0,F1,F2 printf("input a ,b ,e \n") scanf(" f f f",&a,&b,&e) x1=b-0.618*(b-a) x2=a+0.618*(b-a) F1=Func
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:672
    • 提供者:默默
  1. easy_cal

    0下载:
  2. diy 51单片机制作的计算器 可以计算正弦余弦函数,对数及开方,还能解一元跟二元方程,用了math.h库。-51 single-chip production calculator can calculate the sine and cosine functions, logarithmic and square root, but also solutions to the the yuan with binary equation with math.h library.
  3. 所属分类:SCM

    • 发布日期:2017-11-15
    • 文件大小:236148
    • 提供者:钟沛洪
  1. ffplay

    0下载:
  2. 最新版本的ffplay,已经调试成功的代码。-/* * Various utilities for command line tools * Copyright (c) 2000-2003 Fabrice Bellard * * This file is part of FFmpeg. * * FFmpeg is free software you can redistribute it and/or * modify it under the terms of t
  3. 所属分类:mpeg mp3

    • 发布日期:2017-11-06
    • 文件大小:90167
    • 提供者:金丰
« 1 2 34 5 6 »
搜珍网 www.dssz.com