Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - VC I
Search - VC I - List
发送电子邮件VC++.NET实现源码,本人用了,挺好的-email VC.NET source code, I use a very good shape;
Date : 2008-10-13 Size : 38.12kb User : 詹红艳

获得文件的信息。用vc写的,希望大家指点指点-document access information. Vc used to write, I hope, we kind guidance
Date : 2008-10-13 Size : 4.72kb User : luolin

vc入门资料,适用于刚刚开始学习vc的同学。祝大家快速入门。-vc entry information, has just begun to study vc students. I wish you a quick start.
Date : 2008-10-13 Size : 73.41kb User : 刘翔

本程序功能是分析PE文件结构,只作了最简单的分析。把输入表,输出表,还有各个段显示出来。参考了2个源码,写得很简单,是vc控制台程序,可以在这基础上扩展。我同时附上PE文件结构图,结合图片理解程序。只是时间仓促,注释写得少一点。-the functions of the program is to analyze PE structure of the document, only made the most simple analysis. Importation table, the output table, and all of the show. Reference to the two-source, write a very simple, yes vc console procedures, the basis of this expansion. I accompanied PE paper chart with photographs understanding procedures. Only hastily written notes less.
Date : 2008-10-13 Size : 82.21kb User : 林风

Exe2Bat是挺早的一个小工具了(有ASM源码),能把任意文件转化成bat,可惜问题还是不少 我无聊用Delphi写个 (网上似乎还流传这VC/VB版本) 修正原版转化速度离奇慢/NT下不能运行/转化后Bat有误等问题 核心代码都在Exe2BatUnit.Pas里面 Demo程序我写了2个,一个是仿造原版Exe2Bat的命令行程序,HkeExeToBat是用KOL加界面的 注意: (1).bat遇到重名文件临时文件会不能删除(具体你试试就知道,喜欢的话你多加句del WuHansen,不过正常情况下Bat会显示错误而已) (2).64K以上文件虽然能转化,但是Debug不能正常将其还原(系统自身的问题) 请到这里获得更新信息:Www.WuHansen.Com-Exe2Bat morning is quite a small tool (with ASM source code) able to arbitrary document into bat, Unfortunately, quite a number of issues I was bored with Delphi (the Internet seem to have spread that the VC / VB version) amendment to the original into bizarre version of the slow speed / no running NT / transformation of Bat errors and other problems in the core code Exe2Ba tUnit.Pas inside Demo procedures, I wrote two. is a replica of the original Exe2Bat command line procedures, HkeExeToBat KOL is the interface increases the attention : (1). Repetitions documents bat encountered temporary files can be deleted (you try on specific know, like what you add del WuHansen sentence. But under normal circumstances Bat error will be displayed only) (2) .64 K above documents can be transformed tho
Date : 2008-10-13 Size : 74.85kb User : hke

这个代码大家绝对有用!!!看到网络上有一个闪盘资料大盗的代码(VC++6.0版本),包括我们这个站里的也有几个,我看过了,基本上都是一个代码.我综合和站里的几个代码,实现了其功能,包括可以对硬盘全盘扫描,分析文件名类型,后台运行(通过API函数实现进程的隐藏),开几自动运行(通过修改注册表的Run项),这都是站里代码所没有的功能. 代码是用VB6.0写的,我也有 VB.net的版本的,在实际使用过程中6.0的比.NET可移植性好多了(不用装.NET FRAME). 如果有有有更好的修改建议可联系我 simpleyrx@163.com 或共同讨论.-this code we definitely useful! ! ! Network saw a flash disk with information bandits code (VC 6.0 version), including the stations of a few, I have read, basically a code. I consolidated and the number of stations a code to achieve its function, including scanning the hard drive overall analysis File Name type, the background (API functions through the process of hiding), opened several automatic operation (by modifying the registry Run). These are stations which do not code the function. the code is written in Visual Basic 6.0. I also have a version of the Programs require, in the process of actual use than 6.0.NET portability of the past (not installed.NET FRAME). If fruit is a better proposal would amend Contact simpleyrx@163.com or discuss.
Date : 2008-10-13 Size : 24.43kb User : simple

一个非常好用的解析XML语言的一个C/C++代码,不大操作方便,我还在VC下写了一个例子在里面,打开文件文件就能看见 -a very good for parsing XML language of a C / C code and it is not quite easy to operate, I also wrote a VC inside an example, we can open the document to see
Date : 2008-10-13 Size : 10.18kb User : 代兵

