搜索结果
找到约 362 项符合
MatRix 的查询结果
按分类筛选
- 全部分类
- 技术资料 (48)
- matlab例程 (47)
- 数学计算 (35)
- 其他 (25)
- 数值算法/人工智能 (18)
- 单片机开发 (18)
- Java编程 (10)
- 其他嵌入式/单片机内容 (10)
- 数据结构 (9)
- 汇编语言 (8)
- 人工智能/神经网络 (8)
- 通讯/手机编程 (6)
- 压缩解压 (6)
- 文章/文档 (6)
- Delphi控件源码 (6)
- 书籍 (5)
- 嵌入式/单片机编程 (5)
- Linux/Unix编程 (4)
- 其他行业 (4)
- 行业发展研究 (4)
- 精品软件 (4)
- 单片机编程 (3)
- DSP编程 (3)
- 书籍源码 (3)
- 驱动编程 (3)
- 文件格式 (3)
- 嵌入式Linux (3)
- 软件设计/软件工程 (3)
- VC书籍 (3)
- VIP专区 (3)
- 软件 (2)
- 学术论文 (2)
- 加密解密 (2)
- 数据库系统 (2)
- 开发工具 (2)
- 电子书籍 (2)
- 编译器/解释器 (2)
- *行业应用 (2)
- 多国语言处理 (2)
- 微处理器开发 (2)
- VHDL/FPGA/Verilog (2)
- 其他 (1)
- LED驱动及控制 (1)
- 接口技术 (1)
- 软件工程 (1)
- 其他书籍 (1)
- DSP工具/软件 (1)
- Matlab (1)
- 通信网络 (1)
- 教程资料 (1)
- 教程资料 (1)
- 可编程逻辑 (1)
- Internet/网络编程 (1)
- 教育系统应用 (1)
- 编辑器/阅读器 (1)
- Applet (1)
- 网络 (1)
- CA认证 (1)
- 通讯编程文档 (1)
- STL (1)
- FlashMX/Flex源码 (1)
- 生物技术 (1)
- Windows CE (1)
- JavaScript (1)
- 电子政务应用 (1)
- 并行计算 (1)
- Jsp/Servlet (1)
- 3G开发 (1)
其他 Computes the hafnian of a nonnegative integer matrix. Notes: Copy hafnian.c to main.c, in the same d
Computes the hafnian of a nonnegative integer matrix. Notes: Copy hafnian.c to main.c, in the same directory as Rothberg s code (see above). You can download the .tar directory with the code weighted-match.tar here. Then "make" the codes (this codes are in C, not C++). The program is then run by the ...
Java编程 A fairly conventional 3D matrix object that can transform sets of 3D points and perform a variety
A fairly conventional 3D matrix object that can transform sets of
3D points and perform a variety of manipulations on the transform
Linux/Unix编程 spoj CCOST . Usage of a 2 dimensional fenwick tree.Querying (log(n)^2) a 2 dimensional matrix for su
spoj CCOST . Usage of a 2 dimensional fenwick tree.Querying (log(n)^2) a 2 dimensional matrix for sub sum and updating a cell in O(logn)
VC书籍 C:Documents and SettingsAdministrator桌面VC++多媒体特效制作百例CHAR09Matrix
C:\Documents and Settings\Administrator\桌面\VC++多媒体特效制作百例\CHAR09\Matrix
Delphi控件源码 提供基本榘阵 ( Matrix ) 运算 ( product 、 sum 、 difference、 transpose、 traceof ) 的非可视构件 ( 1.0 版
提供基本榘阵 ( Matrix ) 运算 ( product 、 sum 、 difference、 transpose、 traceof ) 的非可视构件 ( 1.0 版,附源码 C++Builder 3.0/4.0/5.0 版适用 ),作者 : Jeff Hiscock。
Linux/Unix编程 performs one of the matrix-vector operations y := alpha*A*x + beta*y, or y := alpha*A *x + beta*y, w
performs one of the matrix-vector operations y := alpha*A*x + beta*y, or y := alpha*A *x + beta*y, where alpha and beta are scalars, x and y are vectors and A is an
m by n matrix
Java编程 贪吃蛇*要点分析: *1)数据结构:matrix[][]用来存储地图上面的信息
贪吃蛇*要点分析:
*1)数据结构:matrix[][]用来存储地图上面的信息,如果什么也没有设置为false,
* 如果有食物或蛇,设置为true;nodeArray,一个LinkedList,用来保存蛇的每
* 一节;food用来保存食物的位置;而Node类是保存每个位置的信息。
*2)重要函数:
* changeDirection(int newDirection) ,用来改变蛇前进的方 ...
Delphi控件源码 data matrix编码程序 将字符串转换为二维码黑白图形
data matrix编码程序
将字符串转换为二维码黑白图形
人工智能/神经网络 调用过程 CM = Confusion_matrix(train_predicts, train_targets) [combining_predicts, errorrate] = combinin
调用过程 CM = Confusion_matrix(train_predicts, train_targets) [combining_predicts, errorrate] = combining_NB(DP, test_targets, CM) DP,三维数组,(i,j,k)为第k个样本的DP矩阵 targets 为 0 1 2
数学计算 原创C++的matrix类,有许多运算符重载,很简单,但是好用,好看
原创C++的matrix类,有许多运算符重载,很简单,但是好用,好看