代码搜索:drive 有哪些应用?
找到约 10,000 项符合「drive 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/479910/6683181
m fig9_57.m
% Figure 9.57 Feedback Control of Dynamic Systems, 4e
% Franklin, Powell, Emami
%
% fig9_57.m script is used to draw Fig. 9.57
% the root locus for the tape drive
www.eeworm.com/read/478539/6709308
c sys.c
/****************************************************************/
/* */
/* sys.c */
/* DOS-C */
/* */
/* sys utility for DOS-C */
/* */
/
www.eeworm.com/read/478539/6709330
c dosfns.c
/****************************************************************/
/* */
/* dosfns.c
www.eeworm.com/read/478256/6713676
c fat.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/478256/6713684
c fdt.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/478249/6722616
c fat.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/478249/6722633
c fdt.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/245296/6738193
ucf build_4.ucf
##############################################
# BASIC UCF SYNTAX EXAMPLES V2.1.6 #
##############################################
#
# The "#" symbol is a comment character. To use thi
www.eeworm.com/read/476355/6757735
c bdos.c
#include
#include
void main(void)
{
int drive;
drive = bdos(0x19, 0, 0);
printf("Current drive is %c\n", 'A' + drive);
}