搜索资源列表
jiamiJIAMI
- 文件加密程序 1. 对指定的文本文件进行加密(应判断其是否已经加密,若已加密则结束该步骤,否则提示输入加密口令,对文件进行加密); 2. 加密解密方法:输入一个6字符的密钥,将文件数据和密钥进行异或运算。不足6字节的部分,和密钥相应的位进行运算。加密解密方法一样。 3、加密解密后,将数据重新写入文件。 -an encrypted document. For the specified text file encryption (should judge whether encry
Calculatorassembly
- 文件名:main.asm 完成对从键盘输入的0-9的数的存入 完成对从键盘输入回车、\"ESC\"键及“+”,“-”,“*”,“/”键的分析及对加、减、乘、除过程的调用。 完成对从键盘输入错误数据的分析 程序在编写过程中使用了宏,模块。供汇编程序初学者及爱好者参考。 -File Name : main.asm completion of the keyboard input from 0-9 for the completion of deposit from the k
a4q1
- ARM下 Implement matrix multiplication of 2 square matrices, with data read from an input file and printed both to the console and to an output file. • Assume a file with correct data (no garbage, characters, etc.). • you must check and p
shunxu
- (1)编写顺序结构.asm文件实现y=10x,并能够计算在x=15时的值 (2)编写顺序结构.asm文件实现数据段和附加段两个数据值的交换 -(1) the preparation of the order of the structure. Asm file to achieve y = 10x, and can be calculated in the x = 15 at the time of value (2) the preparation of the order of th
huibian
- 实验内容 回文,冒泡排序,十进制转换成二进制,二进制转换成十六进制,输入数据 存入文件 并从文件中读出并显示在屏幕上-Palindrome content of the experiment, Bubble Sort, decimal converted to binary, hexadecimal into binary, the input data into the file and read from the document and display on the screen
work2
- 有五个学生,每个学生有3门课的成绩,从键盘输入以上数据(包括学生号,姓名,三门课成绩),计算出平均成绩,况原有的数据和计算出的平均分数存放在磁盘文件"stud"中。-There are five students, each student has three classes of results, more than from the keyboard input data (including student number, name, class 3 results), calculate
DS18B20
- <html> <body> <pre> <h1>礦ision3 Build Log</h1> <h2>Project:</h2> I:\电子系统设计\fzuhaisc\温度计.uv2 Project File Date: 06/12/2009 <h2>Output:</h2> Build target Target 1 compiling 温度计
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
LAB4
- To write assembly code to implement a circular First In First Out (FIFO) buffer in the data memory of PIC18F452 microcontroller, using the microcontroller’s direct addressing mode and indirect addressing mode. To expand on the FIFO assignment and imp
mfcsvread
- 在matlab中导入csv格式数据,包括带有头记录和逗号的csv格式文件数据。-To import the data file in CSV format into MATLAB.
poplist
- 字符串转换事例,摆脱masm的人为字符串长度限制-This program shows a useful trick to get around an artificial limit that MASM imposes on the length of string data. It loads a long string that is delimited by a single zero and terminated by two zeros, reads each entry
11111
- NTFS分区的引导记录源码 NTFS文件系统有着非常优秀的特性,其安全性、可靠性都远胜于我们常用的FAT文件系统,但是微软公司出于 商业目的没有公布它的规范,使得这种优秀的文件系统只能在Windows NT架构的操作系统中使用。 本代码在MASM 6.11下编译通过。其中与分区结构相关的数据仅适用于在下自己分的分区,各位引用时请自行 代入正确的值。 .486-NTFS partition boot record source NTFS file system has
gaokao
- (1) 学生数据录入(可以从键盘输入或格式化的文本文件读入)和存储(至文件),要求对用户输入的数据进行各种检验(检验必须尽可能完整)。 (2) 学生信息的查询(可以指定各种条件,如:按准考证号、姓名、身份证号码等)。 (3) 按各种顺序输出(必须包含部分统计信息,如:总分、排名等)。 (4) 数据的修改和删除(必须先查询到要删除的一条记录)。 (5) 统计与分析,包括:各学生总分、排名,各科平均分、各分数段人数、最高、最低分,可以按文理科、性别等分别统计。 -(1) Stud
jddn
- 节点导纳 Matlab程序,调用数据文件即可-Node admittance Matlab program, call the data file can be
512512
- 此程序实现输入垂直变形数据,得到条纹图。需要数据文件或键盘输入数据。;-This program implements the vertical deformation of the input data, the fringe pattern. Data file or the keyboard to input data.
PUMP-DATA
- HBC遥控器存储器文件,对损坏存储用于备份 适合24C64-HBC wirless remote set file .use to backup。fit to 24c64
feijipiao
- 飞机订票系统(限1 人完成,采用顺序) 任务:通过此系统可以实现如下功能: 录入: 可以录入航班情况(数据可以存储在一个数据文件中,数据结构、具体数据自定) 查询: 可以查询某个航线的情况(如,输入航班号,查询起降时间,起飞抵达城市,航班票价,票价折扣,确定航班是否满仓); 可以输入起飞抵达城市,查询飞机航班情况; 订票:(订票情况可以存在一个数据文件中,结构自己设定) 可以订票,如果该航班已经无票,可以提供相关可选择航班;
jacobi
- 给定矩阵A, A存于数据文件jacobi.dat中。编写jacobi法的函数jacobi-Given matrix A, A is stored in the data file jacobi.dat. Write jacobi law function jacobi
read_out_rainrate20160429
- Fortran程序读写文件,以降水资料为例简单介绍-read and write the data file,fortran
quiksort
- 从一个数据文件中读入N个整数(N<=100000),且把结果保存到另一个文本文件中,并显示排序所用的时间。(Read a N integer from a data file (N<=100000) and save the result to another text file, and display the time used for sorting.)