- 博客(5)
- 资源 (4)
- 收藏
- 关注
原创 OpenGL 函数解析 VBO VAO
我对OpenGL一些函数的理解,Gen,Bind ,Enable,glVertexAttribPointer等
2015-01-19 22:17:43
749
转载 C# 颜色对照表
c# http://blog.csdn.net/iflash50/article/details/5727631 Color.AliceBlue 240,248,255 Color.LightSalmon 255,160,122 Color.AntiqueWhite 250,235,215 Color.Li
2013-11-21 10:10:36
1089
原创 C# TreeView绑定 能展示xml属性
//加载XML文件,并在TreeView上显示 public void loadXML(String path) { try { this.Cursor = Cursors.WaitCursor; XmlDocumentxDoc =
2013-11-07 13:22:14
1310
转载 C#打开xml,并绑定TreeView
XML读取与写入 这个代码有个问题就是XML一个节点的属性 xNode.Attributes不能显示出来 //加载XML文件,并在TreeView上显示 public void loadXML(String path) { try { t
2013-11-07 10:48:36
3462
转载 C#打开文件,文件夹
C#选择文件 OpenFileDialog fileDialog = new OpenFileDialog(); fileDialog.InitialDirectory = "C://"; fileDialog.Filter = "txt files (*.txt)|*.txt|All files (*.*
2013-11-07 10:45:28
2991
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人