代码搜索:width

找到约 10,000 项符合「width」的源代码

代码结果 10,000
www.eeworm.com/read/143387/12879596

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/330552/12881247

asp admin_editmenus.asp

www.eeworm.com/read/143326/12883162

asp mailbox.asp

www.eeworm.com/read/143326/12883241

asp tongzhi.asp

www.eeworm.com/read/143326/12883798

asp elearn.asp

www.eeworm.com/read/143326/12883833

asp help_edit.asp

www.eeworm.com/read/143284/12886497

cpp 零件切割问题.cpp

//给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。要求求出一种切割法使得所使用的矩形板的高度h最小.用递归及分治法解此问题 #include #include using namespace std; #define MAX 100 ...
www.eeworm.com/read/244097/12888190

c ppm.c

/* * PPM Video Hook * Copyright (c) 2003 Charles Yates * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License a