搜索结果
找到约 127 项符合
OPTIONS 的查询结果
按分类筛选
- 全部分类
- 其他 (11)
- 技术资料 (8)
- DSP编程 (7)
- 可编程逻辑 (6)
- 单片机编程 (5)
- 微处理器开发 (5)
- 其他书籍 (5)
- uCOS (4)
- *行业应用 (4)
- 单片机开发 (4)
- 书籍 (4)
- 数学计算 (3)
- Linux/Unix编程 (3)
- 电源技术 (2)
- 嵌入式综合 (2)
- Windows CE (2)
- 编译器/解释器 (2)
- 电子书籍 (2)
- matlab例程 (2)
- 书籍源码 (2)
- 软件设计/软件工程 (2)
- Windows Mobile (2)
- 驱动编程 (2)
- 通讯/手机编程 (2)
- 通讯编程文档 (2)
- 金融证券系统 (2)
- allegro (1)
- 模拟电子 (1)
- 教程资料 (1)
- 无线通信 (1)
- 开关电源 (1)
- 教程资料 (1)
- 开发工具 (1)
- 家庭/个人应用 (1)
- 数据结构 (1)
- Applet (1)
- 中间件编程 (1)
- 其他嵌入式/单片机内容 (1)
- 编辑器/阅读器 (1)
- 汇编语言 (1)
- SQL Server (1)
- Java编程 (1)
- 数值算法/人工智能 (1)
- 游戏 (1)
- 文件格式 (1)
- VHDL/FPGA/Verilog (1)
- 操作系统开发 (1)
- Delphi控件源码 (1)
- 压缩解压 (1)
- 嵌入式/单片机编程 (1)
- 系统设计方案 (1)
- VC书籍 (1)
- 接口技术 (1)
- 技术书籍 (1)
- 源码 (1)
- 其他 (1)
- 软件 (1)
- VIP专区 (1)
DSP编程 产生正弦波 开发环境:code composer studio3.1 设置说明:project-build options-linker-stack size 5
产生正弦波
开发环境:code composer studio3.1
设置说明:project-build options-linker-stack size 5
DSP编程 产生一个随机噪声 开发环境:code composer studio3.1 设置:project-build options -linker-stack size 5
产生一个随机噪声
开发环境:code composer studio3.1
设置:project-build options -linker-stack size 5
DSP编程 产生一个iir 开发环境:code composer studio3.1 设置:project-build options -linker-stack size 5
产生一个iir
开发环境:code composer studio3.1
设置:project-build options -linker-stack size 5
DSP编程 产生一个随机噪声 开发环境:code composer studio3.1 设置:project-build options -linker-stack size 5
产生一个随机噪声
开发环境:code composer studio3.1
设置:project-build options -linker-stack size 5
Windows Mobile windows ce today plugin with options dialog
windows ce today plugin with options dialog
其他 vista options控件!!没有任何限制可免费长期使用!
vista options控件!!没有任何限制可免费长期使用!
书籍源码 MATLAB金融应用的程序:Monte Carlo Simulation Spread Options 转载
MATLAB金融应用的程序:Monte Carlo Simulation Spread Options
转载
驱动编程 书中的主要程序文件。在打开例题的.dsw文件后,请读者在 tools菜单下的 Options 的 Directories 标签中选择 Executable files
书中的主要程序文件。在打开例题的.dsw文件后,请读者在
tools菜单下的 Options 的 Directories 标签中选择
Executable files,并添加光盘中的 MakeDrvr.bat 所在
的路径
数值算法/人工智能 KMEANS Trains a k means cluster model.CENTRES = KMEANS(CENTRES, DATA, OPTIONS) uses the batch K-mean
KMEANS Trains a k means cluster model.CENTRES = KMEANS(CENTRES, DATA, OPTIONS) uses the batch K-means
algorithm to set the centres of a cluster model. The matrix DATA
represents the data which is being clustered, with each row
corresponding to a vector. The sum of squares error function is used.
The ...
数学计算 Hybrid Monte Carlo sampling.SAMPLES = HMC(F, X, OPTIONS, GRADF) uses a hybrid Monte Carlo algorithm
Hybrid Monte Carlo sampling.SAMPLES = HMC(F, X, OPTIONS, GRADF) uses a hybrid Monte Carlo
algorithm to sample from the distribution P ~ EXP(-F), where F is the
first argument to HMC. The Markov chain starts at the point X, and
the function GRADF is the gradient of the `energy function F.