码迷,mamicode.com
首页 >  
搜索关键字:plane    ( 685个结果
summary table– new setup and contributions on VIV of a cylinder near a plane
new setup and contributions on VIV of a cylinder near a plane 1. TODO summary table– new setup and contributions Authors, year flow regime new in setu ...
分类:其他好文   时间:2019-08-16 20:38:51    阅读次数:91
声明提前、原型、静态方法的一些所得
一、声明提前: 声明提前有3个过程:创建、初始化、赋值: 然而let只创建不赋值: 二、原型 通常我们会这样创建一个对象: 我们除了通过new一个实例外,还可以通过克隆: 我们在JavaScript遇到的每个对象,实际上都是从Object.prototype对象克隆而来的,Object.protot ...
分类:其他好文   时间:2019-08-14 23:19:25    阅读次数:93
viv of a rigid cylinder near a plane subjected to steady subcritical flow
Table Table of Contents 1. table 1.1. validation 1.2. khalak and Williamson,1997, JFS 2. setups 3. new contribution from guo fei 4. english 1 table vi ...
分类:其他好文   时间:2019-08-08 23:19:45    阅读次数:126
(Easy) Robot Return to Origin LeetCode
Description here is a robot starting at position (0, 0), the origin, on a 2D plane. Given a sequence of its moves, judge if this robot ends up at (0, ...
分类:其他好文   时间:2019-08-05 19:06:21    阅读次数:95
AtCoder 2394
Problem Statement On a two-dimensional plane, there are m lines drawn parallel to the x axis, and nlines drawn parallel to the y axis. Among the lines ...
分类:其他好文   时间:2019-08-04 00:59:20    阅读次数:152
L - Love Triangle
As you could know there are no male planes nor female planes. However, each plane on Earth likes some other plane. There are n planes on Earth, number ...
分类:其他好文   时间:2019-07-21 21:22:55    阅读次数:146
973. K Closest Points to Origin - Medium
We have a list of points on the plane. Find the K closest points to the origin (0, 0). (Here, the distance between two points on a plane is the Euclid ...
分类:其他好文   时间:2019-07-13 09:30:20    阅读次数:124
网摘-按键精灵屏幕找色原理分析
一、数据提取 位图其实可以看成是一个由象素组成的矩阵,找图找色可以看成是象素值的比对。很多新手在设计这类的程序时喜欢使用TBitmap.Canvas.Pixels属性,这个属性其实是对API函数GetPixel的封装,这个函数执行速度是很慢的,主要用来对位图象素进行偶尔的访问。而比对过程中需要对象素 ...
分类:其他好文   时间:2019-07-12 18:46:25    阅读次数:118
Open Cascade 转化为OpenSceneGraph中的Mesh
#include #include #include #include #include #include #include #include #include #pragma comment(lib, "osgd.lib") #pragma comment(lib, "osgDBd.lib") #... ...
分类:其他好文   时间:2019-07-09 12:13:48    阅读次数:337
Opengl 之 窗口初体验 ------ By YDD的铁皮锅
大二的时候开始想着做游戏,因为学校的课程实在是无聊就想着做些有意义的事情。毕竟学了编程这一行就得做些实事,于是就在网上搜了一下图形编程,偶然的了解到了Opengl (同时还有Windows上的Direct3D 但由于Opengl的跨平台等原因入了坑)。虽然到现在也没写出什么小游戏出来,毕竟一个用一个 ...
分类:其他好文   时间:2019-07-02 21:11:32    阅读次数:118
685条   上一页 1 ... 7 8 9 10 11 ... 69 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!