搜索结果
找到约 796 项符合
Android-w 的查询结果
Delphi控件源码 Apprehend Screen Capture Component Version 4.2 A non-visible component to capture images. Freeware w
Apprehend Screen Capture Component Version 4.2 A non-visible component to capture images. Freeware with source. Includes Four Demos with source and EXE s. 3,550 KB. 10/09/2005
电子书籍 Artificial Intelligence Neural Networks Algorithms Applications and Programming Techniques Addison W
Artificial Intelligence Neural Networks Algorithms Applications and Programming Techniques Addison Wesley,
文件格式 bp神经网络算法是解决最优化问题的先进算法之一
bp神经网络算法是解决最优化问题的先进算法之一,本论文讨论了神经网络中使用最为广泛的前馈神经网络。其网络权值学习算法中影响最大的就是误差反向传播算法(back-propagation简称BP算法)。BP算法存在局部极小点,收敛速度慢等缺点。基于优化理论的Levenberg-Marquardt算法忽略了二阶项。该文讨论当误差不为零或者不为线 ...
其他 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)算法小 ...