-
从制定的文件中读入数据,查找重复的号码并随即抽取其中的号码,保存文件...
从制定的文件中读入数据,查找重复的号码并随即抽取其中的号码,保存文件-From the formulation of the document read into the data, repeat the search number and then taking one number, save the file
- 2022-01-26 15:13:01下载
- 积分:1
-
The preparation of a text editor such as Notepad program. 2 is set with a simple...
1 编制如记事本的文本编辑器程序。
2 设置具有简单计算功能的计算器applet程序。-The preparation of a text editor such as Notepad program. 2 is set with a simple calculator applet programs computing functions.
- 2022-01-28 15:18:58下载
- 积分:1
-
DX This is the most primitive of the basic procedures for the design of the fram...
这是DX程序最原始的基本设计框架,希望对初学者能有帮助,让他们更好的入门-DX This is the most primitive of the basic procedures for the design of the framework, in the hope that can help beginners to enable them to better entry
- 2022-02-07 18:21:23下载
- 积分:1
-
C#同步AD的数据的代码
应用背景微软的AD的数据,通过C#进行同步的代码关键技术C#同步AD的数据的代码,其中 体现了.Net操作AD的大部分API,对开发会有一定的帮助
- 2022-04-09 18:13:47下载
- 积分:1
-
向u盘拷贝文件
调用windows的dl文件,获取u盘在pc上的盘符,然后向u盘中拷贝文件。
源方法如下。
判断指定驱动器的类型:GetDriveTypeA函数
该函数能依据根目录识别1个驱动器是软驱或光驱或硬盘等。声明:
Declare Function GetDriveType Lib "kernel32" Alias "GetDriveTypeA" (ByVal nDrive As String) As Long
参数nDrive:驱动器根目录路径的字符串,如"C : ".
函数返回值为1个常数,指定驱动器类型:DRIVE_ REMOVABLE=2,软驱; REMOVABLE是可移动的
如果驱动器不能识别,则返回0,如指定目录不 DRIVE_ FIXED=3,硬盘。
存在,则返回1。 DRIVE _REMOTE=4,网络驱动器;
DRIVE _CDROM=5,光驱;
DRIVE_ RAMDISK=6虚拟磁盘
调用如:
Private Const DRIVE_CDROM = 5
- 2023-02-14 04:40:03下载
- 积分:1
-
高质量C++编程指南书,对我一定基础的C++学习者来说,这是一本帮助你继续提高的书籍。...
高质量C++编程指南书,对我一定基础的C++学习者来说,这是一本帮助你继续提高的书籍。-High-quality C++ Programming Guide book, I will certainly based on the C++ Learners, this is one to help you continue to improve the books.
- 2023-08-09 09:25:03下载
- 积分:1
-
S3C2443的读Nand程序,注意:使用ARM revw2.2编译器而非ADS1.2
S3C2443的读Nand程序,注意:使用ARM revw2.2编译器而非ADS1.2-Nand read the S3C2443 procedures Note: the use of ARM revw2.2 instead of the compiler ADS1.2
- 2022-07-18 03:10:36下载
- 积分:1
-
《C++大学教程》中,类与数据抽象的示例程序。教你接口与实现方法的分离,控制对成员的访问和private属性的工具函数。...
《C++大学教程》中,类与数据抽象的示例程序。教你接口与实现方法的分离,控制对成员的访问和private属性的工具函数。- C++ University Guide , the abstract data type and sample programs. Teach you methods of interface and implementation separation, control of members of private property access and function of the tool.
- 2022-01-25 20:11:08下载
- 积分:1
-
利用FTP协议进行文件浏览的程序源码,有很好的学习价值
利用FTP协议进行文件浏览的程序源码,有很好的学习价值-use FTP file access to the source codes, a very good value learning
- 2022-03-26 04:10:15下载
- 积分:1
-
摄像头录像工具
通过家用摄像头拍照录像。.版本 2
.支持库 twain
.子程序 _摄像头数_被单击
.如果 (摄像头数.标题 = “2摄像头”)
镜头1单选框.禁止 = 假
镜头2单选框.禁止 = 假
视频设备2.可视 = 真
视频设备2.当前来源 = 1
视频设备2.预览 (真, 60)
视频设备2.设置视频输入 ()
摄像头数.标题 = “3摄像头”
来源按钮.标题 = “查看”
- 2022-03-02 07:08:40下载
- 积分:1