Description: 5个关于布尔运算的C程序,以及示例,来自《C语言数值常用程序》,所以程序均经过本人测试可以正常使用!-five Boolean operations on the C procedures, as well as examples from the "C language commonly used numerical procedures," and so I have to undergo testing can be used normally. Platform: |
Size: 2563 |
Author:刘渝 |
Hits:
Description: 5个关于布尔运算的C程序,以及示例,来自《C语言数值常用程序》,所以程序均经过本人测试可以正常使用!-five Boolean operations on the C procedures, as well as examples from the "C language commonly used numerical procedures," and so I have to undergo testing can be used normally. Platform: |
Size: 2048 |
Author:刘渝 |
Hits:
Description: 多边形布尔运算:求并、求交和求差,图形学算法
框架MFC编写-polygonal Boolean Operators : seeking and that the intersection and for worse, graphics algorithm framework of the preparation of MFC Platform: |
Size: 67584 |
Author:刘志娟 |
Hits:
Description: 本示例演示了用C#操作MySQL的方法,提供了三个可重用的类MySqlDBUtil,MySqlPageUtil,Page。
本例程演示了:
1.MySQL数据库的插入,更新,修改,查询;
2.带参数的sql语句的使用,而不是拼SQL;
3.使用Limit子句的分页查询;
4.用事务同时执行多个SQL语句;
5.在插入数据的同时返回最新的ID值;
6.整型,实型,字符串,日期型,布尔型五种数据类型的操作;
7.使用正则表达式来验证整数和实数;
8.listview用来显示数据的一些基本用法。
-This example demonstrates the use of C# Operation method of MySQL to provide three types of reusable MySqlDBUtil, MySqlPageUtil, Page. Demonstrated the routine: 1.MySQL database insert, update, modify, query 2. The sql statement with parameter use, rather than fight SQL 3. The use of Limit clause paging query 4. With affairs at the same time to run multiple SQL statement 5. Insert data at the same time to return to the latest ID value 6. integer, real, string, date, type, five kinds of data types Boolean operations 7. use regular expressions to verify integer and real numbers 8.listview used to display some of the basic usage data. Platform: |
Size: 202752 |
Author:陈述器 |
Hits:
Description: Oracle Text uses standard SQL to index, search, and analyze text and documents stored in the Oracle database, in files, and on the web. Oracle Text can perform linguistic analysis on documents, as well as search text using a variety of strategies including keyword searching, context queries, Boolean operations, pattern matching, mixed thematic queries, HTML/XML section searching, and so on. It can render search results in various formats including unformatted text, HTML with term highlighting, and original document format. Oracle Text supports multiple languages and uses advanced relevance-ranking technology to improve search quality. Oracle Text also offers advanced features like classification, clustering, and support for information visualization metaphors. Platform: |
Size: 163840 |
Author:eranisrikantha |
Hits:
Description: 个对几何图形裁剪、合并,布尔运算等操作非常好的代码,并且支持C#。-On the geometry of cutting, mergers, Boolean operations, such as a very good code, and support for C#. Platform: |
Size: 75776 |
Author:songbai |
Hits:
Description: 数学形态学的主要优点是计算简单和并行快速,一般只包含布尔运算、加减法运算而不需要做先进乘法,易于硬件实现,-The main advantage of mathematical morphology is to calculate simple and fast parallel, generally contain only Boolean operations, add and subtract operations without the need for the multiplication of advanced, easy hardware implementation, Platform: |
Size: 4947968 |
Author:cristo |
Hits:
Description: 一个很强悍的做多边形布尔运算的小程序,可以实现多边形的交、并、差和异或运算,GIS的朋友有福了。-A very powerful polygon Boolean operations to do a small program can be achieved polygon intersection, and, worse, and XOR, GIS friend blessed. Platform: |
Size: 73728 |
Author:lily |
Hits:
Description: this rar contain the graphical demonstration of boolean operations on fuzzy sets, the discription of fuzzy set and the c source code for fcm clustering algorithm. Platform: |
Size: 67584 |
Author:the coder |
Hits:
Description: 香农扩展即布尔逻辑扩展,是卡诺逻辑化简的反向运算。香农扩展相当于逻辑复制,提高频率;而卡诺逻辑化简相当于资源共享,节约面积-Shannon expansion of Boolean logic or extension, is simply the reverse Carnot logical operations. Shannon expansion is equivalent to the logical replication, increased frequency and simplification of the equivalent Carnot logical sharing of resources, conservation area Platform: |
Size: 41984 |
Author:李拉 |
Hits:
Description: MATLAB作为成熟的科学计算软件,其绘制三维实体模型的功能已经非常完善,要实现三维实体模型间的运算也比较容易,然而Scilab 的绘制三维形体模型的功能还不够强大,三维形体模型之间的布尔运算也比较困难,因此有必要开发一个绘制三维形体模型并实现并、交、叉运算的工具箱,来强化Scilab的绘图功能。
本项目组开发的《基于CSG的三维形体建模工具箱》实现了三维形体建模和绘制功能,用户不仅能依据给定的参数直接绘制简单的三维形体,还可以对三维形体进行平移、旋转和比例缩放操作。多个形体之间可以通过正则布尔运算(并、交、差运算)得到新的三维形体,方便用户利用多个简单形体构建复杂的三维形体。
-As a mature scientific computing software, MATLAB s function of rendering three-dimensional models is very good, and it is easy to achieving three-dimensional solid models’ operation. Compared with MATLAB, Scilab uses relevant functions to render three-dimensional models is not strong enough. And it is also difficult to implement the Boolean operations among three-dimensional shapes. Therefore, it is necessary to develop a toolbox to implement functions of modeling and rendering and the operations of union, intersection, difference to strengthen the drawing function of Scilab.
This project <CSG-Based 3D Modeler Toolbox> implements functions of CSG-based modeling and rendering. Users not only can make and plot simple three dimensional shapes, but also can translate, rotate or scale the shapes. It is convenient to make a complicated shape by some simple unit shapes, for simple shapes can be composed into a complicated shape by regular Boolean operations- union, intersection, and Platform: |
Size: 541696 |
Author:zhoujun |
Hits:
Description: vtk多边形布尔运算源码,处理效果很棒,但对100000个以上的三角面片处理比较慢-vtk polygonal Boolean operations source code, the operation result is great, but for more than 100,000 triangles it is a little slower Platform: |
Size: 5120 |
Author:张帅 |
Hits:
Description: 编写求解几何图形周长、面积的应用程序,要求如下:
1) 几何图形要求至少包含直线、三角形,矩型,圆等类型,计算周长,面积等。
2) 要求能计算两个图形之间的距离
3) 要求能计算两个图形进行布尔运算(即交、并、差)后的面积(可选作)。
4) 必须用到继承、接口、多态和包,内部类可选
-Written to solve geometry perimeter, area of application requirements are as follows: 1) geometry requires at least linear, triangular, rectangular, round and other types of computing perimeter, area, etc. 2) requires to calculate the distance between the two graphics 3) requires two graphics performance computing Boolean operations (ie, pay, and, worse) after the area (for optional). 4) must use inheritance, interfaces, polymorphism, and packages, optional internal class Platform: |
Size: 4096 |
Author:xieqiyu |
Hits:
Description: 编写求解几何图形周长、面积的应用程序,要求如下:
1) 几何图形要求至少包含直线、三角形,矩型,圆等类型,计算周长,面积等。
2) 要求能计算两个图形之间的距离
3) 要求能计算两个图形进行布尔运算(即交、并、差)后的面积(可选作)。
4) 必须用到继承、接口、多态和包
-Written to solve geometry perimeter, area of application requirements are as follows:
1) The geometry requires at least linear, triangular, rectangular, round and other types of computing perimeter, area, etc.
2) requires to calculate the distance between two graphs
3) requires two graphics performance computing Boolean operations (ie, pay, and, worse) after the area (for optional).
4) must use inheritance, interfaces, polymorphism, and packages Platform: |
Size: 8192 |
Author:高荣 |
Hits:
Description: 研究了三角形表面模型的布尔运算。传统的CSG 算法是基于基本实体的布尔运算进行的,对于由三角形或多边形描述的表面模
型的复杂模型运算则十分困难。通过构建模型的BSP 树,利用BSP 树的空间分割能力,把参与运算的模型分割成两部分,然后,根据交、并、差
各种布尔运算,组合分割后的结果,实现了不规则三维模型的布尔运算-Researched on Boolean Operation of triangle facial model. Traditional CSG algorithm based on the Boolean Operation of primitive
solid model, which hard to deal with the complex model defined by triangles or polygons. Construct the BSP Trees of 3D models, using the ability of
space partioning to divide up the model into two partions,and then,you will get the Boolean Operation results such as intersection, union, difference
by combine different partions. Implemented the Boolean Operation of unregulated 3D model. Platform: |
Size: 175104 |
Author:browser_movie |
Hits:
Description: 用OpenGL做的布尔运算的例子,简单好用,在这个基础上还可以再添加功能-Examples OpenGL do with Boolean operations, easy to use, on this basis can also add functionality Platform: |
Size: 8240128 |
Author:yuanwei |
Hits: