搜索资源列表
wugeyuanchengxu
- 一:排列的的规程序 二:迷宫程序 三:对于输入的任意一个非负十进制整数,打印输出与其等值的八进制数 四:利用模式串T的next函数求T在主串S中第pos个字符之后的位置的KMP算法 五:将所有在线性表Lb中但不在La中的数据元素插入到La中
VB-FFT
- FFT实现序列离散傅立叶变换,输入序列,输出序列的傅立叶变换结果。
VI
- 一个关于串口的输入与输出的的子模块传给大家! labview程序
floyd
- 简单的floyd运用 第一行输入一个整数C。C是测试的情况(0< C <=30).第二行一个正整数N( 0< N <=100),表示道路的总数.紧接N行,每一行包含两个字符串, Si,,Ti,和一个整数Di,代表从Si到Ti的距离(0<= Di <=150)。最后一行有两个字符串,S 和 T,你得找出从S 到 T的最短的距离。地名是不超过120个小写字符的串(从‘a’到‘z’)。假设这里最多有100条直接连通两个地方的路。 Outpu
f_duffing
- 地震系统数据分析(加速度、位移、速度)输入信号的时域分析、输入信号时频变换、输出信号的时域分析、输出信号时频变换等
2
- 依次输入单个字符到该数组中,直到输入回车完成该字符数组的输入。反向输出该数组中的字符串内容。 // 输入:This is Test! 输出结果为:!tseT si sihT // 并利用sizeof运算符,求出数组占用的内存字节数-Followed by the importation of a single character to the array until the completion of the carriage return character input array i
yy
- 给出一个非负小数,找出分子不超过M,分母不超过N的最简分数或整数, 使其最接近给出的小数。如果这个分数不唯一,输出‘TOO MANY’。 输入文件格式(closest.in) 第一行,M,N(1<=M,N<=10^9) 第二行,即小数R,(0<R 输出文件格式(closest.out) 仅一行,若解唯一输出 分子 / 分母(整数K写成K/1),否则输出TOO MANY 样例输入: 360 120 3.1415926536
21
- 设计SAMPLE语言的词法分析器 a) 启动程序后,先输出作者姓名、班级、学号(可用汉语、英语或拼音); b) 请求输入测试程序名,键入程序名后自动开始词法分析并输出结果; c) 输出结果为单词的二元式序列(样式见样板输出1和2); d) 要求能发现下列词法错误和指出错误性质和位置: 非法字符,即不是SAMPLE字符集的符号; 字符常数缺右边的单引号(字符常数要求左、右边用单引号界定,不能跨行); 注释部分缺右边的界符*/(注释要求左右边分别用/*和*/界定,不能跨行
myadd32
- 32位全程加法器,可以进行移位操作及多位多输入多输出加减法-32-bit full adder, shift operations can be carried out and a number of multiple-input multiple-output addition and subtraction
M16_LED
- 这是一个学习Mega16很好的例程序,这个流水灯程序里面包含了延里程序、I/O口输入输出操作及定时器工作设置。-This is a very good case study Mega16 procedures, procedures for the flow light years containing the extension of the procedure, I/O port input and output operation and timer settings work.
dmx4linux-2.6.1.tar
- 关于dmx的输入输出的源码,对于想要写dmx设备的达人有一定的帮助-On the input and output of the source dmx
include_4_program
- 这是整个FFT程序的第四、第五、第六、第七个程序,其功能是实现输入数据转换,输出数据转换,溢出判别,移位操作等功能-This is the FFT process of the fourth, fifth, sixth, seventh program, its function is to convert the input data, output data conversion, overflow discrimination, shift operations and other fun
CRCCheck
- 使用Labview实现Modbus协议RTU模式中的CRC16校验,采用的是直接字符输入和字符输出。-Achieved using Labview Modbus protocol RTU mode CRC16 checksum, using direct character input and character output.
chapter2_1
- 神经网络算法的源代码,可以通过输入数据和输出数据来进行建模-The neural network algorithm source code, input data and output data for modeling
yima
- 七段数码管的驱动程序,输入四位二进制码,输出七位数码管(低电平驱动)驱动代码-Segment digital tube driver, enter the four-bit binary code, the output of seven digital tube driver code
ParallelTest
- WIN IO接口程序,用于basler相机输入输出接口跟外部通信使用-WIN IO interface program
HM_WaveShow
- 输入参数,输出波形,并在示波器上面显示出来,用于双馈电机的仿真研究-Input parameters, the output waveform and the oscilloscope displayed above for Simulation of DFIG
resume
- 我用matlab凋式程序时出现如下报错,搞不懂了,求教高人!<BR>??? Error using ==> network/train<BR>Targets are incorrectly sized for network.<BR>Matrix must have 5 rows.<BR><BR>我的输入是9 ,隐含层7,输出5<BR>建网函数为:net=newff(minmax(p),[7 5],{ logsig lo
()
- 用栈的数据结构来存储用户输入的信息,判断括号是否配对,并且输出相应的反馈信息-With information stack data structure to store user input, it is determined whether the pair in parentheses, and outputs a corresponding feedback
MyString
- 自己实现的一个简单的String类,有基本的运算功能,和输入输出功能-A simple String class implemented by myself, basic computing functions, and input/output functions