代码搜索结果
找到约 10,000 项符合
Control System 的代码
system.o
XL
H 1 areas 2 global symbols
M System.c
S _System_INIT Ref0000
A text size 10 flags 0
dbfile D:\设计项目\深入浅出AVR\光盘文件\实例程序源代码\实例13_电量计\实例13_电量计_噪声抑制方式\System.c
dbfunc e main 0 fV
dbline FFFFFFFF 0
system.s
.module System.c
.area text(rom, con, rel)
.dbfile D:\设计项目\深入浅出AVR\光盘文件\实例程序源代码\实例13_电量计\实例13_电量计_噪声抑制方式\System.c
.dbfunc e main _main fV
.even
_main::
.dbline -1
.dbline 64
; /********
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.h
#ifndef _SYSTEM_H_
#define _SYSTEM_H_
#ifdef __cplusplus
extern "C" {
#endif
#include "pmplatform.h"
#include
#include
#include
#include "s3c2443.h"
#inc
system.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
system.sln
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "System", "System.vcproj", "{8021942D-D83A-4D09-BFC5-7BC1F937A6F0}"
EndProject
Project
system.h
// System classes
#pragma once
#pragma warning( disable : 4127 ) // conditional expression is constant
#pragma warning( disable : 4100 ) // unreferenced formal parameter
#pragma warning( dis
system.cpp
// System factory methods
#include
#include
#include "System.h"
#include "DirectX/Display.h"
System::Display* System::createDisplay()
{
return new DirectX::Disp