adjusted 音标拼音: [ədʒ'ʌstəd] [ədʒ'ʌstɪd]
adj . 调整了的
调整了的
adjusted 零点调整的; 调到零的
ZA adjusted 调 调整
adjusted adj 1 :
altered to accommodate to certain requirements or bring into a proper relation ; "
an adjusted insurance claim ";
"
the car runs more smoothly with the timing adjusted "
[
ant : {
unadjusted }]
2 :
adjusted to demands of daily living ;
showing emotional stability [
ant : {
maladjusted }]
3 :
having achieved a comfortable relation with your environment [
synonym : {
adjusted }, {
familiarized }, {
familiarised }]
4 : (
especially of garments )
having the fit or style adjusted ;
"
for my wedding I had my mother '
s wedding dress altered to fit me "
adjusted \
adjusted \
adj .
1 .
1 accommodated to certain requirements Syn :
regulated [
WordNet 1 .
5 ]
2 .
1 having become accustomed [
to surroundings ,
a situation .
etc .] [
Narrower terms : {
oriented (
vs .
unoriented ),
orientated ]
Syn :
familiarized [
WordNet 1 .
5 ]
3 .
1 (
Music )
so tuned as to allow modulation into other keys [
Narrower terms : {
tempered (
vs .
untempered )}]
Syn :
tuned [
WordNet 1 .
5 ]
4 .
adjusted to produce a clear image ; --
of an optical system (
e .
g .
eye or opera glasses ) [
Narrower terms : {
focused (
vs .
unfocused ),
focussed ]
WordNet 1 .
5 ]
Adjust \
Ad *
just "\,
v .
t . [
imp . &
p .
p . {
Adjusted };
p .
pr . &
vb .
n . {
Adjusting }.] [
OF .
ajuster ,
ajoster (
whence F .
ajouter to add ),
LL .
adjuxtare to fit ;
fr .
L .
ad juxta near ;
confused later with L .
ad and justus just ,
right ,
whence F .
ajuster to adjust .
See {
Just },
v .
t .
and cf . {
Adjute }.]
1 .
To make exact ;
to fit ;
to make correspondent or conformable ;
to bring into proper relations ;
as ,
to adjust a garment to the body ,
or things to a standard .
[
1913 Webster ]
2 .
To put in order ;
to regulate ,
or reduce to system .
[
1913 Webster ]
Adjusting the orthography . --
Johnson .
[
1913 Webster ]
3 .
To settle or bring to a satisfactory state ,
so that parties are agreed in the result ;
as ,
to adjust accounts ;
the differences are adjusted .
[
1913 Webster ]
4 .
To bring to a true relative position ,
as the parts of an instrument ;
to regulate for use ;
as ,
to adjust a telescope or microscope .
[
1913 Webster ]
Syn :
To adapt ;
suit ;
arrange ;
regulate ;
accommodate ;
set right ;
rectify ;
settle .
[
1913 Webster ]
32 Moby Thesaurus words for "
adjusted ":
able ,
acclimated ,
acclimatized ,
accommodated ,
accustomed ,
adapted ,
capable ,
case -
hardened ,
checked out ,
competent ,
conditioned ,
experienced ,
familiarized ,
fit ,
fitted ,
hardened ,
inured ,
naturalized ,
orientated ,
oriented ,
proficient ,
qualified ,
run -
in ,
seasoned ,
suited ,
trained ,
used to ,
well -
fitted ,
well -
qualified ,
well -
suited ,
wont ,
wonted
安装中文字典英文字典查询工具!
中文字典英文字典工具:
复制到剪贴板
英文字典中文字典相关资料:
HTML encoding issues - Â character showing up instead of I've got a legacy app just starting to misbehave, for whatever reason I'm not sure It generates a bunch of HTML that gets turned into PDF reports by ActivePDF The process works like this: Pull an
encoding - ’ showing on page instead of - Stack Overflow I am using ASP NET 2 0 with a database This is most likely where your problem lies You need to verify with an independent database tool what the data looks like
How to convert these strange characters? (ë, Ã, ì, ù, Ã) utf8_encode() and utf8_decode convert data from and to ISO-8859-1 In a modern web site setup where the database, the database connection, and the output page encoding are UTF-8, it will not be necessary to do those conversions any more
Difference in pronunciation between: a, á, ã, â and à Could I get a few people to explain the difference in pronunciation between a, á, ã, â and à in Portuguese using English comparisons (if possible)? I can't seem to find a thread or other Web site that addresses them each clearly Thanks!
visual studio - Cannot Connect to Server - A network-related or . . . I am using SQL Server 2016 and Window 10 First thing is to allow remote connection to SQL Server What I did is to type sqlservermanager13 msc at start menu in order to open the SQL Server Configuration Manager
How can I set up a virtual environment for Python in Visual Studio Code . . . In my project folder I created a venv folder: python -m venv venv When I run command select python interpreter in Visual Studio Code, my venv folder is not shown I went one level up like suggeste
A JavaScript error occurred in the main process. Uncaught exception . . . Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question Provide details and share your research!
multithreading - What is a race condition? - Stack Overflow A "race condition" exists when multithreaded (or otherwise parallel) code that would access a shared resource could do so in such a way as to cause unexpected results
Regular expression ^ [a-zA-Z] or [^a-zA-Z] - Stack Overflow Yes, the first means "match all strings that start with a letter", the second means "match all strings that contain a non-letter"