Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - VC I
Search - VC I - List
本人在自学VC的过程中的一些笔记,对VC的初学者可能有用-I VC in the process of self-learning some of the notes, the right VC may be useful for beginners
Date : 2026-01-07 Size : 45kb User : 陈宏

一些关于VC中文档序列化与文件输入输出的总结-some of the documents VC sequence of input and output documents and the summary
Date : 2026-01-07 Size : 6kb User : 海天一燕

在本篇文章中本人描述了在vc中创建dll的基本方法可能介绍的不够全面仅供参考-article in a footnote, I described the vc dll created the basic methods may be introduced not only comprehensive reference
Date : 2026-01-07 Size : 6kb User : ali

经典c程序100例==1--10 【程序1】 题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去       掉不满足条件的排列。 2.程序源代码: main() { int i,j,k printf("\n") for(i=1 i<5 i++)    /*以下为三重循环*/  for(j=1 j<5 j++)    for (k=1 k<5 k++)    {     if (i!=k&&i!=j&&j!=k)    /*确保i、j、k三位互不相同*/     printf("%d,%d,%d\n",i,j,k)    }-classic procedures hundred cases == 1-- 10 procedures-- a topic : 1,2,3,4 figures, the number can be formed with each other with no repeat of the triple-digit figures? How many are? 1. Program Analysis : can fill the 100, 10, 000 the number of spaces are 1,2,3,4. With all the components removed after not satisfied with the conditions. 2. Source code : main () (int i, j, k printf ( "\ n") for (i = 1 ilt; 5 i)/* the following as the triple cycle*/for (j = 1 JLT; 5 j) for (k = 1 KLT; 5 k) (if (i! = ki! = jj! = k)/* i, j, k three disparate*/printf ( "% d,% d,% d \ n ", i, j, k
Date : 2026-01-07 Size : 297kb User : 刘宋

非常不错的一款MAPX中文培训教材,有详细的使用说明和例子介绍,相信对你有帮助-very good Chinese Connection new training materials, the use of a detailed description and examples, I believe you have a right to help
Date : 2026-01-07 Size : 1.16mb User : 王杰

ADSL学习文档,希望大家可以提出点意见拉!以后我会多上载些好东西-ADSL study documents, we can hope that the points raised Rafah! After I posted some more good things
Date : 2026-01-07 Size : 1.8mb User : lleet

VC 中OCSP 简单实现部分辕马 实现了大部分的功能,但是还没写完,等几天我把所有的都写出来在上传-VC in the OCSP simple shaft horse to achieve the realization of part of the bulk of the function, but not yet finished, and a few days I put all the都写出来upload
Date : 2026-01-07 Size : 3.21mb User : 田问

DL : 0
DLL注入,就把什么枚举进程、查找窗口和进程特权设置那西东西省了。 附件中带了一个testDll.dll,是我写的一个测试DLL,因为一般的DLL注入进去了可能没反应,所以在我写了个DLL,在里面加了MessageBox,可以弹出来,这样就知道DLL运行没有。DLL是VC++写的,因为我用的是VB迷你版,只能写ActiveX DLL,而这种DLL不能用来注入(我写了个,在Main函数里写了个MsgBox,启动对象设为 Sub Main,发现可以注入,但没有MsgBox出现),如果谁要DLL源码就回贴说,我发上来。-DLL injection, so what enumeration process, the search window and the process of setting privileges things that saved the West. Annex with a testDll.dll, I wrote a test DLL, because the DLL may be injected into the reaction, so I wrote a DLL, in which added a MessageBox, can pop up years, so know DLL Run no. DLL is VC++ Write, because I use the mini version of VB, only to write ActiveX DLL, and this DLL can not be used to inject (I wrote a month, in the Main function in writing a MsgBox, restart the object located for the Sub Main, discovery can be injected, but did not appear MsgBox), if the DLL source who said on Posted, me up.
Date : 2026-01-07 Size : 83kb User : 风尘小子

DL : 0
比较经典的算法,此文档包含了多种实用算法和学习算法知识必须学习的算法,有用VB实现的,也有用VC实现的,希望对算法初学者有帮助-Comparison of classical algorithms, this document contains a variety of practical algorithms and learning algorithms to learn the knowledge of the algorithm, useful VB realize, and realize VC useful and I hope that the algorithm has to help beginners
Date : 2026-01-07 Size : 66kb User : 黄志坚

VC中常用的90个技巧,相信对于经常VC的人有很大帮助-VC 90 commonly used technique, I believe that people who often have very helpful VC
Date : 2026-01-07 Size : 32kb User : 王佳佳
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.