搜索结果
找到约 324 项符合
LinE 的查询结果
按分类筛选
- 全部分类
- 其他 (36)
- 单片机编程 (21)
- matlab例程 (20)
- 单片机开发 (18)
- 技术资料 (17)
- 书籍 (12)
- 电源技术 (11)
- 其他书籍 (11)
- VHDL/FPGA/Verilog (9)
- Java编程 (9)
- 模拟电子 (7)
- 数学计算 (7)
- 可编程逻辑 (6)
- 驱动编程 (6)
- 数值算法/人工智能 (6)
- 资料/手册 (5)
- 通讯/手机编程 (5)
- 网络 (5)
- 数据结构 (5)
- 汇编语言 (5)
- Linux/Unix编程 (5)
- DSP编程 (4)
- Delphi控件源码 (4)
- 人工智能/神经网络 (4)
- 书籍源码 (4)
- 文章/文档 (4)
- 行业发展研究 (4)
- 通讯编程文档 (4)
- JavaScript (4)
- PCB相关 (3)
- 系统设计方案 (3)
- VC书籍 (3)
- 微处理器开发 (3)
- uCOS (3)
- 压缩解压 (3)
- 教程资料 (2)
- 无线通信 (2)
- 串口编程 (2)
- 嵌入式/单片机编程 (2)
- 其他嵌入式/单片机内容 (2)
- Oracle数据库 (2)
- 教育系统应用 (2)
- 集成开发环境源码 (1)
- 技术教程 (1)
- 学术论文 (1)
- allegro (1)
- 通信网络 (1)
- 传感与控制 (1)
- 嵌入式综合 (1)
- 技术书籍 (1)
- 测试测量 (1)
- *行业应用 (1)
- GPS编程 (1)
- 软件设计/软件工程 (1)
- 游戏 (1)
- Applet (1)
- 中间件编程 (1)
- Modem编程 (1)
- 操作系统开发 (1)
- 嵌入式Linux (1)
- TAPI编程 (1)
- SQL Server (1)
- Windows CE (1)
- 电子书籍 (1)
- 编辑器/阅读器 (1)
- 编译器/解释器 (1)
- VxWorks (1)
- 其他数据库 (1)
- Matlab (1)
- 电工电气 (1)
- 设计相关 (1)
- 电路图 (1)
- 教程 (1)
- 笔记 (1)
- 源码 (1)
- VIP专区 (1)
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 ...
数据结构 数字运算
数字运算,判断一个数是否接近素数
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 ...
数据结构 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. ...
数据结构 XMathLib是一个通用的3D图形数学库。 其中包含两个部分: XMathLib和XGeomLib。分别处理数学和几何运算。 数学部分包含向量、矩阵、四元数的运算。以及其它的运算。 几何部分
XMathLib是一个通用的3D图形数学库。
其中包含两个部分:
XMathLib和XGeomLib。分别处理数学和几何运算。
数学部分包含向量、矩阵、四元数的运算。以及其它的运算。
几何部分包含Box Frustum AABB OBB Ray Line Line-Segment Plan Triangle等的运算。 ...
数据结构 首先定义一个点类Point
首先定义一个点类Point,其私有成员为其坐标X,Y。设计构造函数,拷贝构造函数,析构函数(可以什么都不做,只打印信息,表示其被调用),设置新值函数Set, 打印成员值函数Print。再定义一个线类Line,线类是在公有继承点类的基础上,新增私有成员斜率S,并设计构造函数,拷贝构造函数,析构函数(可以什么都不做,只打印信 ...
uCOS 关于 uC/OS-II 在 LPC210X 上移植的说明 1. 全部代码在 ADS1.2 中编译调试. 2. 您可以更改 RO BASE 为 0x0000 0000, 这样可以将代码写入 fla
关于 uC/OS-II 在 LPC210X 上移植的说明
1. 全部代码在 ADS1.2 中编译调试.
2. 您可以更改 RO BASE 为 0x0000 0000, 这样可以将代码写入 flash 中运行.
5. 全部代码采用 ARM 指令.
6. uC/OS-II 版本为 V2.52.
7. 当您暂停程序的时候, 如果定时器开着, 那么定时器并不会暂停,需要注意
8. Vectors.S 文件中的 startup 段为程 ...
uCOS 这是一个移植到vc上的小型ucGUI
这是一个移植到vc上的小型ucGUI,有助于容易理解GUI的实现和移植到嵌入式系统上,其中包括了Font,Widget,Window,Graphs(circle,line,poly,arc),LCDDriver,MemDev等。
人工智能/神经网络 Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search ma
Implemented BFS, DFS and A*
To compile this project, use the following command:
g++ -o search main.cpp
Then you can run it:
./search
The input is loaded from a input file in.txt
Here is the format of the input file:
The first line of the input file shoud contain two chars indicate the source and ...
Applet Predefined Style options define the style by setting several other options. If other options are als
Predefined Style options define the style by setting several other options. If other options are also used, the placement of the predefined style option in the command line is important. If the predefined style option is placed first, the other options may override the predefined style. If placed la ...
Java编程 AutoSummary contains the JWords Java Interface for WordNet, and you will need to edit the JWords con
AutoSummary contains the JWords Java Interface for WordNet, and you will need to edit the JWords configuration file to provide a path to the WordNet command line interface.