代码搜索:docs
找到约 5,488 项符合「docs」的源代码
代码结果 5,488
www.eeworm.com/read/485585/6553360
mht introduction to device drivers.mht
From:
Subject: Introduction to Device Drivers
Date: Sun, 25 Feb 2007 15:03:37 +0530
MIME-Version: 1.0
Content-Type: multipart/related;
type="text/html";
www.eeworm.com/read/346479/11742706
debhelper check.prerm.debhelper
# Automatically added by dh_installdocs
if [ "$1" = remove ] || [ "$1" = upgrade ] && \
which install-docs >/dev/null 2>&1; then
install-docs -r check-tutorial
fi
# End automatically added section
www.eeworm.com/read/342608/12009907
css style.css
html, body {
background: #212121;
font-family: Arial;
font-size: 14px;
text-align: center;
}
h1 {
margin: 15px auto;
text-align: left;
width: 600px;
color: #FFF;
}
ul.nav-page {
margin: 15p
www.eeworm.com/read/130490/14189963
c knn.c
/* Copyright (C) 2001-2002 Mikael Ylikoski
* See the accompanying file "README" for the full copyright notice */
/**
* @file
* K-Nearest-Neighbour algorithm.
* FIXME: fungerar inte
*
* @param
www.eeworm.com/read/294112/8252836
in spec.in
Summary: Iozone Filesystem Benchmark
Name: iozone
Version: 3
Release: 291
License: Freeware
Group: Applications/Engineering
Source: %{name}%{version}_%{release}.tar
Buildroot: /var/tmp/%{name}-buildro
www.eeworm.com/read/267656/11169944
cpp knn.cpp
#include "stdafx.h"
#pragma warning( disable : 4786 )
#include "windows.h"
#include "knn.h"
#include "math.h"
#include "assert.h"
CKNN::CKNN()
{
docs_train = NULL;
vTargetTrain.clea
www.eeworm.com/read/334325/12612351
h help_mp-ko.h
// Fully sync'ed with help_mp-en.h 1.120
// Translated by: DongCheon Park
// ========================= MPlayer help ===========================
#ifdef HELP_MP_DEFINE_STATIC
stat
www.eeworm.com/read/334325/12612357
h help_mp-mk.h
// translated to Macedonian by: MIsTeRIoZ "Zoran Dimovski"
// Last sync with help_mp-en.h 1.113
// ========================= MPlayer 袩芯屑芯褕 ===========================
#ifdef HELP_MP
www.eeworm.com/read/108575/15584089
txt [lsp][vba] 批处理程序的几种方法.txt
(vl-load-com)
(vl-load-all "c:\test.lsp")
Sub test()
Dim docs As AcadDocuments
Set docs = Documents
Dim doc As AcadDocument
Dim i As Integer
For i = 0 To docs.Count - 1