-
字符串周期
如果一个字符串可以由某个长度为k的字符串重复多次得到,我们说该串以k为周期。例如,abcabcabcabc以3为周期(注意,它也可以6和12为周期,结果取最小周期3)。字符串的长度小于等于100,由调用者保证。详细描述:接口说明原型:int GetMinPeriod(char *inputstring);输入参数:char * inputstring:字符串返回值:
- 2023-05-31 15:20:04下载
- 积分:1
-
能实现16位的快速傅立叶变化,位数可自由设定,输出斜波可调整个数...
能实现16位的快速傅立叶变化,位数可自由设定,输出斜波可调整个数-Can realize the fast Fourier 16 changes in the median can be free to set up, the output ramp adjustable number of
- 2022-02-05 23:36:04下载
- 积分:1
-
极限学习机算法
该算法是黄教授的首创,极限学习机在手写数字集数据库分类中正确率超过了99%,取得了巨大成功,该算法计算快,且效果好,该代码里面不仅有分类还有回归以及各种神经元函数的实现,操作简单。
- 2023-08-02 20:35:02下载
- 积分:1
-
C++实现离散数学中对称矩阵的判断。6行6列的矩阵,闲来无事,用VC++写一个小程序,判断是否是配对矩阵,很有意思哦!...
C++实现离散数学中对称矩阵的判断。6行6列的矩阵,闲来无事,用VC++写一个小程序,判断是否是配对矩阵,很有意思哦!-C++ realization of discrete mathematics in the symmetric matrix judgments. 6 row 6 of the matrix, nothing better, using VC++ to write a small program to determine whether the matching matrix, very interesting oh!
- 2022-01-25 14:58:01下载
- 积分:1
-
BP神经网络java
资源描述包含源代码及说明文档,使用java语言,代码清晰,使用时先用StartLearning类训练,后使用TestMain类测试,说明文档简单讲解了算法流程及注意事项,附带3000个训练测试数据。仅供学习参考,欢迎提问。
- 2023-08-30 04:40:03下载
- 积分:1
-
Biot' s consolidation plane finite element program, used to calculate the wat...
比奥固结平面有限元程序,用于计算地下水位及地面沉降-Biot" s consolidation plane finite element program, used to calculate the water table and land subsidence
- 2022-12-26 17:25:07下载
- 积分:1
-
计算一个以文本格式存储的矩阵的相关系数矩阵,包括例子数据。...
计算一个以文本格式存储的矩阵的相关系数矩阵,包括例子数据。-calculated a text format to store the correlation coefficient matrix of matrices, including examples of data.
- 2022-02-02 21:59:59下载
- 积分:1
-
use function of time, for example, the use of C language in the development of V...
使用时间函数举例,使用C++语言在VC环境中开发.-use function of time, for example, the use of C language in the development of VC environment.
- 2022-03-20 20:16:55下载
- 积分:1
-
labview二维数组排序
很多工程应用中labview一位数组排序非常简单,但是二维数组排序却很费脑筋,作者以前调项目写的小饭粒拿来分享分享
- 2022-05-28 23:31:42下载
- 积分:1
-
汉密尔顿回路的C语言实现代码,是国外的人写的,和好很强大...
汉密尔顿回路的C语言实现代码,是国外的人写的,和好很强大-code for Hamilton circuit C language implementation
- 2022-11-27 20:30:03下载
- 积分:1