代码搜索:Setting
找到约 10,000 项符合「Setting」的源代码
代码结果 10,000
www.eeworm.com/read/446969/7562329
txt readme.txt
@ DPSO is based on the PSO version by Yuhui SHI.
@ Please see the OLD_README before reading this file!!!
/==================== Other Information =============================/
Dissipative PSO
www.eeworm.com/read/445950/7587466
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/445230/7597696
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/444375/7613229
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/440862/7679848
c radio.c
/* -------- radio.c -------- */
#include "dflat.h"
static CTLWINDOW *rct[MAXRADIOS];
int RadioButtonProc(WINDOW wnd, MESSAGE msg, PARAM p1, PARAM p2)
{
int rtn;
DBOX *db = GetParen
www.eeworm.com/read/440239/7691634
c settimer1period.c
/******************************************************************************
* *
* **********
www.eeworm.com/read/436250/7773856
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/298428/7961209
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/396018/8136732
txt readme.txt
-------- PROJECT GENERATOR --------
PROJECT NAME : 7708
PROJECT DIRECTORY : H:\for yxj\7708\7708
CPU SERIES : SH-3
CPU TYPE : SH7708
TOOLCHAIN NAME : Hitachi SuperH RISC engine Standard Toolchain
www.eeworm.com/read/333434/12683042
c ide.c
/*
* linux/drivers/ide/ide.c Version 7.00beta3 Apr 22 2003
*
* Copyright (C) 1994-1998 Linus Torvalds & authors (see below)
*/
/*
* Mostly written by Mark Lord
*