當前位置:首頁 » 編程軟體 » 編譯原理視頻教程推薦

編譯原理視頻教程推薦

發布時間: 2024-10-12 10:26:33

編譯原理視頻哪個好

推薦觀看清華大學編譯原理視頻課程。

1. 清華大學編譯原理視頻課程

清華大學作為國內頂尖學府,其計算機系的編譯原理課程備受推崇。該視頻課程詳細講解了編譯原理的基本概念、原理和方法,包括詞法分析、語法分析、語義分析、優化等內容。授課老師資歷深厚,講解清晰易懂,適合初學者入門。

2. 課程內容系統全面

編譯原理是一個涵蓋內容廣泛、深度較深的學科領域。一個好的編譯原理視頻課程應當涵蓋編譯原理的各個方面,從基礎的編譯過程到高級的優化技術都有所涉及。觀看時,可以關注課程是否對詞法分析器、語法分析器、語義分析等多個關鍵環節都有詳細的講解。

3. 實踐環節豐富

除了理論知識的講解,實踐環節也是評判一個編譯原理視頻課程好壞的重要標准。實踐環節可以加深理論知識的理解,並鍛煉實際操作能力。因此,推薦的視頻課程應該包含一定的編程實踐,如簡單的編譯器開發實踐等。

4. 適應個人學習節奏

每個人的學習節奏和方式都有所不同。觀看視頻課程時,可以注意一下課程是否提供多種學習模式,如快進、倒退、重復觀看等,這樣可以根據個人需要調整學習進度,更好地掌握知識。

綜上所述,清華大學編譯原理視頻課程是一個不錯的選擇。當然,還有其他優秀的高校或專業機構開設的編譯原理視頻課程,可以根據自己的需求和興趣進行選擇。

② 想要學習怎樣編寫程序和製作軟體

你既然喜歡編程,就應該認認真真的學習一門語言,先從VB開始,VB是比較好的入門語言,可視化的,比較簡單,是非常好的入門語言。書籍最少應該准備兩本,不可能一本書籍會包含VB的所有內容,在看書的時候,可以交叉的看,一本書籍中沒有講到的內容可以在另一本中看到,這樣對學習是很有好處的,也能保證所學知識的完整性。學編程是一個很漫長的過程,不要著急,要理論與實踐想結合,常式書籍也是很重要的,看源代碼對學習也是很有幫助的,等你學完這門VB語言之後,學習別的語言是非常簡單,可以嘗試c語言,按照C——C++——VC的順序學習,有助於知識的連貫性,我也希望你能學好的。

學習C語言,譚浩強的《C程序設計》是一部非常好的C語言書籍,學習程序設計是一個非常漫長的過程,不要著急,一本書多看兩遍三遍,學會交叉學習法,在學習C的過程中,可以看看數據結構,編譯原理,操作系統等書籍,對編成都是很有幫助的。最開始學習的時候,先不要編一些比較大的程序,多編一些小程序,比如數組運算,字元組合等等,指針是C語言的精華,是比較復雜的部分。如果有一天你能熟練駕馭指針的操作了,我相信你,你一定能學習好C語言的。

我是2001年接觸編程的,剛開始只是大概了解一下,並沒有進行比較深入的學習,我是從VB開始入門的,學了1年多,然後轉入C語言,按照C——C++——VC的順序學習,C學了兩年,現在開始學習C++,C++的學習是很有難度的,類,標准庫,多態,繼承等等比較抽象難道懂的概念,雖然他秉承了C語言的風格,但是有很多很多是C語言不具備的,要多看書,上機實踐也是必不可少的。《C++編程思想》,《C++標准庫》,這些書都非常好,內容也很全面,常式書籍也是必不可少的,多看源代碼對編程是很有幫助的,也會少走很多彎路。總之,C++的學習是一個比較漫長的過程,大概需要兩年的時間,這只是底限,如果想學通,學精,還需要更多的時間。

我向你推薦一些C++經典書籍:

c++程序設計教程
c++編程思想
c++大學教程
c++程序設計語言
數據結構演算法與應用c++語言描述
c++標准模板庫------自修教程與參考手冊
泛型編程與STL
深度探索c++對象模型
設計模式---可復用面向對象軟體的基礎
重構---改善既有代碼的設計
Essential c++
Effective c++
More Effctive c++
C++ primer

前五本應該屬於入門書籍,後面的屬於學習難度比較大的,想提高C++的編程能力,看看這些書籍有好處。建議你把編程思想這本書多看看。多做練習題,對提高編程水平的幫助是很大的。

