代码搜索:四轮转向
找到约 543 项符合「四轮转向」的源代码
代码结果 543
www.eeworm.com/read/103443/15732116
cpp cuberd.cpp
//这个程序存在本书所带软盘中,文件名为CUBERD.CPP
//这个程序利用输入/输出转向和嵌套循环控制产生一个平方/立方表。
#include
#include
#include //支持由小写到大写字母的转换程序toupper()
void main (void)
{
int starting
www.eeworm.com/read/365949/9838360
cpp strcatio.cpp
//这个程序在本书所带软盘中。文件名为STRCATIO.CPP
//这个程序利用输入/输出转向、字符串连接、数值到字符串的转换以及动态地址
//字节分配为输入的字符串加行号。
#include
#include
#include
#include
#include
#i
www.eeworm.com/read/127960/14324778
cpp strcatio.cpp
//这个程序在本书所带软盘中。文件名为STRCATIO.CPP
//这个程序利用输入/输出转向、字符串连接、数值到字符串的转换以及动态地址
//字节分配为输入的字符串加行号。
#include
#include
#include
#include
#include
#i
www.eeworm.com/read/8632/149348
Ȧ
//程序:ex3_5.c
//功能:采用switch语句实现的模拟汽车转向灯控制程序
#include //包含头文件REG51.H
sbit P1_0=P1^0;
sbit P1_1=P1^1;
void delay(unsigned char i); //延时函数声明
void main() //主函数
{
unsigned char le
www.eeworm.com/read/9538/169530
c ex3_5.c
//程序:ex3_5.c
//功能:采用switch语句实现的模拟汽车转向灯控制程序
#include //包含头文件REG51.H
sbit P1_0=P1^0;
sbit P1_1=P1^1;
void delay(unsigned char i); //延时函数声明
void main() //主函数
{
unsigned char le
www.eeworm.com/read/306178/3752360
c shanlu2.c
// Room: /d/mingjiao/shanlu2.c
// Date: Java 97/04/9
inherit ROOM;
void create()
{
set("short", "青石阶");
set("long", @LONG
眼前遽然出现一大片松林。松林长得极密,石阶转向北坡,上面
铺满了厚厚的金黄的松针。踩在脚下,发出察察的响声。一条窄小的
黄土小
www.eeworm.com/read/249445/12505570
c myprog.c
/*
如不会使用文件输入/输出,也不会使用I/O转向做输入和输出结果文件,
可以手再抄输出结果后后再输到文件中,实验报告的文字内容由自己掌握,
能多能少。
*/
#include
#include
/*表的定义*/
#define N 5
#define MEMSIZE 1000
typedef struct m
www.eeworm.com/read/103443/15732004
cpp strcatio.cpp
//这个程序在本书所带软盘中。文件名为STRCATIO.CPP
//这个程序利用输入/输出转向、字符串连接、数值到字符串的转换以及动态地址
//字节分配为输入的字符串加行号。
#include
#include
#include
#include
#include
#i
www.eeworm.com/read/378183/9243929
dat asslandat115.dat
软中断指令 INT
格式: INT n 其中n为软中断的类型号.
----
功能: 本指令将产生一个软中断,把控制转向一个类型号为n的软中断,该中断处理程序入口地址在中断向量表的n*4地 ---- 址处的二个存储器字(4个单元)中.
www.eeworm.com/read/365949/9838371
cpp strcatfn.cpp
//这个程序在本书所带软盘中。文件名为STRCATFN.CPP
//这个程序利用子程序、输入/输出转向、字符串连接、数值到字符串的转换以及
//动态地址字节分配给输入的字符串加行号。
#include
#include
#include
#include
#include