搜索结果
找到约 257 项符合
loop-back 的查询结果
技术管理 simple ATM [Automatic Teller Machine] system the basic functions Login including write-offs, inquiri
simple ATM [Automatic Teller Machine] system the basic functions Login including write-offs, inquiries, deposits, withdrawals and alter the code. Simulation of ATM terminal users logged in, their account numbers and passwords through the ATM network to transmit to the server, ATM database server bas ...
VC书籍 以传统的C/SDK 撰写Windows 程序
以传统的C/SDK 撰写Windows 程序,最大的好处是可以清楚看见整个程序的来龙去脉
和消息动向,然而这些重要的动线在MFC 应用程序中却隐晦不明,因为它们被Application
Framework 包起来了。这一章主要目的除了解释MFC 应用程序的长像,也要从MFC 源代
码中检验出一个Windows 程序原本该有的程序进入点(WinMain)、视窗类别 ...
网络 here is a C++ code for TCP server and client on linux mechine that listens on a specific port and
here is a C++ code for TCP server and client on linux mechine that listens on a specific port
and then replies back to the client
DSP编程 合众达的DM642示例工程
合众达的DM642示例工程,包括视频loop,spi接口,SD卡,i2c接口,FLASH自动boot
FlashMX/Flex源码 I ll probably write up a short article next week outlining how the ActionScript works, so people can
I ll probably write up a short article next week outlining how the ActionScript works, so people can modify it, and work with it more easily in Flex.
You can download the component and source code here. There are some instructions in the FLA on how to use it. Note that this is not a compiled compo ...
其他 Face Recognition Library ======================== Advanced face recognition DLL using two functi
Face Recognition Library
========================
Advanced face recognition DLL using two functions : Train and Recognize. Uses neural net back propogation alogorithm with more AI tools added for imaging optimization. Library works great even for a low resolution web cam image and requires the user ...
电子书籍 Servomotors are available as AC or DC motors. Early servomotors were generally DC motors because the
Servomotors are available as AC or DC motors. Early servomotors were generally DC motors because the only type of control for large currents was through SCRs for many years. As transistors became capable of controlling larger currents and switching the large currents at higher frequencies, the AC se ...
CA认证 Playfair Cipher 1.not even the large number of keys in a monoalphabetic cipher provides security 2
Playfair Cipher
1.not even the large number of keys in a monoalphabetic cipher provides security
2.one approach to improving security was to encrypt multiple letters
3.the Playfair Cipher is an example
4.invented by Charles Wheatstone in 1854,but named after his friend Baron Playfair
Playfair Key M ...
人工智能/神经网络 人工神经网络(Aartificial Neural Network
人工神经网络(Aartificial Neural Network,下简称ANN)是模拟生物神经元的结构而提出的一种信息处理方法。早在1943年,已由心理学家Warren S.Mcculloch和数学家Walth H.Pitts提出神经元数学模型,后被冷落了一段时间,80年代又迅猛兴起[1]。ANN之所以受到人们的普遍关注,是由于它具有本质的非线形特征、并行处理能力、 ...
数值算法/人工智能 program to solve a finite difference discretization of Helmholtz equation : (
program to solve a finite difference discretization of Helmholtz equation :
(d2/dx2)u + (d2/dy2)u - alpha u = f using Jacobi iterative method.
COMMENTS: OpenMP version 3: 1 PR outside the iteration loop, 4 Barriers
Directives are used in this c ...