代码搜索:maxsize
找到约 3,410 项符合「maxsize」的源代码
代码结果 3,410
www.eeworm.com/read/271693/10983703
m maxsize.m
function res = maxsize(varargin)
% DESCRIPTION res = maxsize(a,b,c,...)
% Takes any number of inputs and
% leaves the maximum size for all of them.
% INPUT
% an argument list with variables of dif
www.eeworm.com/read/406910/11432794
m maxsize.m
function res = maxsize(varargin)
% DESCRIPTION res = maxsize(a,b,c,...)
% Takes any number of inputs and
% leaves the maximum size for all of them.
% INPUT
% an argument list with variables of dif
www.eeworm.com/read/250225/12423170
m maxsize.m
function res = maxsize(varargin)
% DESCRIPTION res = maxsize(a,b,c,...)
% Takes any number of inputs and
% leaves the maximum size for all of them.
% INPUT
% an argument list with variables of dif
www.eeworm.com/read/223835/14615957
c maxsize.c
#include
#include
int main (void)
{
unsigned long big = ULONG_MAX;
printf("minimum int = %i, ", INT_MIN);
printf("maximum int = %i \n", INT_MAX);
printf("maximun unsigned =
www.eeworm.com/read/493417/1167557
java maxsize.java
/*
* Maxsize.java
*
* Created on 2007年10月14日, 下午10:55
*/
package org.Adam;
import java.awt.Dimension;
import java.awt.Toolkit;
import java.awt.Toolkit;
/**
*
* @author Administ
www.eeworm.com/read/113806/6125601
java ui_ex14.java
// 程序名UI_Ex14.java
// 测试TextBox对象的最大值
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
public class UI_Ex14 extends MIDlet implements CommandListener {
private Display d
www.eeworm.com/read/393250/8302375
txt 5.22.txt
Status AddTSM(TSMatrix &A,TSMatrix B)
/* 将三元组矩阵B加到A上: A=A+B */
{
int pa,pb,pc;
int i,j,x,sum;
if(A.mu!=B.mu||A.nu!=B.nu) return ERROR;
if(A.tu==0) {
www.eeworm.com/read/117075/14940603
c life.c
#include "base.h"
typedef struct{
int b;
int n;
}Life;
Life lifenode[MAXSIZE+2][MAXSIZE_Y+2];
void InitLife();
void ShowLife(Life [][MAXSIZE_Y+2]);
void ShowEndMenu();
int Count(Life