-
矩阵类,封装了一些有关矩阵的运算
矩阵类,封装了一些有关矩阵的运算-matrices, Packaging, a number of the matrix arithmetic
- 2022-03-13 21:24:26下载
- 积分:1
-
VC文字识别程序
带简单汉字库、用户可以增加字库、实现字符的识别。用户能直接用,还可以修改成其它用途。使用方便实用。
- 2022-06-02 17:28:47下载
- 积分:1
-
which is made up of expression to expression Suffix
它由表达式到表达式后缀组成
- 2022-03-11 17:17:56下载
- 积分:1
-
用VC和OPENCV实现的人脸检测 以及MIT人脸样本库
用VC和OPENCV实现的人脸检测 以及MIT人脸样本库,对学习VC和OPENCV很有帮助,能有效实现人脸检测
- 2023-04-22 02:35:04下载
- 积分:1
-
优化设计的程序,包括一位搜索,及无约束搜索方法
优化设计的程序,包括一位搜索,及无约束搜索方法-Optimal design procedures, including a search, and the unconstrained search method
- 2023-06-20 06:30:03下载
- 积分:1
-
情感词集
www.keenage.com,知网情感词汇集合,用于实现基于词典的情感识别算法。很全面的一个词语知识系统,推荐使用。
- 2022-01-27 20:21:05下载
- 积分:1
-
矩阵连乘积的加括号方式数
资源描述给定n个矩阵{A1,…,An},其中Ai和Ai+1可乘,i=1,2,…,n-1。考察矩阵连乘积加括弧的方式数。
如四个矩阵连乘积A1A2A3A4,共有五种不同的加括弧方式:
( A1 ( A2 ( A3 A4 ) ) )
( A1 ( ( A2 A3 ) A4 ) )
( ( A1A2 ) ( A3 A4 ) )
( A1 ( A2 A3 ) A4 )
( ( ( A1 A2 ) A3 ) A4 )
输入示例:
4
输出示例:
5
- 2023-02-06 15:25:03下载
- 积分:1
-
词法分析与语法分析
循环一次读取一行
对每一行:
开始出现‘ ’,‘ ","
"
继续读取下一位
对每一行:当没出现
时
出现{,
则依次判定后面的字符,
若出现
,输出这一行,再读下一行,依次判定后面的字符。
若出现},输出这一行,循环结束。
出现字母,temp+=继续读取下一位
若为字母,te
- 2022-05-17 00:27:22下载
- 积分:1
-
3D螺旋上升效果
/****************************************************************************
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- 2022-05-13 07:02:29下载
- 积分:1
-
计算FFT的任何序列及其C语言写的
Calculates the FFT of any sequence and its written in C language
- 2023-06-26 22:00:03下载
- 积分:1