搜索资源列表
EX5_7
- 表达式类型的实现 1. 算术表达式的合法输入数据包括变量(A~Z,a~z)、常量(0-9)和二元运算符(+,-,*,/,^(乘幂))。程序对数据输入格式不作要求,用户需自己保证语法正确,详见用户手册说明。 2. 演示程序以人机对话的方式执行,即在计算机上显示提示信息后,由用户在键盘上输入对应的数据或命令,程序将执行相应的操作并显示下一步信息。 3. 程序执行的命令包括: 1) 根据用户输入的前缀表达式自动添加括号并建立其自然书写形式的表达式; 2)提示用户给各变量赋值;
jijhe
- 1.本程序中,实现集合的交,并差,求补,求子串运算.集合的元素限定在[‘a’ … ’z’].集合的输入形式为输入一个字符串,以0和回车符号作为结束. 2. 演示程序以用户和计算机对话的方式,即在计算机终端显示”提示信息”之后,由用户在键盘上输入演示程序中规定的运算命令:相应的输入数据和运算结果显示在其后. -1. The program and sets policy, worse, seeking fill, Praying for Bearing Children string op
PlotSphereIntensity
- PlotSphereIntensity(azimuth, elevation) PlotSphereIntensity(azimuth, elevation, intensity) h = PlotSphereIntensity(...) Plots the intensity (as color) of a number of points on a unit sphere. Input: azimuth (phi), in degrees elevatio
030300726[1]
- 1-2 实系数复变多项式问题« 编程任务:给定阶数分别为n和m的实系数复变多项式f(x) 和g(x),以及复数z,计算f (z) / g(z)的值。« 数据输入:由文件input.txt 给出输入数据。第一行有2 个正整数g(x) 的阶数。接下来的2行,每行分别有n和m个实数数。最后一行的2 个实数分别表示复数z 的实部和虚部。« 结果输出:将计算出的f (z) / g(z)的值输出到文件output.txt。文件的第一行是计算得到的复数,保留6 位有效数字。
radixsort222
- 输入数据中车牌号码的格式如下(共七位):其中前2位01-04代表地区,第3位A-Z代表车的\\n使用类型,后4位0000-9999代表车号。-input data registration number, the format is as follows (a total of seven) : it 01-04 before two representatives, the first three A-Z on behalf of the car \\ n use types, after
ImagePlaneWidgetDICOMview4.rar
- VTk三维重建,定义X,Y,Z轴切片,利用vtkImagePlaneWidget定义切片,三维切割与读取数据。,VTk three-dimensional reconstruction, the definition of X, Y, Z axis slices, using the definition of slice vtkImagePlaneWidget, three-dimensional cutting and read data.
Statistical-letters-number
- Descr iption: 给定一段文章,请输出每个字母出现的次数。 Input: 只有一组输入数据,该数据大小<10KB。 在文章中除最后一个字符外,只有小写字母、空格和换行符,没有另外的标点、数字和大写字母等。该文章以’#’结尾。 Output: 输出格式为“C A”,C为’a’..’z’中的字母,A为出现次数,C和A之间空一格。 Sample Input: here is the input this is the article
CustomizingCollectionDataInPropertyGrids_Source.z
- how to display collection data in PropertyGrid. from Code Project.
mediaplayer
- MediaPlayer程序可以播放声音、视频文件,还可以显示静态图象文件,如果有CMX DLLs的话,该程序也可以记录或回放高通公司的QCP格式音频文件。它最多可以保存32个多媒体文件。Mediaplayer有常用的功能,例如播放、快速播放、停止和暂停等,它支持许多多媒体格式,包括QCP,MPEG Audio Layer3(MP3),Musical Instrument Digital Interface(MIDI),BREW Compressed Image(BCI),Bitmap(BMP),
mysql-connector-net-5.1.7-src
- .net中ado.net 桥接mysql的源码,可以知道connection,command,adapt,parameter是怎样连接mysql的-. net in mysql source ADO.NET bridge, we can see that connection, command, adapt, parameter is how to connect the mysql
mima
- 试用维吉利亚密码的方法,以ART(不区分大小写)为密钥对任意给定的字母进行加密。(加密方法:将字母a,b,c…z 对应数字0,1,2……25。明文字母m,密文c,密钥k,c=m+ki mod 26 (I=1,2,3)。例如:m="data security"对应数字"3,0,19,0,18,......,19,24";k="best" 对应数字为"1,4,18,19"密钥长度为4。c="eeltt ……r")其中c1=m1 + k1 mod 26 = 4 (e),c5=m5+k1 mod 26=
A_laboratory_course_in_Cpp_data_structures.djvu.z
- A Laboratory Course in C++ Data Structures, Second Edition The courses that we enjoyed most when we were students were those that emphasized design. In design-oriented courses, we used the concepts taught in lecture to solve practical problems.
OpenSceneGraph-Data-2.8.0
- OpenSceneGraph-Data-2.8.0 OpenSceneGraph是一个易用的三维图形开发库,使用OpenSceneGraph必备的数据
amcharts_net_1.6.4.0
- 报表 主要配置样式控制报表形式,数据读取已xml和txt文件-Report style control report form the main configuration, the data has been read xml and txt files
Windows-Communication-Foundation-4-Step-by-Step.z
- Teach yourself the essentials of Windows Communication Foundation—one step at a time. With this practical tutorial, you get hands-on guidance for creating the Web services you need to implement robust business applications for Windows. Discover
Data
- 自己制作的VC++串口程序,实现与下位机通信,可以接受两组传感器数据,数据格式为A 1 12.34 0 32.34 Z,A、Z是开始与停止位,1、0为报警信息,12.34、32.34为有效数据-Serial port the VC++ program to produce their own, communicate with the next bit machine, you can accept two sets of sensor data, data format for the A 1
matlab-reinforcement-leaning.z
- 该资料使用matlab做增强学习仿真的开发包,希望对学习增强学习有所帮助。,The data use matlab to do to enhance the development of learning simulation package, and I hope to learn to help enhance learning.
BackProjection
- SAR雷达BP算法 his function performs a basic Backprojection operation. The following fields need to be populated: data.Nfft:Size of the FFT to form the range profile data.deltaF:Step size of frequency data (Hz) data.minF:Vector containing
离散控制系统及Z变换(补充)
- 离散系统控制资料说明,连续系统转离散系统使用资料(Discrete system control data descr iption.From Continuous systems changed to the discrete systems,then we can use this file.)
Z指数
- Z指数广泛应用于中国南方地区旱涝时空演变特征识别中,Z指数的计算只需要降水资料,且不受地域、时间尺度的局限,适用于多时间尺度的旱涝定量研究。文件为Z指数的MATLAB编写程序。(Z index is widely used in the spatial and temporal evolution of drought and flood in southern China. The calculation of Z index only needs precipitation data and