-
文件管理系统模拟,delphi实现。
文件管理系统模拟,delphi实现。-document management system simulation, delphi achieve.
- 2023-07-30 05:35:03下载
- 积分:1
-
用c写的关于8255按键的程序,用到的单片机是spce061a
用c写的关于8255按键的程序,用到的单片机是spce061a
-With c written procedures on the 8255 button, single-chip microcomputer is used SPCE061A
- 2023-08-22 16:00:03下载
- 积分:1
-
火车订票系统
应用背景用C语言写的火车订票系统,对于C语言学习者学习链表有极大的帮助,内含测试文件供测试。。。。。。。。。。。。关键技术/*定义存储火车信息的结构体*/
struct train
{
char num[10];/*列车号*/
char city[10];/*目的城市*/
char takeoffTime[10];/*发车时间*/
char receiveTime[10];/*到达时间*/
int price;/*票价*/
int bookNum ;/*票数*/
};
/*订票人的信息*/
struct man
{
char num[10];/*ID*/
char name[10];/*姓名*/
int bookNum ;/*需求的票数*/
};
/*定义火车信息链表的结点结构*/
typedef struct node
{
struct train data ;
struct node * next ;
}Node,*Link ;
/*定义订票人链表的结点结构*/
typedef struct people
{
struct man data ;
struct people*next ;
}bookMan,*bookManLink ;
- 2022-02-01 04:42:30下载
- 积分:1
-
AUTOMATIC-GEAR-SHIFTING-IN-TWO-WHEELERS
AUTOMATIC GEAR SHIFTING IN TWO WHEELER Motorcycles are widely used around the world particularly in INDIA. The gear shifting system of the motor-cycle is conventionally manual.
- 2020-06-20 15:40:01下载
- 积分:1
-
Flash滑块应用实例:拖动滑块放大图片
Flash滑块应用实例:拖动滑块放大图片,拖动那个小方块,就可以控制图片在舞台区域移动放大显示,挺不错的创意,你可学习下滑块的使用,用滑块改变数值等的实现。
- 2023-04-02 14:45:04下载
- 积分:1
-
gys
用VB设计的一个求两数的最大公约数和最小公倍数的程序。(VB design with a number seeking the greatest common divisor and least common multiple of two procedures.)
- 2010-05-28 08:52:07下载
- 积分:1
-
Wedgelet
2-D wedgelet transform using top-down quadtree decomposition
- 2009-02-11 23:29:15下载
- 积分:1
-
gpc
说明: 对锅炉主蒸汽温度控制进行预测控制仿真,适用于大延迟系统的Matlab仿真(Predictive control simulation of boiler main steam temperature control is carried out, which is suitable for the simulation of large delay system with MATLAB.)
- 2019-02-28 09:29:25下载
- 积分:1
-
Simple Robot Control Program
-- Simple Robot Control Program
--------------------------------------------------------------------------
library IEEE
use IEEE.STD_LOGIC_1164.all
use IEEE.STD_LOGIC_ARITH.all
use IEEE.STD_LOGIC_UNSIGNED.all
- 2023-04-12 04:40:04下载
- 积分:1
-
一个保护眼睛的程序
一个保护眼睛的程序-one eye protection procedures
- 2022-01-26 03:16:55下载
- 积分:1