搜索资源列表
jinzhizhuanhuan
- 本程序实现对二进制 十进制 十六进制的互相转换 1、 对进制进行判断 2、 数据的输入 3、 对数据做进制转换及输出 文件: tran.asm 源代码 设计思想.doc 简单介绍-this program right hexadecimal binary metric conversion of a mutual, the band judgment two, three data entry, data conversion and so-band output doc
136
- 一、本程序完成功能要求: 完成两个压缩的8位多字节无符号BCD数相加的程序段。要求提供调试通过的源代码、可执行程序和编程小结readme.txt文件。 两个操作数可以由键盘输入。输出要求:在屏幕上显示出参与运算的两个加数和结果和。 二、使用说明: 点击136_ZHJ.exe文件,然后根据提示输入第一个数字,按回车;屏幕上会提示输入第二个数字,根据提示输入第二个数字, 按回车后屏幕会显示出计算结果。 三、程序结构说明: 共有如下五个子程序: KD
adc
- 本程序为c语言环境下的电力系统潮流计算程序 文件输入输出-This procedure for the c language environment of power system load flow calculation program file input and output
fenzhi
- (1)编写分支结构.asm文件实现:如果输入大小写子母就在屏幕上输出c 如果输入数字就将数字输出 如果输入其他不输出 按回车键推出的功能. (2)编写分支结构.asm文件实现统计一串分数串中不及格、60分-69分、70到79分、80分到89分、90分到100分的个数 -(1) the preparation of branch structure. Asm file to achieve: If you enter sensitive cluster on the screen outp
work1
- 从键盘输入一个字符串,将小写字母全部转换成大写字母,然后输出到一个磁盘文件"test"中保存。输入的字符串以!结束。-Keyboard input from a string to all lowercase letters converted to upper case, and then output to a disk file " test" saved. Input to the string! End.
student
- 这是大一老师让自己做的小程序,基本涵盖了C++书中的基本知识点,数组,输入输出文件流,排序,继承-This is the first year to allow teachers to do their own little program, basic C++ covers the basic knowledge of the book, the array of input and output file stream, sorting, inheritance, etc.
30
- 从输入文件如in.txt读取数据(可以是当前目录,最好是可以由用户指定),经com1端口发送(自发自收),收到的内容存入输出文件如out.txt(可以是当前目录,最好是可以由用户指定)。要求在按键后启动发送,并开始计时,发送完毕后,结束计时,并显示发送所花时间(分钟:秒:毫秒)。-In.txt from the input file such as read data (the current directory can be the best can be specified by the u
SimpleEditor
- 文本编辑器(A3) 3.3.1设计题目及要求 三, 文本编辑器(10) 要求:(1)编辑文本; (2)保存、打开指定位置的文本文件; (3)具有输入输出界面。-A text editor (A3) 3.3.1 Design and requirements of Title III, a text editor (10) requires: (1) Edit the text (2) to preserve, open the text file specified lo
C
- 定义C语言或其子集的单词并给出编号,根据给定的语言子集构造词法分析器,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常量、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值(遇到错误时可显示“Error”,然后跳过错误部分继续显示),要求输出以文件形式存放的Token串。-The definition of C language or a subset of the word and give numbers, according to a subset
gaokao
- (1) 学生数据录入(可以从键盘输入或格式化的文本文件读入)和存储(至文件),要求对用户输入的数据进行各种检验(检验必须尽可能完整)。 (2) 学生信息的查询(可以指定各种条件,如:按准考证号、姓名、身份证号码等)。 (3) 按各种顺序输出(必须包含部分统计信息,如:总分、排名等)。 (4) 数据的修改和删除(必须先查询到要删除的一条记录)。 (5) 统计与分析,包括:各学生总分、排名,各科平均分、各分数段人数、最高、最低分,可以按文理科、性别等分别统计。 -(1) Stud
jiaoxuehuibian
- 这是我帮我同学做的课程设计。 下面我写上这次设计的需求分析: [问题描述] 大学的每个专业都要制定教学计划。假设任何专业都有固定的学习年限,每学年含两学 期,每学期的时间长度和学分上限值均相等,每个专业开设的课程都是确定的,而且课程在 开设时间的安排必须满足先修关系。每门课程有哪些先修课程是确定的,可以有任意多门, 也可以没有。每门课恰好占一个学期。试在这样的前提下设计一个教学计划编制程序。 [基本要求] (1)输入参数包括:学期总数,一学期的学分上限,每门课
222
- 从键盘输入若干行字符(每行长度不等),输入后把它们存储到一磁盘文件中。再从该文件中读入这些数据,将其中小写字母转换成大写字母后在显示屏上输出。-A number of lines from the keyboard input characters (one per line lengths), enter the store after them to a disk file. And then read from the file into the data, in which lowerc
fFff
- 从键盘输入一个字符串,将其中的小写字母全部转换成大写字母,然后输出到一个磁盘文件“test”中保存。输入的字符串以“!”结束。-Enter a string from the keyboard will be one of the lowercase letters converted to uppercase letters, and then output to a disk file " test" to save. Enter the string with "
peng
- 这是(2,1,2)viterbi编码和译码的c语言代码 译码中是用基二算法实现的,运行时首先要在c盘中建立一个输入文件和一个输出文件-This is the (2,1,2) viterbi encoding and decoding of the c language code decoding is to use the base 2 algorithm, the run-time we must first establish an input file c disk and an outp
4
- 从键盘输入一个字符串,将小写字母全部转换成大写字母,然后输出到一个磁盘文件“test”中保存。输入的字符串以!结束。-Keyboard input from a string, all lowercase letters converted to uppercase letters, and then output to a disk file " test" to save. Enter the string! End.
SORT
- 给数组排序,文件输入,从小到大输出,不限数组内的数字个数-To an array sort, file input, from small to large output, limited number of digits within the array
io
- 一个用intel汇编语言实现的简单io库,可以满足大部分的输入输出需求,同时附带几个测试文件用来测试。汇编程序用的是masm6.14-Intel assembly language with a simple io library, most of the input and output to meet demand, while with a few test files to test. Assembler using masm6.14
java
- Java小程序——数据输入输出 读取文件-Java applets- read a file of data input and output
zhifangtu
- 输入文件名,求图片的直方图,要求ppm文件,输出csv文件-Enter the file name, find the image histogram, requiring ppm file, the output csv file
lu
- lu分解法求解线性方程组,用in.txt文件输入,自动输出。-lu decomposition method for solving linear equations, input in.txt files, automatically output.
