代码搜索:clean

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

代码结果 10,000
www.eeworm.com/read/239776/4594182

sh lp_mk.sh

#!/bin/sh make clean make cp fbtest.out /home/lipeng/nfsroot/rootfs-2.6/ -f cp fbtest.out /tftpboot/lipeng/ -f
www.eeworm.com/read/232407/4699026

txt whatisvcf.txt

The Visual Component Framework is a C++ application framework that offers a modern, clean, C++ architecture and is designed to be cross platform. The core framework is divided into three major librari
www.eeworm.com/read/232407/4699027

txt whatisvcf.txt

The Visual Component Framework is a C++ application framework that offers a modern, clean, C++ architecture and is designed to be cross platform. The core framework is divided into three major librari
www.eeworm.com/read/229812/4751586

gml arch.gml

.chap Build Architecture In an effort to clean up the build process, make it easier for projects to compile on various people's machines and allow for easier ports to other architectures, every p
www.eeworm.com/read/226842/4779834

cs cleanstring.cs

using System; using System.Text; namespace BookShop.Web.WebComponents { /// /// A sample class to clean the input into web pages /// public sealed class CleanString
www.eeworm.com/read/209559/4965130

c ide-default.c

/* * ide-default - Driver for unbound ide devices * * This provides a clean way to bind a device to default operations * by having an actual driver class that rather than special casing * "no dr
www.eeworm.com/read/194658/5125377

vb form1.designer.vb

_ Partial Public Class FormMain Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component li
www.eeworm.com/read/188220/5211318

aspx defaultvb.aspx

www.eeworm.com/read/184877/5244729

makefile

CFLAGS=-O2 -s -Wall -I ../include PROG=cam_time1 cam_time2 all: $(PROG) clean: rm -f $(PROG)
www.eeworm.com/read/184877/5244762

makefile

PROG=raw2yuv CFLAGS=-O2 -s -Wall -I ../include LDLIBS = ../librobot/librobot.a all: $(PROG) clean: rm -f $(PROG)