代码搜索:based
找到约 10,000 项符合「based」的源代码
代码结果 10,000
www.eeworm.com/read/343458/11946903
service echo.service
[Bluetooth Service]
Identifier=echo
Name=Echo service
Description=Bluetooth RFCOMM based Echo service
www.eeworm.com/read/256040/12033326
html group__ks0108.html
Procyon AVRlib: Graphic LCD Driver for HD6120
www.eeworm.com/read/256040/12033487
html group__lcd.html
Procyon AVRlib: Character LCD Driver for HD44
www.eeworm.com/read/256040/12033836
h ks0108.h
/*! \file ks0108.h \brief Graphic LCD driver for HD61202/KS0108 displays. */
//*****************************************************************************
//
// File Name : 'ks0108.h'
// Title
www.eeworm.com/read/253943/12176024
m normmix.m
%%% normalization of mixing matrix based on known microphone responsed
function [A,W,y,theta]=normmix(A,x,u)
k=A(1,:)./A(2,:);
theta=real(acos((k-1)./(u*(k+1))));
A=calcA(theta,u);
W=inv(A);
y=W*x;
www.eeworm.com/read/253867/12180119
c alg30.c
#include
#include
#include
/* generates:
original order of the vector: 29 23 20 22 17 15 26 51 19 12 35 40
sorting vector based on element 26
12 15 17 19 20
www.eeworm.com/read/253765/12200691
h r8180_93cx6.h
/*
This is part of rtl8180 OpenSource driver
Copyright (C) Andrea Merello 2004-2005
Released under the terms of GPL (General Public Licence)
Parts of this driver are ba
www.eeworm.com/read/252679/12268902
readme
From: harry@hal.westfalen.de (Harald Denker)
The old zip ATARI port is based on TurboC which is no more
supported (for more than 3 years). I used the GNU gcc 2.5.8 and
MiNTlibs PL46.
www.eeworm.com/read/252193/12294778
c 7-21.c
#include
main()
{
char *str="Linux was first developed for 386/486-based pcs.";
printf("%d\n",strcspn(str," "));
printf("%d\n",strcspn(str,"/-"));
printf("%d\n",strcspn(str,"123456789
www.eeworm.com/read/150225/12304126
m digamma.m
function [y] = digamma(x)
% function [y] = digamma(x)
%
% The digamma function (derivative of the gamma function)
%
% Implementation via MEX routine
%
% Solaris: digamma.mexsol
%
% Compiled via make