遍历文件夹和子文件夹,删除所有VC工程编译后留下的垃圾文件,如果工程多,很实用哦(我自己就释放出来2G的空间)-traverse folders and subfolders, and delete all VC works compiled documents left by the garbage, if works, Oh, very practical (I myself would release 2 G space)
Date : 2008-10-13 Size : 5.53kb User : anfysky

hausdorff距离的VC程序实现,请大家下载后看一看是否能够使用,我自己用来实现影像匹配 效果很不错-hausdorff distance from the VC program, please look at the downloading of whether to use, I used to achieve image matching effect is pretty good
Date : 2008-10-13 Size : 1.37kb User : 林风

DL : 0
VC目录更名工具,可以减少大家的开发时间,相信大家一定会有用处!-VC directory renaming tool, we can reduce the development time, I believe we will certainly be useful!
Date : 2008-10-13 Size : 52.51kb User : firs9003

这是关于我曾经遇到的VC++编译过程中 致命的错误 经过多次尝试 终于 找到了错误的原因 -I have encountered in the process of compiling VC fatal mistake after several attempts to finally find the wrong reasons
Date : 2008-10-13 Size : 5.49kb User : huibian

首先简单介绍了GPS 接收机串口通信的基本概念, 然后通过实例详细介绍了计算机与GPS 接收机进行 数据传输的两种方法: 一种是使用W in32 A P I 通信函数的文件读写方式 另一种是通过VC+ + 6. 0 提供的 M SComm 控件实现。-first brief introduction of GPS receiver serial communication the basic concepts, Then detailed examples of computer and GPS receivers for data transmission methods : One is to use the W in32 I A P communications functions for reading and writing the paper through another VC 6. 0 for S M Comm Controlware.
Date : 2008-10-13 Size : 106.92kb User : zhanglili

本工程里的代码是针对VC6调用操作word2003的,是我很辛苦做的,有对Word书签操作的方法,对表格操作的方法,表格复制的方法等等。不过代码乱了些,请见谅,呵呵。-the code works against VC6 call word2003 operation, I am very hard to do. Word bookmarks to have the operation method of operation of the form, copy the form and so on. But some arbitrary code, I do apologize, Ha ha.
Date : 2026-01-09 Size : 7.86mb User : 高茜

一个非常好用的解析XML语言的一个C/C++代码,不大操作方便,我还在VC下写了一个例子在里面,打开文件文件就能看见 -a very good for parsing XML language of a C/C code and it is not quite easy to operate, I also wrote a VC inside an example, we can open the document to see
Date : 2026-01-09 Size : 10kb User : 代兵

增强的记事本工具,使用VC开发,和windows自带的记事本相比,有很多新增功能,对研究文档处理以及文件处理的朋友,相信能有帮助-Notepad enhanced tools, the use of VC development, and built-in Notepad windows compared to a lot of new features, the study of document processing and document processing friends, I believe can help
Date : 2026-01-09 Size : 4.67mb User : 王志刚

我用VC写的,二进制文件读写范例。 该程序读取了MEPG2的包的二进制文件,并且把该包中的Teletext的信息取出来,重新写回一个新的二进制文件。-I use VC written examples to read and write binary files. The program reads the packet MEPG2 binary file, and the package of Teletext information check out, re-write back to a new binary file.
Date : 2026-01-09 Size : 212kb User : Frank Huang

家庭财务管理小程序,VC编程,涉及到读写文件,可以参考,希望对你们有帮助-Family financial management applet, VC programming, related to reading and writing files, can refer to, I hope for your help
Date : 2026-01-09 Size : 1kb User : 何敏

VC++INI文件读写类,将对一般INI文件的各项操作,包括打开,读,写,修改等功能简化为几个方法,综合为一个类。-VC++ INI file reading and writing class, will the general operation of the INI files, including open, read, write, modify functions simplify several ways, integrated into a category.
Date : 2026-01-09 Size : 1kb User : narnia

DL : 0
一个自编的读取文本文件数据的函数,可以读取整个文件,读取第N行,读取第M行到第N行,读取第M行到倒数第N行,读取第M次(也可以是最后一次、倒数第M次)出现字符串str的行开始(或结束)的数据,等等。希望能给大家带来帮助! -A self-read text file data function, you can read the entire document, read the first N lines, M reads the first line to the first N lines, M reads the first line to the penultimate N line, read the first M sub- (can also be the last, the penultimate meeting M) of the line str string start (or end) of the data, and so on. I hope everyone can help!
Date : 2026-01-09 Size : 2kb User : 小可

VC++读写Excel文件,经本人证实成功了的-VC to read and write Excel files, after I confirmed the success of
Date : 2026-01-09 Size : 748kb User : waylvm2
« 12 3 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.