代码搜索:docs
找到约 5,488 项符合「docs」的源代码
代码结果 5,488
www.eeworm.com/read/436254/7773684
css print.css
#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks {
display: none;
}
body.docs div.docs {
margin: 0 !important;
border: none !important
}
www.eeworm.com/read/197184/8023245
css print.css
#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {
display: none;
}
#bodyColumn, body.docs div.docs {
margin: 0 !important;
border: none !importan
www.eeworm.com/read/197032/8034714
cpp fengmiandlg.cpp
// FengmianDlg.cpp : implementation file
//
#include "stdafx.h"
#include "Yornik1.h"
#include "FengmianDlg.h"
#include "msword9.h"
#include"excel9.h"
#include
#ifdef _DEBUG
#def
www.eeworm.com/read/396650/8096651
txt tfidf.txt
function [count,tf,idf,weight]=tfidf(docs,term)
%docs--input documents,cell型
%term-- keywords也就是特征词提取,cell型
%output:count--存放各个关键词出现的频率在整个文档中
% wordnum--存放文档总的词汇数
%测试用例
%************
www.eeworm.com/read/245098/12823488
makefile
# $Id: Makefile.in,v 1.1.2.6 2002/12/12 21:29:04 jnelson Exp $
MAKE=make
.PHONY: clean mrclean distclean boa docs
all: boa
boa:
(cd src && $(MAKE) $(MFLAGS))
docs:
(cd docs && $(MAKE) $(MFLAGS)