其實語言是相通的,一門語言學會了,學習其他語言就比較容易了。

業界有這樣一種說法,因為java這門語言包含了C++的一些特性,掌握了C++,就等於掌握了JAVA的80%,

在掌握了C++之後(我說的掌握指的是,可以熟練用C++編程序了,並沒有要求你完全掌握C++的所有部分,沒有人能達到這一點,因為C++太龐大了,如果能堅持不懈的學習C++兩年到三年的時間了,你就可以學習其他的語言了)可以試著學習一些其他的語言,如JAVA,VC++等等比較復雜的語言.

這時候可以說你已經對程序設計語言有個大體的認識了,可以明確自己學習的方向,根據自己的學習情況而定,是學習一些自己比較感興趣的語言啊(從興趣出發),還是為了找工作啊,開始進行更深入的學習.比如學習windows下的框架編程和.net編程等等比較復雜的語言.

如果是為了找工作的話我建議你學好C,C++,JAVA三門語言.

在我國目前的軟體開發行業中,北方C,C++,JAVA的需求量是非常大的.南方以VB為主.

關於英語對學習程序設計有沒有幫助的文章這個話題已經有很多人議論過了,我個人建議把計算機專業術語弄明白了就可以了,你可以買一本計算機英語教程看一看,對程序設計是有幫助的。其實程序設計當中的英文都是一些非常簡單的,如for,else,while.......並沒有太高深的,而且學習程序設計不像學習網路,如CCNA這類認證需要掌握大量的英文。但是在學習程序設計的時候身邊有兩個工具應該足夠了-----------金山詞霸,計算機詞典。相信你一定能學好程序設計的。

學習數學和學習程序設計有一個共同點------鍛煉邏輯思維能力。在程序設計的學習中涉及到數學的地方並不多,所以也沒有必要去認真的學習數學也可以學好程序設計的。

如果你是一個肯吃苦,肯用心學習程序設計的人,具有堅持不懈的精神的人,我相信,只要你認認真真去學,即使你的英語數學水平再差,你也一定能夠學好程序設計的。

我是一名大三的學生,我也正在學習C++這門語言,一年多的時間,學習的感覺真的很累的,希望能和你成為朋友!

好了,說了這么多,可以參考一下,為自己做個學習計劃,要對自己有信心,最後祝你在學習編程的道路上走的更好更遠,祝你學有所成!!

③ 請問哪個網站上有關於江蘇省計算機二級考試的信息

資源名稱---計算機方面學習視頻資料

PHP視頻教程從入門到精通

http://www.xuexinet.com/document/xuexidetail.asp?id=21

ORACLE內部培訓視頻教學

http://www.xuexinet.com/document/xuexidetail.asp?id=36

常用網路命令音頻教程

http://www.xuexinet.com/document/xuexidetail.asp?id=41

新編Premiere.Pro入門與提高

http://www.xuexinet.com/document/xuexidetail.asp?id=53

新概念sql.Server.2000教程

http://www.xuexinet.com/document/xuexidetail.asp?id=71

西北工業大學-編譯原理 48課

http://www.xuexinet.com/document/xuexidetail.asp?id=72

專業工程師拆解筆記本視頻

http://www.xuexinet.com/document/xuexidetail.asp?id=79

Cisco官方出版的CCNA/CCNP教材

http://www.xuexinet.com/document/xuexidetail.asp?id=81

資料庫原理視頻教程在線播放[北京交通大學]

http://www.xuexinet.com/document/xuexidetail.asp?id=86

mysql資料庫視頻教程

http://www.xuexinet.com/document/xuexidetail.asp?id=87

資料庫原理與應用視頻教程下載[北師大]

http://www.xuexinet.com/document/xuexidetail.asp?id=88

《Visual Foxpro》 31講

http://www.xuexinet.com/document/xuexidetail.asp?id=91

ASP 資料庫編程入門視頻教程*

http://www.xuexinet.com/document/xuexidetail.asp?id=92

PowerBuilder視頻教程在線播放

http://www.xuexinet.com/document/xuexidetail.asp?id=93

VFP6.0視頻教程下載

http://www.xuexinet.com/document/xuexidetail.asp?id=94

數據結構教學錄像c++版

http://www.xuexinet.com/document/xuexidetail.asp?id=95

網頁設計在線教程

http://www.xuexinet.com/document/xuexidetail.asp?id=103

使用Visual Studio .NET進行調試

http://www.xuexinet.com/document/xuexidetail.asp?id=193

protel 2004 光碟教程

http://www.xuexinet.com/document/xuexidetail.asp?id=194

PHP動態網頁製作

