- 博客(4)
- 资源 (1)
- 收藏
- 关注
转载 定时任务接口ScheduledExecutorService
class MyScheduledExecutor implements Runnable { private String jobName; MyScheduledExecutor() { } MyScheduledExecutor(String jobName) { this.jo
2017-10-24 15:01:48 199
转载 Petri网笔记
(1) Petri网的元素+ 库所(Place)圆形节点+ 变迁(Transition)方形节点+ 有向弧(Connection)是库所和变迁之间的有向弧+ 令牌(Token)是库所中的动态对象,可以从一个库所移动到另一个库所。+ 有向弧是有方向的+ 两个库所或变迁之间不允许有弧+ 库所可以拥有任意数量的令牌
2014-03-31 12:53:28 1444
原创 opengl画圆实现
void DrawCircle(){GLint n = 1000;GLfloat R = 0.05;GLfloat Pi = 3.14159;GLint i;glBegin(GL_POLYGON);//glColor3f(1.0, 0.0, 0.0);for(i = 0; i {glVertex2f(R*cos(2*Pi/n*i), R*sin(2*Pi/n
2014-03-25 20:27:21 1219
转载 cocos2dx如何用python新建项目
1、首先请先下一个python,建议2.7.5就好。http://download.csdn.net/detail/u010229677/6489059安装时直接next直到finsh2、设置环境变量我的电脑->属性->高级->环境变量->在PATH中添加python的安装路径,例如:;E:\python2.7;,记得
2014-03-25 20:15:36 832
计算机网络自顶向下方法第四版答案
2013-09-25
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人