Chapter 4:Direct3D Initialzation
4.7 EXERCISES
1. Modify the previous exercise solution by disabling the ALT-ENTER functionality to switch between full screen and windowed mode;
use the IDXGIF...
分类:
其他好文 时间:
2016-03-27 01:52:07
阅读次数:
717
今天做游戏的Exercise模式的时候,发现把所有的div设置为position:absolute;后,点击play进入到游戏界面的时候,鼠标点击数字的时候,完全没反应。经过我的反复检查,发现只要给所有的div在深度上排个顺序就可以了。但是,有点投机取巧的感觉,所以想透彻的了解z-index这个属性 ...
分类:
其他好文 时间:
2016-03-26 06:30:27
阅读次数:
264
c语言的curl 编程 [Linux@centos-64-min exercise]# gcc -Wall -o curltest curltest.c /tmp/ccosVANi.o: In function `main': curltest.c:(.text+0x2a): undefined r
分类:
编程语言 时间:
2016-03-09 12:50:08
阅读次数:
206
Lab 1 Part 2 The Boot Loader Loading the Kernel 我们现在可以进一步的讨论一下boot loader中的C语言的部分,即boot/main.c。但是在我们分析之前,我们应该先回顾一些关于C语言的基础知识。 Exercise 4: 阅读关于C语言的指针部分
分类:
其他好文 时间:
2016-02-26 14:02:36
阅读次数:
213
Lab 1 Exercise 4 阅读关于C语言的指针部分的知识。最好的参考书自然是"The C Programming Language"。 阅读5.1到5.5节。然后下载pointers.c的代码,并且编译运行它,确保你理解在屏幕上打印出来的所有的值是怎么来的。尤其要重点理解第1行,第6行的指针
分类:
其他好文 时间:
2016-02-26 14:00:08
阅读次数:
150
Lab 1 Exercise 5 再一次追踪一下boot loader的一开始的几句指令,找到第一条满足如下条件的指令处: 当我修改了boot loader的链接地址,这个指令就会出现错误。 找到这样的指令后,把boot loader的链接地址修改一下,我们要在boot/Makefrag文件中修改它
分类:
其他好文 时间:
2016-02-26 13:47:52
阅读次数:
195
Exercise 1.3 设置一个断点在地址0x7c00处,这是boot sector被加载的位置。然后让程序继续运行直到这个断点。跟踪/boot/boot.S文件的每一条指令,同时使用boot.S文件和系统为你反汇编出来的文件obj/boot/boot.asm。你也可以使用GDB的x/i指令来获取
分类:
其他好文 时间:
2016-02-25 13:54:02
阅读次数:
388
https://github.com/shalliestera/Algorithms-4th-Edition-Exercise-solutions自己尝试的解法以及解答过程。
分类:
编程语言 时间:
2016-01-19 23:34:00
阅读次数:
168
1.4 1 //Exercise 1.4: Our program used the addition operator, +, to add two numbers. Write a program that uses the multiplication operator, *, to prin...
分类:
其他好文 时间:
2016-01-17 06:27:50
阅读次数:
134
Description:If you have any doubt on this assignment, please send an email to its author 赵丹. -->DescriptionIn this exercise, you will get two ...
分类:
其他好文 时间:
2016-01-11 21:56:30
阅读次数:
169