代码搜索:Setting

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

代码结果 10,000
www.eeworm.com/read/127662/14343031

java metalthememenu.java

package lib; import javax.swing.plaf.metal.*; import javax.swing.*; import javax.swing.border.*; import java.awt.*; import java.awt.event.*; public class MetalThemeMenu extends JMenu implem
www.eeworm.com/read/229057/14354636

c btctl-audio.c

/* Affix - Bluetooth Protocol Stack for Linux Copyright (C) 2001 Nokia Corporation Original Author: Dmitry Kasatkin This program is free software; you can red
www.eeworm.com/read/123480/14629011

c lk607wnt.c

#include #include int PASCAL Wcard(LPSTR inb,LPSTR istr); int PASCAL Rcard(LPSTR inb,LPSTR instr); int PASCAL Wcard(LPSTR inb,LPSTR istr) { DCB dcb; COMSTAT comst
www.eeworm.com/read/123480/14629026

c lk602w95.c

#include #include int PASCAL Wcard(LPSTR inb,LPSTR istr); int PASCAL Rcard(LPSTR inb,LPSTR instr); int PASCAL Wcard(LPSTR inb,LPSTR istr) { DCB dcb; COMSTAT comst
www.eeworm.com/read/123025/14651252

dat index.dat

# date url category title author local_comment modification_comment # # date -> The posting/modification date of the article (YYYY/MM/DD) # url -> The short name of the html file (i.e. no path inform
www.eeworm.com/read/121540/14752206

txt readme.txt

Originally this was supposed to be a sample on setting text in the current open document window. Now it is a sample that demonstraits quite a few functions. Give it a try to see what it can do.
www.eeworm.com/read/220838/14786785

txt readme.txt

-------- PROJECT GENERATOR -------- PROJECT NAME : DDS18838104 PROJECT DIRECTORY : F:\DDS188\DDS18838104\DDS18838104 CPU SERIES : 300L CPU TYPE : 38004F TOOLCHAIN NAME : Hitachi H8S,H8/300 Standa
www.eeworm.com/read/119982/14815310

c utime.c

#include #include void main(int argc, char **argv) { if (utime(argv[1], (struct utimbuf *) NULL)) printf("Error setting date and time\n"); else printf("Da
www.eeworm.com/read/219167/14892663

txt readme.txt

问题描述: 该问题被成为硬币兑换问题,我们简称为兑换问题。设有硬币面值有以下n种: c1>c2>........>cn,(例如50分,10分,5分.....1分),已知纸币面值x,确定一个 将x兑换为硬币且使用硬币最少的方法(硬币最小是1)。 问题分析: 介于实际上分的消失,本程序与实际结合,采用现实的人民币计量单位元角。现在市 面上流通的硬币主要是:5角,2角和1角。我们以此为例 ...
www.eeworm.com/read/218075/14940052

c formattest.c

/********************************************************************************************/ /* formatTest: is a simple demonstration of using the FL_IOCTL_FORMAT_PHYSICAL_DRIVE IOctl */ /*