-
VB-help-
本人整理的vb6.0 常用API函数、内部函数、指令、经典例子的文档,希望大家喜欢。(I am finishing vb6.0 common API functions, internal functions, commands, classic example of a document, I hope you like it.)
- 2013-06-24 17:32:01下载
- 积分:1
-
vtk_build_vc
vtk guide, complete information about guide
- 2012-02-06 23:09:56下载
- 积分:1
-
SHEmptyRecycleBin
VB使用SHEmptyRecycleBin方法, 依赖于shell32.dll动态链接库清空回收站,点击窗口中的按钮即可一键清空回收站。本源码主要是熟悉SHEmptyRecycleBin函数的使用,这个函数不只有清空回收站的功能,还可以统计查询回收站中的文件数量,占用字节大小等。
(VB using the SHEmptyRecycleBin method, relies on the dynamic link library shell32.dll empty the recycle bin, click on the window button quick clear recycling station. The main source is the use of familiar with the SHEmptyRecycleBin function, this function is not only the empty recycle bin function, can also query statistics the number of files in the recycle bin, occupy the byte size etc..
)
- 2013-08-02 16:21:29下载
- 积分:1
-
8976564675
VB显示最近打开的文件记录,有需要的就下载吧。(VB show records of recently opened files, there is a need to download it.)
- 2013-08-23 18:28:23下载
- 积分:1
-
Melting
A Melting source code to Melt your exe from one location to another.
- 2013-07-15 12:31:45下载
- 积分:1
-
mjkjs
sar图像去噪的几种新的方法,有PMUSIC 校正前和校正后的比较,小波包分析提取振动信号中的特征频率。( Several new methods sar image denoising, A relatively before correction and after correction PMUSIC, Wavelet packet analysis to extract vibration signal characteristic frequency.)
- 2017-05-19 09:59:03下载
- 积分:1
-
ScreenSvr_ExplodingFlower
Screen Saver source code in vb. An exploding flower saver.
- 2013-07-15 12:44:24下载
- 积分:1
-
MyCalculator
基于MFC编写的简单计算器Visual C++程序(Write a simple calculator based on MFC Visual C++ program)
- 2010-08-20 12:59:39下载
- 积分:1
-
628089
说明:
- 2018-05-23 10:32:57下载
- 积分:1
-
STACK
用C语言编写的堆栈接口,适用于各种环境,提供接口:
STACK *initStack(int MaxRoom)
void destroyStack(STACK **spp)
void resetStack(STACK *sp)
Boolean isStackEmpty(STACK stack)
Boolean isStackFull(STACK stack)
Boolean push(STACK *sp, USER_TYPE data)
Boolean pop(STACK *sp, USER_TYPE *data)
Boolean readTop(STACK stack, USER_TYPE *data) (C language implementation of the stack)
- 2013-07-22 10:59:32下载
- 积分:1