-
Delphi算法与数据结构
第1章 什么是算法1.1 什么是算法1.2 算法和平台 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-22 16:17:07下载
- 积分:1
-
GPU generic terms for the programming language BrookGPU 0.4
用于GPU通用计算的编程语言BrookGPU 0.4-GPU generic terms for the programming language BrookGPU 0.4
- 2022-08-05 09:44:56下载
- 积分:1
-
大点数 快速傅立叶变换 用Matlab编程实现 运行很好
大点数 快速傅立叶变换 用Matlab编程实现 运行很好-Great points Fast Fourier Transform with Matlab programming to run good
- 2023-02-10 20:05:03下载
- 积分: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
-
NXP单片机LPC900系列AD程序
NXP单片机LPC900系列AD程序,和DA程序较好的例程,能够具有很好移植性和通用性!
- 2022-01-25 18:26:21下载
- 积分:1
-
CRF跨平台源代码
条件随机场源代码,本人对其进行了修改,可以在linux平台和window平台执行,不用修改代码,可以直接执行。
- 2022-03-24 00:34:24下载
- 积分:1
-
Dijkstra algorithm最短路径算法
Dijkstra算法在EXCEL的实现
- 2022-02-28 20:49:37下载
- 积分:1
-
计算两个100位大数的除法,结果保留100位小数
计算两个100位大数的除法,结果保留100位小数-Calculation of two of the division of large numbers 100, 100 to retain a small number of results
- 2022-06-03 18:58:35下载
- 积分:1
-
《计算机算法基础》(华工版)关于单源点最短路径生成最短路径贪心算法;...
《计算机算法基础》(华工版)关于单源点最短路径生成最短路径贪心算法;-"computer algorithms" (laborers version) on the single-source shortest path generation Shortest Path greedy algorithm;
- 2022-06-12 13:59:16下载
- 积分:1
-
本人收集的DSP处理例子程序-数字录音程序
本人收集的DSP处理例子程序-数字录音程序-I collect examples of DSP processing procedures-digital recording procedures
- 2022-12-24 19:50:02下载
- 积分:1