CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - vc get
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - vc get - List
[
ActiveX/DCOM/ATL
]
VC++网络高级编程之十八
DL : 0
ATLDraw: === === ==== DCOM客户程序,用MFC编写。 该程序的运行步骤如下:单击菜单server/connect,地址栏里填写安装了DCOM服务器的地址。 如果是本机可以填127.0.0.1。等弹出OK对话框后就可以用鼠标在VIEW区域画图了。当然可以开 多个客户,观察效果。-ATLDraw : === === === === ==== DCOM client, prepared with MFC. The program, run the following steps : Click the menu server/connect, complete address box installed DCOM server address. If the machine can fill 127.0.0.1. OK pop-up dialog so you can use the mouse to draw a regional VIEW. Of course, we may get more customers to observe the effects.
Update
: 2025-02-17
Size
: 62kb
Publisher
:
张思发
[
Communication
]
QueueTest
DL : 0
VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue ///////////////////////////////////////// #include "Queue.h" //define queue data struct struct QueueData { char data[20] int nId } //define queue typedef TQueue<QueueData> TMyQueue //put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 m_pMyQueue.TryPut(data) } //try put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 if(m_pMyQueue.TryPut(data) != 0) { MessageBox("put queue error") } else { MessageBox("put queue success") } } //get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.Get(data) MessageBox(data.data) } //try get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.TryGet(data) MessageBox(data.data) }-cohort of VC Packaging category /////////////////////////////////////////// this is a example for using Queue /////////////////////////////////////////# include "Queue . h "//define queue data struct QueueData struct (char data [20] int nId)// define queue typedef TQueuelt; QueueDatagt; TMyQueue// put data into QueueData data queue (memset (data, 0, sizeof (data)) htpasswd (data.data, "hello!") data.nId m_pMyQueue.TryPut = 0 (data))// try put data into QueueData data queue (memset (data, 0, sizeof (data)) htpasswd (data. data, "hello!") data.nId = 0 if (m_pMyQueue.TryPut (data)! = 0) (MessageBox ( "put queue error")) else (MessageBox ( "put queue success")))// get data from QueueData data queue (memset (data, 0, sizeof (data))
Update
: 2025-02-17
Size
: 33kb
Publisher
:
zj
[
GDI-Bitmap
]
VC图象
DL : 2
图象VC编程的基本源码,有图象的读取,存储,和编写处理的源码,可在处理涵数中修改以得到所需的图象.-image of the VC basic source code, the images are read, storage, handling and preparation of the source code, in which culvert several changes to get the image.
Update
: 2025-02-17
Size
: 34kb
Publisher
:
潘君艳
[
USB develop
]
USB接口VC源代码
DL : 1
这是一个用VC做的USB接口的程序,挺好的-A good USB interface program, written by VC.
Update
: 2025-02-17
Size
: 51kb
Publisher
:
何开文
[
Windows Develop
]
鼠标取词vc代码
DL : 0
现在的即时翻译软件种类很多,使用方法也各有千秋,但它们大都有一个 共同的特点:鼠标指到哪儿,就翻译它下面的单词。这大大地方便了用户,但是 从一个编程人员的角度来看就不那么轻松了。因为没有一个方便的函数 类似”GetWordUnderMouse()”可以得到鼠标下面的单词,那么这些软件是怎么 做的呢?经常在BBS和mailing list里看到和我同样困惑的问着相同问题的网友们。-Now in the matket the immediatly translation software has many sorts.The method of using is also differently.But they have a feature in common:it translate the word when the mouse pointer points a word.This founction make things conwenient for the consumer,but through the angle of a programmer it is not so easyly.In the reason of not having a conveniet founction just as "GetWordUnderMouse()"that can get the word undermouse,then how did these software product?I ofen encoutered the web funs who had the same question as me in the BBS or maling list.
Update
: 2025-02-17
Size
: 70kb
Publisher
:
[
Sniffer Package capture
]
QQ嗅探器与C代码
DL : 0
QQ嗅探器与C代码 通过HOOK方式获取QQ密码(VC) 数据压缩加密源代码-QQ Sniffer and C code to get through HOOK QQ password (VC) data compression encryption source code
Update
: 2025-02-17
Size
: 10kb
Publisher
:
贺鹏
[
GUI Develop
]
get-html-pass
DL : 0
获取网页中输入的用户名和密码的源代码 VC-website access by the user name and password source VC
Update
: 2025-02-17
Size
: 327kb
Publisher
:
天涯
[
ISAPI-IE
]
url_get
DL : 0
这是一个收集基于ie内核开发浏览器浏览网页网址的vc++代码.此模块经过测试成功-This is a collection based on the kernel development ie browser web site vc code. This module tested success
Update
: 2025-02-17
Size
: 1kb
Publisher
:
权周晓
[
Data structs
]
vc++part2
DL : 1
数据结构算法vc++6.0程序集教材之part2---链式存储的表,堆栈,队列, vc实现少有的特别好的程序集强烈推荐,特别好,特别适合学习数据结构,有向动手实践的,把数据结构的算法都用vc实现了,经典经典经典经典经典经典经典!-data structure algorithms vc 6.0 manual procedures set part2 chain store-- a table, stack, Queue, vc achieve good few of the special procedures set strongly recommended, particularly good, especially suitable for the study of data structure, have to get involved in practice, the data structure of the algorithm using vc achieved, and the classic classic classic classic classic classic classic!
Update
: 2025-02-17
Size
: 350kb
Publisher
:
魏洪平
[
Data structs
]
vc++part5
DL : 1
数据结构算法vc++6.0程序集教材之part5, vc实现少有的特别好的程序集强烈推荐,特别好,特别适合学习数据结构,有向动手实践的,把数据结构的算法都用vc实现了,经典经典经典经典经典经典经典!-data structure algorithms vc 6.0 manual procedures set part5, vc achieve good few of the special procedures set strongly recommended, particularly good, especially suitable for the study of data structure, have to get involved in practice, the data structure of the algorithm using vc achieved, and the classic classic classic classic classic classic classic!
Update
: 2025-02-17
Size
: 731kb
Publisher
:
魏洪平
[
Data structs
]
vc++part7
DL : 1
数据结构算法vc++6.0程序集教材之part7, vc实现少有的特别好的程序集强烈推荐,特别好,特别适合学习数据结构,有向动手实践的,把数据结构的算法都用vc实现了,经典经典经典经典经典经典经典!-data structure algorithms vc 6.0 manual procedures set part7, vc achieve good few of the special procedures set strongly recommended, particularly good, especially suitable for the study of data structure, have to get involved in practice, the data structure of the algorithm using vc achieved, and the classic classic classic classic classic classic classic!
Update
: 2025-02-17
Size
: 1.76mb
Publisher
:
魏洪平
[
Data structs
]
vc++totle
DL : 1
数据结构算法vc++6.0程序集教材之总览,是一些你编完以后的结果,各部分算法在前面part1-part7部分给出,含线性表,数组,队列,堆栈,广义表,递归,图,排序,以及严蔚明数据结构教材中的各种算法实现了,好东西啊,强烈推荐,我找了很久才得到的,给予奉献了 vc实现少有的特别好的程序集特别适合学习数据结构,有向动手实践的,把数据结构的算法都用vc实现了,经典经典经典经典经典经典经典!-data structure algorithms vc 6.0 manual procedures set overview of some of your writing after the results part of the algorithm in front part1- part7 part is, with linear scale arrays, queue, stack, generalized form Recursive, graphics, sorting, and Yan Wei Ming data structure of various materials algorithm achieved, and the good stuff ah, strongly recommended I found a long time before they can get. vc dedication to the realization of the special few good episodes procedures for the study of data structure, to get involved in practice, the data structure of the algorithm using vc achieved, and the classic classic classic classic classic classic classic!
Update
: 2025-02-17
Size
: 5.12mb
Publisher
:
魏洪平
[
Data structs
]
vc++part8
DL : 1
数据结构算法vc++6.0少有的特别好的程序集 强烈推荐part8,特别好,特别适合学习数据结构,有向动手实践的,把数据结构的算法都用vc实现了,经典经典经典经典经典经典经典!-data structure algorithms vc 6.0 few good special procedures set part8 strongly recommended, particularly good, particularly suitable for the study of data structure, to get involved in practice, the data structure of the algorithm using vc achieved, and classic classic classic classic classic classic classic!
Update
: 2025-02-17
Size
: 466kb
Publisher
:
魏洪平
[
Data structs
]
vc++part9
DL : 1
数据结构算法vc++6.0少有的特别好的程序集part9 强烈推荐,特别好,特别适合学习数据结构,有向动手实践的,把数据结构的算法都用vc实现了,经典经典经典经典经典经典经典!-data structure algorithms vc 6.0 few good special procedures set part9 strongly recommended, particularly good, particularly suitable for the study of data structure, to get involved in practice, the data structure of the algorithm using vc achieved, and classic classic classic classic classic classic classic!
Update
: 2025-02-17
Size
: 109kb
Publisher
:
魏洪平
[
Internet-Network
]
VC++code
DL : 0
很好的网络流量统计源代码。 使用曲线图进行实时统计。 采集数据主要在类 MFNetTraffic 中实现,-good network traffic statistics source. Use real-time graph statistics. Collecting data in the main category MFNetTraffic achieve,
Update
: 2025-02-17
Size
: 196kb
Publisher
:
kingsay
[
Internet-Network
]
GetMacAddress
DL : 0
Get the MAC address of network card in VC++6.0
Update
: 2025-02-17
Size
: 47kb
Publisher
:
Vincent Wu
[
Internet-Network
]
get
DL : 0
vc++得到网站的源码,socket程序-vc++ to be the source Web site, socket program
Update
: 2025-02-17
Size
: 2kb
Publisher
:
zwy440
[
Windows Develop
]
VC
DL : 0
VC中获取网页中的时间, 本程序主要能获得网页中的连接, 当网页单击哪个按钮时,我们可以再VC中截获,做我们想要做的-Get page VC time, this procedure can be the main link in the page when the page click the button which we can re-VC intercepted and do what we want to do
Update
: 2025-02-17
Size
: 7.54mb
Publisher
:
wl
[
ActiveX/DCOM/ATL
]
OPC-VC-CLIENT
DL : 0
对于初期学习OPCCLIENT的编写非常有帮助-get preparation for the opcclient programming
Update
: 2025-02-17
Size
: 380kb
Publisher
:
lyon
[
Internet-Network
]
VC.GET.POST.HTTP.client.code.send.request
DL : 0
VC实现GET POST发送请求HTTP客户端代码VC realize GET POST HTTP client code to send request -VC realize GET POST HTTP client code to send request
Update
: 2025-02-17
Size
: 37kb
Publisher
:
67
«
1
2
3
4
5
6
7
8
9
10
...
48
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.