代码搜索:Setting
找到约 10,000 项符合「Setting」的源代码
代码结果 10,000
www.eeworm.com/read/486842/6530779
c naivebayes.c
/* Weight-setting and scoring implementation for Naive-Bayes classification */
/* Copyright (C) 1997, 1998, 1999 Andrew McCallum
Written by: Andrew Kachites McCallum
Th
www.eeworm.com/read/263794/11341982
makefile
#
# Makefile for mysvm
#
# if you get memory errors using mySVM (segmentation fault, bus error,...)
# compile mySVM with less or without optimization (setting CFLAGS = -Wall).
CFLAGS = -Wall -O4
CC =
www.eeworm.com/read/409089/11358547
c timers.c
/*
Example code for setting up and using timers
Two tasks each waiting on a timer, flashing LED's on
the evaluation board. See "hardware.h" for LED definitions
Pay attention to the AvrXSt
www.eeworm.com/read/405502/11461237
cfg cache.cfg
## Cache control functions for the TP3 and 5500
## Used by the debugger to invalidate the I cache after setting/restoring soft breaks
## Top 2*K of INTERNAL memory segment setup for data cache
#
www.eeworm.com/read/157733/11667500
c tfidf.c
/* Weight-setting and scoring implementation for TFIDF. */
/* Copyright (C) 1997 Andrew McCallum
Written by: Andrew Kachites McCallum
This file is part of the Bag-Of-Wo
www.eeworm.com/read/157733/11667560
c bitvec.c
/* Getting and setting bits in a bit-vector. */
/* Copyright (C) 1997 Andrew McCallum
Written by: Andrew Kachites McCallum
This file is part of the Bag-Of-Words Library
www.eeworm.com/read/345593/11807511
pas unit1.pas
{: Basic demo for using the SDLViewer in GLScene.
The SDL Viewer allows to use SDL for setting up OpenGL, but still render
with GLScene. The main differences are that SDL has no design-ti
www.eeworm.com/read/155790/11847991
makefile
#
# Makefile for mysvm
#
# if you get memory errors using mySVM (segmentation fault, bus error,...)
# compile mySVM with less or without optimization (setting CFLAGS = -Wall).
CFLAGS = -Wall -O4
CC =