opengl opengl是一个由 "Khronos组织" 制定并维护的规范(Specification) 。是一系列的图形软件编程接口,和gdi类似。opengl有很多封装的库最有名的GLFW库。接下来很多东西以GLFW 为例子来说明一些api的使用问题,但这并不影响opengl本身的逻辑表述。 ...
分类:
其他好文 时间:
2019-01-04 14:50:36
阅读次数:
267
先阐述一下JSR(Java Specification Requests)规范,即Java语言的规范提案。是向JCP(Java Community Process)提出新增一个标准化技术规范的正式请求。任何人都可以提交JSR,可以向Java平台增添新的API和服务。JSR已成为Java界的一个重要标 ...
分类:
编程语言 时间:
2019-01-03 00:40:08
阅读次数:
216
This time, you are supposed to find A×B where A and B are two polynomials. Input Specification: Each input file contains one test case. Each case occu ...
分类:
其他好文 时间:
2018-12-31 19:12:54
阅读次数:
140
NB重要网址 NB标准: "http://www.3gpp.org/specifications/79 specification numbering" NB提案: "http://www.3gpp.org/3gpp calendar" "http://www.3gpp.org/DynaReport ...
分类:
其他好文 时间:
2018-12-12 22:06:10
阅读次数:
162
Product of Polynomials (25 分) This time, you are supposed to find A×B where A and B are two polynomials. Input Specification: Each input file contains ...
分类:
其他好文 时间:
2018-12-12 20:33:19
阅读次数:
265
最近用eclipse打包jar的时候,需要指定一个main函数。需要先运行一下main函数,eclipse的Runnable JAR File Specification 下的Launch configuration下拉列表才会有记录。如果想要删除下拉列表里的历史记录,只需要进入到要打包的这个工程所 ...
分类:
系统相关 时间:
2018-12-09 14:17:32
阅读次数:
206
一、创建和查看数据库1.创建数据库CREATEDATABASE[IFNOTEXISTS]#可选内容db_name[create_specification]#如下定义:[DEFAULT]CHARACTERSETcharset_name#字符集|[DEFAULT]COLLATEcollation_name#校对规则(1)创建一个名称为mydb1的数据库createdatabasemydb1;(2)创
分类:
数据库 时间:
2018-12-08 23:48:19
阅读次数:
436
A family hierarchy is usually presented by a pedigree tree. Your job is to count those family members who have no child. Input Specification: Each inp ...
分类:
其他好文 时间:
2018-11-30 22:44:35
阅读次数:
392
JSR是Java Specification Requests的缩写,意思是Java 规范提案。是指向JCP(Java Community Process)提出新增一个标准化技术规范的正式请求。任何人都可以提交JSR,以向Java平台增添新的API和服务。JSR已成为Java界的一个重要标准。 We ...
分类:
Web程序 时间:
2018-11-29 12:27:59
阅读次数:
310
PipeCAD之管道标准库PipeStd,来对管件及管道等级Piping Specification数据进行管理。 ...
分类:
其他好文 时间:
2018-11-26 00:08:11
阅读次数:
195