-
8位冗余二进制乘法器源码
该8位乘法器采用冗余二进制编码。0或1需要用2位bit表示。
冗余二进制使得部分积压缩部分速度更快,不受到进位的影响
编程语言为verilog
- 2022-09-25 10:35:02下载
- 积分:1
-
推荐系统-电影推荐-SVD方案
这是数据挖掘中的一次作业,用推荐系统的方法,来对电影打分。SVD(Singular Value Decomposition)的想法是根据已有的评分情况,分析出评分者对各个因子的喜好程度以及电影包含各个因子的程度,最后再反过来根据分析结果预测评分。
- 2022-01-26 06:44:24下载
- 积分:1
-
这是我下的fortran的文件,大家多多交流,呵呵,不是垃圾
这是我下的fortran的文件,大家多多交流,呵呵,不是垃圾-the FORTRAN documents, we interact more, huh, not rubbish
- 2022-04-14 20:11:55下载
- 积分:1
-
Integration of the circular restricted three
Integration of the circular restricted three-body problem with burlish stoer routine. Using Numerical recipes in C (routines mmid, bsstep, odeint and pzextr
- 2022-05-29 06:04:31下载
- 积分:1
-
基于遗传算法的K-means算法研究
(Genetic Algorithm Based K-means algorithm, related program and algorithm description.)
- 2022-06-01 23:06:04下载
- 积分:1
-
使用栈实现括弧配对问题
使用栈实现括弧配对问题-use Stack bracket matching problem
- 2022-12-07 22:35:03下载
- 积分:1
-
VB的傅里叶变换光谱数据的快速傅里叶变换算法包括分钟…
用VB实现的傅立叶变换谱方法
包括复数据快速傅立叶变换算法、实数据快速傅立叶变换算法1、实数据快速傅立叶变换算法2、快速正弦变换和余弦变换等-VB Fourier transform spectra data including Minute Fast Fourier Transform algorithm, false information Fast Fourier Transform algorithm for one, real data Fast Fourier Transform algorithm 2, rapid transformation sine and cosine transform, etc.
- 2022-03-02 19:34:06下载
- 积分:1
-
crc计算字符串的代码
han"scrc计算字符串的代码,里面还包含有日期转换,字符串转换为日期等例子,CRC计算安装16或10进制输入,系统自行判断。
- 2022-03-28 21:23:18下载
- 积分:1
-
Lifitime tracer.
*****************************************************
Example...
Lifitime tracer.
*** *** *** *** *** *** *** *** *****
Example:
#include
void foo()
{
TRACE_LIFETIME
usleep(100000)
}
void main()
{
foo()
}
*** *** *** *** *** *** *** *** ***
See lifetimes.log:
FUNC: void foo(), AV TTL: 00000xxxxx us (main.cpp, 000xxx)
TTL: 00000xxxxx us (THREAD ID: 0000xxxx)
******************************************************
Explanation of newly created lifetimes.log:
FUNC - function, whose lifetime we measured
AV TTL - mean (average) spent time of all functions calls
TTL - time spent on each function call
THREAD ID - thread that called a function.
*****************************************************
Description:
- was written for QT project
- multithreaded support (Loki::Singleton has multithreaded sync support)
****************************************************
Dependencies:
- QT
- Loki (A. Alexandrescu)
-Lifitime tracer.
****************************************************
- 2022-02-13 17:25:56下载
- 积分:1
-
Hough圆检测
资源描述写一个简单的Hough特征检测器,可以检测输入图像中的任意大小的圆。
- 2022-05-18 23:22:13下载
- 积分:1