代码搜索:Thin
找到约 1,525 项符合「Thin」的源代码
代码结果 1,525
www.eeworm.com/read/150909/12246536
cpp img_thin.cpp
#ifndef __IMG_THIN_CPP__
#define __IMG_THIN_CPP__
#include "fvstypes.h"
#include "fvsimage.h"
#include "img_thin.h"
#define REMOVE_P { img[x][y]=0x80; changed = TRUE; }
/*
From : Nadeem Ahm
www.eeworm.com/read/252289/12287489
c img_thin.c
/*#############################################################################
* 文件名:img_thin.c
* 功能: 实现了图像细化操作
* modified by PRTsinghua@hotmail.com
#############################################
www.eeworm.com/read/250985/12371689
bmp pencil_thin.bmp
www.eeworm.com/read/149373/12384316
c img_thin.c
/*#############################################################################
* 文件名:img_thin.c
* 功能: 实现了图像细化操作
* modified by PRTsinghua@hotmail.com
#############################################
www.eeworm.com/read/148850/12422140
au thin.bell.au
www.eeworm.com/read/232142/14207579
m thin_wire.m
% pattern of a thin wire of lengh L
clear
rad=pi/180;
k=2*pi;
L=input('Enter wire length in wavelengths: ');
kl=k*L;
it=0;
for th=0:1:360
thr=th*rad;
it=it+1;
E=0;
if abs(sin(th
www.eeworm.com/read/129847/14222540
adb zlib-thin.adb
----------------------------------------------------------------
-- ZLib for Ada thick binding. --
-- --
--
www.eeworm.com/read/129847/14222553
ads zlib-thin.ads
----------------------------------------------------------------
-- ZLib for Ada thick binding. --
-- --
--
www.eeworm.com/read/123495/14627920
h img_thin.h
/*########################################################################
The contents of this file are subject to the Mozilla Public License
Version 1.0(the "License"); You may NOT use thi
www.eeworm.com/read/123495/14627935
cpp img_thin.cpp
#ifndef __IMG_THIN_CPP__
#define __IMG_THIN_CPP__
#include "fvstypes.h"
#include "fvsimage.h"
#include "img_thin.h"
#define REMOVE_P { img[x][y]=0x80; changed = TRUE; }
/*
From : Nadeem Ahm