基本信息
源码名称:C++编写的数学算法库(可以直接使用)
源码大小:3.68M
文件格式:.zip
开发语言:C/C++
更新时间:2023-11-16
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
C 编写的数学算法库(可以直接使用)
本算法库,采用C 编写,可以直接添加到C 项目中应用。

.
├── 用C 语言编写数学常用算法
│   ├── BCMATH
│   │   ├── BUFFER.CPP
│   │   ├── BUFFER.H
│   │   ├── CBUFFER.CPP
│   │   ├── CBUFFER.H
│   │   ├── CFUNC.CPP
│   │   ├── CFUNC.H
│   │   ├── CMATRIX.CPP
│   │   ├── CMATRIX.H
│   │   ├── FUNC.CPP
│   │   ├── FUNC.H
│   │   ├── FUNC1.CPP
│   │   ├── MATRIX.CPP
│   │   ├── MATRIX.H
│   │   ├── SPECFUNC.CPP
│   │   ├── VFUNC.CPP
│   │   └── VFUNC.H
│   ├── CURVE
│   │   ├── Curve.cpp
│   │   └── Curve.h
│   ├── SOUND
│   │   ├── Record.cpp
│   │   ├── Record.h
│   │   ├── makewave.cpp
│   │   ├── makewave.h
│   │   ├── myplaysn.cpp
│   │   ├── myrecord.cpp
│   │   ├── myrecord.h
│   │   ├── realfft.cpp
│   │   └── realfft.h
│   ├── VC05MATH
│   │   ├── BUFFER.H
│   │   ├── Buffer.cpp
│   │   ├── CBUFFER.CPP
│   │   ├── CBUFFER.H
│   │   ├── CFUNC.CPP
│   │   ├── CFUNC.H
│   │   ├── CMATRIX.CPP
│   │   ├── CMATRIX.H
│   │   ├── FUNC.CPP
│   │   ├── FUNC.H
│   │   ├── FUNC1.CPP
│   │   ├── MATRIX.CPP
│   │   ├── MATRIX.H
│   │   ├── SPECFUNC.CPP
│   │   ├── VFUNC.CPP
│   │   └── VFUNC.H
│   ├── VCMATH
│   │   ├── BUFFER.H
│   │   ├── Buffer.cpp
│   │   ├── CBUFFER.CPP
│   │   ├── CBUFFER.H
│   │   ├── CFUNC.CPP
│   │   ├── CFUNC.H
│   │   ├── CMATRIX.CPP
│   │   ├── CMATRIX.H
│   │   ├── FUNC.CPP
│   │   ├── FUNC.H
│   │   ├── FUNC1.CPP
│   │   ├── MATRIX.CPP
│   │   ├── MATRIX.H
│   │   ├── SPECFUNC.CPP
│   │   ├── VFUNC.CPP
│   │   └── VFUNC.H
│   ├── examples
│   │   ├── mysub
│   │   │   ├── Debug
│   │   │   │   ├── StdAfx.obj
│   │   │   │   ├── mysub.exe
│   │   │   │   ├── mysub.obj
│   │   │   │   ├── mysub.pdb
│   │   │   │   ├── mysub.res
│   │   │   │   ├── mysubDlg.obj
│   │   │   │   ├── mysubwin.obj
│   │   │   │   └── vc60.pdb
│   │   │   ├── ReadMe.txt
│   │   │   ├── Resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   ├── mysub.aps
│   │   │   ├── mysub.clw
│   │   │   ├── mysub.cpp
│   │   │   ├── mysub.dsp
│   │   │   ├── mysub.dsw
│   │   │   ├── mysub.h
│   │   │   ├── mysub.ncb
│   │   │   ├── mysub.opt
│   │   │   ├── mysub.plg
│   │   │   ├── mysub.rc
│   │   │   ├── mysubDlg.cpp
│   │   │   ├── mysubDlg.h
│   │   │   ├── mysubwin.cpp
│   │   │   ├── mysubwin.h
│   │   │   └── res
│   │   │       ├── mysub.ico
│   │   │       └── mysub.rc2
│   │   ├── playsound
│   │   │   ├── Debug
│   │   │   │   ├── StdAfx.obj
│   │   │   │   ├── makewave.obj
│   │   │   │   ├── myplaysn.obj
│   │   │   │   ├── playsound.exe
│   │   │   │   ├── playsound.obj
│   │   │   │   ├── playsound.pdb
│   │   │   │   ├── playsound.res
│   │   │   │   ├── playsoundDlg.obj
│   │   │   │   └── vc60.pdb
│   │   │   ├── ReadMe.txt
│   │   │   ├── Resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   ├── madesnd.wav
│   │   │   ├── makewave.cpp
│   │   │   ├── makewave.h
│   │   │   ├── myplaysn.cpp
│   │   │   ├── myrecord.h
│   │   │   ├── playsound.aps
│   │   │   ├── playsound.clw
│   │   │   ├── playsound.cpp
│   │   │   ├── playsound.dsp
│   │   │   ├── playsound.dsw
│   │   │   ├── playsound.h
│   │   │   ├── playsound.ncb
│   │   │   ├── playsound.opt
│   │   │   ├── playsound.plg
│   │   │   ├── playsound.rc
│   │   │   ├── playsoundDlg.cpp
│   │   │   ├── playsoundDlg.h
│   │   │   └── res
│   │   │       ├── playsound.ico
│   │   │       └── playsound.rc2
│   │   ├── test
│   │   │   ├── BUFFER.H
│   │   │   ├── Buffer.cpp
│   │   │   ├── CBUFFER.CPP
│   │   │   ├── CBUFFER.H
│   │   │   ├── CFUNC.CPP
│   │   │   ├── CFUNC.H
│   │   │   ├── CMATRIX.CPP
│   │   │   ├── CMATRIX.H
│   │   │   ├── Debug
│   │   │   │   ├── Buffer.obj
│   │   │   │   ├── CBUFFER.obj
│   │   │   │   ├── CFUNC.obj
│   │   │   │   ├── CMATRIX.obj
│   │   │   │   ├── FUNC.obj
│   │   │   │   ├── FUNC1.obj
│   │   │   │   ├── MATRIX.obj
│   │   │   │   ├── SPECFUNC.obj
│   │   │   │   ├── StdAfx.obj
│   │   │   │   ├── VFUNC.obj
│   │   │   │   ├── test.exe
│   │   │   │   ├── test.obj
│   │   │   │   ├── test.pdb
│   │   │   │   └── vc60.pdb
│   │   │   ├── FUNC.CPP
│   │   │   ├── FUNC.H
│   │   │   ├── FUNC1.CPP
│   │   │   ├── MATRIX.CPP
│   │   │   ├── MATRIX.H
│   │   │   ├── ReadMe.txt
│   │   │   ├── SPECFUNC.CPP
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   ├── VFUNC.CPP
│   │   │   ├── VFUNC.H
│   │   │   ├── test.cpp
│   │   │   ├── test.dsp
│   │   │   ├── test.dsw
│   │   │   ├── test.ncb
│   │   │   ├── test.opt
│   │   │   └── test.plg
│   │   ├── testcurve
│   │   │   ├── Curve.cpp
│   │   │   ├── Curve.h
│   │   │   ├── Debug
│   │   │   │   ├── Curve.obj
│   │   │   │   ├── StdAfx.obj
│   │   │   │   ├── testcurve.exe
│   │   │   │   ├── testcurve.obj
│   │   │   │   ├── testcurve.pdb
│   │   │   │   ├── testcurve.res
│   │   │   │   ├── testcurveDlg.obj
│   │   │   │   └── vc60.pdb
│   │   │   ├── ReadMe.txt
│   │   │   ├── Resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   ├── res
│   │   │   │   ├── testcurve.ico
│   │   │   │   └── testcurve.rc2
│   │   │   ├── testcurve.aps
│   │   │   ├── testcurve.clw
│   │   │   ├── testcurve.cpp
│   │   │   ├── testcurve.dsp
│   │   │   ├── testcurve.dsw
│   │   │   ├── testcurve.h
│   │   │   ├── testcurve.ncb
│   │   │   ├── testcurve.opt
│   │   │   ├── testcurve.plg
│   │   │   ├── testcurve.rc
│   │   │   ├── testcurveDlg.cpp
│   │   │   └── testcurveDlg.h
│   │   ├── testsound
│   │   │   ├── Curve.cpp
│   │   │   ├── Curve.h
│   │   │   ├── Debug
│   │   │   │   ├── Curve.obj
│   │   │   │   ├── Record.obj
│   │   │   │   ├── StdAfx.obj
│   │   │   │   ├── makewave.obj
│   │   │   │   ├── myplaysn.obj
│   │   │   │   ├── myrecord.obj
│   │   │   │   ├── realfft.obj
│   │   │   │   ├── testsound.exe
│   │   │   │   ├── testsound.obj
│   │   │   │   ├── testsound.pdb
│   │   │   │   ├── testsound.res
│   │   │   │   ├── testsoundDlg.obj
│   │   │   │   └── vc60.pdb
│   │   │   ├── ReadMe.txt
│   │   │   ├── Record.cpp
│   │   │   ├── Record.h
│   │   │   ├── Resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   ├── makewave.cpp
│   │   │   ├── makewave.h
│   │   │   ├── myplaysn.cpp
│   │   │   ├── myrecord.cpp
│   │   │   ├── myrecord.h
│   │   │   ├── realfft.cpp
│   │   │   ├── realfft.h
│   │   │   ├── res
│   │   │   │   ├── testsound.ico
│   │   │   │   └── testsound.rc2
│   │   │   ├── testsound.aps
│   │   │   ├── testsound.clw
│   │   │   ├── testsound.cpp
│   │   │   ├── testsound.dsp
│   │   │   ├── testsound.dsw
│   │   │   ├── testsound.h
│   │   │   ├── testsound.ncb
│   │   │   ├── testsound.opt
│   │   │   ├── testsound.plg
│   │   │   ├── testsound.rc
│   │   │   ├── testsoundDlg.cpp
│   │   │   └── testsoundDlg.h
│   │   ├── testw
│   │   │   ├── BUFFER.H
│   │   │   ├── Buffer.cpp
│   │   │   ├── CBUFFER.CPP
│   │   │   ├── CBUFFER.H
│   │   │   ├── CFUNC.CPP
│   │   │   ├── CFUNC.H
│   │   │   ├── CMATRIX.CPP
│   │   │   ├── CMATRIX.H
│   │   │   ├── Debug
│   │   │   │   ├── Buffer.obj
│   │   │   │   ├── CBUFFER.obj
│   │   │   │   ├── CFUNC.obj
│   │   │   │   ├── CMATRIX.obj
│   │   │   │   ├── FUNC.obj
│   │   │   │   ├── FUNC1.obj
│   │   │   │   ├── MATRIX.obj
│   │   │   │   ├── SPECFUNC.obj
│   │   │   │   ├── StdAfx.obj
│   │   │   │   ├── VFUNC.obj
│   │   │   │   ├── testw.exe
│   │   │   │   ├── testw.obj
│   │   │   │   ├── testw.pdb
│   │   │   │   ├── testw.res
│   │   │   │   ├── testwDlg.obj
│   │   │   │   └── vc60.pdb
│   │   │   ├── FUNC.CPP
│   │   │   ├── FUNC.H
│   │   │   ├── FUNC1.CPP
│   │   │   ├── MATRIX.CPP
│   │   │   ├── MATRIX.H
│   │   │   ├── ReadMe.txt
│   │   │   ├── Resource.h
│   │   │   ├── SPECFUNC.CPP
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   ├── VFUNC.CPP
│   │   │   ├── VFUNC.H
│   │   │   ├── res
│   │   │   │   ├── testw.ico
│   │   │   │   └── testw.rc2
│   │   │   ├── testw.aps
│   │   │   ├── testw.clw
│   │   │   ├── testw.cpp
│   │   │   ├── testw.dsp
│   │   │   ├── testw.dsw
│   │   │   ├── testw.h
│   │   │   ├── testw.ncb
│   │   │   ├── testw.opt
│   │   │   ├── testw.plg
│   │   │   ├── testw.rc
│   │   │   ├── testwDlg.cpp
│   │   │   └── testwDlg.h
│   │   └── yingwu
│   │       ├── Debug
│   │       │   ├── Record.obj
│   │       │   ├── StdAfx.obj
│   │       │   ├── makewave.obj
│   │       │   ├── myplaysn.obj
│   │       │   ├── myrecord.obj
│   │       │   ├── realfft.obj
│   │       │   ├── vc60.pdb
│   │       │   ├── yingwu.exe
│   │       │   ├── yingwu.obj
│   │       │   ├── yingwu.pdb
│   │       │   ├── yingwu.res
│   │       │   └── yingwuDlg.obj
│   │       ├── ReadMe.txt
│   │       ├── Record.cpp
│   │       ├── Record.h
│   │       ├── Resource.h
│   │       ├── StdAfx.cpp
│   │       ├── StdAfx.h
│   │       ├── makewave.cpp
│   │       ├── makewave.h
│   │       ├── myplaysn.cpp
│   │       ├── myrecord.cpp
│   │       ├── myrecord.h
│   │       ├── realfft.cpp
│   │       ├── realfft.h
│   │       ├── res
│   │       │   ├── yingwu.ico
│   │       │   └── yingwu.rc2
│   │       ├── yingwu.aps
│   │       ├── yingwu.clw
│   │       ├── yingwu.cpp
│   │       ├── yingwu.dsp
│   │       ├── yingwu.dsw
│   │       ├── yingwu.h
│   │       ├── yingwu.ncb
│   │       ├── yingwu.opt
│   │       ├── yingwu.plg
│   │       ├── yingwu.rc
│   │       ├── yingwuDlg.cpp
│   │       └── yingwuDlg.h
│   └── readme.txt
└── 好例子网_用C 语言编写数学常用算法.zip

27 directories, 319 files