删除或更新信息,请邮件至freekaoyan#163.com(#换成@)

西安交通大学电子与信息工程学院导师教师师资介绍简介-史 椸

本站小编 Free考研考试/2021-06-26

个人信息 - 史 椸基本信息

史椸,女,1975年10月生,博士,副教授。西安交通大学自动化学院 副教授,控制工程研究所 副所长,西安交大渤海智能制造技术研究院 办公室主任。2008年3月毕业于西安交通大学计算机系,获计算机软件与理论专业工学博士学位。2010年8月至2011年8月作为访问****访问美国伊利诺伊大学厄本那香槟分校。2013年2月至2013年5月在英国利物浦大学学习。主持或参与国家自然科学基金、省自然科学基金、省科技攻关项目等科研项目20余项,发表学术论文30余篇。










教育经历
2008年3月毕业于西安交通大学计算机系,获计算机软件与理论专业工学博士学位。
2000年3月毕业于西安交通大学计算机系,获计算机软件与理论专业工学硕士学位。
1997年7月毕业于陕西师范大学计算机科学教育系,获理学学士学位。



讲授课程
序号
课程名称
学时
授课时间
授课对象
(本科生/研究生)

1 操作系统原理
56(48+8)
2002~2003第一学期
本科生

2 操作系统原理
56(48+8) 2003~2004第一学期
本科生

3 操作系统原理
56(48+8) 2004~2005第一学期
本科生

4 操作系统原理
56(48+8) 2005~2006第一学期
本科生

5 程序设计基础
56(48+8) 2006~2007第一学期
本科生

6 操作系统原理
56(48+8) 2006~2007第二学期
本科生

7 操作系统原理
56(48+8) 2007~2008第二学期
本科生

8 操作系统原理
56(48+8) 2008~2009第二学期
本科生

9 操作系统原理
56(48+8) 2009~2010第二学期 本科生

10 微机原理与接口技术 64(56+8) 2011~2012第一学期 本科生

11 操作系统原理
56(48+8) 2011~2012第二学期 本科生

12 微机原理与接口技术 56(48+8) 2012~2013第一学期 本科生

13 Operating Systems 52(44+8) 2013~2014第一学期 本科生

14 Operating Systems 52(44+8) 2014~2015第一学期 本科生

15 Operating Systems 52(44+8) 2015~2016第一学期 本科生
16 Operating Systems 52(44+8) 2017~2018第一学期 本科生

17 Operating Systems 52(44+8) 2018~2019第一学期 本科生
18 Operating Systems 52(44+8) 2019~2020第一学期 本科生
19 Operating Systems 56(48+8) 2020~2021第一学期 本科生





联系方式
EMAIL: shiyi@mail.xjtu.edu.cn
TEL: ext 175
ADD: 陕西省西安市碑林区咸宁西路28号
西安交通大学电信学部自动化学院 710049
Office:兴庆校区 东二楼 173房间
创新港校区 4号楼(泓理楼)4199房间




站点计数器









教学 - 史 椸News
Lecture 16-review has been uploaded! 荐
2021-01-07

Final Exam Time&Location
2020-12-14

Lectures 14-15 have been uploaded!
2020-12-02

Lectures 11-13 have been uploaded!
2020-11-25

Lecture 10-main-memory has been uploaded!
2020-11-01

Lecture 09-deadlocks has been uploaded!
2020-10-29


更多新闻>>




Course Schedule
考试时间:2021-01-14 08:30--11:00(星期四)
考试地点:中2-1206
2020—2021 学年第1学期









教学环节

课内学时
课外学时
阅读内容

1
Mon Sep 14
Lecturing
Introduction: Introduces the course and its contents; Discusses the history of OSs.
2
2
Ch. 1 & 2

Thu Sep 17
Lecturing
Architectural Support for Operating Systems: Interrupts and Traps; I/O and device drivers; OS Protection; OS Structure; Booting.
2
2

2
Mon Sep 21
Lecturing
Processes and Threads: What is a process? What is a thread? How are they created and destroyed? How are processes and threads implemented?
2
2
Ch. 3 & 4

Thu Sep 24
Lecturing
2
2

