-
此程序是一个简单的代码语法分析程序,检验程序是否符合语法规则...
此程序是一个简单的代码语法分析程序,检验程序是否符合语法规则-This procedure code is a simple grammar analysis program, inspection procedures are in line with the rules of grammar
- 2022-04-06 17:25:20下载
- 积分: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# USB 发送和接收数据
这是一个C# USB 发送和接收数据,可以用于调试USB接口程序
- 2022-03-16 10:57:14下载
- 积分:1
-
控制摄像头的vc++程序源码
控制摄像头的vc++程序源码
控制摄像头的vc++程序源码
控制摄像头的vc++程序源码-Control camera vc++ program source code control camera vc++ program source code
- 2022-04-08 17:43:28下载
- 积分:1
-
AIC bands in accordance with statutory order recursive algorithm procedures in a...
AIC频段按照法定顺序递归算法程序按照顺序递归算法进行了估计,然后利用下面的方程确定残差方差的估计值:从AIC的计算结果类型:找到模型结果中最小的AIC(阶数和参数)是估计模型。源代码:aic2.dsw。结果存储在:数据.txt. 通过输出数据,我们可以看出当k1=5时AIC的最小值。因此,最终确定顺序为5,检查结果为参数为:-1.18394,0.813938,-0.518174,0.348744,-0.116818,1.07998,-0.74386,0.475444,-0.253022,0.122781,以确定最小AIC值:AIC=--8981.58,以5:00为顺序出现。
- 2023-05-08 21:35:03下载
- 积分:1
-
Autoincreasing build number 自动增加版本信息的宏(5KB)
Autoincreasing build number 自动增加版本信息的宏(5KB)-Autoincreasing build number automatically increase the macro version information (5KB)
- 2022-04-06 23:19:06下载
- 积分:1
-
C++程序的几个问题如何解决
C++ How To Program Odd Questions Solution
- 2022-04-30 15:38:24下载
- 积分:1
-
这是我很久以前做的一个数字转换系统。 输入汉语数字,系统可以将其转换为阿拉伯数字。例如,输入"壹佰",系统将其转换为"100" 输入阿拉伯数字,系统可以将其转换
这是我很久以前做的一个数字转换系统。 输入汉语数字,系统可以将其转换为阿拉伯数字。例如,输入"壹佰",系统将其转换为"100" 输入阿拉伯数字,系统可以将其转换为汉语数字。例如,输入"10",系统将其转换为"十" 输入汉语数字与阿拉伯数字混合组成的字符串,系统可以将其转换为阿拉伯数字。例如,输入"1百",系统将其转换为"100"。 -This a long time before I do a digital switching system. Chinese import figures, the system could be converted to Arabic numerals. For example, the importation of "selected ", the system will convert to "100 " import Arabic numerals, the system could be converted to Chinese figures. For example, the importation of "10 ", the system will convert to "10 " imported Chinese and Arabic Numerals mixed string, the system could be converted to Arabic numerals. For example, the importation of "a 100 ", the system will convert to "100 ."
- 2022-02-03 17:49:54下载
- 积分:1
-
This document gives information about programming of TNT4882
This document gives information about programming of TNT4882
- 2022-03-07 04:44:45下载
- 积分:1
-
指针式时钟代码哦,源程序
...
指针式时钟代码哦,源程序
... -Analog clock code Oh, source code ...
- 2022-05-18 14:22:18下载
- 积分:1