摘要: 目录: DirectX API 编程起步 #02 窗口的诞生 DirectX API 编程起步 #02 创建3D世界 这里记录了我从零开始学习使用 DirectX API 的过程。 参考教程:rastertek -> DirectX 11 Tutorials 准备工作 1)首先我们要有一套能写代码的 阅读全文
posted @ 2015-08-23 14:26 prop_jeff 阅读(1907) 评论(0) 推荐(0) 编辑
摘要: http://acm.hdu.edu.cn/showproblem.php?pid=1004输入一些字符串,输出其中出现次数最多的字符串。 1 #include 2 #include 3 4 int main() 5 { 6 int N, num[1000] = { 0 }; 7 ... 阅读全文
posted @ 2015-08-23 11:16 prop_jeff 阅读(187) 评论(0) 推荐(0) 编辑