3
Mon Sep 28
Lecturing
CPU Scheduling: How does the OS decide which user processes/threads to schedule?
2
2
Ch. 5

4
Sat Oct 10
Lecturing
2
2

5
Mon Oct 12
Lecturing
Synchronization: How do threads share the same memory without stepping on each other’s toes? How do threads coordinate their execution? Race conditions, locks, spinlocks, semaphores, monitors and condition variables.
Classic Sychronization Problems
2
2
Ch. 6

Thu Oct 15
Lecturing
2
2

6
Mon Oct 19
Lecturing
2
2

Thu Oct 22
Lecturing
2
2

7
Mon Oct 26
Lecturing
Exercise Class
2
2


Thu Oct 29
Lecturing
Deadlocks: How to prevent synchronized threads from mutually blocking each other.
2
2
Ch. 7

8
Mon Nov 2
Lecturing
2
2

Thu Nov 5

Quiz1
2
2


9
Mon Nov 9
Lecturing
Memory Management: Memory organization. Paging. Segmentation. Page Tables. TLB Management.
2
2
Ch. 8

Thu Nov 12
Lecturing
2
2

10
Mon Nov 16
Lecturing
Virtual Memory
2
2
Ch. 9

Thu Nov 19
Lecturing
2
2

11
Mon Nov 23
Lecturing
File Systems: How are filesystems implemented, what are the performance implications for various designs? Persistence, Consistency, FAT, Unix File System, Log structured filesystems.
2
2
Ch. 10 & 11
Rosenblum and Ousterhout. The Design and Implementation of a Log-Structured File System.

Thu Nov 26
2
2

12
Mon Nov 30

Quiz2
2
2


Thu Dec 3
Lecturing
Disks and Flash: Disk Organization. Disk Interface. RAID.
2
2
Ch. 12

13
Mon Dec 7
Lecturing
Security: Basics of authentication, authorization and privacy management in operating systems.
2
2
Ch. 14 & 15

Thu Dec 10
Lecturing
Review
2
2



教材
l Operating System Concepts (7th Edition), Silberschatz, Galvin & Gagne, Highr Education Press, Mar. 2007, ISBN: 978-7-04-020928-0
参考书目
l 操作系统概念(原书第9版)作者:[美] 亚伯拉罕·西尔伯沙茨(Abraham Silberschatz) 彼得 B. 高尔文(Peter B. Ga)ISBN号:65出版时间:2018-07-17出版社:机械工业出版社
实验与上机
Process Scheduling











科研 - 史 椸研究领域&科研项目

研究领域:边缘计算与工业物联网;人工智能与安全;机器视觉与智能计算。
科研项目:作为主持人或主要研究者承担国家自然科学基金、国家863、陕西省自然科学基金、陕西省科技攻关等科研项目20余项。
代表性的科研项目有:

立项号及项目名称
起止年月
项目来源
项目经费
完成情况
本人承
担角色

基于网络流量的SYN Flood攻击检测、跟踪及防御研究
2005.1~2006.12
陕西省自然科学基金
1.5万
结题
主持

无线传感器网络节点的研究与实现
2007.1~2008.12
陕西省科技攻关
3万
结题
主持

榆林市财政综合信息管理支撑平台
2007.9~2008.3
榆林市财政局横向课题
16万
结题
主持

面向桌面环境的用户隐私数据安全问题研究 2014.1~2016.12 中央高校基本科研业务费专项资金项目 5万 结题 主持
用于脱发临床诊断的图像分割算法软件 2019.6~2020.1 陕西科迈绿洲信息技术有限公司 10万 在研 主持
集团总部大数据机器学习与模型孵化平台
合同关键信息抽取系统
2019.7~2020.6 联通系统集成有限公司 30万 在研 主持
胜智云平台-西安交大边缘计算项目
2020.3~2021.1 联通系统集成有限公司 172万 在研 主持
陕西省扶贫办公室电子政务系统
2003.9~2004.3
陕西省扶贫办公室横向课题
10万
结题
参与

基于网络流量的DDoS安全防御体系于关键技术研究
2004.1~2007.12
国家自然科学基金
26万
结题
参与

基于下一代互联网的DoS/DDoS防御关键技术研究
2005.11~2006.12
微软亚洲研究院横向课题
8万
结题
参与

