代码搜索:width
找到约 10,000 项符合「width」的源代码
代码结果 10,000
www.eeworm.com/read/159280/10673571
c printf.c
/*
** The "printf" code that follows dates from the 1980's. It is in
** the public domain. The original comments are included here for
** completeness. They are very out-of-date but might be useful
www.eeworm.com/read/421949/10677047
m img2xi.m
function [X,I,K,width,height] = img2xi(root,from,to,format)
% IMG2XI loads images from files and reshape them onto vectors.
% [X,I,K,width,height] = img2xi(root,from,to,format)
%
% IMG2XI loads imag
www.eeworm.com/read/421949/10677081
m pgm2xi.m
function [X,I,K,width,height]=pgm2xi(root,from,to)
% [X,I,K,width,height]=pgm2xi(root,from,to)
%
% PGM2XI reads PGM.* images from directories numbered by
% numbers from - to. These directories are
www.eeworm.com/read/421940/10678537
bas module1.bas
Attribute VB_Name = "Module1"
' *********************************************
' * Code by Robert Wright - *
' *********************************************
' ******************