http://www.xuexinet.com/document/xuexidetail.asp?id=195

ASP動態網頁製作計

http://www.xuexinet.com/document/xuexidetail.asp?id=196

JSP動態網頁製作

http://www.xuexinet.com/document/xuexidetail.asp?id=197

Perl動態網頁製作

http://www.xuexinet.com/document/xuexidetail.asp?id=200

匯編語言程序設計

http://www.xuexinet.com/document/xuexidetail.asp?id=201

逐步精通資料庫(sql server)

http://www.xuexinet.com/document/xuexidetail.asp?id=202

linux安裝的全程演示錄像(9.0)*

http://www.xuexinet.com/document/xuexidetail.asp?id=203

網路工程考試視頻教程

http://www.xuexinet.com/document/xuexidetail.asp?id=204

計算機操作系統視頻講座(清華大學)

http://www.xuexinet.com/document/xuexidetail.asp?id=205

101-VF程序設計視頻課程

http://www.xuexinet.com/document/xuexidetail.asp?id=207

介面技術視頻講座

http://www.xuexinet.com/document/xuexidetail.asp?id=208

軟體工程40講 (西北工大)

http://www.xuexinet.com/document/xuexidetail.asp?id=209

使用DM萬用版給硬碟分區 視程

http://www.xuexinet.com/document/xuexidetail.asp?id=210

匯編與微機介面 64講

http://www.xuexinet.com/document/xuexidetail.asp?id=211

手把手教你配置路由器

http://www.xuexinet.com/document/xuexidetail.asp?id=212

VB程序設計視頻講座

http://www.xuexinet.com/document/xuexidetail.asp?id=213

新概念Dreamweaver_mx視頻教程(已失效)

http://www.xuexinet.com/document/xuexidetail.asp?id=217

孫鑫VC++

http://www.xuexinet.com/document/xuexidetail.asp?id=230

邊用邊學visual basic 6

http://www.xuexinet.com/document/xuexidetail.asp?id=236

邊用邊學Powerbuilder編程

http://www.xuexinet.com/document/xuexidetail.asp?id=237

邊用邊學C語言

http://www.xuexinet.com/document/xuexidetail.asp?id=238

邊用邊學Java程序設計基礎

http://www.xuexinet.com/document/xuexidetail.asp?id=239

邊用邊學C++語言基礎教程

http://www.xuexinet.com/document/xuexidetail.asp?id=240

邊用邊學Autocad

http://www.xuexinet.com/document/xuexidetail.asp?id=241

邊用邊學Linux

http://www.xuexinet.com/document/xuexidetail.asp?id=242

Windowsxp中文版入門與提高

http://www.xuexinet.com/document/xuexidetail.asp?id=243

Photoshop CS2 標准教程

http://www.xuexinet.com/document/xuexidetail.asp?id=244

【用Ghost備份和恢復系統】視頻教程

http://www.xuexinet.com/document/xuexidetail.asp?id=248

硬碟分區與格式化探悉

http://www.xuexinet.com/document/xuexidetail.asp?id=249

WinXp安裝全過程

http://www.xuexinet.com/document/xuexidetail.asp?id=250

winxp優化大全

http://www.xuexinet.com/document/xuexidetail.asp?id=251

使用DM萬用版給硬碟分區

http://www.xuexinet.com/document/xuexidetail.asp?id=252

常用網路命令視頻教程

http://www.xuexinet.com/document/xuexidetail.asp?id=254

編程之道—JSP資料庫編程入門(iso)

http://www.xuexinet.com/document/xuexidetail.asp?id=255

企業網路系統與集成

http://www.xuexinet.com/document/xuexidetail.asp?id=256

高速寬頻主幹網技術專題視頻教程

http://www.xuexinet.com/document/xuexidetail.asp?id=257

SQL資料庫視頻教程

http://www.xuexinet.com/document/xuexidetail.asp?id=260

微軟開發者系列講座---WEB Service高級應用

http://www.xuexinet.com/document/xuexidetail.asp?id=303

Flashmx 2004 視頻教程

http://www.xuexinet.com/document/xuexidetail.asp?id=314

計算機圖形學

http://www.xuexinet.com/document/xuexidetail.asp?id=316

電子科大--- VB程序設計

http://www.xuexinet.com/document/xuexidetail.asp?id=317

EDA技術

http://www.xuexinet.com/document/xuexidetail.asp?id=318

unix操作系統(電子科技大學)

http://www.xuexinet.com/document/xuexidetail.asp?id=319

多媒體技術(電子科技大學)

http://www.xuexinet.com/document/xuexidetail.asp?id=320

