搜索资源列表
20070508
- Visual Basic 6.0可以通过调用API函数格式化一个磁盘,无论是软盘还是硬盘。 打开一个新的项目(工程1) ,如果你没有更改过缺省模式,那么Visual Basic 6.0会自动添加一个form1文件,在form1上添加一个命令控件,将下面的代码拷入。 Option Explicit Private Declare Function SHFormatDrive Lib\"shell32\"( ByVal Hend AS Long,ByVal Dri
CPP-Builder
- C++ Builder之图像的旋转及翻转 图像旋转90°实现方法 把第一幅图的第i行第j列的像素值赋给第二副图的第j行第i列像素 在窗体头问价中添加几个私有成员变量-Rotate and flip the image C++ Builder Rotate the image 90 ° Implementation The pixel values of the i-th row j-th column of a picture of the