-
12
说明: 下面是一个结构体声明:
struct box
{
char maker[40]
float height
float width
float length
float volume
}
a. 编写一个函数,按值传递box结构,并显示每个成员的值
b. 编写一个函数,传递box结构的地址,并将volume成员设置为其他三维长度的成绩。
c. 编写一个使用这两个函数的简单程序
(Here is a structure declaration: struct box {char maker [40] float height float width float length float volume } a. Write a function that is passed by value box structure, and shows the value of each member b . to write a function, passing the address box structure and volume settings for the other three members of the length of the results. c. use these functions to write a simple program)
- 2013-06-02 17:27:08下载
- 积分:1
-
SingleNumber
找出只出现一次的数字,其他数字均出现了2次,时间空间尽量少(Identify only appears once, while other figures have appeared two times to minimize time and space)
- 2013-10-24 09:01:25下载
- 积分:1
-
DS
说明: 1.管理信息系统(学生成绩)
两种用户等级:管理员和用户,均用用户名和密码登陆,通过识别不同类型的用户名,进入不同的操作界面。
1) 管理员功能:
i 用户管理:增加、删除用户;
ii 记录录入、修改、删除
iii 查询:单项查询、多项查询、范围查询
iv 分类统计:提供有代表性的统计结果
2) 用户功能:
a) 修改密码
b) 查询本用户信息
c) 修改个人信息(1. Management Information System (student performance) two user levels: administrators and users use a user name and password, by identifying different types of user name, into a different interface. 1) The administrator function: i user management: add, delete users ii record entry, modify or delete iii Inquiry: individual inquiries, a number of inquiries, the scope of inquiry iv classification statistics: to provide a representative statistical results 2) user features: a) Change Password)
- 2009-01-28 21:35:16下载
- 积分:1
-
MY-Project
俄罗斯方块游戏的c++简单实现,参考学习很有价值(Tetris game c++ simple realization, learning valuable reference)
- 2013-09-09 09:51:59下载
- 积分:1
-
1000
用VC编的一个计算器,有界面,适合研究生VC编程初期学习使用(VC series a calculator interface, suitable for graduate student VC program initially learning to use)
- 2012-03-05 22:51:45下载
- 积分:1
-
RainyNight
使用 C++在画布上实现城市的雨夜动态效果图。(Realizing the Dynamic Effect Map of Rain Night in the City)
- 2020-06-18 05:40:02下载
- 积分:1
-
DlgCustom
基于VC的windows程序设计的贪吃蛇游戏编程(Based the VC windows program design Snake Game Programming)
- 2012-11-19 15:00:10下载
- 积分:1
-
ILI9342
ILI9342驱动芯片320*240彩屏驱动,EFM32 EBI驱动方式(ILI9342 driver chip 320* 240 color display driver, EFM32 EBI Drive)
- 2020-10-20 17:27:24下载
- 积分:1
-
shutdownV0.1
用WinAPI写的定时关机的小程序的源码,比较简单,作为参考。(Shutdown using WinAPI write a small program source code is relatively simple, as a reference.)
- 2011-01-09 12:31:16下载
- 积分:1
-
basword
Only the BASWORD instruction is initially added. But it is enough to manage the additional ones.
BASWORD will create, remove, list the other instructions, and will also help moving the keyword table to given location.(keyword manager for the Sharp PC-1500/A and the TRS-80 PC-2
This code is expected to run on the Sharp PC-1500/A and the TRS-80 PC-2. This version is still in pre-alpha release. It is not fully mature and bugs may be present.)
- 2019-02-26 16:30:25下载
- 积分:1