計算機操作系統(電子科技大學)

http://www.xuexinet.com/document/xuexidetail.asp?id=321

計算機網路基礎(電子科技大學)

http://www.xuexinet.com/document/xuexidetail.asp?id=322

計算機系統結構

http://www.xuexinet.com/document/xuexidetail.asp?id=324

計算機組成原理

http://www.xuexinet.com/document/xuexidetail.asp?id=325

嵌入式系統應用與開發技術

http://www.xuexinet.com/document/xuexidetail.asp?id=326

軟體工程(電子科技大學)

http://www.xuexinet.com/document/xuexidetail.asp?id=327

微機原理與介面技術

http://www.xuexinet.com/document/xuexidetail.asp?id=328

洪恩編程之道 delphi7

http://www.xuexinet.com/document/xuexidetail.asp?id=347

不背字根學五筆視頻教程

http://www.xuexinet.com/document/xuexidetail.asp?id=354

網頁設計(製作)

http://www.xuexinet.com/document/xuexidetail.asp?id=369

程序設計語言

http://www.xuexinet.com/document/xuexidetail.asp?id=410

組成與系統結構

http://www.xuexinet.com/document/xuexidetail.asp?id=411

多媒體技術(西北工業大學)

http://www.xuexinet.com/document/xuexidetail.asp?id=412

匯編與微機介面

http://www.xuexinet.com/document/xuexidetail.asp?id=413

計算機軟體技術基礎

http://www.xuexinet.com/document/xuexidetail.asp?id=414

計算機軟體技術基礎輔導

http://www.xuexinet.com/document/xuexidetail.asp?id=416

網路支付與結算48講(北京交通大學)

http://www.xuexinet.com/document/xuexidetail.asp?id=417

計算機網路[北方交通大學]

http://www.xuexinet.com/document/xuexidetail.asp?id=491

洪恩開天闢地.4.零售版(8CD)

http://www.xuexinet.com/document/xuexidetail.asp?id=535

面向對象C++(陳文宇)(電子科技大學)

http://www.xuexinet.com/document/xuexidetail.asp?id=581

數據結構(羅吳蔓)

http://www.xuexinet.com/document/xuexidetail.asp?id=582

程序設計語言與編譯

http://www.xuexinet.com/document/xuexidetail.asp?id=583

DOS 學習視頻教程

http://www.xuexinet.com/document/xuexidetail.asp?id=615

計算機網頁設計與製作視頻教程

http://www.xuexinet.com/document/xuexidetail.asp?id=616

單片機及應用輔導課程

http://www.xuexinet.com/document/xuexidetail.asp?id=618

自己動手建立個人網站

http://www.xuexinet.com/document/xuexidetail.asp?id=619

c語言14講

http://www.xuexinet.com/document/xuexidetail.asp?id=630

高級操作系統(北大-辛辛那提大學)

http://www.xuexinet.com/document/xuexidetail.asp?id=631

邊學邊用Photoshop7.0視頻教程

http://www.xuexinet.com/document/xuexidetail.asp?id=632

洪恩編程之道 delphi7 視頻教程

http://www.xuexinet.com/document/xuexidetail.asp?id=633

資料庫應用程序設計

http://www.xuexinet.com/document/xuexidetail.asp?id=634

數字視頻應用教程

http://www.xuexinet.com/document/xuexidetail.asp?id=635

中文AutoCAD 2005基礎操作與實例教程

http://www.xuexinet.com/document/xuexidetail.asp?id=636

3ds max 6標准教程

http://www.xuexinet.com/document/xuexidetail.asp?id=637

Premiere 6.x 標准教程

http://www.xuexinet.com/document/xuexidetail.asp?id=638

華南理工大學-c#和.net技術與應用

http://www.xuexinet.com/document/xuexidetail.asp?id=639

Adobe Photoshop CS2官方視頻教程

http://www.xuexinet.com/document/xuexidetail.asp?id=640

微計算機技術

http://www.xuexinet.com/document/xuexidetail.asp?id=641

軟體開發工具與環境

http://www.xuexinet.com/document/xuexidetail.asp?id=642

計算機圖像處理

http://www.xuexinet.com/document/xuexidetail.asp?id=653

邊學邊用LINUX

http://www.xuexinet.com/document/xuexidetail.asp?id=654

計算機組成與匯編語言程序設計(趙麗梅)寧波電大

http://www.xuexinet.com/document/xuexidetail.asp?id=665

操作系統(陳訪榮)寧波電大

http://www.xuexinet.com/document/xuexidetail.asp?id=666

計算機網路(馬敏飛)寧波電大

