代码搜索:clean
找到约 10,000 项符合「clean」的源代码
代码结果 10,000
www.eeworm.com/read/127382/14357128
makefile
include ../Make.defines
PROGS = bigfwrite buf fclose fdopen2 \
getcharbug getput tempfiles tempnam tungetc
all: ${PROGS}
clean:
rm -f ${PROGS} ${TEMPFILES}
www.eeworm.com/read/226908/14448270
vb mainform.designer.vb
_
Partial Public Class MainForm
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component li
www.eeworm.com/read/226908/14448425
vb aboutform.designer.vb
_
Partial Public Class AboutForm
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component l
www.eeworm.com/read/226908/14448444
vb loginform.designer.vb
_
Partial Public Class LoginForm
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component l
www.eeworm.com/read/124814/14536907
mk xml.mk
#ident "@(#)apps:samples/atmi/xml/xml.mk 70.1"
#
INSTALL = orderclt shirtordersvr shoeordersvr
INSTALLWS = worderclt
all: $(INSTALL) $(INSTALLWS)
install: $(INSTALL)
installws: $(INSTALLWS)
clean:
www.eeworm.com/read/225466/14540052
vb mainform.designer.vb
_
Partial Public Class MainForm
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component li
www.eeworm.com/read/122453/14689392
todo
clean up symbol leakage
plugin: size to window (?) if no embed bounds
lib: global scaling
General problems:
- two areas that share a boundary are not drawn so that the boundary
is completely op
www.eeworm.com/read/221729/14725712
java apriori.java
package datamining;
import java.io.*;
import java.util.*;
/**
* A bare bone clean implementation of the Apriori
* algorithm for finding frequent itemsets. Good for educational
* purposes
www.eeworm.com/read/221058/14758815
java apriori.java
package datamining;
import java.io.*;
import java.util.*;
/**
* A bare bone clean implementation of the Apriori
* algorithm for finding frequent itemsets. Good for educational
* purposes
www.eeworm.com/read/11200/212014
vb mainform.designer.vb
_
Partial Class MainForm
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.