林麓是吃货
C (croe) 指核心的意思,T (threading)指的是线程。2C4T意思是双核四线程。4C8T意思是四核心八线程。即是说一个核心可以用超线程技术升级为两个线程(即单核虚拟双核)。两个核心就可以达到四个线程。四个核心就可以达到八个线程。你右击任务栏 选任务管理器 其中的性能选项卡里。CPU使用记录里 用曲线表示的框有几个就说明有几个线程。
墨墨姐姐
常见的计算机英语专业词汇
作为计算机相关专业学生,面试或者笔试时不可避免地会遇到与专业相关的'问题,而考核专业问题的时候,又不可避免地涉及到很多专业词汇,这就需要求职者掌握好常见的专业词汇,才能在阐述问题时得心应手,避免出现表达错误引起误解。以下是计算机专业常见相关词汇。
计算机导论 Introduction to Computer Science
高等数学 Advanced Mathematics
应用创造学 Creativity Methodology
工程图学与计算机绘图 Engineering Graphics and Computer Graphics Drawings
面向对象程序设计 Object-oriented Programming
概率论与数理统计 Probability Theory and Statistics
离散数学 Discrete Mathematics
软件工程概论 Introduction to Software Engineering
数据结构 Data Structures
计算机组成与结构 Computer Organization and Architecture
操作系统 Operating System
计算机网络 Computer Network
算法设计与分析 Algorithm Design and Analysis
软件工程经济学 Software Engineering Economics
Java技术 Java Technology
UML建模 UML Modeling (Unified Modeling Language Modeling)
数据库系统概论 Introduction to Database Systems
编译原理 Principle of Compiler
软件体系结构 Software Architecture
程序分析 Program Analysis
软件过程与项目管理 Software Process and Project Management
系统分析与设计 System Analysis and Design
程序测试 Program Testing
模式识别 Pattern Recognition
嵌入式程序设计 Embedded Programming
人机交互技术 Human-computer Interaction Technology
云计算 Cloud Computing
计算机与网络安全 Computer and Network Security
计算机图形学 Computer Graphics
数据挖掘技术 Data Mining Technology
分布对象技术 Distributed Object Technology
网络多媒体 Internet Multimedia
网络程序设计 Network Programming
.NET程序设计 . NET Programming Design
协议工程 Protocol Engineering
5.4.2 操作系统相关术语
虚拟机 Virtual Machine
访问控制列表 Access Control List
线程 Thread
多线程 Multithreading
进程 Process
守护进程 Daemon
进程间通信 IPC (Interprocess Communication)
死锁 Deadlock
银行家算法 Banker’s algorithm
内存管理 Memory management
虚拟地址 Virtual address
物理地址 Physical address
引导盘 Boot Disk
页面失效 Page Fault
后台进程/前台进程 Background Process /Foreground Process
文件传送协议 FTP (File Transfer Protocol)
图形用户界面 GUI (Graphical User Interface)
权限 Permission
移植 Port/Ported/Porting
可移植系统接口 Portable Operating System Interface
分时 Time-sharing
工作区 Workspace
工作目录 Working Directory
窗口管理器 Window Manager
封装器 Wrapper
5.4.3 算法相关术语
字典 Dictionaries
堆 Heap
优先级队列 Priority queue
矩阵乘法 Matrix multiplication
贪心算法 Greedy algorithm
上界/下界 Upper bound / Lower bound
最好情况/最坏情况/平均情况 Best case /Worst Case/ Average case
插入排序 Insertion sort
合并排序 Merge sort
堆排序 Heap sort
快速排序 Quick sort
动态规划 DP (Dynamic Programming)
背包问题 Knapsack problem
霍夫曼编码 Huffman Coding
迪杰斯特拉算法 Dijkstra’s algorithm
贝尔曼-福德算法 Bellman-Ford algorithm
弗洛伊德算法 Floyd-Warshall algorithm
回溯 Back-Tracking
N皇后问题 N-Queen problem
渐进增长 Asymptotic growth(包含O-notationΩ-notation Θ-notation)
线性规划 Linear programming
随机数生成 Random number generation
图的生成 Generating graphs
图论-多项式算法 Graph Problems – polynomial algorithm
连通分支 Connected components
最小生成树 Minimum Spanning Tree
最短路径 Shortest path
NP问题 Non-Deterministic Polynomial problem
旅行商问题 Traveling salesman problem
同构 Graph isomorphism
压缩 Text compression
最长公共子串 Longest Common Substring
最短公共父串 Shortest Common Superstring
收敛速度 Rate of convergence
5.4.4 数据结构相关术语
集合 Set Data Structures
线性方程组 Linear Equations
数据抽象 Data abstraction
数据元素 Data element
数据对象 Data object
数据类型 Data type
逻辑结构 Logical structure
物理结构 Physical structure
线性结构/非线性结构 Linear structure / Nonlinear structure
线性表 Linear list
栈 Stack
队列 Queue
串 String
图 Graph
插入 Insertion
删除 Deletion
前趋 Predecessor
后继 Successor
直接前趋 Immediate predecessor
直接后继 Immediate successor
双端列表 Double-ended queue
循环队列 Circular queue
指针 Pointer
先进先出表(队列) First-in first-out list
后进先出表(队列) Last-in first-out list
栈底/栈顶 Bottom /Top
压入/弹出 Push/ Pop
队头/队尾 Front/ Rear
上溢/下溢 Overflow/ Underflow
数组 Array
矩阵 Matrix
多维数组 Multi-dimensional array
以行为主/以列为主的顺序分配 Row major order / Column major order
三角矩阵 Triangular matrix
对称矩阵 Symmetric matrix
稀疏矩阵 Sparse matrix
转置矩阵 Transposed matrix
链表 Linked list
线性链表 Linear linked list
单链表 Single linked list
多重链表 Multilinked list
循环链表 Circular linked list
双向链表 Doubly linked list
十字链表 Orthogonal list
广义表 Generalized list
指针域 Pointer field
头结点 Head node
头指针/尾指针 Head pointer/ Tail pointer
空白串 Blank string
空串(零串)Null string
子串 Substring
树 Tree
子树 Subtree
森林 Forest
根 Root
叶子 Leaf
深度 Depth
双亲/孩子/兄弟/祖先/子孙 Parents/ Children/ Brother/ Ancestor/ Descendant
二叉树 Binary tree
平衡二叉树 Balanced binary tree
满二叉树 Full binary tree
完全二叉树 Complete binary tree
遍历二叉树 Traversing binary tree
二叉排序树 Binary sort tree
二叉查找树 Binary search tree
线索二叉树 Threaded binary tree
哈夫曼树 Huffman tree
有序树/无序树 Ordered tree / Unordered tree
判定树 Decision tree
数字查找树 Digital search tree
树的遍历 Traversal of tree
先序遍历 Preorder traversal
中序遍历 Inorder traversal
后序遍历 Postorder traversal
子图 Subgraph
有向图/无向图 Digraph(directed graph)/Undigraph(undirected graph)
完全图 Complete graph
连通图 Connected graph
非连通图 Unconnected graph
强连通图 Strongly connected graph
弱连通图 Weakly connected graph
有向无环图 Directed acyclic graph
重连通图 Biconnected graph
二部图 Bipartite graph
边 Edge
顶点 Vertex
连接点 Articulation point
初始结点 Initial node
终端结点 Terminal node
相邻边 Adjacent edge
相邻顶点 Adjacent vertex
关联边 Incident edge
入度/出度 In-degree/ Out-degree
有序对/无序对 Ordered pair/ Unordered pair
简单路径 Simple path
简单回路 Simple cycle
连通分量 Connected component
邻接矩阵 Adjacency matrix
邻接表 Adjacency list
邻接多重表 Adjacency multi-list
遍历图 Traversing graph
生成树 Spanning tree
拓扑排序 Topological sort
偏序 Partial order
AOV网 Activity On Vertex network
AOE网 Activity On Edge network
关键路径 Critical path
线性查找(顺序查找) Linear search (Sequential search)
二分查找 Binary search
分块查找 Block search
散列查找 Hash search
平均查找长度 Average search length
散列表 Hash table
散列函数 Hash function
直接定址法 Immediately allocating method
数字分析法 Digital analysis method
平方取中法 Mid-square method
随机数法 Random number method
内部排序 Internal sort
外部排序 External sort
选择排序 Selection sort
基数排序 Radix sort
平衡归并排序 Balance merging sort
二路平衡归并排序 Balance two-way merging sort
多步归并排序 Ploy phase merging sort
置换选择排序 Replacement selection sort
索引文件 Indexed file
索引顺序文件 Indexed sequential file
索引非顺序文件 Indexed non-sequential file
多重链表文件 Multi-list file
倒排文件 Inverted file
5.4.5 计算机网络相关术语
端口 Port
服务器 Server
客户端 Client
服务访问点 SAP (Service Access Point)
开放系统互联 OSI (Open System Interconnection)
物理层 Physical layer
数据链路层 Data link layer
网络层 Network layer
运输层 Transport layer
会话层 Session layer
表示层 Presentation layer
应用层 Application layer
TCP/IP协议 TCP / IP protocol
信道容量 Channel capacity
香农 Shannon
奈奎斯特 Nyquist
双绞线 UTP (Unshielded Twisted Paired)
同轴电缆 Coaxial cable
光纤 Optical fiber
不归零码 NRZ (Non Return to Zero)
曼彻斯特编码 Manchester coding
调制 Modulation
脉码调制 PCM (Pulse Code Modulation)
增量调制 DM (Delta Modulation)
同步传输/异步传输 Synchronous transmission / ATM (Asynchronous transmission)
循环冗余校验 CRC (Cyclic Redundancy Check)
流量控制 Flow control
滑动窗口 Sliding window
差错控制 Error control
帧结构 Frame structure
复用 Reuse
非对称数字用户线路 ADSL (Asymmetric digital subscriber line)
电路交换和分组交换 Circuit switching and packet switching
频分多路复用 Frequency division multiplexing
信令 Signaling
数据报 Datagram
虚电路 Virtual circuit
帧中继 Frame relay
信元 Ceil
拥塞 Congestion
反压 Back pressure
令牌桶 Token bucket
环形/总线形/树形和星形结构 Ring/ bus/ tree and star structure
局域网 LAN (local area network)
集线器 Hub
交换机 Switch
路由器 Router
网桥 Network bridge
以太网监听算法 Ethernet listener algorithm
子网掩码 Subnet mask
三次握手 Three-way handshake
地址解析协议 APP (Address resolution protocol)
瘦客户机 Thin client
网际控制报文协议 ICMP (Internet Control Message Protocol)
因特网群组管理协议 IGMP (Internet Group Management Protocol)
拒绝服务 Denial of service
边界网关 Border gateway
域名系统 DNS (Domain Name System)
数据链路控制 DLC (Data Link Control)
互联网电子邮件协议标准 POP (Post Office Protocol)
远程控制 Remote control
简单邮件传送协议 SMTP (Simple Mail Transport Protocol)
美食侦探01
thread意思是线 、线索、 (互联网留言板上帖子的)系列相关信息、螺纹 、 穿行、曲折穿过、蜿蜒。
thread:
英 [θred] 美 [θrɛd]
1、(棉、毛、丝等的)线
a robe embroidered with gold thread
用金线绣的长袍
2、线索;脉络;思绪;思路;贯穿的主线
A common thread runs through these discussions.
这些讨论都贯穿着一条共同的主线。
3、线状物;细细的一条
A thread of light emerged from the keyhole.
从锁眼里透出一丝光亮。
4、 (互联网留言板上帖子的)系列相关信息,链式消息
There are a lot of thread on the internet
网址上有很多这类的信息。
5、螺纹
The screw threads will be able to get a good grip.
螺纹能牢牢地咬合卡紧。
6、 穿行;曲折穿过;蜿蜒
Slowly she threaded her way back through the moving mass of bodies...
她从人流中慢慢地挤了回来。
扩展资料
表示线索的同义词:
一、clue
英 [klu:] 美 [klu]
n.线索;提示;(帮助警方破案的)线索;(纵横填字谜、游戏或问题的)提示词语
The police think the videotape may hold some vital clues to the identity of the killer.
警方认为那盘录像带可能录有能确认凶手身份的一些重要线索。
二、clew
英 [klu:] 美 [klu:]
n.(解决问题的)线索,线团
vt.绕成线球,提示
What was the clew that would set everything straight again?
要抓住了什么线索才能把一切弄得井井有条?
黄某某007luffy
threads 主题、话题(愿意为线程、流程,放到论坛里就成了单独的一个主题,国内有些论坛翻译成“帖子”,不过这个翻译跟“回帖”有点混淆,现在大多数地方都翻译成“主题”了。)Posts 发言(愿意为发布、发表,放到论坛里就成了发言,一个主题由许多人的发言组成。但国内论坛、贴吧一般不直接翻译为“发言”,比如贴吧就用”我的回复“、“回复我的”来代替,其它很多论坛翻译成“回帖”。其实我觉得不太好,应该统一起来才严谨一些)review 回复(这是真正意义上的回复,别人回复你的发言,或你回复别人的发言)其它的相关术语还有:proflie个人信息profile posts个人信息内的留言all content所有发言内容activity动态postings近期发言
淡蓝喵喵喵
thread的英式读法是[θred];美式读法是[θred]。
作名词时意思是线;思路;螺纹;线索;细丝;帖子。作及物动词时意思是穿过;穿线于;遍布。作不及物动词时意思是滴下成丝状;小心地通过;蜿蜒前进。
相关例句:
1、How many spools of thread did you use?
你用了几轴线?
2、The thread seems to match the cloth.
这线和这布似乎很相称。
扩展资料:
单词解析:
1、用法:
n. (名词)
1)thread用于比喻还可作“(贯穿故事等各部分的)线索”或“(某人的)思路”解,此时常与lose, pick〔take〕 up等连用。
3)thread还可作“螺纹”“衣物,衣服”解,作“衣物,衣服”解时多见于美国俚语中,且常用于复数形式。
v. (动词)
1)thread的基本意思是将一根线穿进针眼中,指在比较狭窄或拥挤的地方穿梭(如在人群中挤过去),即“穿线,穿过”,常与介词into, on, through等连用。
2)thread一般用作及物动词,接名词或代词作宾语,偶尔也可接双宾语,其间接宾语可以转化为介词for的宾语。
3)thread泛指统指为“线”,而thread指“一根线”,复数形式threads指“多根线”。
2、词义辨析:
string,rope,line,cord,thread,wire
这些名词均含“线”之意。
1)string普通用词,指捆绑小件物品的细绳或细带子。
2)rope指用于捆绑大物件的粗壮而坚固的绳子,一般用绵、毛、麻、金属或其它材料制成。
3)line普通用词,含义广泛,指任何一种线,常作引申用。
4)cord指比string粗,比rope细,较牢固,通常用于捆扎较小物品的线或绳。用作引申当约束讲。
5)thread普通用词,指用棉、毛、丝或纤维等纹成的很细的线,通常用于缝纫、纺织等。
6)wire专指用金属制成的线。
参考资料:
百度百科-Thread
优质英语培训问答知识库