http://www.xuexinet.com/document/xuexidetail.asp?id=667

VB編程與應用(黃文)寧波電大

http://www.xuexinet.com/document/xuexidetail.asp?id=668

Internet和Intranet應用(薛昭旺)寧波電大

http://www.xuexinet.com/document/xuexidetail.asp?id=669

並行程序設計(北大)

http://www.xuexinet.com/document/xuexidetail.asp?id=670

計算機專業英語/寧波電大

http://www.xuexinet.com/document/xuexidetail.asp?id=671

計算機輔助設計Autocad[寧波電大]

http://www.xuexinet.com/document/xuexidetail.asp?id=674

計算機組成原理[寧波電大]

http://www.xuexinet.com/document/xuexidetail.asp?id=675

數據結構(馮姚震)寧波電大

http://www.xuexinet.com/document/xuexidetail.asp?id=676

面向對象程序設計(黃寅)寧波電大

http://www.xuexinet.com/document/xuexidetail.asp?id=677

操作系統(華南理工大學)

http://www.xuexinet.com/document/xuexidetail.asp?id=686

操作系統(華中科大)

http://www.xuexinet.com/document/xuexidetail.asp?id=687

第三代無線數據通訊的前景與機會(華南理工)

http://www.xuexinet.com/document/xuexidetail.asp?id=688

高等計算機的核心技術-並行處理(清華)

http://www.xuexinet.com/document/xuexidetail.asp?id=689

多媒體(華中科大)

http://www.xuexinet.com/document/xuexidetail.asp?id=690

高速網路與移動計算(香港城市大學)

http://www.xuexinet.com/document/xuexidetail.asp?id=691

匯編程序設計(北大)

http://www.xuexinet.com/document/xuexidetail.asp?id=692

計算機網路(華中科大)

http://www.xuexinet.com/document/xuexidetail.asp?id=712

北京交通大學-PASCAL語言程序設計

http://www.xuexinet.com/document/xuexidetail.asp?id=715

JAVA程序設計(北京交通大學)

http://www.xuexinet.com/document/xuexidetail.asp?id=716

演示安裝紅旗Linux

http://www.xuexinet.com/document/xuexidetail.asp?id=719

ASP高級編程課程講解

http://www.xuexinet.com/document/xuexidetail.asp?id=724

計算機體系結構(北京交通大學)

http://www.xuexinet.com/document/xuexidetail.asp?id=790

吉林大學-高等計算機系統結構

http://www.xuexinet.com/document/xuexidetail.asp?id=791

人工智慧導論

http://www.xuexinet.com/document/xuexidetail.asp?id=855

微機組裝與維護

http://www.xuexinet.com/document/xuexidetail.asp?id=856

計算機網路工程

http://www.xuexinet.com/document/xuexidetail.asp?id=857

Internet和Internet應用

http://www.xuexinet.com/document/xuexidetail.asp?id=858

網路資料庫系統概論-SQL Server

http://www.xuexinet.com/document/xuexidetail.asp?id=859

超級注冊表實用大全ISO

http://www.xuexinet.com/document/xuexidetail.asp?id=906

動態網頁製作視頻教程ASP.PHP.JSP.Perl

http://www.xuexinet.com/document/xuexidetail.asp?id=908

浙大-計算機網路

http://www.xuexinet.com/document/xuexidetail.asp?id=930

計算機網路基礎

http://www.xuexinet.com/document/xuexidetail.asp?id=931

Windows 2000 教學[FLASH]200分鍾

http://www.xuexinet.com/document/xuexidetail.asp?id=932

中央電大-網路操作系統

http://www.xuexinet.com/document/xuexidetail.asp?id=933

浙大-計算機應用基礎(2)

http://www.xuexinet.com/document/xuexidetail.asp?id=935

西南交通大學-通信原理

http://www.xuexinet.com/document/xuexidetail.asp?id=936

HTML的全局架構視頻教程

http://www.xuexinet.com/document/xuexidetail.asp?id=938

Photoshop數碼照片藝術效果100例(精彩版)

http://www.xuexinet.com/document/xuexidetail.asp?id=944

吉林大學-internet網頁設計

http://www.xuexinet.com/document/xuexidetail.asp?id=945

手把手教你學JAVA程序設計[swf][7課]

http://www.xuexinet.com/document/xuexidetail.asp?id=946

台灣國立嘉藝大學-maya中文視頻教程

http://www.xuexinet.com/document/xuexidetail.asp?id=947

手把手教你學VC程序設計[swf][8課]

http://www.xuexinet.com/document/xuexidetail.asp?id=948

