搜索结果
找到约 40 项符合
arc 的查询结果
按分类筛选
其他 13th Israeli Symposium of AI, CV, and NN, Tel Aviv University, Tel Aviv, Israel, Feb. 2-4, 1997 D. D
13th Israeli Symposium of AI, CV, and NN, Tel Aviv University, Tel Aviv, Israel, Feb. 2-4, 1997 D. Dori, D. Hubunk and Liu W, “Improving the Arc Detection
其他 组件式GIS与MapX开发 地理信息系统根据其内容可分为两大基本类型:一是应用型地理信息系统
组件式GIS与MapX开发
地理信息系统根据其内容可分为两大基本类型:一是应用型地理信息系统,以某一专业、领域或工作为主要内容,包括专题地理信息系统和区域综合地理信息系统;二是工具型地理信息系统,也就是GIS工具软件包,如ARC/INFO等,具有空间数据输入、存储、处理、分析和输出等GIS基本功能。随着地理信息系统应用领 ...
书籍源码 一定要在TC下运行
一定要在TC下运行,需要包括一些头文件,如graphic.h
要求:画一辆小车不停地水平从屏幕左边运动到右边,随着每一遍运动,小车高度均匀下降,降到最低后返回最高处
相关函数:delay(),kbhit(),lineto(),moveto(),arc(),circle()等。
SQL Server 高级C语言源程序范例 Source Code from Que publications "Advanced C" Techniques and Aplications ISBN 0
高级C语言源程序范例
Source Code from Que publications
"Advanced C" Techniques and Aplications
ISBN 0-88022-162-3 Advanced C Techniques and Applications QUE
Unpack into a directory with the following structure
root - Contents of this arc.
root/bgs Contents of BGS.arc
root/uis Contents ...
人工智能/神经网络 Traveling Salesperson Problem Our branch-and-strategy splits a branch and bound solution into two
Traveling Salesperson Problem
Our branch-and-strategy splits a branch and bound solution into two groups:
one group including a particular arc and the other excluding this arc.
1.Each splitting incurs a lower bound and we shall traverse the searching tree with the "lower" lower bound.
2.If a const ...
JavaScript Implementation of Edmonds Karp algorithm that calculates maxFlow of graph. Input: For each test c
Implementation of Edmonds Karp algorithm that calculates maxFlow of graph.
Input:
For each test case, the first line contains the number of vertices (n) and the number of arcs (m). Then, there exist m lines, one for each arc (source vertex, ending vertex and arc weight, separated by a space). The n ...
源码 多项式计算代码
void DFS(MGraph G, int i)
{
    int j;
    visited[i] = TRUE;
    printf("%c ",    G.vexs[i]);
&nbsp; &nbsp; for (j=0; j<G.numVertexes; ++j)
&nbsp; &nbsp; {
&nbsp; &nbsp; &nbsp; &nbsp; if (G.arc[i][j]!=INFINITY &nbsp;&& &nbsp;!visited[j])
&nbsp; &nbsp; &nbsp; ...
源码 VR Arc Teleporter
VR传送插件,插件插件 大幅度
技术资料 嵌入式操作系统FREERTOS移植
19.1FreeRTOS简介FreeRTOS是一个可移植的、开源的小型实时内核,可以免费下载并且可以免费用于商业软件。FreeRTOS支持多种处理器架构,包括ARM7、ARM9、Cortex-M3、AVR、PIC和MSP430等。FreeRTOS系统的主要特点如下:·完全免费,使用没有限制,包括商业应用。·优先级调度,相同优先级任务可轮转调度,同时可设置为可波多 ...
VIP专区 VIP专区-嵌入式/单片机编程源码精选合集系列(164)
VIP专区-嵌入式/单片机编程源码精选合集系列(164)资源包含以下内容:1. 嵌入式ARC平台参考资料.2. c8051f020 ds1620 温度传感器
调通了 keil下开发.3. 让蜂鸣器唱歌的程序,利用从音乐中提取出的文件资料,控制发音长短来实现.4. 基于凌阳单片机spmc75f2413的步进电机3轴联动空间圆弧插补源程序.5. Oreilly出版的权威的dojo ...