搜索结果
找到约 569 项符合
W-EXT 的查询结果
其他 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
驱动编程 /*** *** *** *** *** *** *** *** *** *** *** *** * File: whyt1_lib.c * * Library for accessing W
/*** *** *** *** *** *** *** *** *** *** *** ***
* File: whyt1_lib.c
*
* Library for accessing WHYT1 devices.
* The code accesses hardware using WinDriver s WDC library.
* Code was generated by DriverWizard v9.01.
*
编译器/解释器 *--- --- --- --声明--- --- --- -----*/ /* VC6.0下运行通过 此程序为本人苦心所做
*--- --- --- --声明--- --- --- -----*/
/*
VC6.0下运行通过
此程序为本人苦心所做,请您在阅读的时候,尊重本人的
劳动。可以修改,但当做的每一处矫正或改进时,请将改进
方案,及修改部分发给本人
(修改部分请注名明:修改字样)
Email: jink2005@sina.com
QQ: 272576320 ——初稿完成:06-5-27 jink2005
补充:
...
Linux/Unix编程 auxilary files for the Crypt Breakers Workbench (cbw). CBW is a multi-window integrated workbench o
auxilary files for the Crypt Breakers Workbench (cbw). CBW is
a multi-window integrated workbench of tools that help a cryptanalist
read files encrypted with the BSD4.2 crypt command. Anyone
may copy, modify, use, or redistribute this system. It was
originally written by Robert W. Baldwin at MIT
文章/文档 This document is an operation guide for the MPC8XXFADS board. It contains operational, functional a
This document is an operation guide for the MPC8XXFADS board. It contains operational, functional
and general information about the FADS. The MPC8XXFADS is meant to serve as a platform for s/
w and h/w development around the MPC8XX family processors. Using its on-board resources and its
associated d ...
书籍源码 Floyd-Warshall算法描述 1)适用范围: a)APSP(All Pairs Shortest Paths) b)稠密图效果最佳 c)边权可正可负 2)算法描述: a)初始化:d
Floyd-Warshall算法描述
1)适用范围:
a)APSP(All Pairs Shortest Paths)
b)稠密图效果最佳
c)边权可正可负
2)算法描述:
a)初始化:dis[u,v]=w[u,v]
b)For k:=1 to n
For i:=1 to n
For j:=1 to n
If dis[i,j]>dis[i,k]+dis[k,j] Then
Dis[I,j]:=dis[I,k]+dis[k,j]
c)算法结束:dis即为所有点对的最短路径矩阵
3)算法小 ...
其他 This program is copyrighted by it s author and you are granted a free license to use the program fo
This program is copyrighted by it s author and you are granted a free license
to use the program for non-commercial purposes. If you are interested in
using the program for commercial purposes please contact Kevin W. Russell
at CIS 71551,253 for licensing information.
其他书籍 unix环境高级编程英文版
unix环境高级编程英文版,很经典的一本书
Advanced Programming in the UNIX® Environment: Second Edition
By W. Richard Stevens, Stephen A. Rago
Publisher: Addison Wesley Professional
Pub Date: June 17, 2005
ISBN: 0201433079
Pages: 960
Java编程 本系统使用纯java语言编写,其中使用的数据库为SQL server 2000,包括三张表:IC表、ATM表、bank表。使用JDBC对数据库进行连接
本系统使用纯java语言编写,其中使用的数据库为SQL server 2000,包括三张表:IC表、ATM表、bank表。使用JDBC对数据库进行连接,在连接数据库之前,必须给SQL server 2000打上指示SP4补丁包,然后按装JDBC并进行环境变量的设置,把JDBC中lib下面的三个文件copy到JDK中的jre->lib->ext下面 ...
嵌入式Linux 本章主要描叙Linux核心对文件系统的支持, 虚拟文件系统(VFS)以及Linux核心对实际文件系统的支持。 Linux的最重要特征之一就是支持多种文件系统。这样它更加灵活并可以和许多其它种
本章主要描叙Linux核心对文件系统的支持, 虚拟文件系统(VFS)以及Linux核心对实际文件系统的支持。
Linux的最重要特征之一就是支持多种文件系统。这样它更加灵活并可以和许多其它种操作系统共存。在本文写作时Linux已经支持15种文件系统:ext,ext2,xia,minix,umsdos,msdos,vfat,proc,smb,ncp,iso9660,sysv,hpfs,affs ...