【通达信缠论选股公式源码】【直聘系统源码】【简易选股 源码】headfirst c 源码

时间:2024-11-30 04:54:11 来源:求签 源码 分类:综合

1.c语言程序设计题。源码实验报告。源码通达信缠论选股公式源码高分。源码直聘系统源码
2.JavaScript书籍推荐(javascript书籍推荐知乎)

headfirst c 源码

c语言程序设计题。源码简易选股 源码实验报告。源码裂变源码不能用高分。源码flex源码安装步骤

       车票系统,源码与你的源码第2题要求略有不同,你自己修改吧

       #include<stdio.h>

       #include<stdlib.h>

       #include<dos.h>

       #include<time.h>

       #include<conio.h>

       #include<string.h>

       const int MAX=;

       const int N=;

       const int MAXFILENAME=;

       enum { FALSE,源码TRUE};

       struct time

       {

       int hour;

       int minutes;

       };

       struct ticket

       {

       int SerialNumber;

       struct time SetOut;

       char DeparturePoint[MAX];

       char TerminalPoint[MAX];

       float LastTime;

       int FixNumber;

       int FixedNumber;

       }car[N];

       int RecordNumber;

       int FLAG=FALSE;

       /