-
一个各种著名算法问题的c源程序包,推荐
一个各种著名算法问题的c源程序包,推荐-A variety of well-known algorithm for the problem c source, the recommendation
- 2022-07-27 00:11:36下载
- 积分:1
-
FSA算法的MATLAB实现,经过了严格的测试。能运行。是不可多得的能运行的代码。希望能给你帮助!...
FSA算法的MATLAB实现,经过了严格的测试。能运行。是不可多得的能运行的代码。希望能给你帮助!-FSA algorithm MATLAB realized, after rigorous testing. Will be able to run. Is rare to run the code. I hope you can help!
- 2022-12-19 22:10:03下载
- 积分:1
-
用C#实现线性表和多项式相加功能
用C#实现线性表和多项式相加功能-C# linear polynomial form and function together
- 2023-08-13 05:45: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
-
"DIGITAL SIGNAL PROCESSING WITH C AND THE TMS32 0C30," a book of incid...
"DIGITAL SIGNAL PROCESSING WITH C AND THE TMS32 0C30"一书的附带程序,几乎包括所有数字信号处理的基本算法,很不错的源程序,可以加深对数字信号处理的理解-"DIGITAL SIGNAL PROCESSING WITH C AND THE TMS32 0C30," a book of incidental proceedings, including almost all of the digital signal processing algorithm, a very good source, it can deepen the digital signal processing to understand
- 2022-01-26 03:27:13下载
- 积分:1
-
Phep toan Dai so tuyen tinh
这是关于Dai so tuyen tinh的资料,请参阅附件。这是关于Dai so tuyen tinh的资料,请参阅附件文件。这个是否向供应商提供有关Dai so tuyen tinh的信息,请参阅随附文件
- 2023-08-16 13:55:02下载
- 积分:1
-
原始生成随机数
原创的可以产生随机数-original generate random numbers
- 2022-03-20 18:51:36下载
- 积分:1
-
计算字符串表达式的计算引擎,可以是任意复杂的字符串表达式...
计算字符串表达式的计算引擎,可以是任意复杂的字符串表达式-Calculation of the string expression calculation engine, which can be arbitrarily complex string expression
- 2022-02-13 04:34:37下载
- 积分:1
-
消消乐源码(delphi)
消消乐源码,(delphiXE),Delphi XE5实现的一个消消乐游戏代码,该代码是从外国网站下来下来,经过测试可以编译,除了图形效果稍微差了外,基本上和流行的消消乐差不多,该游戏实现了图形的拖放、自动消除、自动下移填充图形、时间限制、分数计算。
- 2023-02-19 05:50:04下载
- 积分:1
-
非定常热传导C语言
资源描述利用显示格式求解非定常热传导方程,网格点数100,时间步长0.01,第一类边界条件
- 2022-07-27 22:08:22下载
- 积分:1