-
matlab分形程序
实现cantor,分型树,couch曲线等分形图形的建立,内部还包括测距等功能函数
- 2022-05-28 19:14:59下载
- 积分:1
-
BubbleSort_EM_C
Algoritmo de ordenação 单纯 chamado 冒泡排序,ou método bolha。Ordenação um comum e 单纯 de 矢量。É um porém eficiente 段的小家伙 vetores algoritmo ruim。
- 2022-09-17 14:55:04下载
- 积分: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
-
二维屏幕上表现三维点的绘制方法――适合图形编程的数字运算方法原理...
二维屏幕上表现三维点的绘制方法――适合图形编程的数字运算方法原理-2D screen performance 3D Rendering point-- suitable for graphical programming method of calculation principle
- 2022-04-14 15:50:00下载
- 积分:1
-
计算机网络滑动窗口协议C语言源代码(Linux版)
设计一个滑动窗口协议,在仿真环境下编程实现有噪音信道两站点间无差错双工通信
- 2022-08-06 07:18:04下载
- 积分:1
-
SPHysics - SPH Free-surface Flow Solver
SPHysics is a platform of Smoothed Particle Hydrodynamics (SPH) codes
inspired by the formulation of Monaghan (1992) developed jointly by researchers
at the Johns Hopkins University (U.S.A.), the University of Vigo (Spain), the
University of Manchester (U.K.) and the University of Rome La Sapienza (Italy).
Developed over a number of years primarily to study free-surface flow phenomena
where Eulerian methods can be difficult to apply, such as waves, impact of
dam-breaks on off-shore structures.
- 2022-05-26 05:01:36下载
- 积分:1
-
验证码识别
#include
#define W 80 //定义验证码图片的宽度
#define H 20 //定义验证码图片的宽度
#define N 2 //定义字符位数,一般是4位
#define BMP_filename "c: est.bmp"
int x,y,i,s,temp;
int YZM[W][H]={0};
int YZM_red[W][H]={0};
int YZM_green[W][H]={0};
int YZM_blue[W][H]={0};
int rec[W]={0};
int lf[N],rt[N],up[N],dw[N];
char result[N];
void shibie()
- 2022-04-20 09:09:12下载
- 积分:1
-
通用GPU计算已经成为越来越受欢迎,因为GPU的多…
通用GPU计算越来越受欢迎了,原因在于GPU具有多个并行计算单元,这是在GPU上进行通用计算的CPP代码-General GPU computing has become increasingly popular because GPU with multiple parallel computing units, which are common in GPU computing on the CPP code
- 2023-03-15 04:30:04下载
- 积分:1
-
用C++编写最小二乘曲线拟合函数程序
用C++编写最小二乘曲线拟合函数程序-prepared least squares curve fitting procedures Function
- 2022-01-22 02:02:13下载
- 积分:1
-
哈夫曼编码构造 c++程序
哈夫曼编码构造 c++程序 -Huffman coding structure c procedures
- 2022-05-07 06:24:23下载
- 积分:1