3D游戲程序設計入門 中文版的D3D龍書。。。Introduction To 3D Game Programing with DierctX 9.0絕對是D3D入門的龍書。。。可惜一直以來都只有英文版本(想樓主偶當初是如此辛苦滴一個單詞一個單詞用金山詞霸翻譯著看。。。偶真是太感謝翻譯此書的翁云兵大大了。。)現在終于又了中文版滴了,而且翻譯此書的翁云兵大大還無私的共享出來給偶們免費看。。在這里偶盡代表黨代表人民。。感謝您!?。。ㄈ绻鰰脑捙家驳谝粋€買。。買來收藏。。)要學習D3D卻不知道怎么入門的同學們來看此書吧。。絕對會讓你入門非常輕松。。。大家有什么問題或者不會的就到GameRes網站上來找偶們,偶們一定會幫助大家的。。。 PS:本版本里面附帶了隨書源代碼。。。再次感謝翁云兵
標簽: Introduction Programing D3D DierctX
上傳時間: 2016-01-01
上傳用戶:xc216
We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.
標簽: represented integers group items
上傳時間: 2016-01-17
上傳用戶:jeffery
Apriori算法c++實現,大家可以看一看,如果有什么問題,歡迎指教
上傳時間: 2016-01-17
上傳用戶:chenlong
學生信息管理系統,該系統用VB6.0編寫適合大多數學校使用,有什么問題與本人聯系
標簽: 信息管理系統
上傳時間: 2014-12-04
上傳用戶:685
The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).
標簽: converts Toolbox complex logical
上傳時間: 2016-02-12
上傳用戶:a673761058
VB+SQL原碼,程序簡單功能強大,希望大家會喜歡,同時有什么問題請與我聯系
上傳時間: 2016-02-23
上傳用戶:270189020
本文檔介紹3des各模塊之間的關系,代碼為里面包含的,希望對有需要的人有幫助,如果有什么更深入的需要可以聯系我^_^,共同努力學習
上傳時間: 2013-12-19
上傳用戶:趙云興
家庭財務管理系統,用C++開發的,比較齊全,本人第一次做,有什么不好的請諒解。
上傳時間: 2013-12-28
上傳用戶:lo25643
編寫4個類:Rectangle、Circle、Geometry、Exa,具體要求如下: ① Rectangle類有double型成員變量表示矩形左上角的位置坐標及矩形的寬和高,要求提供修改和返回各成員變量的方法。 ② Circle類有double型成員變量表示圓心坐標和圓的半徑,要求提供修改和返回各成員變量的方法。 ③ Geometry類有Rectangle類和Circle型的成員變量rect和circle。即Geometry類創建的對象由一個矩形和一個圓組合而成。要求該類提供修改rect、circle位置和大小的方法;提供顯示rect和circle位置關系的方法,并能夠顯示圓是否完全坐落于矩形中。 ④ 要求能對創建的Rectangle類和Circle類對象數目進行統計。 ⑤ Exa類含有main方法,在main方法中用Geometry類創建對象,該對象調用相應的方法設置圓和矩形的位置及大小并輸出圓是否包含在矩形中。輸出當前Rectangle和Circle對象數目。
標簽: Rectangle Geometry Circle Exa
上傳時間: 2016-02-29
上傳用戶:頂得柱
簡要說明: 本系統是基于DOS版本的ABEL4的基礎上寫的一個windows界面,希望能為大家使用上 帶來一點方便。由于本人對ABEL4的理解上還很不透徹,所以很多地方可能還是存在著錯 誤。如果您有什么好的建議,或者處理方法上的建議,請來信指教。
上傳時間: 2014-01-04
上傳用戶:極客