-
自己的选修课,大家如果能用到就下吧!!!
和大家分享一下。...
自己的选修课,大家如果能用到就下吧!!!
和大家分享一下。
-AIJIZUODE
- 2022-08-14 10:34:14下载
- 积分:1
-
Powerbuilder8.0 Utility Design 100 Cases of 31
Powerbuilder8.0实用程序设计100例之31-40-Powerbuilder8.0 Utility Design 100 Cases of 31-40
- 2023-03-23 10:05:04下载
- 积分:1
-
液晶电视的OSD的代码,可通过遥控或按键在液晶面板驱动。
液晶电视OSD代码,可通过遥控或按键板对液晶驱动板进行控制。OSD菜单功能简洁明了-LCD TV OSD code, available through remote control or buttons on the LCD panel drive control board. OSD menu features clear and concise
- 2022-02-03 02:02:52下载
- 积分: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
-
Bowling game sources. Operational system: DOS. Compiles OK in Quickbasic.
Bowling game sources. Operational system: DOS. Compiles OK in Quickbasic.
- 2022-12-27 10:40:03下载
- 积分:1
-
VC : 1. Experimental names : basic characters of the two design procedures. Expe...
VC实验:
一.实验名称:基本文字应用的程序设计
二.实验目的:掌握文字及其属性在应用程序中的应用
三.实验任务:
掌握字体句柄的获取
掌握创建自定义字体
掌握设置字体的颜色和背景色
掌握文本的输出
四.实验要求:
编写程序,在某一个窗口上设计一行文字,如“欲穷千里目,更上一层楼”,这一行文字从窗口的左边向右滚动显示,而且每显示一轮,改变一次颜色,改变一次字体,一个周期为4种颜色,分别为红、绿、黄、蓝,四种字体分别为宋体、楷体、仿宋和黑体。
-VC : 1. Experimental names : basic characters of the two design procedures. Experimental Objective : To understand the characters and their attributes application of three. Experimental tasks :
- 2022-09-25 18:05:03下载
- 积分:1
-
the procedure can be generated source java html document
该程序可将java源程序生成html文件-the procedure can be generated source java html document
- 2023-07-25 14:10:03下载
- 积分:1
-
这是常用的直流电机的驱动电路,非常的简单,我都用过了,很好的。...
这是常用的直流电机的驱动电路,非常的简单,我都用过了,很好的。-This is commonly used in DC motor drive circuit, very simple, I have used, and very good.
- 2022-01-31 12:37:13下载
- 积分:1
-
DSP LF2407A 板上存储器例程 已跑通了
DSP LF2407A 板上存储器例程 已跑通了-Memory on-board DSP LF2407A routines have been run over the
- 2022-11-26 09:50:03下载
- 积分:1
-
ABB电表针对系统集成商的中文文档,一般是拿不到的呢。
ABB电表针对系统集成商的中文文档,一般是拿不到的呢。-ABB meter system integrators against the Chinese document is generally not available to it.
- 2022-01-26 00:53:46下载
- 积分:1