搜索结果
找到约 89 项符合
initial 的查询结果
按分类筛选
- 全部分类
- 单片机开发 (8)
- matlab例程 (8)
- 其他 (6)
- 微处理器开发 (5)
- 中间件编程 (5)
- 书籍源码 (3)
- 数据结构 (3)
- 人工智能/神经网络 (3)
- 嵌入式/单片机编程 (3)
- 其他书籍 (3)
- 行业发展研究 (3)
- 技术资料 (3)
- 数据库系统 (2)
- 数学计算 (2)
- VHDL/FPGA/Verilog (2)
- 嵌入式Linux (2)
- Oracle数据库 (2)
- Linux/Unix编程 (2)
- 书籍 (2)
- VIP专区 (2)
- 电源技术 (1)
- 单片机编程 (1)
- DSP编程 (1)
- 通信网络 (1)
- 可编程逻辑 (1)
- 其他数据库 (1)
- 网络 (1)
- 其他嵌入式/单片机内容 (1)
- SQL Server (1)
- 并行计算 (1)
- 企业管理 (1)
- Java编程 (1)
- GPS编程 (1)
- 数值算法/人工智能 (1)
- VC书籍 (1)
- 驱动编程 (1)
- Windows编程 (1)
- 接口技术 (1)
- 源码 (1)
- 论文 (1)
人工智能/神经网络 % Train a two layer neural network with the Levenberg-Marquardt % method. % % If desired, it is p
% Train a two layer neural network with the Levenberg-Marquardt
% method.
%
% If desired, it is possible to use regularization by
% weight decay. Also pruned (ie. not fully connected) networks can
% be trained.
%
% Given a set of corresponding input-output pairs and an initial
% network,
% ...
VC书籍 Many of the designations used by manufacturers and sellers to distinguish their products are claime
Many of the designations used by manufacturers and sellers to distinguish their products are
claimed as trademarks. Where those designations appear in this book and Addison Wesley
Longman Inc., was aware of a trademark claim, the designations have been printed in initial caps
or all caps.
The author ...
其他书籍 RTOS ThreadX Real-Time Embedded Multithreading: Using ThreadX and ARM Designations used by com
RTOS ThreadX
Real-Time Embedded
Multithreading:
Using ThreadX and ARM
Designations used by companies to distinguish their products are often claimed as trademarks. In all instances
where CMP is aware of a trademark claim, the product name appears in initial capital letters, in all capital
letters, ...
数据库系统 本程序的开发环境为VS2005
本程序的开发环境为VS2005,数据库为SQLSever2005
默认的连接字符串为:"DataSource=125.216.227.147 Initial Catalog=msdb Persist Security Info=True User ID=sa Password=111111"
管理系统为一个简单的人事管理系统,帮助初学者尽快的掌握这种语言,进而有助于系统改进,对初学者来说是很不错的选择。 ...
matlab例程 This function is used to evaluate the max height and the max distance of a projectile and plot th
This function is used to evaluate the max height and the max
distance of a projectile and plot the trajectory.
Inputs
v0 : The initial velocity in m/s
theta: The angle at which the projectile is fired in degrees
Outputs
hmax : The maximum hieght in m
dmax : The maximum distance in ...
matlab例程 computed distribution of the magnetic field Hz within an wvolving 2D dielectric mircopille with ini
computed distribution of the magnetic field Hz
within an wvolving 2D dielectric mircopille with initial r=667nm
run in COMSOL with Matlab
其他 sba, a C/C++ package for generic sparse bundle adjustment is almost invariably used as the last step
sba, a C/C++ package for generic sparse bundle adjustment is almost invariably used as the last step of every feature-based multiple view reconstruction vision algorithm to obtain optimal 3D structure and motion (i.e. camera matrix) parameter estimates. Provided with initial estimates, BA simultaneo ...
VHDL/FPGA/Verilog Implementation of GPU (Graphics Processing Unit) that rendered triangle based models. Our goal was t
Implementation of GPU (Graphics Processing Unit) that rendered triangle based models. Our goal was to generate complex models with a movable camera. We wanted to be able to render complex images that consisted of hundreds to thousands of triangles. We wanted to apply interpolated shading on the obje ...
Windows编程 Delphi 泛型容器 TDictionary 的用法 Demo
Collection of key-value pairs. 
TDictionary represents a generic collection of key-value pairs. 
This class provides a mapping from a collection of keys to a collection of values. When you create a TDictionary object, you can specify various combinations of initial capacity, equality ope ...
接口技术 net_tcp.h
/*
*********************************************************************************************************
*                                             uC/TCP-IP V2
*       ...