代码搜索:driver development
找到约 10,000 项符合「driver development」的源代码
代码结果 10,000
www.eeworm.com/read/449133/7517903
m driver.m
clear all
x0 = [1.5; 2];
tolf = 1.e-10;
tolx = 1.e-10;
maxit = 100;
% Newton's metjod
[x, ithist, iflag] = newtnd( 'ex1', x0, tolf, tolx, maxit );
fprintf('\n Newton''s Metho
www.eeworm.com/read/449127/7517996
m driver.m
%
%
% error function
%f = inline('exp(-x.^2)*2/sqrt(pi)', 'x');
%a = 0; b = 2;
%integ_ex = erf(b);
% bessel function
%f = inline('cos( 8*sin(x) - x )/pi', 'x');
%a = 0; b = pi;
%integ_ex = bessel(1,
www.eeworm.com/read/448189/7538454
java driver.java
package id3;
import shared.*;
/* Driver class, used to create,initialize,run inducers */
/** Basic Driver class used to interface the ID3Inducer.
* @author James Louis Created implementation.
www.eeworm.com/read/446861/7563831
h driver.h
//////////////////////////////////////////////////////////////////////////
// SSDTDump by 李马
// http://www.titilima.cn
//////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/446861/7563833
cpp driver.cpp
//////////////////////////////////////////////////////////////////////////
// SSDTDump by 李马
// http://www.titilima.cn
//////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/445795/7590230
display_driver
www.eeworm.com/read/444662/7609487
0809_driver
www.eeworm.com/read/443807/7623052
h driver.h
#define SDA 0x00000008
#define SCL 0x00000004
#define RESP 0x00000010 //写保护
uint8 Testwritep(void);
www.eeworm.com/read/443807/7623069
c driver.c
#include "config.h"
#include "../include/cfg_net.h"
uint8 Testwritep(void) //检测写保护
{
uint32 i;
i=~RESP;
IO0DIR&=i; //RESP为输入
if(IO0PIN
www.eeworm.com/read/443807/7623085