搜索结果
找到约 169 项符合
Math 的查询结果
按分类筛选
- 全部分类
- 技术资料 (19)
- 嵌入式Linux (14)
- 其他书籍 (13)
- 数学计算 (10)
- matlab例程 (10)
- 其他 (7)
- 编译器/解释器 (7)
- Java编程 (7)
- 单片机开发 (7)
- 数值算法/人工智能 (6)
- VC书籍 (5)
- 源码 (4)
- 软件工程 (4)
- 数据结构 (4)
- 单片机编程 (3)
- DSP编程 (3)
- 加密解密 (3)
- 书籍源码 (3)
- 电子书籍 (3)
- 测试测量 (2)
- 游戏 (2)
- 汇编语言 (2)
- 嵌入式/单片机编程 (2)
- 人工智能/神经网络 (2)
- 文章/文档 (2)
- 微处理器开发 (2)
- Delphi/CppBuilder (2)
- JavaScript (2)
- 习题答案 (1)
- C/C++语言编程 (1)
- 电源技术 (1)
- 通讯/手机编程 (1)
- 操作系统开发 (1)
- Matlab (1)
- 源码/资料 (1)
- Linux/Unix编程 (1)
- Applet (1)
- 文件格式 (1)
- 通讯编程文档 (1)
- Java书籍 (1)
- FlashMX/Flex源码 (1)
- Delphi控件源码 (1)
- 其他行业 (1)
- 中间件编程 (1)
- Jsp/Servlet (1)
- 精品软件 (1)
- VIP专区 (1)
单片机开发 在MCS51上实现计算器的功能模块 (完成加减乘除正余弦开方正余切E的幂和对数等的运算
在MCS51上实现计算器的功能模块
(完成加减乘除正余弦开方正余切E的幂和对数等的运算,使用了Cx51标准库函数中math.h)
通讯/手机编程 除了支持一般的小数运算
除了支持一般的小数运算,还支持常见的函数运算。 几个包中的MathFP是针对不同需要而提供的不同版本,开发J2ME只要使用net.jscience.math.MathFP就可以。
编译器/解释器 用来测试ESL DSP C COMPILER数学函数库是否正确的VC程序
用来测试ESL DSP C COMPILER数学函数库是否正确的VC程序,测试方法,在VC下随机产生函数输入值,并把输入与输出值记录到C:MATH文件中。可以直接用于你所测试的COMPILER。
人工智能/神经网络 mani: MANIfold learning demonstration GUI by Todd Wittman, Department of Mathematics, University of
mani: MANIfold learning demonstration GUI by Todd Wittman, Department of Mathematics, University of Minnesota E-mail wittman@math.umn.edu with comments & questions.
MANI Website: httP://www.math.umn.edu/~wittman/mani/index.html
Last Modified by GUIDE v2.5 10-Apr-2005 13:28:36
Methods obtained from v ...
其他 #include <stdio.h> #include <string.h> #include <stdlib.h> #include <malloc.
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <malloc.h>
#include <math.h>
#include <conio.h>
struct DuLNode{
struct DuLNode *prior
int data
struct DuLNode *next
书籍源码 很好的一本工具书
很好的一本工具书,提供了C/C++函数查询,分为以下几个方面阐述,预处理命令、关键字、标准C的I/O,String,Charactor,Math,Time,Data,Memory,以及C++的I/O,String,及标准模版类。推荐。
matlab例程 用20个示例项目的方式介绍Matlab/Simulink。内容包括: *Contains over 20 hands-on projects in MATLAB(with code) integra
用20个示例项目的方式介绍Matlab/Simulink。内容包括:
*Contains over 20 hands-on projects in MATLAB(with code) integrated throughout the book *Includes a complete introduction to Simulink *Accompanied by a CD-ROM containing MATLAB examples, source code, third party simulations & projects *Suitable for ...
其他 As all of you know, MATLAB is a powerful engineering language. Because of some limitation, some task
As all of you know, MATLAB is a powerful engineering language. Because of some limitation, some tasks take very long time to proceed. Also MATLAB is an interpreter not a compiler. For this reason, executing a MATLAB program (m file) is time consuming. For solving this problem, Mathworks provides us ...
Matlab 求解任意函数指定区间内的所有实根
本程序使用数值分析的方法找出任意函数指定区间内的所有实根。算法是通过一系列Chebyshev多项式毕竟目标函数,然后使用一种高效的数值分析方法(J.P. Boyd [see Appl. Num. Math. 56 pp.1077-1091 (2006)])求解出逼近函数的根。
游戏 <1>学习3D中的地形.pdf <2>Mathematics.for.3D.Game.Programming.and.Computer.Graphics.2E.July.20
<1>学习3D中的地形.pdf
<2>Mathematics.for.3D.Game.Programming.and.Computer.Graphics.2E.July.2005.pdf
<3>向量在游戏中的应用.pdf
<4>3D-Math-Primer for graphics and game development.pdf
这我所找到相关游戏开发过程,可能遇到的3d游戏方面数学上的资料! ...