代码搜索:Setting
找到约 10,000 项符合「Setting」的源代码
代码结果 10,000
www.eeworm.com/read/247486/12657658
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 -O
www.eeworm.com/read/300767/13894058
m floatexample.m
echo on
% This script shows how to use the ga using a float representation.
global bounds
% Setting the seed to the same for binary
rand('seed',156789)
% Crossover Operators
xFns = 'arithXo
www.eeworm.com/read/133217/14052022
m floatexample.m
echo on
% This script shows how to use the ga using a float representation.
global bounds
% Setting the seed to the same for binary
rand('seed',156789)
% Crossover Operators
xFns = 'arithXo
www.eeworm.com/read/235612/14060296
m sca.m
function sca
% SCA: set current axis utility
%
% sca
%
% SCA is usefull with figures with multiple axes in setting the current axes as
% MATLAB seems to occaisionally screw this up
% search t
www.eeworm.com/read/235612/14061170
m sca.m
function sca
% SCA: set current axis utility
%
% sca
%
% SCA is usefull with figures with multiple axes in setting the current axes as
% MATLAB seems to occaisionally screw this up
% search t
www.eeworm.com/read/105396/15668440
c option.c
/*
//
// option.c
//
// Program options and setting
//
// Copyright (c) 1995-96 Jim Nelson. Permission to distribute
// granted by the author. No warranties are made on the fitness of this
// source
www.eeworm.com/read/105396/15668448
h option.h
/*
//
// option.h
//
// Program options and setting
//
// Copyright (c) 1995-96 Jim Nelson. Permission to distribute
// granted by the author. No warranties are made on the fitness of this
// source
www.eeworm.com/read/102552/15775093
htm subject_15602.htm
序号:15602 发表者:yinqv 发表日期:2002-09-19 17:24:12
主题:急!!!关于静态连接库!
内容:请问怎么调用静态连接库???是不是在 project-----setting----Link中“object\library”中填入相应的静态连接库,然后在 project-----setting----