馬鞍山電大-信號處理原理

http://www.xuexinet.com/document/xuexidetail.asp?id=950

[西南師大]計算機網路理論 [19講]

http://www.xuexinet.com/document/xuexidetail.asp?id=961

電子科大-移動通信系統

http://www.xuexinet.com/document/xuexidetail.asp?id=962

北京師范大-多媒體視頻

http://www.xuexinet.com/document/xuexidetail.asp?id=963

C語言(北京交通大學)

http://www.xuexinet.com/document/xuexidetail.asp?id=987

資料庫應用基礎(北京交通大學)

http://www.xuexinet.com/document/xuexidetail.asp?id=988

計算機文化基礎(北京交通大學)

http://www.xuexinet.com/document/xuexidetail.asp?id=990

Powerpoint國外系列精美模版

http://www.xuexinet.com/document/xuexidetail.asp?id=991

計算機組成原理(北京交通大學)

http://www.xuexinet.com/document/xuexidetail.asp?id=992

編譯原理(北京交通大學)

http://www.xuexinet.com/document/xuexidetail.asp?id=996

數據結構(北京交通大學)

http://www.xuexinet.com/document/xuexidetail.asp?id=997

匯編語言(北京交通大學)

http://www.xuexinet.com/document/xuexidetail.asp?id=998

網頁製作技術(北京交通大學)

http://www.xuexinet.com/document/xuexidetail.asp?id=1007

計算機與網路系統安全(北京交通大學)

http://www.xuexinet.com/document/xuexidetail.asp?id=1008

面向對象程序設計與C++(北京交通大學)

http://www.xuexinet.com/document/xuexidetail.asp?id=1009

清華大學 吳企淵計算機操作系統

http://www.xuexinet.com/document/xuexidetail.asp?id=1010

操作系統(北京交通大學)

http://www.xuexinet.com/document/xuexidetail.asp?id=1011

Authorware金鷹視頻教程

http://www.xuexinet.com/document/xuexidetail.asp?id=1030

金鷹工作室Freehand MX快速入門視頻教程

http://www.xuexinet.com/document/xuexidetail.asp?id=1031

PowerPoint2003視頻教程

http://www.xuexinet.com/document/xuexidetail.asp?id=1032

ASP視頻教程下載 北京大學尚俊傑

http://www.xuexinet.com/document/xuexidetail.asp?id=1033

金鷹電腦教程Flash編程視頻教程

http://www.xuexinet.com/document/xuexidetail.asp?id=1034

資料庫概論(江南大學)

http://www.xuexinet.com/document/xuexidetail.asp?id=1045

軟體工程(江南大學)

http://www.xuexinet.com/document/xuexidetail.asp?id=1046

人工智慧概論(江南大學)

http://www.xuexinet.com/document/xuexidetail.asp?id=1047

計算機組成與結構(江南大學)

http://www.xuexinet.com/document/xuexidetail.asp?id=1048

計算機基礎(江南大學)

http://www.xuexinet.com/document/xuexidetail.asp?id=1049

多媒體技術(江南大學)

http://www.xuexinet.com/document/xuexidetail.asp?id=1050

邊學邊用PowerPoint 2000

http://www.xuexinet.com/document/xuexidetail.asp?id=1062

dreamwaverMX全部教程下載

http://www.xuexinet.com/document/xuexidetail.asp?id=1073

結構計算軟體

http://www.xuexinet.com/document/xuexidetail.asp?id=1074

軟體工程

http://www.xuexinet.com/document/xuexidetail.asp?id=1075

Java語言與WWW技術

http://www.xuexinet.com/document/xuexidetail.asp?id=1076

信息技術專題

http://www.xuexinet.com/document/xuexidetail.asp?id=1077

Internet與Web站點設計

http://www.xuexinet.com/document/xuexidetail.asp?id=1078

多媒體課件製作與應用

http://www.xuexinet.com/document/xuexidetail.asp?id=1079

四川電大 演算法分析與設計(在線播放)

http://www.xuexinet.com/document/xuexidetail.asp?id=1080

計算機應用基礎

http://www.xuexinet.com/document/xuexidetail.asp?id=1081

計算機圖形學基礎

http://www.xuexinet.com/document/xuexidetail.asp?id=1082

多媒體技術基礎與應用IP

http://www.xuexinet.com/document/xuexidetail.asp?id=1083

JAVA 入門視頻教程

http://www.xuexinet.com/document/xuexidetail.asp?id=1084

Photoshop從頭學起系列教程

http://www.xuexinet.com/document/xuexidetail.asp?id=1085

