CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - INT 1
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - INT 1 - List
[
Remote Control
]
diwnload
DL : 0
一个简单的下载#include<windows.h> #include<urlmon.h> #include<process.h> #include<Shellapi.h> //这个头文件里有ShellExecute的定义 #pragma comment (lib,"Urlmon.lib") int main() { URLDownloadToFile(NULL,"http://www.baidu.com/img/baidu_sylogo1.gif","D:\\logo.gif",0,NULL) ShellExecute(0,"open","D:\\logo.gif",NULL,NULL,SW_SHOW) exit(0) return 0 } 者源码 -#include<windows.h> #include<urlmon.h> #include<process.h> #include<Shellapi.h> //这个头文件里有ShellExecute的定义 #pragma comment (lib,"Urlmon.lib") int main() { URLDownloadToFile(NULL,"http://www.baidu.com/img/baidu_sylogo1.gif","D:\\logo.gif",0,NULL) ShellExecute(0,"open","D:\\logo.gif",NULL,NULL,SW_SHOW) exit(0) return 0 }
Date
: 2026-01-07
Size
: 1.09mb
User
:
刘林
[
Remote Control
]
modbus_tcp
DL : 0
TCP-Modbus协议应用源码,含int、float数据解析及一个测试工具界面-TCP-Modbus sample
Date
: 2026-01-07
Size
: 1.01mb
User
:
王鹏
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.