自信冰淇淋

文章
5
资源
0
加入时间
2年10月21天

ANativeWindow

ANativeWindow : opengl工作的绘图画布本地窗口,按标准定义好函数(下面好多代码都简化)structANativeWindow{   .....      //上层定义好函数指针,传给opengl后,opengl在必要的时候会调用相应的函数   int     (*dequeueBuffer)(structANativeWindow

《Java程序设计》 容器3

6-1教师、学生排序(30分)已知Main类、Person类的设计,完成Student类,Teacher类、MyTool类的设计。函数接口定义:class Student extends Person{ }class Teacher extends Person{ }class MyTool{ public static void separateStu_T(List pe...