四川電大 計算機專業英語(在線播放)

http://www.xuexinet.com/document/xuexidetail.asp?id=1088

四川電大 單片機技術(在線播放)

http://www.xuexinet.com/document/xuexidetail.asp?id=1089

四川電大 信息系統測試(在線播放)

http://www.xuexinet.com/document/xuexidetail.asp?id=1090

四川電大 Asp程序設計基礎(在線播放)

http://www.xuexinet.com/document/xuexidetail.asp?id=1091

四川電大 計算機組裝與維護(在線播放)

http://www.xuexinet.com/document/xuexidetail.asp?id=1092

四川電大 Internet網路系統與實踐(在線播放)

http://www.xuexinet.com/document/xuexidetail.asp?id=1093

四川電大 計算機電路基礎(在線播放)

http://www.xuexinet.com/document/xuexidetail.asp?id=1094

吉大 windows程序設計

http://www.xuexinet.com/document/xuexidetail.asp?id=1115

WEB應用系統設計(東南大學)

http://www.xuexinet.com/document/xuexidetail.asp?id=1136

DELPHI程序設計

http://www.xuexinet.com/document/xuexidetail.asp?id=1141

C++語言程序設計視頻教程

http://www.xuexinet.com/document/xuexidetail.asp?id=1142

JAVA視頻教學

http://www.xuexinet.com/document/xuexidetail.asp?id=1143

delphi7.0視頻教程

http://www.xuexinet.com/document/xuexidetail.asp?id=1144

BIOS視頻教程

http://www.xuexinet.com/document/xuexidetail.asp?id=1145

NET系統架構與開發

http://www.xuexinet.com/document/xuexidetail.asp?id=1146

磁碟陣列安裝視頻教程

http://www.xuexinet.com/document/xuexidetail.asp?id=1147

JAVA語言編程

http://www.xuexinet.com/document/xuexidetail.asp?id=1148

計算機安全視頻培訓

http://www.xuexinet.com/document/xuexidetail.asp?id=1149

PHOTOSHOP7.0 FLASH教程

http://www.xuexinet.com/document/xuexidetail.asp?id=1150

vc++面向對象與可視化程序設計

http://www.xuexinet.com/document/xuexidetail.asp?id=1151

伺服器群組微軟體視頻教程

http://www.xuexinet.com/document/xuexidetail.asp?id=1152

電腦安裝與維修實用技術

http://www.xuexinet.com/document/xuexidetail.asp?id=1153

Photoshop7.01影像處理(百事達)

http://www.xuexinet.com/document/xuexidetail.asp?id=1154

Microsoft軟體開發過程

http://www.xuexinet.com/document/xuexidetail.asp?id=1155

風之行——Maya大型視頻教學風暴

http://www.xuexinet.com/document/xuexidetail.asp?id=1156

計算機應用基礎視頻教程

http://www.xuexinet.com/document/xuexidetail.asp?id=1157

單片機技術

http://www.xuexinet.com/document/xuexidetail.asp?id=1158

用SERV_U架設FTP伺服器視頻

http://www.xuexinet.com/document/xuexidetail.asp?id=1159

區域網組網精彩視頻教學

http://www.xuexinet.com/document/xuexidetail.asp?id=1161

動態網頁製作視頻教程ASP.PHP.JSP

http://www.xuexinet.com/document/xuexidetail.asp?id=1162

注冊表使用視頻教程

http://www.xuexinet.com/document/xuexidetail.asp?id=1163

信息技術及應用遠程培訓

http://www.xuexinet.com/document/xuexidetail.asp?id=1164

vpn服務的設置視頻教程

http://www.xuexinet.com/document/xuexidetail.asp?id=1165

QQ空間製作視頻教程

http://www.xuexinet.com/document/xuexidetail.asp?id=1188

錄歌視頻教程

http://www.xuexinet.com/document/xuexidetail.asp?id=1190

