代码搜索:Setting
找到约 10,000 项符合「Setting」的源代码
代码结果 10,000
www.eeworm.com/read/405819/11456112
m segymatdemo1.m
% SegyMATdemo1 : Creates, Reads and plots a Segy File;
% load test data set
load Clown;
% choose a file name;
file='segy_test.sgy';
% Write segy file, using default setting
WriteSegy(file,
www.eeworm.com/read/347840/11634013
h jmorecfg.h
#include "pblc.h"
/*
* Define BITS_IN_JSAMPLE as either
* 8 for 8-bit sample values (the usual setting)
* 12 for 12-bit sample values
* Only 8 and 12 are legal data precisions for loss
www.eeworm.com/read/347077/11702284
changelog
*V1.7.0 beta 2* (December 18, 2006)
* Change the default setting for effects to support up to 60fps, if renderable by the browser. Add performance info to effects unit test.
* Change get/setOpacity
www.eeworm.com/read/150760/12266046
m~ train_lin_denois.m~
% Training of linear PCA model to tuned for image restoration.
%
% Modifications:
% 5-may-2004, VF
% 14-apr-2004, VF
% 13-apr-2004, VF
% 17-mar-2004, VF
% == Setting ================================
www.eeworm.com/read/149556/12365437
cpp hroa_client.cpp
#include
#pragma hdrstop
#include "main.h"
USEFORM("About.cpp", AboutForm);
USEFORM("Log.cpp", LogForm);
USEFORM("Main.cpp", MainForm);
USEFORM("Setting.cpp", SettingForm);
//--------
www.eeworm.com/read/232884/14179614
reg sdio.reg
;
; Copyright (c) 2002 BSQUARE Corporation. All rights reserved.
;
; Alchemy Au1100 SD Controller registry settings
; setting for SD bus driver to load driver
[HKEY_LOCAL_MACHINE\Drivers\B
www.eeworm.com/read/232521/14193287
cpp kmaview.cpp
// KMAView.cpp : implementation of the CKMAView class
//
#include "stdafx.h"
#include "KMA.h"
#include
#include
#include "KMADoc.h"
#include "KMAView.h"
#include "Setting.h"
www.eeworm.com/read/128482/14293987
cpp setpriority.cpp
#ifndef SET_PRIORITY
#define SET_PRIORITY
#include "gettask.cpp"
#include "findQ.cpp"
#include "moveready.cpp"
// Setting priority of specific task
void ttSetPriority(double prio, char *nameOfTask)
www.eeworm.com/read/128482/14293998
cpp setperiod.cpp
#ifndef SET_PERIOD
#define SET_PERIOD
#include "gettask.cpp"
#include "findQ.cpp"
#include "moveready.cpp"
// Setting period of a specific task
void ttSetPeriod(double newPeriod, char *nameOfTask) {