面向水利的高性能计算研究
2008.3~ 2009.9
IBM西安交大联合实验室项目
25万
结题
参与

能量感知多核操作系统关键问题研究
2008.11~2009.12
微软亚洲研究院横向课题
5万
结题
参与

微内核集成框架虚拟化与性能优化平台参考实现
2009.1~2010.12
国家核高基重大专项——“国产中间件参考实现及平台”子课题
384万
结题
参与

网络环境下软件老化模式及再生方法研究
2010.1~2013.12
国家自然基金重点项目
210万
结题
参与

云计算环境下数据中心的power capping关键问题研究 2013.1~2016.12 国家自然基金面上项目 82万 结题 参与
















论文发表
[1] Yang XY, Zeng M, Zhao R, Shi Y, A Novel LMS Method for Real-time Network Traffic Prediction, Lecture Notes in Computer Science, Springer-Verlag Heidelberg, ISSN: 0302-9743, Volume 3046 / 2004, April 2004, Pages: 127 – 136, Computational Science and Its Applications - ICCSA 2004: International Conference
[2] Yang XY, Yang WJ, Zeng M, Shi Y, A Novel Network Traffic Analysis Method based on Fuzzy Association Rules, MODELING DECISIONS FOR ARTIFICIAL INTELLIGENCE, PROCEEDINGS LECTURE NOTES IN ARTIFICIAL INTELLIGENCE 3131: 81-91 2004
[3] Yang XY, Liu Y, Zeng M, Shi Y, A Novel DDoS attack Detecting Algorithm based on the Continuous Wavelet Transform, CONTENT COMPUTING, PROCEEDINGS LECTURE NOTES IN COMPUTER SCIENCE 3309: 173-181 2004
[4] Shi Y, Yang XY, A Novel Architecture for Detecting and Defending against Flooding-based DDoS Attacks[C/J]. International Conference on Computational Intelligence and Security (CIS) 2005, LECTURE NOTES IN ARTIFICIAL INTELLIGENCE, 2005, 3802: 364-374
[5] Yang XY, Shi Y, A Novel Mechanism Based on Artificial Logical Spider Web for Rerouting in MPLS Networks, International Journal of Computational Intelligence and Applications (IJCIA), Volume 5, Number2, June 2005, Page:119-139
[6] Yang XY, Shi Y, Zeng M, Zhao R, A Novel Method of Network Burst Traffic Real-Time Prediction Based on Decomposition, ICN 2005, LNCS 3420, pp. 784–793, 2005
[7] Shi Y, Yang XY, Zhu HJ. A Flooding-based DoS/DDoS Detecting Algorithm Based on Traffic Measurement and Prediction[C/J]. International Workshop on Security (IWSEC) 2006, LECTURE NOTES IN COMPUTER SCIENCE, 2006, 4266:252-267
[8] Shi Y, Yang XY, Li N, Qi Y. Deterministic Packet Marking with Link Signatures for IP Traceback[C/J]. SKLOIS Conference on Information Security and Cryptology (CISC) 2006. LECTURE NOTES IN COMPUTER SCIENCE, 2006, 4318:144-152
[9] Shi Y, Qi Y, Deterministic link signature based IP traceback algorithm under IPv6[C]. International Conference on Advanced Communication Technology (ICACT), 2008: 1010-1014
[10] 史椸,齐勇,一种基于子网保护的蠕虫传播模型及其应用 [J]. 西安交通大学学报. 2008,42(6):788-790
[11] Yang XY, Shi Y, Zhu HJ. Local Network Based Worm Detection Algorithm. Science in China Series E: Technological Sciences,2008, 38(12):2099-2111
[12] Yang Xin-yu, Wang Xiang-hua, Shi Yi, Du Jing, MPLS Router and Re-router Model Based on Artifical Spider. JOURNAL OF ELECTRONICS & INFORMATION TECHNOLOGY 2008, 30(7) :1619-1624
[13] Qiao Yanan, Qi Yong, Shi Yi, Hou Di, Wang Xiao, Weigh Matrix Based Solution Framework for Term Proximity Information Retrieval. COMPUTER SCIENCE, 2009, 36(7): 197-201
[14] LUO Yuan-Sheng, QI Yong, HOU Di, SHI Yi, CHEN Ying, SHEN Lin-Feng. Generalized Decision Logic Based and End-User Oriented Service Composition Formal Model. JOURNAL OF SOFTERWARE 2009, 20:138-143.
[15] 史椸,戴月华,任建宝,齐勇,多核平台应用程序能耗分析,计算机与数字工程,2010,38(8):38-41
[16] 戴月华,史椸,谢锋涛,冯雨声,齐勇,基于cc-NUMA多核处理器构架的虚拟机监控器原型设计与实现, 计算机与数字工程,2010,38(8):46-51
[17] 史椸,赵静,鲍军鹏,齐勇,林秦颖,基于方差聚类的时序数据野值识别算法,计算机应用,2012,32(s2): 22-25
[18] Yuehua Dai, Yi Shi, Yong Qi, Jianbao Ren Peijian Wang, Design and verification of a lightweight reliable virtual machine monitor for a many-core architecture, Frontiers of Computer Science, 2013, 7(1): 34-43
[19] 史椸,邱劲锋,侯迪,齐勇,林秦颖,一种敏捷服务组合方法模型的研究与设计,西安交通大学学报,2013,47(2): 1-6。
[20] 史椸,耿晨,齐勇,一种具有容错机制的MapReduce模型研究与实现,西安交通大学学报,2014,48(2): 1-7
[21] Xiaoguang Wang, Yi Shi*, Yuehua Dai, Yong Qi, Jianbao Ren, Yu Xuan, TrustOSV: Building Trustworthy Executing Environment with Commodity Hardware for a Safe Cloud, Journal of Computers, 2014, 9(10) : 2303-2314
[22] 史椸,冯雨声,齐勇,多用户服务器程序自恢复系统,软件学报, 2015,26(8):1907-1924
[23] 任建宝,史椸,齐勇,戴月华,王晓光,宣宇,基于虚拟机监控器的隐私透明保护,软件学报,2015,26(8): 2124-2137
[24] Jianbao Ren, Yong Qi, Yuehua Dai, Xiaoguang Wang, Yi Shi, AppSec: A Safe Execution Environment for Security Sensitive Applications, International Conference on Virtual Execution Environment (VEE'15), 2015.3
[25] 谈博,蔡远利,史椸,采用变时域监督预测控制的机炉协调控制方法,西安交通大学学报,2016 , 50 (12) :92-98
[26] Jialu Guo, Yi Shi, Peng Liu, et al, Resting-state EEG Phase Synchronization Predicts Cognitive Control. International Behavioral Safety Management Conference, Xi’an, China, 2016: 66-71
[27] Jing Yang, Yi Shi, Haijun Rong, Random neural Q-learning for obstacle avoidance of a mobile robot in unknown environments, Advances in Mechanical Engineering, 2016 , 8 (7)
[28] Jianbao Ren, Yong Qi, Yuehua Dai,Xiaoguang Wang, Yi Shi,nOSV: ALightweight Nested-Virtualization VMM for Hosting High Performance Computing onCloud , Journal of Systems and Software , Vol. 124, Feb. 2017, Pages 137-152




专利

没有找到条目。

专利名称申请号专利类型申请日期
一种飞行驾驶模拟器系统及模拟方法 ZL 2017 1 **.8 发明 2017.02.28
基于机器视觉的电力管廊钢筋网质量检测方法及检测装置 ZL 2016 1 **.5 发明 2016.05.12
基于机器视觉的电力管廊钢筋网质量检测方法及检测装置 ZL 2016 1 **.5 发明 2016.05.12
基于速度障碍的无人车实时轨迹规划方法 ZL 2015 1 **.0 发明 2015.05.27
一种个人上下文信息隐私保护策略自动生成方法 ZL 2009 1 **.3 发明 2009.01.08
一种基于网络流量的泛洪拒绝服务攻击防御方法 ZL 2009 1 **.8 发明 2009.01.08

20条目每页4每个页面的条目数
8每个页面的条目数
20每个页面的条目数
40每个页面的条目数
60每个页面的条目数
显示6结果中的1-6。
上一页面
页面1
下一页








New Page - 史 椸


相关话题/西安交通大学 电子