`
supportopensource
  • 浏览: 521865 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
社区版块
存档分类
最新评论

Flowers set to bloom(大运之星:绽放的“校花”)

UP 
阅读更多

WHAT exactly does it take for a young woman to be considered a “campus flower?” Some say beauty is in the eye of the beholder, but surely there must be certain essential criteria. Perhaps we can get some answers by taking a closer look inside the training camp of the Universiade Star in Shenzhen.

The Universiade Star is a competition organized by the Shenzhen Universiade Executive Committee to select the guides, etiquette waiters, torchbearers and flag bearers for the 2011 games. Now just 12 young women remain in contention to win the top prize after winning a series of heats across six cities.

The competition has certainly triggered much debate on campuses around China as to what exactly makes a “campus beauty.”Let’s ask three of the competition’s finalists to share with us their understanding of the term “campus flower”.

Bai Liyan, 22, Image design, Shenzhen Polytechnic Most valued quality: sincerity

“Beauty comes from a clear understanding of yourself,” said Bai, considered by many to be a most dazzling girl who attracted most attention in the competition. “I like to attend many competitions and join campus clubs to let others know me. My principle is, if you can do things well, just show it.”

Bai believes the ability to learn is more important than mere beauty. She admits that she was not talented in singing or dancing, but she has been learning all the way in the competition and have sealed a place in the finals.

Li Luya, 20, English, Shenzhen University Most valued qualities: kind-heartedness, gentleness

Li is a picture of grace in her long white dress and pearl necklace. Her voice is clear and sweet and her eyes are fresh and innocent.

She is used to male attention, and has long been chatted up by strangers in public. But she has always shied away(回避) from the attention. “I don’t think beauty should be flaunted(炫耀),” she said. Sometimes this rather quiet image has caused problems, and some consider Li “an iceberg beauty” because of her perceived coolness. She sees it differently. “Keeping silent is my way to avoid conflict, especially on campus.”

Liu Zhen, 21, Singing, Beijing Contemporary Music Academy Most valued qualities: filial piety(孝顺), the ability to care

Liu studies in the same school as dating show sensation(轰动) Ma Nuo and Super Girl champion Jiang Yingrong. As you might expect, then, the official and unofficial competition for “campus flower” is fierce. In 2009, Liu Zhen, as an unknown freshman, beat the already famous Jiang and became school spokesperson.

The title put her, a freshman, under the spotlight. Jiang’s supporters voiced their suspicion over the result. Others on campus talked about Liu behind her back. “I could sense that they were measuring me with their eyes,” said Liu. She thinks it was her great potential to learn, and her smiles that marked her out as a genuine spokesperson(真正的代言人).

Such confidence has seen her march all the way to the finals of the Universiade Star.


原文地址:http://www.i21st.cn/story/909.html


分享到:
评论

相关推荐

    RedisBloom v2.2.18

    RedisBloom v2.2.18 是一个专门为 Redis 数据库设计的布隆过滤器扩展模块,它提供了高效的数据去重和存在性检测功能。在理解这个版本之前,我们需要先了解 Redis 和布隆过滤器的基本概念。 Redis 是一个高性能的...

    bloomfilter-rust:在Rust中实现的Bloomfilter

    Bloomfilter-rust 在Rust中实现的Bloomfilter 本·布里顿8/9/2012 包含一个bloomfilter库和一个样本使用/测试文件bloomfilter.rs 库文件。 用法如下: 去创造: let bfilter = bloomfilter::bloomfilter(10000u, ...

    bloomfilter-rs:用Rust制造的Bloom Bloom过滤器

    BloomFilter RS 用Rust写的Bloom过滤器。 上次使用Rust 1.1.0测试例子对于具有100个存储桶和5个哈希函数的Bloom过滤器: let mut bf = BloomFilter :: new ( 100 , 5 );bf. insert ( & "hamster" );bf. insert ( & ...

    Bloom Filter概念和原理

    ### Bloom Filter概念与原理 #### 一、Bloom Filter概述 Bloom Filter是一种高效的数据结构,主要用于快速查询一个元素是否存在于一个集合中。它通过牺牲一定的精确度来换取存储空间的极大节省。Bloom Filter的...

    bloomfilter.js:JavaScript中的Bloom过滤器实现

    bloomfilter.js 布隆过滤器是一种节省空间的概率数据结构。 此实现依赖于以下非加密哈希函数。 Fowler-Noll-Vo哈希函数。 詹金斯哈希函数。 安装 $ npm install bloomfilter.js 用法 var bloom = require( ' ...

    ”Better Than Nothing” Privacy with Bloom Filters:To What Extent?.pdf

    Bloom filters are probabilistic data structures which permit to conve- niently represent set membership. Their performance/memory efficiency makes them appealing in a huge variety of scenarios. Their ...

    bloom-filter:C语言中的Bloom Filter实现

    盛开纯C中的Bloom过滤器实现: 此实现包括Bloom库(如果有) 您想创建自己的util,并基于纯文本名为bloom实现。 当前实现自动选择过滤器大小和哈希函数计数达到指定最大错误率。 当前实现中使用的Murmur哈希: 速度...

    neo4j-bloom-1.9.1.tgz

    Neo4j Bloom是Neo4j数据库的一个可视化工具,主要用于图形数据的探索、发现和理解。在1.9.1版本的发布中,它提供了一系列功能和优化,旨在帮助用户更有效地处理复杂的数据关系网络。这个名为"neo4j-bloom-1.9.1.tgz...

    BloomFilter-Java:Bloom过滤器的实现(双重哈希,三次哈希,增强型双重哈希)

    BloomFilter 布隆过滤器是一种节省空间的概率数据结构。 提出的解决方案是用Java实现的。 Python实现可。 它包含几种用于生成独立哈希函数的方法: 双重散列 三重哈希 增强型双散列 Peter C. Dillinger和...

    bloom filter

    ### Bloom Filter概述与应用 #### 一、Bloom Filter简介 Bloom Filter是一种高效的数据结构,主要用于近似地判断一个元素是否在一个集合中。它的主要特点是空间效率高,但允许存在一定的误报率(即可能会错误地...

    bloom filter布隆过滤器学习资料大全

    布隆过滤器(Bloom Filter)是一种空间效率极高的概率型数据结构,用于判断一个元素是否可能在一个集合中。在大数据处理、缓存系统、分布式存储等领域有着广泛的应用。这个压缩包文件“bloom filter布隆过滤器学习...

    gdx_bloom:3D 绽放

    【gdx_bloom:3D 绽放】是基于Java编程语言的一个3D特效库,主要专注于实现游戏开发中的“绽放”(Bloom)效果。绽放效果是一种视觉增强技术,通常用于让游戏画面中的高光区域显得更加亮丽,创造出一种光晕或光芒四溢...

    bloom-filter:Java语言的Bloom Bloom筛选器

    Java语言的Bloom Bloom筛选器 该程序包包含在浏览器和Node.js中均可使用的Bloom过滤器,哈希函数默认为对obj.toString()进行哈希处理的MurmurHash3。 安装 npm install bloom-filter-javascript 用法 var Bloom...

    bloomfilter-project:去重功能,服务化,启动服务端,在客户端就以单一或批量去重

    【标题】中的“bloomfilter-project”是一个基于布隆过滤器(Bloom Filter)实现的去重服务项目,它提供了一种服务化的解决方案,允许在客户端进行单个或批量数据的去重操作。 【描述】进一步说明了这个项目的核心...

    Bloom_filter_(C).zip_Flooding_atmega_bloom_bloom filter

    标题中的"Bloom_filter_(C).zip"表明这是一个关于C语言实现的布隆过滤器(Bloom Filter)项目,而"Flooding_atmega_bloom_bloom filter"可能指的是该过滤器在ATmega微控制器上的应用,可能涉及到数据溢出或高效处理...

    bloom_sphere:Sverchok节点创建绽放球

    使用Sverchok脚本化节点的Blender中的Bloom Spheres 脚本化节点和一些示例.blend文件可生成类似于John Edmaek在此所述的Bloom sphere。 可以在我的博客找到更多信息。

    leveldb中bloomfilter的优化.pdf

    ### Leveldb中Bloom Filter的优化:ElasticBF #### 概述 在现代数据库技术中,**Log-Structured Merge-tree (LSM-tree)** 结构因其高效的写入性能而被广泛应用于各种键值(Key-Value, KV)存储系统中,如Google的*...

    bloom:[]模式库:octopus:

    在项目中使用Bloom 像其他任何npm / yarn模块一样,将Bloom包含在您的项目中:npm install @appearhere/bloom 或者yarn install @appearhere/bloom 现在,您将可以像其他任何模块一样要求bloom中的组件: var bloom ...

    Unity3D Bloom 特效

    Bloom 特效是指:将画面中较亮的区域向外扩散,造成一种朦脓的效果。实现 Bloom 特效,一般要经过 3 个阶段处理:亮区域检测、高斯模糊、Bloom 合成。 本文基于Unity3D实现了Bloom特效,效果见→...

    Unity屏幕特效之Bloom

    在Unity中,Bloom是一种常见的屏幕特效,它能模拟出物体过亮部分溢出的视觉效果,增加场景的视觉冲击力和艺术感。本篇将详细介绍Unity中实现Bloom特效的技术要点。 一、Unity Shader基础 Unity Shader是控制游戏...

Global site tag (gtag.js) - Google Analytics