英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z       







请输入英文单字,中文词皆可:

semasiology    
n. 语意学;语义学

语意学;语义学

semasiology
n 1: the branch of semantics that studies the cognitive aspects
of meaning [synonym: {cognitive semantics}, {conceptual
semantics}, {semasiology}]

Semantics \Sem*an"tics\, n. sing. or pl. [Gr. shmantikos having
meaning, from sh^ma a sign.]
1. the study of the meanings of words and of the sense
development of words; -- formerly called {semasiology}.
[PJC]

2. a doctrine and philosophical approach to language and its
relationship to thought and behavior, developed by Alfred
Korzybski (1879-1950), which holds that the capacity to
express ideas and thereby improve one's interaction with
others and one's environment is enhanced by training in
the more critical use of words and other symbols; -- also
called {{general semantics}}.
[PJC]

3. the meanings of words as they are used to achieve an
effect; especially, the multiple meanings of words or the
multiplicity of words having the same meaning; -- used in
referring to the confusion that can be caused
(intentionally or unintentionally) by multiple meanings;
as, there's no real difference, it's only a matter of
semantics.
[PJC]


Semasiology \Se*ma`si*ol"o*gy\, n. [Gr. shmasi`a signification
-logy.] (Philol.)
The science of meanings or sense development (of words); the
explanation of the development and changes of the meanings of
words; -- more commonly referred to as {semantics}. --
{Se*ma`si*o*log"ic*al}, a.
[Webster 1913 Suppl.]


请选择你想看的字典辞典:
单词字典翻译
semasiology查看 semasiology 在百度字典中的解释百度英翻中〔查看〕
semasiology查看 semasiology 在Google字典中的解释Google英翻中〔查看〕
semasiology查看 semasiology 在Yahoo字典中的解释Yahoo英翻中〔查看〕





安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • C# StopWatch的使用 (计时,时间间隔)-简记
    本文介绍如何使用Stopwatch类测量代码执行时间和性能数据,包括Start、Stop、Elapsed和ElapsedMilliseconds等方法的使用,以及如何通过Restart重置计时。
  • 从入门到进阶:C#. NET Stopwatch 计时与性能测量全攻略
    Stopwatch 是 NET 提供的高精度计时器,位于 System Diagnostics 命名空间。 底层依赖操作系统的高分辨率性能计数器(Performance Counter),当硬件支持时,其精度可达纳秒级;在不支持时退回到环境时钟(毫秒级)。 主要用途包括: 性能测量(Benchmark) 代码
  • C# Stopwatch详解 - 君莫笑·秋 - 博客园
    Stopwatch 在基础计时器机制中对计时器的计时周期进行计数,从而测量运行时间。 如果安装的硬件和操作系统支持高分辨率性能计数器,则 Stopwatch 类将使用该计数器来测量运行时间; 否则,Stopwatch 类将使用系统计数器来测量运行时间。
  • 从入门到进阶:C#. NET Stopwatch 计时与性能测量全攻略
    Stopwatch 是 NET 提供的高精度计时器,位于 System Diagnostics 命名空间。 底层依赖操作系统的 高分辨率性能计数器 (Performance Counter),当硬件支持时,其精度可达纳秒级;在不支持时退回到环境时钟(毫秒级)。 主要用途包括: 性能测量(Benchmark) 代码
  • 从入门到进阶:C#. NET Stopwatch 计时与性能测量全攻略
    Stopwatch 是 NET 提供的高精度计时器,位于 System Diagnostics 命名空间。 底层依赖操作系统的高分辨率性能计数器(Performance Counter),当硬件支持时,其精度可达纳秒级;在不支持时退回到环境时钟(毫秒级)。 主要用途包括: 性能测量(Benchmark) 代码
  • C#中各种计时器 Stopwatch、TimeSpan_c# timespan计时 . . .
    本文介绍C#中多种计时器与时间测量方法,包括Stopwatch类、Windows标准计时器、服务器计时器、线程计时器、TickCount属性及TimeSpan类的使用方式和应用场景。
  • C# StopWatch的使用 (计时,时间间隔)-简记 - 代码先锋网
    Stopwatch 可以测量一个时间间隔的运行时间,也可以测量多个时间间隔的总运行时间。 一般用来 测量代码执行所用的时间 或者 计算性能数据,在优化代码性能上可以使用Stopwatch来测量时间。 引用的空间名: 使用的时候需要引用 System Diagnostics 命名空间。 先调用 Start 方法,然后调用 Stop 方法,最后使用 Elapsed 属性或者使用 ElapsedMilliseconds 属性得到运行时间(这两个属性的区别是前者得到的是TimeSpan实例,后者得到的是毫秒)。 使用 IsRunning 可以确定 Stopwatch 的当前状态是正在运行还是已经停止。
  • Stopwatch Class (System. Diagnostics) | Microsoft Learn
    A Stopwatch instance can measure elapsed time for one interval, or the total of elapsed time across multiple intervals In a typical Stopwatch scenario, you call the Start method, then eventually call the Stop method, and then you check elapsed time using the Elapsed property
  • Stopwatch 类 (System. Diagnostics) | Microsoft Learn
    运行时 Stopwatch ,已用时间属性会稳步增加;在停止实例时它们保持不变。 默认情况下,实例的已用时间值 Stopwatch 等于所有测量时间间隔的总和。 每次调用 Start 开始在累积运行时间开始计数;每次调用 Stop 结束当前间隔度量并冻结累积已用时间值。
  • 从入门到进阶:C#. NET Stopwatch 计时与性能测量全攻略
    Stopwatch 是 NET 提供的高精度计时器,位于 System Diagnostics 命名空间。 底层依赖操作系统的高分辨率性能计数器(Performance Counter),当硬件支持时,其精度可达纳秒级;在不支持时退回到环境时钟(毫秒级)。 主要用途包括: 性能测量(Benchmark) 代码





中文字典-英文字典  2005-2009