代码搜索:防撞系统
找到约 10,000 项符合「防撞系统」的源代码
代码结果 10,000
www.eeworm.com/read/459522/7274418
exe 学生选课成绩管理系统.exe
www.eeworm.com/read/459297/7277672
c 学生成绩管理系统.c
#include
#include
/*控制学生记录的容量*/
#define N 50
struct student
{char num[11];
char name[20];
int score[3];
float ave;
}stu[N];
/*全新保存函数*/
save(int n)
www.eeworm.com/read/459297/7277673
doc 学生成绩管理系统.doc
www.eeworm.com/read/459033/7284042
doc 公交车报警系统.doc
www.eeworm.com/read/458905/7285647
exe 学生信息管理系统.exe
www.eeworm.com/read/458905/7285835
rc2 仓库管理系统.rc2
//
// 仓库管理系统.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
////
www.eeworm.com/read/458905/7285839
h 仓库管理系统dlg.h
// 仓库管理系统Dlg.h : header file
//
#if !defined(AFX_DLG_H__1C7965B9_D5F8_4CCB_B099_8E1824E2300D__INCLUDED_)
#define AFX_DLG_H__1C7965B9_D5F8_4CCB_B099_8E1824E2300D__INCLUDED_
#if _MSC_VER > 1000
www.eeworm.com/read/458905/7285853
cpp 仓库管理系统dlg.cpp
// 仓库管理系统Dlg.cpp : implementation file
//
#include "stdafx.h"
#include "仓库管理系统.h"
#include "仓库管理系统Dlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE
www.eeworm.com/read/458905/7285867
obj 仓库管理系统dlg.obj
www.eeworm.com/read/458865/7286693
cpp 教师信息管理系统.cpp
#include "stdio.h"
#include "process.h"
#include "string.h"
#include "stdlib.h"
#define N 4
struct TEACHER{
char name[20]; /*教师名称*/
int age; /*教师年龄*/
int grad