代码搜索结果

找到约 10,000 项符合 Control System 的代码

system.js

langMore='Click To List More Functions'; ETSOOEditor.ModeLangs=["Design","Code","Preview","Make Editable Area Higher","Make Editable Area Lower"]; ETSOOEditor.OtherLangs=["","Default","More...","Ple

system.js

langMore='点击查看相关功能列表'; ETSOOEditor.ModeLangs=["设计","代码","预览","增高编辑区","减低编辑区"]; ETSOOEditor.OtherLangs=["","默认","更多...","请在这里输入文字"]; ETSOOEditor.WindowLangs=["确定","取消","关闭"]; ETSOOEditor.Langs={

_system.c

/* $Id: _system.c 25049 2006-12-03 21:06:03Z fireball $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS system libraries * FILE: lib/msvcrt/process/system

system.c

/* * Win32 5.1 Theme system * * Copyright (C) 2003 Kevin Koltzau * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Pub

system.h

#define move_to_user_mode() \ __asm__ ("movl %%esp,%%eax\n\t" \ "pushl $0x17\n\t" \ "pushl %%eax\n\t" \ "pushfl\n\t" \ "pushl $0x0f\n\t" \ "pushl $1f\n\t" \ "iret\n" \ "1:\tmovl $0x17,%%eax\n\t

system.h

#define move_to_user_mode() \ __asm__ ("movl %%esp,%%eax\n\t" \ "pushl $0x17\n\t" \ "pushl %%eax\n\t" \ "pushfl\n\t" \ "pushl $0x0f\n\t" \ "pushl $1f\n\t" \ "iret\n" \ "1:\tmovl $0x17,%%eax\n\t

system.java

package java.lang; import java.io.InputStream; import java.io.PrintStream; import com.jopdesign.sys.*; public final class System { // should be final, but we don't call the class initializer //

system.properties

#配置数据库连接 database.connectstring=jdbc:oracle:thin:@127.0.0.1:1521:ORCL database.driver=oracle.jdbc.driver.OracleDriver database.user=test database.password=test

system.hpp

#ifndef _RAR_SYSTEM_ #define _RAR_SYSTEM_ void InitSystemOptions(int SleepTime); void SetPriority(int Priority); void Wait(); bool EmailFile(char *FileName,char *MailTo); void Shutdown(); #endif

system.cpp

#include "rar.hpp" #ifndef _WIN_CE static int SleepTime=0; void InitSystemOptions(int SleepTime) { ::SleepTime=SleepTime; } #endif #if !defined(SFX_MODULE) && !defined(_WIN_CE) #if defined(_WIN