北京的火车站

news/2024/7/7 15:03:22

北京的火车站

北京有4个火车站,分别是:北京站,北京西站,北京南站,北京北站。

下面是各个站的介绍:

北京站:北京站主要负责京沪线京哈线的客运列车。

http://baike.baidu.com/view/49121.htm

http://zh.wikipedia.org/w/index.php?title=%E5%8C%97%E4%BA%AC%E7%AB%99&variant=zh-cn

北京西站:北京西客站出发的列车覆盖中原,华南西南西北地区的主要城市

http://baike.baidu.com/view/359526.htm?func=retitle

http://zh.wikipedia.org/w/index.php?title=%E5%8C%97%E4%BA%AC%E8%A5%BF%E7%AB%99&variant=zh-cn

 

北京北站:它也是中国自主设计建造的第一条干线铁路——京张铁路上的车站。

http://baike.baidu.com/view/361762.htm

 

北京南站:成为城际列车和客运专线列车在北京到发的客运站,京津城际、京沪高铁的始发站都设在此。

http://baike.baidu.com/view/325980.htm?func=retitle

http://zh.wikipedia.org/w/index.php?title=%E5%8C%97%E4%BA%AC%E5%8D%97%E7%AB%99&variant=zh-cn

 

北京南站的新闻:

http://news.163.com/08/0210/05/44AM3J9V0001124J.html

http://www.cscsf.com/New_view.asp?ID=43016


http://www.niftyadmin.cn/n/4411444.html

相关文章

论文阅读《Relation Extraction as Open-book Examination:Retrieval-enhanced Prompt Tuning》

Relation Extraction as Open-book Examination: Retrieval-enhanced Prompt Tuning 浙大基于prompt的关系抽取最新论文,刷新prompt方法的SOTA。 因为之前对prompt类关系抽取方法已经做了很多介绍,所以现在直接看方法。 BACKGROUND 对于难度较大的实…

the answer to life, the universe and everything

the answer to life, the universe and everything is "42",or is "6*7?" 之前只是被电影里无限的英式幽默与哲思所吸引,但当看到deep thought面对历经千辛万苦来到它面前的主角们关于终极问题的提问时,爱理不理地说出“我一直都在…

HTML 元素的 ondragenter 事件

ondragenter EventDHTML文档教程Fires on the target element when the user drags the object to a valid drop target.dhtml语法Inline HTML<ELEMENT ondragenter "handler" ... >All platformsEvent propertyobject.ondragenter handlerJScript onlyobjec…

论文阅读《PTR: Prompt Tuning with Rules for Text Classification》

PTR: Prompt Tuning with Rules for Text Classification 提出背景 Prompt-oriented fine-tuning加速收敛&#xff0c;对少次学习很友好 Prompt-tuning收敛变慢&#xff0c;因为参数变少 Prompt痛点 Hard prompt设计麻烦 Auto prompt 效率太低 Soft prompt 需要大模型来…

javascript 操作 cookies

javascript 操作 cookies Cookies&#xff0c;有些人喜欢它们&#xff0c;有些人憎恨它们。但是&#xff0c;很少有人真正知道如何使用它们。现在你可以成为少数人中的成员&#xff0d;可以自傲的Cookie 大师。 如果你象作者一样记性不好&#xff0c;那么你可能根本记不住人们…

论文阅读《Knowledgeable Prompt-tuning: Incorporating Knowledge into Prompt Verbalizer for Text Classific》

Knowledgeable Prompt-tuning: Incorporating Knowledge into Prompt Verbalizer for Text Classification 提出背景 提示学习&#xff08;prompt learning&#xff09;在预训练语言模型的利用中发挥重要作用 以主题分类为例&#xff1a;将输入句子包装到一个自然语言模板中…

基于一个多分类问题比较bert单任务训练和多任务训练

笔者在学习基于huggingface实现多分类问题时&#xff0c;使用了kaggle比赛中的Feedback Prize - Predicting Effective Arguments中的数据集。 Feedback Prize - Predicting Effective Arguments/Dataset 本次比赛的目标是将学生写作中的争论元素分类为“有效”、“充分”或“…

JS Array对象

JS入门之Array对象 每天一对象,今天我们也来new一个。没有系统的学过JS&#xff0c;没有特别的写过一个比较出色的类库&#xff0c;没有运用过一个很强的类库&#xff0c;prototype.js在进行着&#xff0c;慢慢的前进相信不久的将来就可以应用prototype.js来开发自己的应用程序…