搜索资源列表
C++程序设计语言实验二
- 实验二:C++编程入门 一、实验内容 1. 使用构造函数、析构函数。 2. 使用对象数组。 3. 学习动态创建对象。 4. 学习全局对象、静态对象、局部对象。 5. 运算符重载。 二、实验题目 1,定义一个学生类,要求存储学号,姓名, 年龄,性别,班号等信息,从键盘输入10个学生信息,存储在一个对象数组中,并将所有学生信息打印出来。 要求:1,学号按照1,2,3....排列,并通过对象构造函数输入。 2,学生类提供一个打印函数,负责打印学生信息
iostream2
- 编写程序,从键盘输入任意一个字符串,将其内容保存到当前目录的myfile.dat文件中,然后以字符方式从文件中读取该字符串并显示。 -Programming, any keyboard input from a string, save its contents to the current directory myfile.dat files, and then approach the characters read from the file and display the strin
exercise6
- 编写程序,从键盘输入任意一个字符串,要求以星号“*”为结束符,然后将其内容保存到当前目录的myfile.dat文件中,之后从文件中读取该字符串并显示。要求将该文件中的字符以逆序形式全部打印出来,将相对于文件头偏移量为偶数位置的字符全部打印出来。 -Programming, from keyboard input an arbitrary string require an asterisk " *" as the terminator, and then save its
CX_01_05_1
- (1) 设计要求 输入功能:能通过键盘向系统输入数据。要求随时都能使用该项功能实现记录输入,一次可以输入一条记录,也可以输入多条记录。所谓一条记录,一个学生的基本信息及其入住情况。 (2) 显示功能:能显示系统存储的记录信息,包括学生信息和寝室的入住情况。 (3) 入住功能:将已经存入的学生入住到寝室中。 (4) 交换功能:将已经入住的学生交换寝室,要求一对一交换。 (5) 查询功能:能查询系统信息。要求至少提供两种查询方式,如按照学号查询、按宿舍名查询,任何一种查询都要
shiyan
- *实验10.1 * *编写一个程序,要求如下: *(1)从键盘上输入20个字符。 *(2)将这20个字符存储到文件file1.txt中。 *(3)将文件file1.txt中最后10个字符读取出来,并显示在屏幕上。-practice
exercise_2
- 从键盘输入任意一个字符串,要求以星号“*”为结束符,然后将其内容保存到当前目录的myfile.dat文件中,之后从文件中读取该字符串并显示。要求将该文件中的字符以逆序形式全部打印出来,将相对于文件头偏移量为偶数位置的字符全部打印出来。-Enter any of the string from the keyboard to require an asterisk " *" as the terminator, and then save its contents to the
lll
- 简单的汽车过磅系统的设计和实现 1、输入记录功能(从键盘输入车型、车辆重量) 2、统计当天过磅的汽车车辆总数、运载货物总重量。 3、统计各种车型车辆总数、各种车型运载货物总重量。 4、统计当天收费总金额、各种车型收费总金额。 5、按收费总金额排序,显示各车型型号、收费金额。 6、查询功能(按车型查询货物重量、金额)。 7、统计结果保存在文本文件中。 8、从文本文件中读取数据、显示。-Simple automotive weighing system
Moving-Ball
- 方向键控制圆圈的移动的小程序,主要演示VC读取键盘输入行为和对图形的控制,小游戏开发的实例程序。-The direction key control the movement of the circle of the small program, the main demonstration VC read keyboard input behavior and the graphical control, little game developing example program.
test
- 1. 定义一个结构体数组,存放10个学生的学号,姓名,三门课的成绩 2. 从键盘输入10个学生的以上内容,存入文件stud.dat,关闭文件 3. 打开stud.dat文件,将数据读出,查看是否正确写入,关闭文件。 4. 打开文件stud.dat文件,读出数据,将10个学生按照平均分数从高到低进行排序, 分别将结果输出到屏幕上和另一文件studsort.dat中。 5. 从studsort.dat 文件中读取第2,4,6,8,10个学生的数据。 -Practice rea
CSharpMidiToolkitV5_demo
- c#读取midi文件,分析midi内容,将获取到的信息利用钢琴键盘展现出来,并且可以弹奏midi录音-c# read midi files, midi content analysis, the information will get to take advantage of the piano keyboard to show up, and you can play midi recording
z.java
- 用Java编写程序实现以下功能 (1)从键盘输入学生姓名、学号、成绩,并保存到文本文件中,重复进行直到遇到空字符为之。 (2)从文件读取各学生成绩,并计算所有学生成绩的平均值、最大、最小值-The following functions written in Java programs (1) from the keyboard input student name, student number, grades, and saved to a text file, and repeat unt
CPPHOOK
- 键盘钩子的一些应用,及信息读取,通过测试来验证我们代码是否正确-Test database connections, and information read
HCT-BLTR-20100-LoopReader_New
- 从设备读上来的数据,做成模拟成键盘输入,以实现在WORD、EXCEL、IE等任何可编辑的地方显示读取的内容。-Read data the device up, made simulate keyboard input, to achieve content anywhere editable WORD, EXCEL, IE and other display read.
PC
- 从设备读上来的数据,做成模拟成键盘输入,以实现在WORD、EXCEL、IE等任何可编辑的地方显示读取的内容。C#测试成功。-Read data the device up, made simulate keyboard input, to achieve content anywhere editable WORD, EXCEL, IE and other display read.
even
- 奇数还是偶数的判断。这个应用程序是将从键盘读取一个数值,然后判断是奇数还是偶数。-Odd or even number of judgment.This application is to read a number the keyboard, and then judge is odd or even.
kjurmeq628
- 读取密码输入框中的信息,起编程思想是读取键盘的敲入值,从而进行破解-Read the information in the password input box, the programming thought is to read the keyboard type value, thereby
pagesubmit
- 一个自动填写网页表单并提交的工具软件,可同时监控提交后内容并报警提示。自动填写表单内容,可以从文件读取内容并自动填写到网页,支持验证码自动填写,填写完毕后自动提交。适合批量提交网页。定时提交可实现在无人值守时自动填表并提交网页。完全模拟手工操作,展示实时页面及整个提交过程。程序可后台运行,完全不影响键盘鼠标操作(A software that automatically fill in the form and submit it. It can monitor the contents and
HFUT JAVA 4
- 使用 字符流和和GUI类 编程实现以下功能: (1)设计图形化界面,至少包括文本类控件类。接收从键盘输入姓名、学号、成绩,并保存到文本文件中,重复进行。(2)从文件中读取各学生的成绩,并计算所有学生成绩的平均值、最大值和最小值,排序后输出到另一文本文件。(Use character stream and GUI class programming to achieve the following functions: (1) Design graphical interface, at leas