The W78E58B is an 8-bit microcontroller which has an in-system programmable Flash EPROM for firmware updating. The instruction set of the W78E58B is fully compatible with the standard 8052. The W78E58B contains a 32K bytes of main ROM and a 4K bytes of auxiliary ROM which allows the contents of the 32KB main ROM to be updated by the loader program located at the 4KB auxiliary ROM 512 bytes of on-chip RAM four 8-bit bi-directional and bit-addressable I/O ports an additional 4- bit port P4 three 16-bit timer/counters a serial port. These peripherals are supported by a eight sources two-level interrupt capability. To facilitate programming and verification, the ROM inside the W78E58B allows the program memory to be programmed and read electronically. Once the code is confirmed, the user can protect the code for security
標簽: microcontroller programmable in-system W78E58B
上傳時間: 2017-04-27
上傳用戶:yiwen213
Program for : 1) ZOOMING , 2) SHRINKING & 3) GRAY LEVEL RESOLUTION
標簽: SHRINKING Program ZOOMING for
上傳時間: 2013-12-18
上傳用戶:zhangyi99104144
java3D game engine design of the source [three-dimensionalvirtualrealitynetworkprogram] - "virtual reality 3D network programming language VRML -- second-generation network programming language" CD Distribution
標簽: three-dimensionalvirtualrealityne tworkprogram virtual java3D
上傳時間: 2013-12-10
上傳用戶:498732662
世界上唯一一本關于嵌入式操作系統thradX內核的書,中文有翻譯的第一版,這是從老外網上辛苦找來的2009年的新版第二版,大家共同學習。《Real-Time_Embedded_Multithreading_Using_ThreadX(Second Edition)》
上傳時間: 2017-05-04
上傳用戶:851197153
Example program with AVR assembler. Purpose: Education->Assembler->Simple Watch ATMega8 and 1 relay. Relay will be on after 7day:00hour:00minute:00 second after power on. Coded by Basri KUL (I Coded it my microprocessor classes)
標簽: Education Assembler assembler Example
上傳時間: 2017-05-07
上傳用戶:nanfeicui
CRFsuite is a very fast implmentation of the Conditional Random Fields (CRF) algorithm. It handles tens of thousands sentences in merely one second. In comparison to CRF++, CRFSuite yields substantially better efficiency performance
標簽: implmentation Conditional algorithm CRFsuite
上傳時間: 2013-12-19
上傳用戶:gououo
Matlab script for solution to the driven cavity problem on a staggered grid using a divergence formulation and second-order Runge-Kutta time integration.
標簽: divergence staggered solution problem
上傳時間: 2017-05-14
上傳用戶:lingzhichao
In c++ risks is a reference to a variable which exists i.e. one 2nd name for the same variable. This program is broken up into functions.露the function hand constitutes the entrance point of the program, firstly there is the function message which us affiche hello , and the second function produced 露procedure affich_calcul, one declared the prototype and one it definite after one made the call has this function.
標簽: variable i.e. reference exists
上傳時間: 2013-12-17
上傳用戶:netwolf
Heapsort 1.A heap is a binary tree satisfying the followingconditions: -This tree is completely balanced. -If the height of this binary tree is h, then leaves can be at level h or level h-1. -All leaves at level h are as far to the left as possible. -The data associated with all descendants of a node are smaller than the datum associated with this node. Implementation 1.using a linear array not a binary tree. -The sons of A(h) are A(2h) and A(2h+1). 2.time complexity: O(n log n)
標簽: followingconditions tree completely satisfying
上傳時間: 2017-05-25
上傳用戶:2467478207
Generate Possion Dis. step1:Generate a random number between [0,1] step2:Let u=F(x)=1-[(1/e)x] step3:Slove x=1/F(u) step4:Repeat Step1~Step3 by using different u,you can get x1,x2,x3,...,xn step5:If the first packet was generated at time [0], than the second packet will be generated at time [0+x1],The third packet will be generated at time [0+x1+x2], and so on …. Random-number generation 1.static method random from class Math -Returns doubles in the range 0.0 <= x < 1.0 2.class Random from package java.util -Can produce pseudorandom boolean, byte, float, double, int, long and Gaussian values -Is seeded with the current time of day to generate different sequences of numbers each time the program executes
標簽: Generate Possion between random
上傳時間: 2017-05-25
上傳用戶:bibirnovis