搜索资源列表
-
0下载:
本示例演示了用C#操作MySQL的方法,提供了三个可重用的类MySqlDBUtil,MySqlPageUtil,Page。
本例程演示了:
1.MySQL数据库的插入,更新,修改,查询;
2.带参数的sql语句的使用,而不是拼SQL;
3.使用Limit子句的分页查询;
4.用事务同时执行多个SQL语句;
5.在插入数据的同时返回最新的ID值;
6.整型,实型,字符串,日期型,布尔型五种数据类型的操作;
7.使用正则表达式来验证整数和实数;
8.listview用来显示数据的一
-
-
1下载:
一个很强悍的做多边形布尔运算的小程序,可以实现多边形的交、并、差和异或运算,GIS的朋友有福了。-A very powerful polygon Boolean operations to do a small program can be achieved polygon intersection, and, worse, and XOR, GIS friend blessed.
-
-
0下载:
cgal是开源的计算几何算法库,用CGAL进行布尔运算操作-cgal is open-source computational geometry algorithms library CGAL conducted using Boolean operations
-
-
1下载:
本文介绍C#访问操作Access数据库的基础知识,并提供一个相关的例程。
本例程演示了:
1.Access数据库的插入,更新,修改,查询;
2.带参数的sql语句的使用,而不是拼SQL;
3.使用DataReader的分页查询,而不是用嵌套的SQL语句来分页;
4.用事务同时执行多个SQL语句;
5.在插入数据的同时返回最新的ID值;
6.整型,实型,字符串,日期型,布尔型五种数据类型的操作;
7.使用正则表达式来验证整数和实数;
8.listview用来显示
-
-
0下载:
UG NX二次开发环境下一些建模的示例代码
01 创建四个基本体素
02 拉伸操作
03 参考平面打孔
04 布尔操作
05 圆柱打孔
06 表达式-UG NX some secondary development environment modeling sample code 01 to create four basic operations stretching 02 voxel reference plane 03 perforated cylinder 05
-
-
0下载:
个对几何图形裁剪、合并,布尔运算等操作非常好的代码,并且支持C#。-On the geometry of cutting, mergers, Boolean operations, such as a very good code, and support for C#.
-
-
0下载:
C 语言常见问题集,本书共20章,原著:Steve Summit,翻译:朱群英, 孙云。这不是一本普通的基础入门书籍,他把所有C中可能遇见的难点,容易出错的地方全部收集其中,通俗易懂
第一章:声明和初始化
第二章:结构、联合和枚举
第三章:表达式
第四章:指针
第五章:空(null) 指针
第六章:数组和指针
第七章:内存分配
第八章:字符和字符串
第九章:布尔表达式和变量
第十章:C 预处理器
第十一章:ANSI/ISO 标准C
第十二章:标准输
-
-
0下载:
将整数的各个数位存储为一个长度为四十的字符数组中各个元素。能够进行四十位的整数的加减法-Create a class HugeInteger that uses a 40-element array of digits to store integers as
large as 40 digits each (e.g. 8783 is stored as an array of {3,8,7,8,0,0,0,....} ), and use another
boolean membe
-
-
0下载:
多边形的布尔运算让你学会VC++和计算机图形学中的知识-polygons boolean operations
-
-
0下载:
Java语言实现任意复杂二维多边边形的并交差等图形布尔运算并显示出来
-Java language to implement arbitrarily complex two-dimensional multilateral and cross graphics polygon Boolean operations and displayed
-
-
0下载:
用于进行前后遮掩的布尔运算的深度测试,可实现三维立体图像的前后布尔遮掩效果。-Boolean operations used for pre-and post-veiled depth testing, can achieve a three-dimensional image of the former Hou Buer cover effect.
-
-
0下载:
三维建模工具 支持布尔运算,采用QT的界面制作,非常实用与小型图形软件的兼爱非攻-Three-dimensional modeling tool supports Boolean operations, making use of the QT interface, very useful and small graphics software universal love non-offensive
-
-
2下载:
CGAL,Computational Geometry Algorithms Library,计算几何算法库,设计目标是,以C++库的形式,提供方便,高效,可靠的几何算法。CGAL可用于各种需要几何计算的领域,如计算机图形学,科学可视化,计算机辅助设计和建模,地理信息系统,分子生物学,医学成像,机器人运动规划,网格生成,数值方法等等。 计算几何算法库(CGAL),提供计算几何相关的数据结构和算法,诸如三角剖分(2D约束三角剖分及二维和三维Delaunay三角剖分),Voronoi图(二维和
-
-
1下载:
用于演示与OMRON PLC设备进行以太网 FINS 通讯。
示例中只演示了对线圈值(布尔值)的读写操作。
详细的帧格式应参考欧姆龙官方文档,读者应自行学习有关FINS协议的相关知识。
若读者对TCP通讯不够熟悉,应首先学习相关内容,可以下载示例 TCPTest。-This example is used to demonstrate OMRON PLC with Ethernet FINS communications equipment.
Example only de
-
-
1下载:
通过应用CSG方法,利用C++编程环境,实行三维模型的布尔运算。-By applying CSG method using C++ programming environment, Boolean operations to achieve a three-dimensional model.
-
-
0下载:
C++编程,实现三维图形的交、并、差布尔运算,效果直观。-C++ programming, pay three-dimensional graphics, and the difference between Boolean operations, visual effects.
-
-
0下载:
Determines which of the 256 Boolean functions of
three variables can be implemented with three binary
Boolean instructions if the instruction set includes
all 16 binary Boolean operations.
-
-
0下载:
多边形的裁剪和偏置C#库源码,实现多边形的各种布尔运算-Polygon clipping and offset library source code to achieve a variety of polygonal Boolean operations
-
-
0下载:
多边形的裁剪和偏置Delphi源码,实现多边形的各种布尔运算-Polygon clipping and offset Delphi source code to achieve a variety of polygonal Boolean operations
-
-
1下载:
基于矩阵的运算, 属性约简,特征选择,能够快速的找出最小约简属性子集(Boolean matrix attribute reduction
Matrix based operations, attribute reduction and feature selection can quickly find the minimal reduct subsets)
-