代码搜索:electrical system
找到约 10,000 项符合「electrical system」的源代码
代码结果 10,000
www.eeworm.com/read/365643/9852281
asm system.asm
//////////////////////////////////////////////////////////////////
// Function: System commander
// Service for H/W, keyboard scan, watchdog clear
// By Arthur Shieh
// Platf
www.eeworm.com/read/169563/9852296
h system.h
/* system.h
*
* Machine generated for a CPU named "cpu" as defined in:
* C:\work\Altera\niosII_cycloneII_2c35\standard\software\hello_world_1_syslib\..\..\std_2C35.ptf
*
* Generated: 2006-05-25 2
www.eeworm.com/read/169457/9860138
file-system
My idea for the first COS file system is just to write something really
simple which can be used for testing.
Superblock - Specifies disk/partition size, virtual block size
and poi
www.eeworm.com/read/365505/9860294
h system.h
#ifndef _SYSTEM_DEFINED
#define _SYSTEM_DEFINED
#include "cdefBF561.h"
#include "ccblkfn.h"
#include
#define TC_PER 0xFFC00B0C
#define pTC_PER (volatile unsigned sh
www.eeworm.com/read/365475/9862368
ini system.ini
[GPRS]
test=cmnet;;;*99#;0.0.0.0;0.0.0.0;
中国移动=cmnet;;;*99#;0.0.0.0;0.0.0.0;
Trinidad=web.digiceltt.com;;;*99#;0.0.0.0;0.0.0.0;
Guyana=web.digicelgy.com;wap;wap;*99#;0.0.0.0;0.0.0.0;
Curacao=web.
www.eeworm.com/read/365428/9863722
h system.h
//// 切换到用户模式运行。
// 该函数利用iret 指令实现从内核模式切换到用户模式(初始任务0)。
#define move_to_user_mode() \
__asm__ ( "movl %%esp,%%eax\n\t" \ // 保存堆栈指针esp 到eax 寄存器中。
"pushl $0x17\n\t" \ // 首先将堆栈段选择符(SS)入栈。
"pushl %%eax\n
www.eeworm.com/read/365220/9872842
class system.class
www.eeworm.com/read/365209/9875110
system_sample
www.eeworm.com/read/365007/9883094
c system.c
//=========================================================================================//
//文件名称:system.c
//功能描述:液晶显示驱动,以及时间日期调整
//维护记录:2006.7.31 by zhenlei
//================================