Skyraker's


  • Home

  • Archives

  • Search

星球的公转与自转

Posted on 2018-05-16 | In OpenGL | Visitors:
星球公转与自转 更新:将公转矩阵与摄像机矩阵分离,公用变换(摄像机、透视)与各个物体的单独变换分离,使代码更符合逻辑。 环境说明 开发环境:Linux 运行环境:Linux 运行方式: 打开终端,用export LD_LIBRARY_PATH=./../dll,增加动态库搜索路径 运行可执行文件. ...
Read more »

OpenGL 旋转彩色立方体

Posted on 2018-05-10 | In OpenGL | Visitors:
彩色旋转立方体环境说明 开发环境:Linux 运行环境:Linux 运行方式: 首先在/Cubic文件夹(本文件夹)下打开终端,用export LD_LIBRARY_PATH=./../dll,增加动态库搜索路径 运行可执行文件./cubic 若失败,则按照GLFW、GLEW的配置方法配置好环境后在 ...
Read more »

Hello OpenGL

Posted on 2018-05-07 | In OpenGL | Visitors:
VSCode + GLFW + GLEW 在ubuntu下的安装环境说明 开发环境:Linux 运行环境:Linux 运行方式: 首先在/HelloOpenGL文件夹(本文件夹)下打开终端,用export LD_LIBRARY_PATH=./../dll,增加动态库搜索路径 运行可执行文件./hel ...
Read more »

Python作业08 LeetCode #213 #120

Posted on 2018-04-29 | In python | Visitors:
213 House Robber II原题After robbing those houses on that street, the thief has found himself a new place for his thievery so that he will not get too m ...
Read more »

python作业06代码测试

Posted on 2018-04-15 | In python | Visitors:
Description (test)Select from exercise 11-1 to 11-3 Code (test)11-1in city_functions.py:12def city_functions( city, country): return city+', '+coun ...
Read more »

python作业05类&文件&异常

Posted on 2018-04-08 | In python | Visitors:
Description (class)Select from exercise 9-1 to 9-15 Code (class)9-3123456789101112131415161718192021# 9-3 用户 :创建一个名为User 的类,其中包含属性first_name 和last_nam ...
Read more »

python作业04-输入&函数

Posted on 2018-03-29 | In python | Visitors:
Description (input)Select from exercise 7-1 to 7-10 Code (input)7-31234567# 7-3 10的整数倍 :让用户输入一个数字,并指出这个数字是否是10的整数倍。for i in range(1, 4): num = int( ...
Read more »

Bochs虚拟机安装及使用

Posted on 2018-03-19 | In OS | Visitors:
在学习操作系统时需要用虚拟机进行实验,Bochs虚拟机即是免费的又能够在里面进行调试,因此现在改用Bohcs虚拟机。以下记录了安装和配置的过程(仅在windows下)。 下载安装Bochs可以在此处进行下载: 下载完成后运行安装,建议安装到不需要管理员权限的位置。 配置虚拟机参考自,在bochs根目 ...
Read more »

python作业03-条件语句&字典

Posted on 2018-03-19 | In python | Visitors:
Description (if)Select from exercise 5-1 to 5-13 Code (if)5-31234567891011# 5-3 外星人颜色#1 :假设在游戏中刚射杀了一个外星人,请创建一个名为alien_color 的变量,# 并将其设置为'green' 、'yell ...
Read more »

Python作业02-列表

Posted on 2018-03-13 | In python | Visitors:
DescriptionSelect from exercise 3-1 to 4-15 Code3-1 & 3-212345678# 3-1 姓名: 将一些朋友的姓名存储在一个列表中,并将其命名为names。# 依次访问该列表中的每个元素,从而将每个朋友的姓名都打印出来。# 3-2 问候语: ...
Read more »
123
Guangzhi Ye

Guangzhi Ye

Do not give up thinking.

25 posts
4 categories
RSS
GitHub E-Mail
0%
© 2018 — 2021 Guangzhi Ye
Powered by Hexo
|
Theme — NexT.Gemini v5.1.4