Welcome![Sign In][Sign Up]
Location:
Search - shape.w

Search list

[Windows Developxunbao

Description: 对于某个m*n的字符串数组,相当于一个m行n列的平面形状的方格。里面S表示起点,W表示障碍,B表示可走(但是不一定可以通),X表示出口。对于起点S,有8个方向可以走,当然前提是在没有障碍的情况之下,其中可以分为单步走(on foot)和跳步走(by jump)两种情况,从起点S开始追寻最短的出口路径count2。-M* n to a string array, which is equivalent to an m line n of the plane out of the box shape. Express the starting point of S inside, W express obstacles, B indicated that they could walk (but not necessarily pass), X express export. For the starting point of S, has 8 direction can go, of course, the premise that there are no obstacles in the circumstances, which can be divided into single-step walk (on foot) and the jump step-by-step walk (by jump) both cases, the starting point S from the beginning to trace the the shortest path export count2.
Platform: | Size: 953344 | Author: kineapple | Hits:

[Game Hook CrackWdfRes_V1.1.24

Description: 大话西游和梦幻西游WDF资源提取很实用的一种工具大家快来下载吧-Fantasy Westward Journey and Westward Journey WDF resource extraction is very useful everyone Come download a tool bar
Platform: | Size: 357376 | Author: | Hits:

[Special EffectsFast_Lattice_Shape_Matching_2D_Demo

Description: 鲁邦实时形变的快速网格形状匹配方法,这个代码我是向作者要来的。-FastLSM: Fast Lattice Shape Matching for Robust Real-Time Deformation. This demo is intended to illustrate the kinds of behavior attainable using the FastLSM algorithm, and to provide an example implementation of the simple 2D case. NOTE that the system implemented here does not take advantage of calculation reuse across regions via shared sub-summations, and therefore achieves only O(w^3) performance per region as opposed to the O(1) performance attainable using FastLSM. This was done because O(w^3) is still fast enough with the low numbers of particles present in 2D and is easier to understand in code.
Platform: | Size: 436224 | Author: yishui pan | Hits:

[Graph programANewMethodofHybridModelingBasedonMultipleRangeImag

Description: 为了快速精确地对一个实体进行的三维重建, 提出了一种新的混合建模方法. 该方法利用同一实体在不同视 点下的多幅深度图像, 根据它们之间颜色和纹理的相关性, 通过逆投影变换, 可将图像中象素点映射到三维空间中的正 确位置. 然后再经模型重建和重投影, 可获取实体在任意视点下的图像. 实验结果表明, 这种建模方法具有复杂度恒定、 获取图像真实感强等优点, 适用于形状、 结构复杂的物体的重建.-: In o rder to reconst ruct th ree di mensi on model of an object, a new method of hybr id modeling is p resented . Th is method use mut i p le range i mage of different viewpo int, acco rding to the co lo r and texture, the p ixel po int can be mapped to co r rect po sit i on in th ree di mensi on space by the backp ro ject t ransfo rmat i on. Then the i mage can be go t in any viewpo int by modeling reconst ruct i on and rep ro ject i on. Exper i ments has p roved that th is method can acquire h igh realist ic i mage and has stat ic comp lexit i on. It can be used to reconst ruct some objects w ith comp licated shape and topo logies
Platform: | Size: 129024 | Author: christine | Hits:

[Otherxxxx

Description: A ct ive shape models (A SM ) , consist ing of a shape model and a local gray2level appearance model, can be used to locate the objects in images. In o riginal A SM scheme, the model of object′s gray2level variat ions is based on the assump t ion of one2dimensional samp ling and search ing method. In th is wo rk a new w ay to model the gray2level appearance of the objects is exp lo red, using a two2dimensional samp ling and search ing technique in a rectangular area around each landmark of object shape.
Platform: | Size: 231424 | Author: 天使 | Hits:

[assembly languageGame

Description: 记忆力的小游戏,汇编语言。游戏开始,提示“Please show seeds: (press 0 – 2)”,按键0~2 提供三种方案供选择。每种方案在不同的位置显示4个“种子”,种子的形状自定,颜色区别于背景色。按“E”或“e”让“种子”消失。“W”、“A”、“S”和“Z”键分别控制色块向上、向左、向右和向下移动。如果经过原定的“种子”处,种子现形。实现了光标移动,边界设定,判断等功能。-Memory games, assembly language. Start of the game, prompted " Please show seeds: (press 0- 2)" , 0 to 2 key three options available for selection. Program in a different location each show four " seed" , seed shape custom color different from the background color. Press " E" or " e" for " seed" disappear. " W" , " A" , " S" and " Z" key to control the color blocks are up, left, right and moving down. If you read the original " seed" Department, seed borrow this. Realized the cursor, margin settings, check other functions.
Platform: | Size: 2048 | Author: Leon | Hits:

[Windows Developshape.wdf

Description: 梦幻西游SHAPE.WDF源码,喜欢的可以下下玩-no
Platform: | Size: 23552 | Author: fanhuaying | Hits:

[CSharpwpf_CustomCursorDemo

Description: WPF 自定义鼠标形状Cursor示例,并非从外界导入鼠标文件,而是自己用C#程序画一个鼠标形状,比如矩形,圆形或是多边形甚至组合图形。-WPF Custom Mouse Cursor shape example, the mouse does not import files from the outside, but their own C# program using the mouse to draw a shape, such as rectangular, circular or polygon or combination of graphics.
Platform: | Size: 19456 | Author: wan yiqian | Hits:

[JSP/JavaShapeExp1

Description: 个人原创代码:矩形、圆形、正方形等形状的操作。编写Java Application程序,定义抽象类Shape,抽象方法为showArea(),求出面积并显示,定义矩形类Rectangle,正方形类Square,圆类 Circle,根据各自的属性,用showArea方法求出各自的面积,在main方法中构造3个对象,调用showArea方法。 定义接口DiagArea,其中包含方法double getDiagonal()求对角线长, double getArea()求面积,定义一个矩形类,实现此接口,并自行扩充成员变量和方法,定义一个正方形类继承矩形类(如矩形有长w和宽h,正方形有边x,并有相应的构造函数,有一个方法中一次直接显示边长、面积和对角线长),在另一类中的主方法里使用测试该类。-Personal original code: the operation of the rectangles, circles, squares and other shapes.Write java application procedures, the definition of abstract class Shape, abstract methods showArea (), calculate the area and define the rectangle class Rectangle, Square class Square, round class of the Circle, according to their respective properties, find the respective area showArea method,in the main method to construct three objects, to call showArea method. Defined interface DiagArea, which contains the method of a double getDiagonal () Find the diagonal, double the getArea () find the area to define a rectangle class implements this interface, and to expand their own member variables and methods, define the class inheritance of a square rectangle (such as length w and width h, rectangle, square edge of the x, and corresponding constructor, a method is a direct display side length, area and diagonal length), the other in the main method to test the classes.
Platform: | Size: 1024 | Author: 李瑞 | Hits:

[Graph Drawingwpf_DragDrop

Description: WPF 鼠标拖拽功能,自定义拖拽的跟随图形,不再是一个虚线的系统的小标志,而是具体所拖拽的对象的图形,比如拖一个button,后面跟随的就是一个button的形状。-WPF mouse drag and drop, drag the following custom graphics, broken system is no longer a small sign, but concrete by dragging a graphical object, such as dragging a button, is followed by the shape of a button.
Platform: | Size: 3556352 | Author: wan yiqian | Hits:

[matlaboptimized-version-of-Tetris-V2.0

Description: GUI设计俄罗斯方块优化版V2.0 按键说明: W、向上箭头、小键盘5:变换形状; A、向左箭头、小键盘1:左移; S、向下箭头、小键盘2:快速下移; D、向右箭头、小键盘3:右移;-GUI design optimized version of Tetris V2.0 Key Description: W, Up Arrow, keypad 5: Transform shape A, left arrow, keypad 1: left S, Down arrow, keypad 2: Fast Down D, right arrow, keypad 3: right
Platform: | Size: 7449600 | Author: lincun | Hits:

[Otherdemag_tensor

Description: This Algorithm comutes demagnetizig tensor from Newell Paper[1] between two rectangular shape elements.Main function is and there is equivallent function written in c-language, you can use it to compile mex file.This script can be used in field of micromagnetics and finite difference magnetic simulation software. 1. A.J. Newell, W. Williams, D.J. Dunlop, J. Geophys. Res. 98, 9551 (1993).
Platform: | Size: 7168 | Author: Yaroslav | Hits:

[Othercpp

Description: 定义表示形状的抽象类及相应的派生类,并实现相关操作符重载。 (1)定义表示形状的抽象类Shape: 添加公有成员函数double Area(),用于计算形状面积;定义为纯虚函数; 添加公有成员函数void Show(),用于显示形状信息,定义为纯虚函数; 定义虚的析构函数; 重载比较操作符:==、>和<,用于比较两个形状面积的大小关系,返回值类型为bool,可以定义为成员函数或友元函数。 (2)从形状类Shape派生矩形类Rectangle: 添加double型的保护数据成员:rectWidth和rectHeight,分别表示矩形的宽度和高度; 定义带参构造函数; 重定义公有成员函数Show,打印矩形的宽度和高度,输出格式为“W: 宽度 H: 高度 Area: 面积”; 重定义公有成员函数Area,计算矩形面积。 (3)从形状类Shape派生椭圆类Ellipse: 添加double型的保护数据成员:rectWidth和rectHeight,分别表示椭圆外接矩形的宽度和高度; 定义带参构造函数; 重定义公有成员函数Show,打印椭圆外接矩形的宽度和高度,输出格式为“W: 宽度 H: 高度 Area: 面积”; 重定义公有成员函数Area,计算椭圆面积。 -Abstract class and operator overloading
Platform: | Size: 1024 | Author: June | Hits:

[Other GamesMatlab-Game

Description: 利用matlab的GUI设计俄罗斯方块游戏 按键说明: W、向上箭头、小键盘5:变换形状; A、向左箭头、小键盘1:左移; S、向下箭头、小键盘2:快速下移; D、向右箭头、小键盘3:右移; 空格键:暂停; F5或CTRL+R:开始; CTRL+S:停止; 快捷键可以参考菜单。-GUI design using matlab Tetris game Key Description: W, up arrow, keypad 5: Transform shape A, left arrow, keypad 1: left S, down arrow, keypad 2: Fast Down D, right arrow keypad 3: Right Spacebar: Pause F5 or CTRL+R: start CTRL+S: Stop shortcut keys can refer to the menu.
Platform: | Size: 3264512 | Author: micheal | Hits:

[Otherdevide-the-chocolate

Description: 儿童节快到了,班长想要给班上的每个同学给一个巧克力,巧克力的形状是一个宽为2,长为n的长方形,由于巧克力太贵,班长就想把这个大块的巧克力分成许多 1*2(宽*长)的小块巧克力,这样每个人都能得到一份1*2的巧克力,现在给定巧克力的长为正整数n(1<=n<=91),请你判断对于这个2*n的巧克力有多少种不同的分法? 这道题考察的是斐波那契数列。-Children' s Day is coming, the squad leader wanted to give each student in the class to a chocolate, chocolate shape is a width of 2 and a length of n rectangular, as chocolate is too expensive, we want this monitor into a number of chunks of chocolate 1* 2 (W* L) of the small piece of chocolate, chocolate so that everyone can get a 1* 2, now given chocolate length is a positive integer n (1 < = n < = 91), you judge For this 2* n chocolate How many different points system? This question is examined Fibonacci number.
Platform: | Size: 174080 | Author: 雅盈 | Hits:

[matlabTetris-optimization

Description: GUI设计俄罗斯方块优化版V2.0 按键说明: W、向上箭头、小键盘5:变换形状; A、向左箭头、小键盘1:左移; S、向下箭头、小键盘2:快速下移; D、向右箭头、小键盘3:右移; 空格键:暂停;-Key note: W, up arrow, small keyboard 5: Transform shape A, left arrow, small keyboard 1: left S, down arrow, small keyboard 2: fast down D, right arrow, small keyboard: 3 Space key: pause
Platform: | Size: 3259392 | Author: Emma | Hits:

[matlab谱聚类11

Description: 进一步采用基于距离和曲线形态的双尺度相似性度量谱聚类算法进行聚类处理,通过求n 个二次规划问题,就可以求得相似度矩阵W,降低了谱聚类算法对参数的敏感性,使算法更稳定(Furthermore, we use the two-scale similarity measure spectrum clustering algorithm based on distance and curve shape to carry out clustering. By finding n quadratic programming problems, we can obtain the similarity matrix W and reduce the sensitivity of the spectral clustering algorithm to the parameters Sex, make the algorithm more stable)
Platform: | Size: 2048 | Author: 去海边看海豚 | Hits:

[Internet-Networkdu

Description: 定义一个包含两个纯虚函数的抽象类shape: class shape { public: virtual float Area()=0; virtual void SetData(float,float=0)=0; }; 成员函数SetData用于设置几何图形的属性值。成员函数Area()用于求出几何图形的面积。由shape派生出四种几何图形,分别是:三角形、矩形、正方形和圆形。 其它图形的派生类请自行编写。派生类的类名和属性如下: 1)类名 triangle 属性:三角形的一边长w和此边上的高h 2)类名 rectangle 属性:矩形的长w和宽h 3)类名 square 属性:正方形边长s 4)类名 circle 属性:圆的半径r 要求利用虚函数实现多态,编写一个求几何图形面积的普通函数CaclArea(shape *),其参数为抽象类shape的指针 在主函数中定义四种几何图形的对象,调用CaclArea()求四种几何图形对象的面积之和。(The member function SetData is used to set the property values of the geometry. The member function Area () is used to calculate the area of a geometric figure. Four geometric shapes derived from shape are triangle, rectangle, square and circle. Other graphics derived class, please write your own. The class name and properties of the derived class are as follows: 1) class triangle attribute: triangle side length W and the edge of the high 2) class name rectangle property: rectangle long w and wide H 3) class name square property: square side length s 4) the class name circle property: the radius of the circle R Requires the use of virtual functions to achieve polymorphism, the preparation of a geometric surface area of the common function CaclArea (shape *), its parameters for the abstract class shape pointer Define four geometry objects in the main function and call CaclArea () to find the sum of the area of the four geometry objects.)
Platform: | Size: 1068032 | Author: 嘟嘟214 | Hits:

CodeBus www.codebus.net