CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - printf.c
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
GUI Develop
Windows Kernel
WinSock-NDIS
Driver Develop
ADO-ODBC
GDI-Bitmap
CSharp
.net
Multimedia Develop
Communication
Shell api
ActiveX/DCOM/ATL
IME Develop
ISAPI-IE
Hook api
Screen saver
DirextX
Process-Thread
Console
File Operate
Printing program
Multi Monitor
DNA
Other
Search - printf.c - List
[
GDI-Bitmap
]
LCD_Printf
DL : 0
Subroutine written in Keil-C for 8051 family to interface directly to a 2x16 character LCD through Port 1. Can be easily modified to suit any HD44740 hitachy controller alphanumeric LCD.
Date
: 2025-12-21
Size
: 1kb
User
:
Tahanix
[
GDI-Bitmap
]
Hanoi108
DL : 0
一个Hanoi的小游戏void Hanoi(int n, char x,char y,char z){ if (n==1) { printf( %c %d %c\n ,x,n,z) return } Hanoi(n-1,x,z,y) printf( %c %d %c\n ,x,n,z) Hanoi(n-1,y,x,z) }-Hanoi in a game void Hanoi (int n, char x, char y, char z) (if (n == 1) (printf ( c d c , x, n, z) return) Hanoi ( n-1, x, z, y) printf ( c d c , x, n, z) Hanoi (n-1, y, x, z))
Date
: 2025-12-21
Size
: 7kb
User
:
xian4126602
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.