代码搜索:Setting
找到约 10,000 项符合「Setting」的源代码
代码结果 10,000
www.eeworm.com/read/338287/12314795
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 V1.
www.eeworm.com/read/148696/12441796
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/233737/14141760
asm boot.asm
; Generated by PSoC Designer ver 4.2 b1013 : 02 September, 2004
;
;@Id: boot.tpl#15 @
;=============================================================================
; FILENAME: boot.asm
; VE
www.eeworm.com/read/233737/14141765
tpl boot.tpl
;@Id: boot.tpl#15 @
;=============================================================================
; FILENAME: boot.asm
; VERSION: 4.15
; DATE: 18 August 2004
;
; DESCRIPTION:
;
www.eeworm.com/read/233737/14141867
asm boot.asm
; Generated by PSoC Designer ver 4.2 b1013 : 02 September, 2004
;
;@Id: boot.tpl#15 @
;=============================================================================
; FILENAME: boot.asm
; VE
www.eeworm.com/read/131510/14142901
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/129922/14216772
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/128628/14287204
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/229449/14338826
c low_level_init.c
/**************************************************
*
* This module contains the function `__low_level_init', a function
* that is called before the `main' function of the program. Normally
*
www.eeworm.com/read/127662/14342983
java logon.java
package lib;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import java.sql.*;
import java.util.*;
import java.text.*;
public class Logon extends JFrame implements ActionLi