-
线性规划算法的实现
线性规划算法的实现-linear programming algorithm implementation
- 2022-07-01 08:54:43下载
- 积分:1
-
FLCS在3DIC設計中會使用的方法
在3DIC設計中會使用的方法
Floorplanning is an important and dispensable stage in the traditional integrated circuit design process. With the raised module numbers and increased wire length, the computation complexity is raised dramatically. Obviously, the traditional algorithms need to be updated. We developed an orthogonal table, in which each factor represents a module and the level of a specified factor denotes the orientation of that module. With this orthogonal table, the solution space is significantly decreased.
We use sequence pair to represent a floorplan and the fast longest common subsequence is used accordingly to calculate the area of
- 2022-08-13 12:52:54下载
- 积分: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
-
on the rough tree algorithm
讲解了树的粗略算法-on the rough tree algorithm
- 2022-02-21 15:55:32下载
- 积分:1
-
利用快速傅立叶变换间接计算的Hilbert变换。程序已测试,效果很好...
利用快速傅立叶变换间接计算的Hilbert变换。程序已测试,效果很好-The use of Fast Fourier Transform Hilbert transform calculated indirectly. Procedures have been tested, the effect of good
- 2022-03-15 17:45:20下载
- 积分:1
-
多项式拟合 demo
1、把x,y数据复制在txt文件
2、输入拟合阶数
3、点击拟合
- 2023-08-07 19:15:03下载
- 积分:1
-
matlab生成随机迷宫
迷宫不一定有解,生成过程(伪)随机。
特点:生成过程有趣。
第一次发程序。
- 2022-06-27 12:16:46下载
- 积分:1
-
高斯―塞德尔迭代法。
高斯―塞德尔迭代法。-Gauss- Seidel iteration.
- 2022-05-22 21:37:54下载
- 积分:1
-
这是关于支持向量机SVM方面的代码,大家可以用一下
这是关于支持向量机SVM方面的代码,大家可以用一下-on support vector machines SVM area code, we can use this
- 2022-09-09 01:00:03下载
- 积分:1
-
pfx 或 p12 文件解析器
pfx 测试 java 代码中,解密 p12 格式文件 (如.pfx,.p12 文件)
pfxtest 使用的是 base64 编码,采样的 p12 文件
pfx 密码是 123456,
是三级的证书链
解析使用 BC lib — JCE 打开实现
- 2022-08-21 14:48:06下载
- 积分:1