-
Campus_Multimedia_Infomation_System_Source
利用VB开发校园GIS系统,是我一直珍惜好多年的东东,今天拿出来希望与大家一起分享,是一个功能比较全的GIS系统,如果进行稍微的改装,可以直接应用于具体的项目中,更具有学习价值(VB developers to use the campus GIS system, which I always treasure the many years of Dongdong, out today, and we wish to share, is a full-feature comparison of the GIS system, if carried out slightly modified, can be directly applied to specific projects, learn the value of more)
- 2010-01-08 21:16:02下载
- 积分:1
-
Soma-Client-source-code
vc 2008 环境下编译 ,很早的游戏,圣者无敌客户端源码(Under vc 2008 compiler environment, Ancient game, soma client source code)
- 2021-04-09 14:58:59下载
- 积分:1
-
Renaming_a_workspace-_dsp_and_dsw
Renaming a workspace - _dsp and _dsw
对VC6工程文件重命名(Renaming a workspace- _dsp and _dsw on VC6 project file rename)
- 2007-11-06 00:57:02下载
- 积分:1
-
16mesh_net_10wave_simple
这是基于VC的16节点格型光网络的方针程序,假设每条信道有10个波长,随机产生业务请求。具体看程序,探讨请私信。路由采用Dijkstra算法,一个小例子。(this is a simulation for 16 nodes-optical net based on VC6.0.)
- 2014-12-09 17:36:57下载
- 积分:1
-
WinMem
window版本的memory读写范例,相当好用,而且实用(window version of the memory read and write examples, very easy to use and practical)
- 2010-07-21 19:55:23下载
- 积分:1
-
LUA
对刚接触LUA的人很有帮助,讲解的都是Lua基础东西。(Helpful to explain the are Lua basis, something new to LUA.)
- 2012-06-06 21:54:41下载
- 积分:1
-
Pingbao22
说明: 这个是我的一个小小的作品,希望能带来一定的帮助,也希望我能从这个上面下到好的东西(This is a little of my work, hope to bring some help. I also hope that from the top down to the good things)
- 2005-12-30 21:00:57下载
- 积分:1
-
TextView_VC6_Project
Sample Visual Studio C++ 6 source code for building a text file viewer named, TextView. May be used as a replacement for Microsoft s Notepad utility.
- 2014-05-07 11:42:19下载
- 积分:1
-
1514016
这是modbus的应用,觉得这讲的很清楚,希望对大家有所帮助,()
- 2018-04-07 23:50:12下载
- 积分:1
-
Wintab_Example
使用wintab开发的例子,VB开发环境,经过验证可以(Wintab32.dll Demo in VB6 ReadMe notes
*******************************************************
*******************************************************
A few notes on this before you play with it:
1) You cannot debug through much of the code! The reason for this is that the routine performs a Windows message hook for the window messages that normally go to the window. So when the user moves the mouse over a window, Windows generates all the messages and sends them to the window to respond. (examples are "MouseEnterWindow, MouseMove, MouseLeaveWindow"). Note these are different from the VB events which are similarly named but operate within VB, they are instead the actual messages Windows OS uses to respond. This is how windows does all of its GUI. Since a hook has been placed in the code, those messages go to the callback routine and thus get intercepted in the application. In debug, all code execution halts in the VB app. But windows keeps sending the messages to the cal)
- 2013-10-19 12:59:12下载
- 积分:1