代码搜索:constructs

找到约 1,240 项符合「constructs」的源代码

代码结果 1,240
www.eeworm.com/read/400577/11573070

m setfiles.m

%SETFILES Set files (directory names) for datafile % % A = SETFILES(A,DIRNAMES) % % INPUT % A - Datafile % DIRNAMES - Character array with directory (or file) names % % OUTPUT % A
www.eeworm.com/read/345224/11825494

c bccstack.c

/* * this is the only way to tell the linker we need a large stack size * with the 16-bit borland package. Note by the way that this is one * of those constructs my compiler doesn't know how to
www.eeworm.com/read/343059/11979542

java serverstoprequest.java

package at.ac.uni_linz.tk.vchat; /** * Represents a request for stopping the ChatServer. * * @author Arno Huetter * (C)opyright by the Institute for Computer Science, Telecooperation D
www.eeworm.com/read/343059/11979679

java roomevent.java

package at.ac.uni_linz.tk.vchat; import java.io.*; /** * Represents a changement of a Room's state. * * @author Arno Huetter * (C)opyright by the Institute for Computer Science, T
www.eeworm.com/read/343059/11979758

java roomcreateevent.java

package at.ac.uni_linz.tk.vchat; import java.io.*; /** * Represents the new creation of a room. * * @author Arno Huetter * (C)opyright by the Institute for Computer Science, Telec
www.eeworm.com/read/343059/11979794

java roomupdateevent.java

package at.ac.uni_linz.tk.vchat; import java.io.*; /** * Represents an update of a Room. * * @author Arno Huetter * (C)opyright by the Institute for Computer Science, Telecooperat
www.eeworm.com/read/343059/11979829

java serverrestartrequest.java

package at.ac.uni_linz.tk.vchat; /** * Represents a request for restarting the ChatServer. * * @author Arno Huetter * (C)opyright by the Institute for Computer Science, Telecooperation
www.eeworm.com/read/343059/11979832

java roomremoveevent.java

package at.ac.uni_linz.tk.vchat; import java.io.*; /** * Represents a removale of a Room. * * @author Arno Huetter * (C)opyright by the Institute for Computer Science, Telecoopera
www.eeworm.com/read/343059/11979848

java userlogoutevent.java

package at.ac.uni_linz.tk.vchat; /** * Represents a logout of a User. * * @author Arno Huetter * (C)opyright by the Institute for Computer Science, Telecooperation Department, Universi
www.eeworm.com/read/255995/12038448

java dataformatexception.java

/** * This exception is thrown when malformed data is detected while * a file being parsed. * * @author author name * @version 1.0.0 */ public class DataFormatException extends Exception