代码搜索:PATH
找到约 10,000 项符合「PATH」的源代码
代码结果 10,000
www.eeworm.com/read/192210/8399450
ede plus_demo.ede
Nucleus EDE 310
// This file is maintained by Nucleus EDE, DO NOT MODIFY!
[PROJECT TYPE]
APPLICATION
[TOOLS]
CodeComp
[TARGET]
arm925
[SHOW TOOL COMMANDS]
YES
[SHOW TOOL OUTPUT]
YES
[G
www.eeworm.com/read/192181/8400902
rc mginit.rc
[mginit]
nr=7
autostart=0
logo=res/feynman.png
[app0]
path=../tools/
name=vcongui
layer=
tip=Virtual&console&on&MiniGUI
icon=res/konsole.gif
[app1]
path=../bomb/
name=bomb
layer=
tip=Game&of&Mineswe
www.eeworm.com/read/291535/8411360
txt unix系统开发-系统调用-文件操作.txt
UNIX系统开发-系统调用-文件操作
基本上所有的系统调用成功时返回0或正数,失败时返回负值。
文件的创建与删除
create系统调用的格式
#include
int creat(<mark>path</mark>,mode)
const char *<mark>path</mark>; /*文件路径名*/
int mode; /*文件存取权*/
参数与功能说明:
该调用创建名为<mark>path</mark>的文件。如果<mark>path</mark>已 ...
www.eeworm.com/read/291494/8413254
h yaffsfs.h
/*
* YAFFS: Yet another Flash File System . A NAND-flash specific file system.
*
* Copyright (C) 2002-2007 Aleph One Ltd.
* for Toby Churchill Ltd and Brightstar Engineering
*
* Created by Ch
www.eeworm.com/read/191860/8419256
h pshortp.h
//最短路径(狄克斯特拉算法)PshortP.h
//从一个顶点到其余各顶点的最短路径
void PShortPath(AdjMatrix &G,int v0,int dist[],int path[])
//网G从下标v0到其他顶点的最短距离dist和最短路径下标path
{int n=G.NumV();
int *s=new int[n];
int mindis,i,j,u;
www.eeworm.com/read/191860/8419336
cpp pshortpm.cpp
//最短路径算法PshortPM.cpp
#include
#include
#include "graph0.cpp"
#include "PshortP.h"
//狄克斯特拉算法测试
void main()
{cout
www.eeworm.com/read/191410/8429952
pjt i2c_877.pjt
[PROJECT]
Target=I2C_877.HEX
Development_Mode=130
Processor=0x877f
ToolSuite=HI-TECH
[Fuses]
Frequency=3999413.000000
ClockSource=1
Mode=0
WDTEnable=0
WDTBreak=0
WDTPrescale=713
StackBre