搜索结果
找到约 47 项符合
Age 的查询结果
按分类筛选
J2ME Age of Empires for Sciphone
Age of Empires for Sciphone
Java编程 其中一个类的运行结果是: 该对象的类型是:class package2.Customer id :1234 name :zhansan age :19 zhansan 19 1234 --
其中一个类的运行结果是:
该对象的类型是:class package2.Customer
id :1234
name :zhansan
age :19
zhansan 19 1234
---------------------------
package2.Customer@9664a1
package2.Customer@1a8c4e7
汇编语言 2. 编写设计一个People类。该类的数据成员有年龄(age)、身高(height)、体重(weight)、函数成员有进食(eat)、运动(sport)、睡眠(sleep)。其中进食函数使体重加1
2. 编写设计一个People类。该类的数据成员有年龄(age)、身高(height)、体重(weight)、函数成员有进食(eat)、运动(sport)、睡眠(sleep)。其中进食函数使体重加1,运动函数使身高加1,睡眠函数使年龄、身高、体重各加1。要求所有数据成员为private,成员函数为public访问权限。 ...
模拟电子 凌力尔特芯片电路总汇
Over the past several years Linear Technology, the magazine, has come of age. From nothing, the publication has come into its own, as has its subscriber list. Many innovative circuits have seen the light of day in the pages of our now hallowed publication.
电源技术 电源供应器与数字电位器校准应用笔记
Abstract: A resistive feedback network is often used to set the output voltage of a power supply. A mechanical potentiometer (pot)conveniently solves the problem of adjusting a power supply. For easier automatic calibration, a mechanical pot can be replaced witha digital pot. This application note ...
Java书籍 The application you are going to create mimics entering an employee into a database .The user wil be
The application you are going to create mimics entering an employee into a database .The user wil be required to enter an employee s name and age
Java编程 OpenSwing开源项目
OpenSwing开源项目,封装了一些很实用的组件,各位在使用的时候请尊重开源项目的版权,http://bbs.chinajavaworld.com/post/view?bid=6&id=16546&sty=1&tpg=1&age=0有详细信息及最新的版本,感谢原作者!
Linux/Unix编程 Metalog is a modern replacement for syslogd and klogd. The logged messages can be dispatched accord
Metalog is a modern replacement for syslogd and klogd. The logged messages
can be dispatched according to their facility, urgency, program name and/or
Perl-compatible regular expressions. Log files can be automatically rotated
when they exceed a certain size or age. External shell scripts (e.g., mai ...
Oracle数据库 4、 编写一个过程。要求:有一个输入参数和一个输出参数
4、 编写一个过程。要求:有一个输入参数和一个输出参数,过程里面要有自定义异常。从学生表中(tab_student)中寻找符合指定学号等于输入参数的值,然后将找到的学生的姓名赋予输出参数,如果没有符合条件的值则触发异常。
Create table tab_student
(sno char(8),
sname varchar2(20),
age integer,
province varchar2(60 ...
其他 学会对文件的记录锁定
学会对文件的记录锁定,及解锁。#include <stdio.h>
#include <unistd.h>
#include <fcntl.h>
int main()
{
int fd
int i
struct {
char name[20]
uint ID
int age
} myrec
fd =open("name", O_RDWR|O_CREAT, 0755)
if (fd == -1) return -1
printf("Input your name:") scanf("%s", myrec.name)
...