代码搜索:债权分割
找到约 1,468 项符合「债权分割」的源代码
代码结果 1,468
www.eeworm.com/read/345167/11834798
cpp extremumgold1d.cpp
//ExtremumGold1D.CPP 黄金分割法求一维函数极值
#include //模板类iostream输入输出流标准头文件
#include "Extremum.h" //极值头文件
using namespace std; //名字空间
void main()
{
double fextremum,ax,bx,cx,fa,fb,fc,
www.eeworm.com/read/253803/12198829
htm 年重组高校900所.htm
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|22 Nov 2000 07:51:14 -0000
vti_extenderversion:SR|4.0.2.5322
vti_filesize:IR|2114
vti_title:SR|改变条块分割
vti_metatags:VR|HTTP-EQUIV=Content-Type text/
www.eeworm.com/read/225303/14545415
txt image.txt
下面是OPENCV B4.0 附带的 FLOOD FILL 算法的源代码样例,可以实现简单的彩色图像分割。
#ifdef _CH_
#pragma package
#endif
#ifndef _EiC
#include "cv.h"
#include "highgui.h"
#include
#include
www.eeworm.com/read/38039/1091626
mnu inline_conn.mnu
INLINE#CONN 串联连接器
#
Select#Wires 选取线
Select wires to be split by the inline connector's placement.
选择线按串联连接器位置分割
Sel#Location 选取位置
Select the location for placing the inline connector.
选取放置串联连接器的位置.
www.eeworm.com/read/292658/8343007
cpp extremumgold1d.cpp
//ExtremumGold1D.CPP 黄金分割法求一维函数极值
#include //模板类iostream输入输出流标准头文件
#include "Extremum.h" //极值头文件
using namespace std; //名字空间
void main()
{
double fextremum,ax,bx,cx,fa,fb,fc,
www.eeworm.com/read/367134/9780750
cpp extremumgold1d.cpp
//ExtremumGold1D.CPP 黄金分割法求一维函数极值
#include //模板类iostream输入输出流标准头文件
#include "Extremum.h" //极值头文件
using namespace std; //名字空间
void main()
{
double fextremum,ax,bx,cx,fa,fb,fc,
www.eeworm.com/read/106115/15647645
htm 年重组高校900所.htm
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|22 Nov 2000 07:51:14 -0000
vti_extenderversion:SR|4.0.2.5322
vti_filesize:IR|2114
vti_title:SR|改变条块分割
vti_metatags:VR|HTTP-EQUIV=Content-Type text/
www.eeworm.com/read/104439/15693077
htm 年重组高校900所.htm
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|22 Nov 2000 07:51:14 -0000
vti_extenderversion:SR|4.0.2.5322
vti_filesize:IR|2114
vti_title:SR|改变条块分割
vti_metatags:VR|HTTP-EQUIV=Content-Type text/
www.eeworm.com/read/386328/8753869
asv ksw_qiongju.asv
%%%利用最佳直方图熵法(KSW熵法)及穷举法实现灰度图像阈值分割
%%%主程序
%%初始部分,读取图像及计算相关信息
clear;
close all;
clc;
I=imread('r');
hist=imhist(I);
total=0;
for i=0:255
total=total+hist(i+1);
end
hi