搜索结果
找到约 3,261 项符合
f.m 的查询结果
按分类筛选
- 全部分类
- 技术资料 (9)
- matlab例程 (7)
- 数据结构 (7)
- 单片机编程 (6)
- 数学计算 (5)
- 人工智能/神经网络 (4)
- 模拟电子 (3)
- 单片机开发 (3)
- 其他 (3)
- 源码 (3)
- 电源技术 (2)
- Java编程 (2)
- 其他书籍 (2)
- 书籍源码 (2)
- 通讯/手机编程 (2)
- 编译器/解释器 (2)
- DSP编程 (1)
- 学术论文 (1)
- 技术书籍 (1)
- 技术教程 (1)
- autocad教程 (1)
- C/C++语言编程 (1)
- 可编程逻辑 (1)
- 工控技术 (1)
- 电子政务应用 (1)
- 文件格式 (1)
- 软件设计/软件工程 (1)
- 汇编语言 (1)
- 系统设计方案 (1)
- 数值算法/人工智能 (1)
- VHDL/FPGA/Verilog (1)
- 微处理器开发 (1)
- FlashMX/Flex源码 (1)
- Linux/Unix编程 (1)
- Internet/网络编程 (1)
- 文章/文档 (1)
- VC书籍 (1)
- Linux/uClinux/Unix编程 (1)
- 习题答案 (1)
- VIP专区 (1)
人工智能/神经网络 神经网络BP算法(C程序) 文件输入输出目录为:F:BP 训练样本文件名:训练样本.txt 值为: 1 1 -1 1 -1 1 0 1 0 1 输出文件名为:阈
神经网络BP算法(C程序)
文件输入输出目录为:F:\BP
训练样本文件名:训练样本.txt
值为:
1
1
-1
1
-1
1
0
1
0
1
输出文件名为:阈值.txt 权值.txt
并行计算 M/M/1 模型,主要用来求解单对单服务台的模型
M/M/1 模型,主要用来求解单对单服务台的模型,过程比较简介,适合任何分布
单片机开发 F系列单片机的液晶显示程序 LM28124液晶
F系列单片机的液晶显示程序
LM28124液晶,F021单片机
KeilC uvision3
VHDL/FPGA/Verilog 生成18级的m序列的VerilogHDL程序
生成18级的m序列的VerilogHDL程序,
很具有代表性的算法
数据结构 图论算法及其MATLAB 程序代码求赋权图G = ( V , E , F ) 中任意两点间
图论算法及其MATLAB 程序代码求赋权图G = ( V , E , F ) 中任意两点间
Java编程 NimROD L&F是一个具有多种主题的Swing皮肤
NimROD L&F是一个具有多种主题的Swing皮肤
数学计算 The jacobi.f program solves the Helmholtz equation on a regular mesh, using an iterative Jacobi meth
The jacobi.f program solves the Helmholtz equation on a regular mesh, using an iterative Jacobi method with over-relaxation. Parallelism is exploited in both the solver and the numerical error checking
数学计算 The program md.f implements a simple molecular dynamics simulation in continuous real space. The vel
The program md.f implements a simple molecular dynamics simulation in continuous real space. The velocity Verlet algorithm is used to implement the time stepping. The force and energy computations are performed in parallel, as is the time integration. (The program uses some Fortran90 features, so an ...
其他 最大李雅普诺夫指数的计算 该函数用来计算时间序列的最大Lyapunov 指数--Wolf 方法 % m: 嵌入维数 % tau:时间延迟 % data:时间序列 % N:时间序列长度 %
最大李雅普诺夫指数的计算
该函数用来计算时间序列的最大Lyapunov 指数--Wolf 方法
% m: 嵌入维数
% tau:时间延迟
% data:时间序列
% N:时间序列长度
% P:时间序列的平均周期,选择演化相点距当前点的位置差,即若当前相点为I,则演化相点只能在|I-J|>P的相点中搜寻 ...
人工智能/神经网络 On-Line MCMC Bayesian Model Selection This demo demonstrates how to use the sequential Monte Carl
On-Line MCMC Bayesian Model Selection
This demo demonstrates how to use the sequential Monte Carlo algorithm with reversible jump MCMC steps to perform model selection in neural networks. We treat both the model dimension (number of neurons) and model parameters as unknowns. The derivation and deta ...