搜索资源列表
SegyRw
- 实现地震SEG-Y格式文件批量道头数据的分析,可以由用户根据需要指定道头位置,并输出首尾道头为EXCEL文件。-Achieve SEG-Y format seismic trace header, the first batch of data analysis, as required by the user can specify trace header, the first position, and the output end to said head for the EXCEL f
Perm
- 本程序实现了利用递归排序实现了数组的全排列,通过用户输入数组和选择排列的起始位置来完成输入-This procedure has the use of recursive order to achieve a wide array arranged, through the user input and selection of the array with the start position to complete the input
meanstdf
- 平均或标准差,通常计算了信号的分析,整体的一部分。但是,有时我们想知道这个数量在不断变化的数据流。 MEANSTDF计算预期的平均值和标准偏差值使用定义为每一个用户的数据的位置窗口。输出可能是有用的,而非线性趋势化和平稳性分析。-Mean or standard deviation are usually computed for whole part of the analysed signal. However, sometimes we would like to know how thi
means4
- 编写一个程序安排一架飞机上的座位。 假设一架飞机上有20个头等舱座位(共5排,每排4个座位并被一个通道分隔),另有180个经济舱位置(共30排,每排6个座位,被一个通道从中分隔)。 程序需要完成3个功能:增加乘客,显示座位安排情况,退出系统。在增加乘客时,要求输入客舱的等级和结伴旅行的人数(头等舱为1至2人,经济舱为1至3人),此外,还可以输入对座位的要求(头等舱可选靠窗或靠通道),经济舱可选靠窗、中间或靠通道)。然后,为乘客分配合适的位置。如果没有符合要求的座位,则给出相应信息。用户界
vbCalendar
- A calendar for months between Year 1899 to Year 2101. A user can change Month and/or Year from the respective dropdown lists or by clicking the increment/decrement buttons next to them. Today s date is always marked with a different background
stepper_motor_control
- Stepper Motor Control GUI In this project an embedded GUI is designed to control the position of a stepper motor. GUI is created by using LCD and Keypad. User can enter the position of the stepper motor via Keypad and LCD provides visual feedback t
smith
- 圆图软件设计要求计算结果以图形和数据并行输出,整个圆图软件分为用户图形界面模块、圆图计算模块、圆图演示模块。圆图计算模块分为反射系数计算、单支节匹配计算、输入阻抗计算及整个Smith圆图;画图演示模块分为等归一化电阻圆、等归一化电抗圆、反射系数圆等;确定阻抗值在圆图上的位置、圆图的基本应用、求输入阻抗及其在圆图上的位置以及单支节匹配等问题。-Chart Software design results in graphical and data parallel output, the circu
FontTest
- 自己写的小程序,可以在屏幕右上角显示字符串,由于背景是透明的,所以可以和桌面融为一体。字符串的内容可以编辑,字符串的位置也可以自己拖动。-display a string on the top right of desk.The string and the position of the string can be edit by user.
height
- 要求用户使用一个整数指出自己的身高(单位为英寸),然后将身高转换为英尺和英寸。程序使用下划线字符来指示输入位置,使用const符号常量来表示转换因子。-Requires the user to use an integer that their height (in inches), then the height converted to feet and inches. The program uses the underscore character to indicate the inp
XiangQi
- 中国象棋打谱软件提供给用户的一个能将对弈过程保存成文件 并可以重新演示对弈过程 即复盘。 主要功能有: 1. 制作棋谱, 2. 保存棋谱, 3. 演示棋谱. Chess类,190行代码。这个类主要功能是对整个窗体功能的实现,包括菜单、菜单的事件、把JPanel加到窗体的内容面板上,以及窗体属性的设置。 ChessBoard类,457行代码。这个类是主要的类,包含paint()方法用来画整个面板,以及鼠标的事件监听。 ChessPiece类,68行代码。这个类是棋子的类,包含棋
ds11
- 模式匹配 由用户输入主串s和模式串t,对s和t进行模式匹配。若匹配成功,返回模式串在主串中第一次出现的起始位置(下标),编号从0开始;反之,返回-1。 注:使用KMP算法 -Pattern Matching S main string entered by the user and the pattern string t, s and t for pattern matching. If the match is successful, the starting positi
CalculateUserPostion
- 卫星定位时,求解用户位置。可适用于各类导航系统。-The satellite positioning, the position of the user to solve. Applicable to all types of navigation systems.
GrePSSM
- 基于灰色灰色理论位置特异性矩阵的源程序,其中要求,使用者在本机配置blast。blast使用者可以在NCBI上下载配置-Based on Gray Gray theoretical position-specific matrix source, which required the user to the machine configuration blast. Users can download the configuration blast on NCBI
userpos5stars
- 卫星导航定位程序,使用用户伪距和卫星位置计算用户位置-User pseudoranges and satellite position calculation user location
Plugin_Bill
- 金蝶K3老单自动分配仓位,实现了用户输入数量如果只有一个仓位有库存自动填写仓位,如果有多个仓位同时存在,弹出快速选择框,优化了K3原有界面-Kingdee K3 old single automatic allocation position, if the number of user input to achieve only one position automatically fill positions in stock, if there are multiple positions
GestureLockDemo
- 1:要用一个类:表示这9个点中的一个点(里面保留当前点的上下左右的各个位置及属性)。 2:自定义GroupView:用来装9个点(9个点的显示:是通过ImageView,复写onLayout这个方法,让点按需求排列) 3:自定义可以画线的View:复写onTouchEvent方法(在这个方法里面进行画线的操作,并保存密码在SharedPreferences中)。 4:判断用户的手指当前的位置,取出当前的位置去与那9个点的每个点的位置进行比较(如果用户点的位置在某一个点内,那么当那个点
MasterMind
- Write a C++ program to implement the game MasterMind. Your code should perform the following. i. Randomly place different values to an array of 4 integer values. The values placed should be in the range 1 to 6. ii. Allow a user to guess the num
GPS-Matlab-experimental-code
- 关于GPS信号捕获、位置解算、卫星位置运动模拟的MATLAB源码-some source matlab codes about gps signal acquisition, user position calculation and simulation of motion of satellites.
EM4469中文
- EM卡具有32位的密码读/写保护、32位唯一的ID码和10位用户码。EM卡的EEPROM存储空间有512位,被分为16个扇区,每个扇区32位,其中的锁定位可以将EEPROM的数据块变成只读模式。EM4469可以较低的功耗提供多种数据传输率和编码方式,而且其内部集成的谐振电容可掩膜选择,不需要外部电容。另外,它还有片内整流器和限压器,可以在-40℃~85℃温度下工作(EM card has 32 bit password read / write protection, 32 bit unique
VR漫游
- VR是一项综合集成技术,涉及计算机图形学,人机交互技术,传感技术,人工智能等领域,它用计算机生成逼真的三维视、听、嗅觉等感觉,使人作为参与者通过适当装置,自然地对虚拟世界进行体验和交互作用。使用者进行位置移动时,电脑可以立即进行复杂的运算,将精确的3D世界影像传回产生临场感。(VR is a comprehensive integrated technology involving computer graphics, human-computer interaction technology,