亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

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 based on the information to confirm the account number and password is correct, the results back to the ATM terminal. If the correct account number and password, the ATM into the next terminal interface Otherwise prompt mistakes. Cancellation notice for the operation of the server ATM transactions concluded inquiries, deposits, withdrawals and alter the code operations are first sent an order to ATM servers, ATM by the database server implementation of the corresponding operation and operating res

    標簽: write-offs Automatic functions including

    上傳時間: 2014-01-20

    上傳用戶:semi1981

  • 以傳統的C/SDK 撰寫Windows 程序

    以傳統的C/SDK 撰寫Windows 程序,最大的好處是可以清楚看見整個程序的來龍去脈 和消息動向,然而這些重要的動線在MFC 應用程序中卻隱晦不明,因為它們被Application Framework 包起來了。這一章主要目的除了解釋MFC 應用程序的長像,也要從MFC 源代 碼中檢驗出一個Windows 程序原本該有的程序進入點(WinMain)、視窗類別注冊 (RegisterClass)、窗口產生(CreateWindow)、消息循環(Message Loop)、窗口函數 (WindowProcedure)等等動作,抽絲剝繭徹底了解一個MFC 程序的誕生與結束,以及生 命過程。

    標簽: Windows SDK 程序

    上傳時間: 2017-03-22

    上傳用戶:athjac

  • 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

    標簽: and specific mechine listens

    上傳時間: 2017-04-04

    上傳用戶:aa17807091

  • 合眾達的DM642示例工程

    合眾達的DM642示例工程,包括視頻loop,spi接口,SD卡,i2c接口,FLASH自動boot

    標簽: 642 DM 合眾達 工程

    上傳時間: 2017-04-13

    上傳用戶:jing911003

  • 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 component, so it won t show up in the components panel. You will have to copy the component, and the source file into your project. If anyone really wants a compiled version, let me know and I can provide one. As always, I d love to hear how people use it, and would appreciate it if you would post back to the comments if you make any significant modifications so that other people can benefit from them.

    標簽: ActionScript outlining probably article

    上傳時間: 2017-04-20

    上傳用戶:c12228

  • 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 to align to a mirror frame on screen. Complete Source Code with Video capture and feature extraction kit for Registered Users. Please register here for only $299 with Source Code : http://www.research-lab.com/facerecognitionorder.htm (c) www.research-lab.com

    標簽: Recognition recognition Advanced Library

    上傳時間: 2017-04-25

    上傳用戶:784533221

  • 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 servomotor became used more often. Early servomotors were specifically designed for servo amplifiers. Today a class of motors is designed for applica-tions that may use a servo amplifier or a variable-frequency controller, which means that a motor may be used in a servo system in one application, and used in a variable-frequency drive in another application. Some companies also call any closed-loop system that does not use a stepper motor a servo system, so it is possible for a simple AC induction motor that is connected to a velocity controller to be called a servomotor.

    標簽: motors Servomotors servomotors available

    上傳時間: 2014-08-10

    上傳用戶:源碼3

  • 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 Matrix 1.a 5X5 matrix of letters based on a keyword 2.fill in letters of keyword (sans duplicates) 3.fill rest of matrix with other letters Encrypting and Decrypting -plaintext is encrypted two letters at a time 1. if a pair is a repeated letter, insert filler like X’ 2. if both letters fall in the same row, replace each with letter to right (wrapping back to start from end) 3. if both letters fall in the same column, replace each with the letter below it (again wrapping to top from bottom) 4. otherwise each letter is replaced by the letter in the same row and in the column of the other letter of the pair

    標簽: monoalphabetic Playfair provides security

    上傳時間: 2017-05-25

    上傳用戶:變形金剛

  •  人工神經網絡(Aartificial Neural Network

     人工神經網絡(Aartificial Neural Network,下簡稱ANN)是模擬生物神經元的結構而提出的一種信息處理方法。早在1943年,已由心理學家Warren S.Mcculloch和數學家Walth H.Pitts提出神經元數學模型,后被冷落了一段時間,80年代又迅猛興起[1]。ANN之所以受到人們的普遍關注,是由于它具有本質的非線形特征、并行處理能力、強魯棒性以及自組織自學習的能力。其中研究得最為成熟的是誤差的反傳模型算法(BP算法,Back Propagation),它的網絡結構及算法直觀、簡單,在工業領域中應用較多。

    標簽: Aartificial Network Neural 人工神經網絡

    上傳時間: 2014-01-03

    上傳用戶:zhangzhenyu

  • 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 code to achieve paralleism. All do loops are parallized with default static scheduling.

    標簽: discretization difference Helmholtz equation

    上傳時間: 2014-01-11

    上傳用戶:bruce5996

主站蜘蛛池模板: 杭锦旗| 宁陕县| 万年县| 隆昌县| 玉溪市| 辉县市| 曲松县| 修水县| 政和县| 马鞍山市| 玉田县| 富阳市| 介休市| 延川县| 松滋市| 鄂尔多斯市| 丘北县| 郑州市| 民和| 宁武县| 沅陵县| 松桃| 濮阳市| 攀枝花市| 洛浦县| 扬州市| 乐业县| 武强县| 勃利县| 湛江市| 化州市| 齐河县| 郴州市| 西昌市| 四川省| 和林格尔县| 屏南县| 鸡泽县| 大埔县| 五峰| 浙江省|