-
关于数值计算的一些源代码,包括了从矩阵分解到解微分方程...
关于数值计算的一些源代码,包括了从矩阵分解到解微分方程-on numerical calculation of the source code, including from the decomposition of the matrix solution Differential Equations
- 2022-01-31 02:17:26下载
- 积分:1
-
简单快速的肤色检测程序
根据K-L变化对肤色的椭圆区域YUV颜色空间对摄像头采集的图像进行肤色提取,简易而快速的算法,适合在不同的光照背景之下。
- 2022-04-07 20:46:45下载
- 积分:1
-
对图片进行快速傅里叶变换,输出变换后结果图片
对图片进行快速傅里叶变换,输出变换后结果图片-Fast Fourier transform of the picture, the output result of the transformed image
- 2022-08-20 03:30:01下载
- 积分:1
-
c# 经纬度计算面积
c# 经纬度计算面积c# 经纬度计算面积c# 经纬度计算面积c# 经纬度计算面积c# 经纬度计算面积c# 经纬度计算面积
- 2022-01-25 17:38:26下载
- 积分:1
-
本程序为matlab版的Mie级数展开程序,用来求解球体散射场;
本程序为matlab版的Mie级数展开程序,用来求解球体散射场;-the procedures for Matlab version of the Mie Series procedures used to solve scattering ball field;
- 2022-02-13 17:21:26下载
- 积分:1
-
多机器人路径规划算法,RVO
多机器人路径规划算法,可视化界面显示,默认实验数据为实现4个机器人路径规划。希望对于路径规划的学习者有一定帮助。
- 2022-10-31 01:15:03下载
- 积分:1
-
java源代码的准一维欧拉求解器
Gryphon is a Java-based computational fluid dynamics code written to solve the quasi 1-D Euler equations.
- 2022-02-03 14:01:49下载
- 积分:1
-
Clustering objects on subsets of attributes
Clustering objects on subsets of attributes - COSA - a subspace clustering algorithm.-Clustering objects on subsets of attributes- COSA- a subspace clustering algorithm.
- 2022-02-14 17:21:45下载
- 积分:1
-
unknownexercice
#include < stdlib.h >
#include < stdio.h >
#include < sys/types.h >
#include < sys/stat.h >
#include < fcntl.h >
int 主要 (int argc、 char *argv[])
{
int fd、 fd2、 fd3 ;
int i;
浅黄色 char [10] ;
fd=open(argv[1],O_RDONLY) ;
if(fd2=open(argv[2],O_WRONLY) = =-1)
{
fd3 = 共创 (argv [2],S_IRUSR |S_IWUSR) ;
read(fd,buff,10) ;
write(fd3,buff,10) ;
}
其他
{
fd2=open(argv[2],O_TRUNC) ;
read(fd,buff,10) ;
write(fd2,buff,10) ;
}
返回 0 ;
}
- 2023-05-04 19:30:03下载
- 积分:1
-
mfc中通过opencv2显示摄像头视频
网上现有的通过opencv2实现显示摄像头视频代码都是控制台程序。借助网上一个多线程实例实现在MFC对话框上通过OpenCV2直接显示摄像头视频,希望您有帮助。
VS2008+OpenCV2.4.4
- 2022-03-01 18:48:50下载
- 积分:1