-
C 编程示例
C 编程示例: 这些程序说明各种编程元素的概念,如使用运算符、 循环、 函数、 单人和双人的二维数组,字符串、 文件、 指针等上执行的操作。浏览到你正在寻找,其中每个之一提供输出复杂的简单的 c 程序中的代码。
- 2023-06-20 15:55:03下载
- 积分:1
-
c语言常用算法源代码
c语言常用算法源代码 -c language commonly used algorithm source code
- 2022-03-03 01:11:55下载
- 积分:1
-
一个费诺编码器,输入N个总和为1的小数,就可以得到N个费诺码
一个费诺编码器,输入N个总和为1的小数,就可以得到N个费诺码-a fee Connaught encoder input N sum of a minority, it can be N Connaught yards charges
- 2022-07-11 04:35:49下载
- 积分:1
-
矩阵计算器
这个卡尔可以计算加、 减法,trancpose,乘 !
- 2022-04-17 07:49:20下载
- 积分:1
-
Redes Bayesianas
Prediciendo resultdos de partidos de 足球德尔世界巴西 2014年,con redes y bayesinas 大数据
- 2022-10-26 08:10:02下载
- 积分:1
-
一个中值滤波程序
一个中值滤波程序-a median filter programme
- 2022-07-23 01:49:47下载
- 积分: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
-
水平集方法实现图像分割
这份代码是用matlab 编写的,实现图像的分割,尤其对于背景和前景灰度差不明显的图像,效果非常好,采用CV模型,也是主动轮廓模型的一种类型,本程序采用半隐式方案实现变分水平集图像分割方法中的CV模型,效果很好~~~希望对大家有所帮助
- 2022-05-21 03:20:01下载
- 积分:1
-
ldpc 码的代码
我有新代码为编码器。我获得了编码器的新代码。我喜欢新代码的编码器。请下载此代码为感谢你非常
- 2022-01-25 18:09:09下载
- 积分:1
-
快速正弦变换和余弦变换
快速正弦变换和余弦变换-rapid transformation sine and cosine transform
- 2022-04-25 17:04:39下载
- 积分:1