Windows應用程序界面美化(C#)

http://www.xuexinet.com/document/xuexidetail.asp?id=1191

ASP.NET學習視頻教程

http://www.xuexinet.com/document/xuexidetail.asp?id=1202

吉林大學 操作系統

http://www.xuexinet.com/document/xuexidetail.asp?id=1213

四川電大 大學英語3(在線播放)

http://www.xuexinet.com/document/xuexidetail.asp?id=1239

金鷹 PowerPoint2003視頻教程

http://www.xuexinet.com/document/xuexidetail.asp?id=1242

薄層色譜的製作與應用視頻

http://www.xuexinet.com/document/xuexidetail.asp?id=1275

電腦水貨行

④ 我想學編程,請問該怎麼入門

一:確定一個方向,編程語言太多了:java、C++、python、PHP、C等,需要確定方向,從基礎學起,建議零基礎學編程的小夥伴從C語言開始學起,C語言入門比較簡單,會提升自信心。

二:自學編程入門一定要階段性的看到成果,這個「成果」並不是在「黑匣子」裡面實現,要在用戶展現界面呈現,很容易提升信心。



三:視頻和圖書同步查閱,網上的是魚龍混珠,建議找一些免費的學編程入門的初級視頻進行學習,最好是成套視頻,如果條件允許也可以購買一套編程入門的視頻資料。

四:計算機編程入門一定要理論和實踐相結合只有這樣才能真正學好

五:如果你有會編程的好朋友,多請教請教他,能讓他帶帶你就是最好不過的了。

⑤ 東南大學廖力老師的編譯原理視頻用的課本是誰的書

名稱為《程序設計語言編譯原理》 國防工業出版社 陳火旺,劉春林等編著,是東大自己編的教程。

⑥ 自學計算機編程應該看些什麼書

一:第一階段
C語言-------《C語言設計》 作者:譚浩強
大多數人都推薦譚浩強這本書,譚浩強的C語言程序設計,我覺得更適合當教科書,主要是篇幅沒有那麼大,書本的內容不是很全,由老師帶入門是最好的。

《C Primer Plus》第五版 作者:Stephen Prata
這本書比較厚,內容也比較基礎,擴展的也比較廣,自學容易上手,唯一的缺陷在於它是外國人編寫,而國內的翻譯往往讓人難以滿意,如果你有較好的英語水平,最好閱讀英文版的。

《C語言入門經典》第四版 作者:Ivor Horton

二:第二階段
這一階段看個人主攻的方向了,安卓一般就JAVA,PC游戲、軟體C++,也有推薦C#,這些都是主流語言,其他語言要看個人愛好與發展。
面向對象的語言,一般懂一門,之後要轉其他語言也很容易的,其實思想都差不多,主要的不同在於語法。C#容易上手,一個月入門,一年精通,而C++卻有點難,一年入門,二十年也未必敢說自己精通。如果有時間,可以了解一下匯編語言。

C++ Primer, 4rd Edition

(入門類:
C++ Primer, 4rd Edition
Thinking in C++, 2nd Edition
The C++ Standard Library: A Tutorial and Reference

進階類:
The C++ Programming Language, Special Edition
The Design and Evolution of C++
Inside C++ Object Model
C++ Templates: The Complete Guide
STL 源碼剖析
Generic Programming and the STL
Modern C++ Design: Generic Programming and Design Patterns Applied

應用技巧類:
Effective C++, 2nd Editon
More Effective C++
Exceptional C++
More Exceptional C++
Effective STL
Ruminations on C++)

三:第三階段
API/SDK------------- 《windows程序設計》(Jeff Prosise)
這書主要是開發Windows軟體要深入研讀的,畢竟是WindowsAPI。如果是主攻C++,那麼這本書你可以大概略讀一遍,不用過多的深入追究,QT才是C++主要深入思慮的關鍵。

四:第四階段
MFC----《VC++技術內幕》、《深入淺出MFC》及視頻教程孫鑫 VC++6.0
如果是C++,QT是要重點學習的對象。

五:第五階段
COM/DCOM/ATL/COM+---------《COM技術內幕》

未知階段:
《數據結構》,《演算法導論》這些基本是編程的核心了,編程的很大情況都依賴於演算法的實現,這個兩門基本要深入研究,這是決定編程能力的核心標准。

如果不弄底層的話,《操作系統原理》可以簡單地了解。

熱點內容
fc加密數字資產 發布:2024-10-12 12:19:12 瀏覽:461
大王卡可以緩存視頻嗎 發布:2024-10-12 12:14:52 瀏覽:659
壓縮臨時文件 發布:2024-10-12 12:14:04 瀏覽:61
如何手機隱藏wifi密碼 發布:2024-10-12 11:12:16 瀏覽:534
Android70精簡 發布:2024-10-12 11:12:10 瀏覽:749
伺服器怎麼處理數據 發布:2024-10-12 11:02:57 瀏覽:550
求平方根的演算法 發布:2024-10-12 10:58:36 瀏覽:441
sqlserverin字元串 發布:2024-10-12 10:57:33 瀏覽:517
手機高耗電怎麼關閉安卓 發布:2024-10-12 10:53:38 瀏覽:639
sql語句多條件查詢 發布:2024-10-12 10:40:02 瀏覽:194