-
Client-dotnet
一个用于客户端和服务器端的客户端的简单程序,C#(one for the client and the server-client simple procedure, C#)
- 2013-09-03 12:09:29下载
- 积分:1
-
P2P_Server
P2P服务器端程序,是学习P2P协议的好DOME。(P2P SERVER PROGRAM)
- 2010-01-26 15:44:08下载
- 积分:1
-
mapx2
mapx在VC++里面的头文件,解压后放进include文件夹即可,虽小有用(Mapx in vc++ header file, extract can be in the include folder after, small and useful
)
- 2013-05-02 23:30:47下载
- 积分:1
-
RPCResection
基于rpc模型的后方交会源代码,摄影测量(Rpc model based on resection of the source code, photogrammetry)
- 2020-09-11 20:38:00下载
- 积分:1
-
PgmVolume
音频设备控制之扬声器单个应用程序音量控制,包括音量的获取与设置(Audio Device Controlled Speaker Single Application Volume Control, Including Volume Acquisition and Setting)
- 2019-04-11 10:22:02下载
- 积分:1
-
BoyeCutter
本程序为激光切割机的源代码,编程环境为VC++6.0.(This procedure for the laser cutting machine of the source code, programming environment for VC++6.0.)
- 2021-04-22 23:18:48下载
- 积分:1
-
itemhistory
VC/C++源码,界面编程,记忆菜单,历史记录,mfc70.dll
VC++在子菜单中添加打开文件的历史记录文件,菜单为自动记忆你打开过的文件,方便下次快速打开,示例程序仅以打开TXT格式的文本文件为例,演示如何记录打开的TXT文件记录。(VC/C++ source code, programming interface, memory menu, history, mfc70.dll
VC++ added in the sub-menu to open the file history file menu for automatic memory you open the file, allows you to quickly open the sample program is only open TXT format text file, for example, demonstrates how to record TXT file open records )
- 2012-11-19 09:52:26下载
- 积分:1
-
OPC读840DSL828D
Mamul for connecting 840D SL system by OPC
- 2019-01-11 22:27:28下载
- 积分:1
-
qtstudydoc
QT学习教程,很好用的
差不多所有的程序教材都从Hello 开始,下面就是这个程序的qt版本(good QT course
1#include <QApplication>
2#include <QLabel>
3 int main(int argc, char*argv[])
4 {
5 QApplication app(argc, argv)
6 QLabel*label = new QLabel("Hello Qt!")
7 label->show()
8 return app.exec()
9 }
)
- 2012-03-10 14:46:07下载
- 积分:1
-
VC-ASM
VC中使用内联汇编-对混合编程学习很实用(VC used in inline assembly- a very useful study of mixed programming)
- 2009-09-04 09:04:54下载
- 积分:1