搜索资源列表
bianyiyuanlisheji
- 1. PL/0 语言介绍 ●PL/0 程序设计语言是一个较简单的语言,它以赋值语句为基础,构造概念有顺序、条件和重复(循环)三种。PL/0 有子程序概念,包括过程定义(可以嵌套)与调用且有局部变量说明。PL/0语言编译程序采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法分析的同时,提供了出错报告和出错恢复的功能。在源程序没有错误编译通过的情况下,调用类PCODE解释程序解释执行生成的类PCODE代码。 ●保留字(关键字):所谓保留字是指
28
- 先创建文本文件IN.DAT,在文件中写20个四位整数。 编写函数readDat()把从文件中读出这些数并存入数组a中;编写函数Calvalue( ), 其功能要求: 1. 求出这文件中共有多少个正整数totNum 2. 求这些数右移1位后, 产生的新数是偶数的数的个数totCnt, 以及满足此条件的这些数(右移前的值) 的算术平均值totPjz。 最后在main( )函数中把所求的结果输出。-First create a text file IN.DAT, wrote
MV2FR
- MATLAB m-file for plotting the inverse Nyquist array of a 3 input, 3 output system (needs control and multivariable frequency domain toolboxes).
mmplayer
- 设计媒体播放器在窗体上利用文件系统控件选择需要播放的文件,使用命令按钮控件数组播放相应文件。此外,创建一个复选框,用于选择是否需要重复播放,创建两个文本框用于显示播放文件的长度和当前位置。-Design media player using the file system in the form control select the file you want to play, use the command button control array of play the correspond
C
- 《程序设计基础》课 程 设 计:包括实验报告和源代码 题目一: 使用菜单选择程序 题目二: 用结构数组设计职工文件 题目四: 链表信息管理 -" Program Design" Course Design: including lab reports and source code subject 1: Use the menu to select the program title 2: The structure of the array design fi
2
- 1) 实现对两个文件数据进行合并,生成新文件3.txt 2) 抽取出三科成绩中有补考的学生并保存在一个新文件4.txt 3) 对合并后的文件3.txt中的数据按总分降序排序(至少采用两种排序方法实现) 4) 输入一个学生姓名后,能查找到此学生的信息并输出结果(至少采用两种查找方法实现) 5) 要求使用结构体,链或数组等实现上述要求. 6) 采用多种方法且算法正确者,可适当加分. -1) The realization of the merger of the two
Dictionar-TabelaDispersie
- An associative array (also associative container, map, mapping, dictionary, finite map, and in query-processing an index or index file) is an abstract data type composed of a collection of unique keys and a collection of values, where each key is ass
Zhizhenshuzu
- 读取指定目录的文件,并将文件名称存储到指针数组中。-Read the specified directory, file, and the file name is stored in the array of pointers.
MFC-TO-TXT
- 这个是在MFC读取TXT文件的过程,很实用,特别是读取数组等-This is in MFC read TXT file process, very practical, especially reading array, etc
Beamformer
- Here a zip file, containing some mat lab codes to simulate beam forming techniques that help to perform simulations on a phased array antenna ....... I hope that will be helpful to you. Thanks to let me publish here
awk-operation
- AWK常用操作 变量名 含义 ARGC 命令行变元个数 ARGV 命令行变元数组 FILENAME 当前输入文件名 FNR 当前文件中的记录号 FS 输入域分隔符,默认为一个空格 RS 输入记录分隔符 NF 当前记录里域个数 NR 到目前为止记录数 OFS 输出域分隔符 ORS 输出记录分隔符 -AWK common operating variable name meaning ARGC number of command lin
ImageConvert10.7z
- The ImageConvert utility converts files of pictures in the C-like array of values. The utility creates a header file which then uses in a device firmware source code. The utility imports the data from files BMP, JPEG, GIF, PNG, ICO to colour formats
AM-RADIO
- This m-file simulates the operation of the heterodyne section and demodulating section of a garden variety AM receiver. An array is created that represents the superposition of three separate RF carriers, each modulated at a different audio
MATLAB
- 熟悉matlab界面 掌握matlab的变量的命名规则 掌握常用数学运算符号和标点符号的使用方法 掌握常用数学函数的使用方法 掌握建立和使用M文件的方法 学会创建简单的数组并对数组元素进行访问,掌握数组的各种运算 学会创建数组并对数组元素进行访问和操做,掌握矩阵的各种运算规则 掌握关系与逻辑运算符的使用规则;-Matlab familiar interface grasp naming matlab variables master the use of commonly used math
PSOt
- this file consist of maximum power point technique using perturb and observe algorithm.this algorithm will observe the max power rate in the photovoltaic array.
re_array_files
- PHP多文件上传类,文件数组重组--PHP多文件上传类,文件数组重组-PHP file upload class, file array reorganization--PHP file upload class, file array reorganization
Docum
- dynamic arrAY EXAMPLE FILE.
fpdm
- PDF Form Filler This scr ipt allows to merge data into a PDF form. Given a template PDF with text fields, it s possible to inject values in two different ways: a PHP array an FDF file The resulting document is produced by the Output()
明解C语言_13242450
- 《明解C语言》图文并茂,示例丰富,设有190段代码和164幅图表,对C语言的基础知识进行了彻底剖析,内容涉及数组、函数、指针、文件操作等。("Ming Jie C language" illustrated, rich examples, with 190 sections of code and 164 charts, the basic knowledge of C language thoroughly analyzed, covering the contents o