CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - windowed
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - windowed - List
[
SCM
]
zzbcq51avrdoc
DL : 0
自制51编程器 I have build my own programmer. This device can program the AT89C51 and works with it. So it can easily be adapted to programming other devices by itself. The Atmel Flash devices are ideal for developing, since they can be reprogrammed easy, often and fast. You need only 1 or 2 devices in low cost plastic case for developing. In contrast you need 10 or more high cost windowed devices if you must develop with EPROM devices (e.g. Phillips 87C751). -made 51 programmer I have build my own programmer. This device can program the AT89C51 and works with it. So it can easily be adapted to other devices programming by itself. The Atmel Flash devices are ideal for developing, since they can be reprogrammed easy , often and fast. You need only one or two devices in low cost plastic case for developing. In contrast you need 10 or more high cost windowed devices if you must develop with EPROM devices (eg Phillips 87C751).
Date
: 2026-01-13
Size
: 628kb
User
:
连夫天
[
SCM
]
SDK
DL : 0
if( NULL == ( g_pD3D = Direct3DCreate9( D3D_SDK_VERSION ) ) ) return FALSE D3DPRESENT_PARAMETERS d3dpp ZeroMemory( &d3dpp, sizeof(d3dpp) ) d3dpp.Windowed = TRUE d3dpp.SwapEffect = D3DSWAPEFFECT_DISCARD d3dpp.BackBufferFormat = D3DFMT_UNKNOWN if( FAILED( g_pD3D->CreateDevice( D3DADAPTER_DEFAULT, D3DDEVTYPE_REF, m_hWnd, D3DCREATE_SOFTWARE_VERTEXPROCESSING, &d3dpp, &g_pd3dDevice ) ) ) { return FALSE }- if( NULL == ( g_pD3D = Direct3DCreate9( D3D_SDK_VERSION ) ) ) return FALSE D3DPRESENT_PARAMETERS d3dpp ZeroMemory( &d3dpp, sizeof(d3dpp) ) d3dpp.Windowed = TRUE d3dpp.SwapEffect = D3DSWAPEFFECT_DISCARD d3dpp.BackBufferFormat = D3DFMT_UNKNOWN if( FAILED( g_pD3D->CreateDevice( D3DADAPTER_DEFAULT, D3DDEVTYPE_REF, m_hWnd, D3DCREATE_SOFTWARE_VERTEXPROCESSING, &d3dpp, &g_pd3dDevice ) ) ) { return FALSE }
Date
: 2026-01-13
Size
: 1.91mb
User
:
我
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.