代码搜索:driver development
找到约 10,000 项符合「driver development」的源代码
代码结果 10,000
www.eeworm.com/read/383940/2609085
c driver.c
#include
int main() {
nesc_app_t na;
na.numVariables = 1;
na.variableNames = (char**)malloc(sizeof(char*));
na.variableTypes = (char**)malloc(sizeof(char*));
na.variableArray = (
www.eeworm.com/read/383940/2609089
driver makefile.driver
all:
make micaz sim
g++ -g -c -o Driver.o Driver.c -I../../../tos/lib/tossim/ -Lbuild/micaz -L.
g++ -o Driver Driver.o build/micaz/sim.o build/micaz/tossim.o
www.eeworm.com/read/383333/2618384
h driver.h
/***************************************************************************************\
*
* Copyright (c) 2001 National ASIC Center, All Rights Reserved
*
* File Name : driver.h
* Version
www.eeworm.com/read/382606/2628814
h driver.h
#ifndef __DRIVER_H__
#define __DRIVER_H__
//for os
#include "../ucos-ii/includes.h"
//for CPU Define
#include "../target/2410addr.h"
#include "../target/option.h"
//for Touch
#include "
www.eeworm.com/read/382594/2632786
cpp driver.cpp
// file : Example/Introspection/Traversal/driver.cpp
// author : Boris Kolpackov
// copyright : Copyright (c) 2002-2003 Boris Kolpackov
// license : http://kolpackov
www.eeworm.com/read/382361/2637859
check_driver
#!/bin/bash
#
# This script shows some of the deficiencies in drivers. Some
# of the things that are tested here are only suggestions, and
# don't necessarily apply to every driver.
#
check_all=no
www.eeworm.com/read/377395/2700272
h driver.h
/********************************************************************************
*
* $Id: driver.h,v 1.1.1.1 2004/12/08 08:38:43 hychu Exp $
*
* File: Driver.h
*
* Optimizations:
* When build
www.eeworm.com/read/377395/2700277
cpp driver.cpp
/********************************************************************************
*
* $Id: driver.cpp,v 1.1.1.1 2004/12/08 08:38:43 hychu Exp $
*
* File: Main.cpp
*
* Copyright (c) 2000-2002 Da
www.eeworm.com/read/377359/2701876
java driver.java
package test1;
//写一个Driver类,在main方法中调用bookcar中的所有方法,并且创建所有的图书
import java.util.*;
import test1.Books;
public class Driver {
public static void main(String[] args) {
Books book=new Books()
www.eeworm.com/read/375900/2719026
c driver.c
/* driver.c - device initialization */
/* Copyright 2007 evoc, Inc. */
#include "copyright_wrs.h"
#include "vxWorks.h"
#include "iv.h"
#include "intLib.h"
#include "config.h"
#include "sysL