2013.08.15《用词反应你的内心》

一项分析1800年至2000年间超过150万本美国和英国书籍的研究发现,随着时间的推移,文化和价值观发生了变化。研究指出,使用诸如“choose”和“get”的词汇增加,而“obliged”和“give”等词汇减少,表明现代社会的人们更加关注自己的感受。心理学家Patricia Greenfield的研究表明,这种语言的变化反映了社会从农村、低技术转变为城市、高技术社会的过程中,个人主义心理功能的发展。该研究显示,目前讨论的个人主义上升并非新现象,而是自我们从主要农业社会过渡到主要城市、高科技社会以来持续了两个世纪的过程。

The shifts in language would indicate how US and British society has grown more selfish as it has grown wealthier

  Analysis of words used in more than 1.5 million American and British books published between 1800 and 2000 has revealed how cultural values have changed in that time.

  Researchers found an increase in the use of words like “choose” and “get” in the past two centuries while words like “obliged” and “give” decreased.

  There was also an indication that people in modern society are more in touch with their emotions than they once were – the use of “feel” increased while “act” decreased.

  The psychologists behind the study claim the shifts in language indicate how US and British society has grown more selfish as it has grown wealthier and more urban.

  Professor Patricia Greenfield, a psychologist at the University of California Los Angeles who conducted the study, said: "This research shows that there has been a two century long historical shift toward individualistic psychological functioning.

  "The currently discussed rise in individualism is not something recent but has been going on for centuries as we moved from a predominantly rural, low-tech society to a predominantly urban, high-tech society."

  Professor Greenfield, whose work is published in the journal Psychological Science, used Google’s Ngram Viewer to count word frequencies in 1,160,000 books by US authors.

  The software allows users to rapidly count the numbers of words in books.

  These included novels, non-fiction titles and textbooks.

  She then did the same with 350,000 books published in the UK before repeating the tests with synonyms for each target word.

  “These replications indicate that the underlying concepts, not just word frequency, have been changing in importance over historical time,” said Professor Greenfield.

  She found words that indicate a growing focus on the self, such as “child”, “unique”, “individual”, and “self”, all increased in use.

  The use of words like “get” declined between 1940 and the 1960s before rising in the 1970s, perhaps reflected that cooperative feel and lower levels of self-interest during World War II and post war declined.

  The importance of religion, obedience and social relationships also seemed to decline over the 200 year period, with words like "authority," "belong" and "pray” becoming less common.

  Professor Greenfield is now hoping to replicate the work with books in Spanish, French, Russian and Chinese to look for global patterns in culture shift reflected in literature.

内容概要:本文介绍了一种用于电磁暂态(EMT)研究的第四类全变流器型风力发电系统的通用Simulink仿真模型,旨在构建一个能够准确反映实际风电系统动态特性的简化通用模型。该模型涵盖了风力机、传动链、发电机、全功率变流器及其控制策略等关键组成部分,重点突出系统在电网故障、风速波动等复杂工况下的动态响应能力,适用于风电并网电磁暂态分析、新型电力系统稳定性评估及高比例可再生能源接入场景的研究。模型设计兼顾准确性与仿真效率,便于研究人员快速搭建和调试,推动风电系统建模与控制技术的发展; 适合人群:具备一定电力系统理论基础和MATLAB/Simulink仿真能力,从事新能源发电、电力电子变换、风电并网控制及相关方向的研究生、科研人员及工程技术人员; 使用场景及目标:①开展风电系统在电网扰动下的电磁暂态仿真分析;②研究全功率变流器风电机组的动态行为与控制特性;③支撑新型电力系统中高渗透率风电接入的稳定性与电能质量评估,服务于学术研究、课程教学与工程项目前期仿真验证; 阅读建议:建议读者结合文中提供的模型结构与参数设置,在Simulink环境中动手复现并调试仿真模型,通过设置不同运行工况(如三相短路、低电压穿越、风速突变等)观察系统响应,深入理解全变流器风电机组的建模方法、控制逻辑与动态特性,进而拓展应用于更复杂的多机并网或综合能源系统仿真场景。
内容概要:本文探讨了Hash算法在芯片行业,特别是网络处理器(NPU)中的性能优化实践,聚焦于如何通过硬件流水线设计实现纳秒级高速哈希查找。文章分析了传统软件哈希方案在高带宽场景下的局限性,提出基于硬件描述语言或高层次综合(HLS)的设计方法,采用CRC32等硬件友好型哈希函数、并行多路哈希、流水线化解耦以及双端口存储结构等核心技术,实现低延迟、无阻塞的数据包处理。通过C++风格的HLS代码示例,展示了从算法选择到资源优化的完整硬件加速逻辑,并深入剖析了循环展开、位宽控制、内存映射和流水线调度等关键实现细节。最后展望了可编程交换机、P4语言支持及TCAM与哈希混合架构等未来发展方向。; 适合人群:具备数字电路基础、熟悉Verilog/SystemVerilog或HLS的芯片设计工程师,以及从事网络芯片、FPGA加速、高性能路由设备研发的技术人员(工作年限1-5年为宜);也适合对硬件加速算法感兴趣的研究人员。; 使用场景及目标:①掌握如何将哈希算法高效映射到硬件逻辑中以满足线速转发需求;②理解流水线设计、资源约束优化、读写冲突规避等在实际芯片项目中的应用;③为开发高性能网络处理器中的流表/路由表查找单元提供技术参考与实现范例。; 阅读建议:学习时应结合HLS工具(如Xilinx Vitis HLS)进行代码仿真与综合,重点关注#pragma指令对硬件结构的影响,并对比不同哈希算法在资源占用与时序表现上的差异,深入理解“空间换时间”的硬件优化本质。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值