Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - vc get
Search - vc get - List
DL : 0
实现多线程WEB网页内容批量抓取。 代码少,一个文件搞定。-Realize multi-threaded batch crawl WEB page content. Code less, get a file.
Date : 2025-12-31 Size : 11kb User : zshdiy

DL : 0
VS2008 C#. 在.net环境下,利用系统钩子,截获并发送按键消息。 本程序的目的是以一定的时间间隔不断对某一窗口程序发送按键信息,以实现自动阅读的效果。 其中Keyboard.cs是一个可重用性很高的类,值得参考。-VS2008 C#. Demonstrate using hooks to get and send keyboard messages.
Date : 2025-12-31 Size : 146kb User : Beeven

10个VC++多线程操作实例源代码,内容涉及如何安全终止线程、如何创建UI线程、如何创建Worker线程、如何等待线程结束、如何挂起和恢复线程、如何获得线程的退出码、如何使用互斥量、如何使用临界区、如何使用信号量等内容,入门者更应该看一看,多线程的使用很广泛,可以提高程序效率。 -10 VC++ source code examples of multi-threaded operation, which relates to the safe termination of the thread, how to create a UI thread, how to create a Worker thread to wait for the end of the thread, how to suspend and resume threads, how to get the thread exit code, how to use the mutex volume, how to use the critical area, how to use semaphore, etc, beginners should take a look at a wide use of multiple threads can improve program efficiency.
Date : 2025-12-31 Size : 133kb User : 吴辉煌

DL : 0
VS2008开发的VC++笔记记录工具 VC++笔记记录工具,源代码编译运行于VS2008及以上版本,能够快速记录笔记,支持便笺管理和文件管理的一个小工具软件,程序中把CListCtrl 改成可以按文件路径显示文件。   把CRichEdit改成可以显示行号,可以设置背景等,语法高亮暂时没弄出来(主要是闪烁的问题找不到办法解决)。   把CButoon写成符合下列要求:   支持位图、边框、填充颜色三种风格,并且可以内置一个小按钮,像标签上面的关闭按钮。   把CStatic 改写成工具栏使用。在上面创建按钮, 可以从左排列,从右排列等 -VS2008 VC notes record the development of tools VC notes recording tools, source code compile and run in VS2008 and above, to quickly record notes, notes and documentation to support a small tool for software programs into the CListCtrl can display the file by file path. The CRichEdit can display line numbers into, you can set the background, syntax highlighting for the time being did not get it out (mainly flicker problem can not find a solution). The CButoon write the following requirements: Support the bit maps, borders, fill color of three styles, and can be built a small button, like the label above the Close button. CStatic rewritten to use the toolbar. Create button in the above can be ordered from the left, right arrangement, etc.
Date : 2025-12-31 Size : 356kb User : 叶韵

DL : 0
本程序旨在演示如果突破网络版防病毒对网络端口的封锁,采用client/server结构,远程操控对方主机. 之所以取名water(水),就是说如果硬抓是抓不住的。当然如果你是很久以后才拿到本程序,可能已经被“特征码”了。-This program is designed to demonstrate if the breakthrough anti-virus network edition of the blockade on the network port, using the client/server architecture, remote control of the other host. The reason named water (water), that is if you catch a hard catch. Of course, if you get much later in this procedure, may have been " signature" of the.
Date : 2025-12-31 Size : 350kb User : Ralph

MapWinGIS是一个不错的开源GIS项目,开发语言是VC,基于微软的COM思想编写,团队的开发人员主要来自美国爱荷华大学,开发团队中还有一位中国人。系统来讲,MapWinGIS是一套类似于AO的二次开发组件库(只是没有AO那么强大),其核心库是一个名字为MapWinGIS的ActiveX控件,开发人员可以利用这个ActiveX组件在自己的系统中添加GIS的相关功能,例如地图显示;在图层上标绘点,线,图形;计算长度,存取GIS数据等相关工作。ESRI在AO的基础之上开发了ArcGIS的桌面产品,类似的,他们也在MapWinGIS 这套组件库的基础上,二次开发了MapWindow GIS,这是一套桌面GIS系统,相当于一个简化版的ArcMap,桌面GIS系统的开发语言使用的是VB.NET。用户可以直接通过它浏览数据,并通过一系列插件来完成其他功能。还有一套MapWinX,是DOTNET平台下的一个辅助工具。-The objective of this series is to present a simple and easy to use approach to develop a desktop GIS application. My tool pack includes only MapWinGIS.ocx from MapWindow GIS Project which is one of the most successful open source GIS projects for Windows platform. MapWinGIS.ocx provides the full set of tools to maintain and display GIS data and it is free of charge under MPL license. In the previous lesson, we discussed the basics required to display GIS data on the MapWinGIS.ocx Map Control. We also discussed how to customize the symbology of the displayed GIS data. In this lesson, I am going to teach you how to advance your symbology skills and use labeling functionality on your map. As mentioned in the previous lesson, I am using .NET Framework 3.5 and Visual Studio 2008 professional edition in the code attached here, but you can use Visual Studio express edition to get the same results. You have to download MapWinGIS.ocx and install it on your machine too. You can download i
Date : 2025-12-31 Size : 87kb User : chenanding

DL : 0
这个是用VC开发GSM的源程序,已测过,基本可用,当然也是一般的应用,没有深究-This is the source of the development of the VC GSM, has been measured over the basic available, of course, is a general application, does not get to the bottom
Date : 2025-12-31 Size : 4.62mb User : yhr

收集了一些VC.NET字符串的操作演示实例源码,比如对字符串进行连接,字符串比较,从字符串中存取字符,如何计算一个字符串的大小,如何使用VC快速格式化一个字符串,如何将Cstring类型的字符串转换成int型和float型,如何让字符串赋值给字符指针等技巧,很小的例子,都挺简单,适合初学者-Collected VC.NET string operation demonstrates some examples of source code, such as connection strings, string comparison, access to characters from a string, how to calculate the size of a string, how to use VC quick format a string How to convert a string to an int type Cstring and float, how to get a pointer to the character string assigned other techniques, small example, hang a simple, suitable for beginners
Date : 2025-12-31 Size : 42kb User : apudn52

DL : 0
VC简单植物大战僵尸辅助源码采用内存读写的方法制作一系列的辅助功能,具体功能如上图所示,这个源码可以让你学习使用VC对内存读写,窗口获取句柄等功能-VC simple Plants vs. Zombies auxiliary source using memory read and write method produced a series of auxiliary functions and specific functions such as shown above, this source can allow you to learn VC is used to read and write to memory, the window to get handle functions
Date : 2025-12-31 Size : 121kb User : 晃过

DL : 0
VC++获取系统百分比源码,获取系统百分比-Vc++ percentage acquisition system source code, get the percentage system
Date : 2025-12-31 Size : 22kb User : 阿七
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.