搜索结果
找到约 773 项符合
function 的查询结果
按分类筛选
- 全部分类
- matlab例程 (117)
- 其他 (46)
- 单片机编程 (44)
- 单片机开发 (34)
- 其他书籍 (28)
- 数学计算 (28)
- 人工智能/神经网络 (27)
- 技术资料 (26)
- Linux/Unix编程 (23)
- 通讯/手机编程 (20)
- 数值算法/人工智能 (19)
- 微处理器开发 (18)
- 文章/文档 (17)
- VHDL/FPGA/Verilog (16)
- Delphi控件源码 (13)
- 嵌入式/单片机编程 (13)
- 书籍源码 (12)
- VC书籍 (12)
- Java编程 (11)
- DSP编程 (10)
- 其他嵌入式/单片机内容 (10)
- 汇编语言 (9)
- 通讯编程文档 (9)
- 加密解密 (9)
- 压缩解压 (8)
- 软件设计/软件工程 (8)
- 电子书籍 (8)
- 书籍 (8)
- 可编程逻辑 (7)
- 系统设计方案 (7)
- 源码 (7)
- 电源技术 (5)
- 软件工程 (5)
- GPS编程 (5)
- Internet/网络编程 (5)
- 串口编程 (5)
- 教程资料 (4)
- 网络 (4)
- 数据结构 (4)
- 企业管理 (4)
- JavaScript (4)
- VIP专区 (4)
- 模拟电子 (3)
- *行业应用 (3)
- USB编程 (3)
- Windows CE (3)
- Delphi/CppBuilder (3)
- Modem编程 (3)
- 编译器/解释器 (3)
- 其他行业 (3)
- Jsp/Servlet (3)
- J2ME (3)
- uCOS (3)
- 行业发展研究 (3)
- 邮电通讯系统 (3)
- 多媒体处理 (3)
- PCB相关 (2)
- 源码/资料 (2)
- SQL Server (2)
- 嵌入式Linux (2)
- VxWorks (2)
- 并行计算 (2)
- 驱动编程 (2)
- 中间件编程 (2)
- 金融证券系统 (2)
- 手机短信编程 (2)
- 数据库系统 (2)
- CA认证 (2)
- Matlab (2)
- C/C++语言编程 (2)
- 资料/手册 (1)
- 教程资料 (1)
- 通信网络 (1)
- 嵌入式综合 (1)
- 无线通信 (1)
- 游戏 (1)
- 电子政务应用 (1)
- 传真(Fax)编程 (1)
- 操作系统开发 (1)
- Java书籍 (1)
- Applet (1)
- 其他数据库 (1)
- 手机WAP编程 (1)
- 认证考试资料 (1)
- RFID编程 (1)
- 磁盘编程 (1)
- 医药行业 (1)
- 编辑器/阅读器 (1)
- 交通/航空行业 (1)
- MTK (1)
- Oracle数据库 (1)
- 技术管理 (1)
- 3G开发 (1)
- MySQL数据库 (1)
- Ajax (1)
- Windows Mobile (1)
- 仿真技术 (1)
- 软件 (1)
- 其他 (1)
- 精品软件 (1)
人工智能/神经网络 This a simple genetic algorithm implementation where the evaluation function takes positive values
This a simple genetic algorithm implementation where the
evaluation function takes positive values only and the
fitness of an individual is the same as the value of the
objective function
其他 * Function: * 1. Replace the first oldstr with newstr in srcstr * Arguments: * IN : * srcst
* Function:
* 1. Replace the first oldstr with newstr in srcstr
* Arguments:
* IN :
* srcstr
* oldstr
* newstr
* OUT :
* srcstr
* Return:
* 1. If find and replace one oldstr with newstr in srcstr , return 1
* 2. If find no oldstr in srcstr , return 0
* 3. If error (malloc return NULL) ...
matlab例程 Matlab官方文档:Matlab函数参考第一卷function reference volumn 1 A_E
Matlab官方文档:Matlab函数参考第一卷function reference volumn 1 A_E
matlab例程 Matlab官方文档:Matlab函数参考function reference F_O
Matlab官方文档:Matlab函数参考function reference F_O
文章/文档 Matlab官方文档:Matlab函数参考第三卷function reference volumn3 P_Z
Matlab官方文档:Matlab函数参考第三卷function reference volumn3 P_Z
matlab例程 matlab解线性方程组的源代码 function x=nagauss2(a,b,flag) % 用途:选列主元Gauss消去法解线性方程组ax=b % 格式:x=nagauss2(a,b,fl
matlab解线性方程组的源代码
function x=nagauss2(a,b,flag)
% 用途:选列主元Gauss消去法解线性方程组ax=b
% 格式:x=nagauss2(a,b,flag) a为系数矩阵,b为右端列向量,flag若为0,则显示中间过程
人工智能/神经网络 BAYESDEMO1 demo how to display discriminat function for Bayes classifier.
BAYESDEMO1 demo how to display discriminat function for Bayes classifier.
matlab例程 best squre approach of function
best squre approach of function
人工智能/神经网络 This program demonstrates some function approximation capabilities of a Radial Basis Function Networ
This program demonstrates some function approximation capabilities of a Radial Basis Function Network.
The user supplies a set of training points which represent some "sample" points for some arbitrary curve. Next, the user specifies the number of equally spaced gaussian centers and the variance for ...
数据结构 最小平方近似法 (least-squares approximation) 是用來求出一組離散 (discrete) 數據點的近似函數 (approximating function)
最小平方近似法 (least-squares approximation) 是用來求出一組離散 (discrete) 數據點的近似函數 (approximating function),作實驗所得的數據亦常使用最小平方近似法來達成曲線密合 (curve fitting)。以下所介紹的最小平方近似法是使用多項式作為近似函數,除了多項式之外,指數、對數方程式亦可作為近似函數。關於最小平 ...