代码搜索:DEV
找到约 10,000 项符合「DEV」的源代码
代码结果 10,000
www.eeworm.com/read/257955/11900483
pcc systeminit.pcc
-cF054780
-yC:\NECTools32\DEV\
-p
-kfiln
-zn
systeminit.c
www.eeworm.com/read/154874/11921414
m ex7b.m
dt=1;
t=zeros(100,1);
w=zeros(100,1);
mean=zeros(100,1);
var=zeros(100,1);
k1=0.1;
s1=1;
b=0.01;
for i=1:100
t(i)=i;
end
for j=1:100
r=randn(100,1);
w0=0;
for i=2:100
w(i)=w(i-
www.eeworm.com/read/154874/11921416
m ex5b.m
dt=1;
t=zeros(100,1);
w=zeros(100,1);
mean=zeros(100,1);
var=zeros(100,1);
k1=0.1;
s1=1;
for i=1:100
t(i)=i;
end
for j=1:100
r=randn(100,1);
w0=0;
w(1)=w0;
for i=2:100
w(i)=w(i-1)
www.eeworm.com/read/257228/11941893
view runme.view
#!/bin/sh
files='simple packets creds1'
VISUAL=${VISUAL:-more}
if which psview > /dev/null; then
PSVISUAL=psview
elif which ghostview > /dev/null; then
PSVISUAL=ghostview
fi
for file in $files;
www.eeworm.com/read/154600/11943632
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/343458/11947317
hsmicro
#!/bin/sh
SOX=`which sox`
HSTEST=`which hstest`
if [ -z "$HSTEST" ]
then
HSTEST="./hstest"
fi
if [ -z "$1" ]
then
echo -e "Usage:\n\thsmicro [channel]"
exit
fi
BDADDR=$1
CHANNEL=$2
$H
www.eeworm.com/read/343458/11947436
h sink.h
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2006-2007 Nokia Corporation
* Copyright (C) 2004-2007 Marcel Holtmann
*
*
* This program is free
www.eeworm.com/read/343458/11947509
h control.h
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2006-2007 Nokia Corporation
* Copyright (C) 2004-2007 Marcel Holtmann
*
*
* This program is free
www.eeworm.com/read/343458/11947513
c device.c
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2006-2007 Nokia Corporation
* Copyright (C) 2004-2007 Marcel Holtmann
*
*
* This program is free