代码搜索:Simple
找到约 10,000 项符合「Simple」的源代码
代码结果 10,000
www.eeworm.com/read/267981/7120872
c simple.c
#define MAX191_LADD XBYTE[0x5EFF] //低位i地址(HBEN=0,读低8位数据,同时也是启动转换的地址)
#define MAX191_HADD XBYTE[0x5FFF] //高位i地址(HBEN=1,读高四位数据)
sbit BUSY P3^3;
unsigned int addr=0xa000;
void timer() i
www.eeworm.com/read/347553/7125640
c simple.c
/********************************************************
* An example source module to accompany...
*
* "Using POSIX Threads: Programming with Pthreads"
* by Brad nichols, Dick Buttlar, J
www.eeworm.com/read/381973/7130333
simple_load
#!/bin/sh
module="simple"
device="simple"
mode="664"
# Group: since distributions do it differently, look for wheel or use staff
if grep '^staff:' /etc/group > /dev/null; then
group="staff"
else
www.eeworm.com/read/381973/7130334
c simple.c
/*
* Simple - REALLY simple memory mapping demonstration.
*
* Copyright (C) 2001 Alessandro Rubini and Jonathan Corbet
* Copyright (C) 2001 O'Reilly & Associates
*
* The source code in this file
www.eeworm.com/read/381973/7130335
simple_unload
#!/bin/sh
module="simple"
device="simple"
# invoke rmmod with all arguments we got
/sbin/rmmod $module $* || exit 1
# Remove stale nodes
rm -f /dev/${device}[rn]
www.eeworm.com/read/140797/7146756
c simple.c
/* -*- c -*- ------------------------------------------------------------- *
*
* Copyright 2004-2005 Murali Krishnan Ganapathy - All Rights Reserved
*
* This program is free software; you c
www.eeworm.com/read/464211/7167639
java simple.java
import javax.swing.JFrame;
public class Simple extends JFrame {
public Simple() {
setSize(300, 200);
setTitle("Simple");
setDefaultCloseOperation(EXIT_ON_CLOSE);
}
www.eeworm.com/read/463608/7177442