-
它把一副图片分成RGB三个通道进行显示,使用时请注意你自己的文件路径
这个是基于VC6.0+opencv1.0平台下运行的,大家打开这个文件的时候可能会感觉到程序好像有点乱,你直接复制然后粘贴到你的程序界面就可以使用了,它把一副图片分成RGB三个通道进行显示,使用时请注意你自己的文件路径
- 2022-10-11 15:40:04下载
- 积分:1
-
! 平面框架结构静力分析程序(by fortran) ! 后处理法 ! ! 主要功能: ! 输入单元结点编号,自动生成结点位移编号; ! 总刚元素按上三角阵存储...
! 平面框架结构静力分析程序(by fortran) ! 后处理法 ! ! 主要功能: ! 输入单元结点编号,自动生成结点位移编号; ! 总刚元素按上三角阵存储; ! 主1副0法引入位移约束条件 ! GAUSS消元法解线性代数方程组;-! Plane frame structure static analysis procedures (by fortran)! After the treatment!! Main functions:! Input module node number automatically generated node displacement number ! Total just click on the triangle element array storage ! Master a 0 Law on the introduction of displacement constraints! GAUSS elimination method solving linear algebraic equations
- 2022-08-07 01:25:00下载
- 积分:1
-
Matlab蚁群优化聚类算法
本文件提供了蚁群优化算法,实现了Kmean聚类,投影寻踪聚类,可以用于图像分割、点云聚类,对于广大算法研究者具有很好的借鉴意义。
- 2022-03-22 02:53:16下载
- 积分:1
-
基于STM32的经典PID算法
基于STM32的经典PID算法,对于做电源行业的朋友是好东西
- 2023-06-02 02:40:03下载
- 积分: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
-
麻省理工学院光子晶体的计算程序,很强大,很有价值…
麻省理工的计算光子晶体的程序,功能非常强大,很有研究价值的软件-MIT photonic crystal calculation procedures, which is very strong, very valuable software
- 2022-04-17 05:02:37下载
- 积分:1
-
C数值算法 经典
C数值算法 经典-C value algorithm classics
- 2023-03-14 11:10:05下载
- 积分:1
-
用C++编写的多项式插值算法和有理函数插值算法!
用C++编写的多项式插值算法和有理函数插值算法!-prepared by the polynomial interpolation algorithm and rational function interpolation algorithm!
- 2022-03-22 21:30:05下载
- 积分:1
-
This is a long integers. Reprinted.
这是一个超长整数加法.转载.-This is a long integers. Reprinted.
- 2022-04-27 22:56:38下载
- 积分:1
-
VB 密钥生成器
这是一个简单的密钥生成器应用程序,可以用来为您的应用程序生成密钥。它使用的组织的名称来生成密钥。
- 2022-07-01 07:52:50下载
- 积分:1