搜索结果

找到约 475 项符合 line-oriented 的查询结果

人工智能/神经网络 The purpose of this computer program is to allow the user to construct, train and test differenttype

The purpose of this computer program is to allow the user to construct, train and test differenttypes of artificial neural networks. By implementing the concepts of templates, inheritance andderived classes from C++ object oriented programming, the necessity for declaring multiple largestructures an ...
https://www.eeworm.com/dl/650/139587.html
下载: 40
查看: 1045

单片机开发 A collection of math routines including 8-bit, 16-bit, 32-bit signed and unsigned addition, subtract

A collection of math routines including 8-bit, 16-bit, 32-bit signed and unsigned addition, subtraction, multiplication, and division. Very nice code library with heavy in-line documentation! Been looking for multi-byte divide? Here it is.
https://www.eeworm.com/dl/648/153740.html
下载: 63
查看: 1054

GPS编程 abel Tool Sample Requires: Visual Basic 6 and MapObjects 2.x Data: redlands.shp (Redlands sample

abel Tool Sample Requires: Visual Basic 6 and MapObjects 2.x Data: redlands.shp (Redlands sample data set from MO 2.x) Interactive Labeling Tool If the check box is checked, then the mouse down location will search for the closest line, and label it with the street name. If the check box is not ch ...
https://www.eeworm.com/dl/693/154065.html
下载: 139
查看: 1058

数据结构 数字运算

数字运算,判断一个数是否接近素数 A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum o ...
https://www.eeworm.com/dl/654/155654.html
下载: 115
查看: 1075

数据结构 2^x mod n = 1 acm竞赛题 Give a number n, find the minimum x that satisfies 2^x mod n = 1. Input

2^x mod n = 1 acm竞赛题 Give a number n, find the minimum x that satisfies 2^x mod n = 1. Input One positive integer on each line, the value of n. Output If the minimum x exists, print a line with 2^x mod n = 1. Print 2^? mod n = 1 otherwise. You should replace x and n with specific numbers. ...
https://www.eeworm.com/dl/654/159576.html
下载: 69
查看: 1402

数据结构 Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP

Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP connection pool. One could easily implement a IMAP connection pool, then take the existing code and implement a LDAP connection pool. The program grows, and now there is a need for a pool of threads. ...
https://www.eeworm.com/dl/654/168230.html
下载: 51
查看: 1060

数据结构 XMathLib是一个通用的3D图形数学库。 其中包含两个部分: XMathLib和XGeomLib。分别处理数学和几何运算。 数学部分包含向量、矩阵、四元数的运算。以及其它的运算。 几何部分

XMathLib是一个通用的3D图形数学库。 其中包含两个部分: XMathLib和XGeomLib。分别处理数学和几何运算。 数学部分包含向量、矩阵、四元数的运算。以及其它的运算。 几何部分包含Box Frustum AABB OBB Ray Line Line-Segment Plan Triangle等的运算。 ...
https://www.eeworm.com/dl/654/168318.html
下载: 56
查看: 1066

数据结构 首先定义一个点类Point

首先定义一个点类Point,其私有成员为其坐标X,Y。设计构造函数,拷贝构造函数,析构函数(可以什么都不做,只打印信息,表示其被调用),设置新值函数Set, 打印成员值函数Print。再定义一个线类Line,线类是在公有继承点类的基础上,新增私有成员斜率S,并设计构造函数,拷贝构造函数,析构函数(可以什么都不做,只打印信 ...
https://www.eeworm.com/dl/654/172545.html
下载: 45
查看: 1044

VC书籍 本书第二版和第三版之间的变化非常大其中最值得注意的是C++已经通过了国际标 准化这不但为语言增加了新的特性比如异常处理运行时刻类型识别RTTI 名字空 间内置布尔数据类型新的强制转换方式而且还大量

本书第二版和第三版之间的变化非常大其中最值得注意的是C++已经通过了国际标 准化这不但为语言增加了新的特性比如异常处理运行时刻类型识别RTTI 名字空 间内置布尔数据类型新的强制转换方式而且还大量修改并扩展了现有的特性比如模 板template 支持面向对象object-oriented 和基于对象object-based 程序设计所需 要的类clas ...
https://www.eeworm.com/dl/686/173069.html
下载: 109
查看: 1089

Linux/Unix编程 "More for C++" is a class library that provides some features that are usually common for object ori

"More for C++" is a class library that provides some features that are usually common for object oriented programming languages like Java or Python, but not for C
https://www.eeworm.com/dl/619/174334.html
下载: 31
查看: 1077