-
用C语言实现地图着色问题
用C语言实现地图着色问题-C language map Coloring
- 2022-02-16 04:32:17下载
- 积分:1
-
算法设计与分析基础(中文).pdf
清华大学出版社
算法设计与分析基础(中文).pdf
清华大学出版社-Algorithm design and analysis of the basis of (Chinese). Pdf Tsinghua University Press
- 2022-06-01 04:10:28下载
- 积分:1
-
VC下最牛的算数表达式,将math.h 所有函数都集成到一起都能用计算出来,包括加减乘除;(、 正玄、 余玄,乘方,log ln,等...
VC下最牛的算数表达式,将math.h 所有函数都集成到一起都能用计算出来,包括加减乘除;(、 正玄、 余玄,乘方,log ln,等 -VC most cattle arithmetic expression math.h will integrate all functions are used together can be worked out including the arithmetic; (, Shogen, Yuxuan, involution, ln log, etc.
- 2022-02-20 17:13:59下载
- 积分:1
-
C语言基础代码包
找数字,求最大数与最小数,循环右移k位,删除一个数,知道一个数删数,冒泡排序,插入排序的基本代码
- 2022-04-15 18:51:41下载
- 积分:1
-
点可配置FFT算法的源代码,注释详细
点可以配置fft算法的源代码,注释,细节
- 2023-04-19 04: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
-
加减乘除24,java的GUI界面,输入的数字在1
加减乘除24,java的GUI界面,输入的数字在1-13的范围内,产生的结果中已去除了冗余的结果,并统计产生结果的个数.- The arithmetic operations 24, java GUI contact surface, the
input numeral in 1-13 scope, in the result which produces has removen
the redundancy result, and the statistics has the result integer
- 2022-02-26 00:51:20下载
- 积分:1
-
面部识别大师
关于人脸表情识别,
- 2023-07-10 14:00:02下载
- 积分:1
-
eye location in hue image
eye location in hue image
- 2022-06-30 12:24:31下载
- 积分:1
-
JPEG Decoder in Java
这是Java上用于jpeg解码的开源代码,里面注释非常清晰,是学习的很好材料,里面的主要类有DCT.java HuffmainTable.java,JPEGComponent.java, JPEGDecoder... 希望跟大家分享,谢谢大家!!!!!!!!!!!!!
- 2022-06-20 05:50:11下载
- 积分:1