-
3d cylinder vortex meshing
3d cylinder vortex meshing
- 2022-02-12 07:27:22下载
- 积分:1
-
数据结构的课程设计,本算法是用vc++编写的,运行结果很好,大数加法...
数据结构的课程设计,本算法是用vc++编写的,运行结果很好,大数加法-data structure of the curriculum design, the algorithm is prepared by the vc, good operating results, large numbers Adder! !
- 2022-04-30 14:47:05下载
- 积分:1
-
根据ASCII码输出汉字的一个程序!!希望对大家有所帮助
根据ASCII码输出汉字的一个程序!!希望对大家有所帮助
- 2022-09-19 17:05:03下载
- 积分:1
-
在基础半正弦冲击作用下,软特性刚度系统的冲击响应计算程序...
在基础半正弦冲击作用下,软特性刚度系统的冲击响应计算程序-In the basic role of half-sine shock, the soft characteristics of the stiffness of the shock response system program
- 2022-01-25 16:06:38下载
- 积分:1
-
拜耳图像插值
彩色演通过定向线性最小均方误差 EstimationDigital 摄像机样品使用彩色滤光片的场景马赛克图案 (例如,拜耳模式) 的数组。演颜色样本的图像质量的关键。这本文提出了一种新颜色演的优化技术定向滤波的绿色 — — 红色和绿色 — — 蓝色的区别信号。两者的主要区别信号的假设下(PDS) 之间的绿色和红色/蓝色通道是低通缺少绿色样本自适应地估计在两个水平和垂直方向的线性最小均方误差估计 (LMMSE) 技术。这些方向的估计然后以最佳方式融合,进一步提高绿色的估计数。最后,遵循 demosaicked 的全分辨率绿色通道,其他两个颜色通道是从 LMMSE 重建筛选和融合的综合布线系统。实验结果表明,提出了的颜色演技术优于现有的方法在峰值信噪比测量和视觉感知。
- 2022-06-29 16:16:54下载
- 积分:1
-
问题:小明的家里有五口人,他们排成一排照相,那么一共有多少种排法呢,你能不能把所有的排法写出来?...
问题:小明的家里有五口人,他们排成一排照相,那么一共有多少种排法呢,你能不能把所有的排法写出来?
-: Xiao Ming is the home of five, they line up a row of photographs, and then a row the total number of species law, um, You can put all the scheduling was made?
- 2023-02-26 00:55:04下载
- 积分:1
-
believe that the process of learning C# has been a long time and just portal GUI...
相信这个程序对已经学习C#很久而刚刚入门图形界面编程的初学者有用,一个用C#做的计算器-believe that the process of learning C# has been a long time and just portal GUI Programming beginners useful, one C# do Calculator
- 2022-02-14 09:58:18下载
- 积分:1
-
最短小的dvd解码程序
最短小的dvd解码程序-shortest small DVD decoding procedures
- 2022-03-05 07:14:10下载
- 积分:1
-
用C语言实现大整数相乘问题
用C语言实现大整数相乘问题-C Language large integer multiplication problems
- 2022-05-26 22:27:39下载
- 积分:1
-
linux下的cure聚类算法
是linux下的cure算法,比较完整
#if !defined(lint) && !defined(SABER)
static char rcsid[] = "$Header: /usr/src/local/conn/cluster/RCS/cluster.c,v 1.23 1993/02/03 07:43:07 stolcke Exp $";
#endif /* not lint */
#include
#include
#include
#include "alloc.h"
#include "error.h"
#include "cluster.h"
#define NONE (-2)
#define BUFSIZE 256
#ifndef SCALE
#define SCALE "_SCALE_"
#endif
#ifndef DONTCARE
#define DONTCARE "D/C"
#endif
#ifndef MAXFLOAT
#define MAXFLOAT ((float)3.40282346638528860e+38)
#endif
static FLOAT distance();
static FLOAT root();
static FLOAT cure_distance();
static void merge();
- 2023-07-29 18:30:03下载
- 积分:1