搜索资源列表
Display_IO_Programming
- 制作一个图形元素表graphic element menu,表中将所需的各种字符图形编上号码,并用存储器映射法将其显示在屏幕的左上部分,将光标定位在屏幕的右半部分画图区。 上、下、左、右光标控制键控制光标在四个方向上移动,不显示其轨迹,同时要控制光标位置不超过画图区的边界。 当按动谋一个数字键时,在光标位置处显示出响应编号的字符图形,然后移动光标,再显示一个字符图形,最后绘制出一幅由字符组成的图形。 按动ESCape键,退出程序,返回DOS。-Table graphic elemen
chengxu
- 从一已经存在的数组中用着半查找法查找指定元素-From an existing array using a semi-search method to find the specified element
masm59
- 附加段中有个一已经排序的数组,数组中第一个元素存放数组的长度,在AX中有个无符号数,在数组中查找(AX),如果找到,则CF=0,,在SI中存放该元素在数组中的偏移地址。使用折半查找的方法-Additional paragraph, there is an already sorted array, the first element in the array store the length of the array have a unsigned number in AX, (AX) in t
array
- 数组元素访问的四种方法: 方法1通过数组名和下标访问数组元素 方法2通过数组名作为指针运算来访问数组元素 方法3通过指针变量加数组名访问数组元素 方法4通过指针变量加下标访问数组元素-Array element access to four methods: Method 1 by the array name and subscr ipt to access the array elements through the array name as the pointer ari
mfix.tar-2011
- 离散单元法的fortran程序编写的一般过程-Discrete element method of FORTRAN programming general process.
gravity_v
- 二位平面问题有限元法求解,三角形常应变单元,利用半带宽并考虑结构自重。-The plane problem of two finite element method, the triangular constant strain element, the use of semi-bandwidth and consider the structure of self-respect.
total gauss
- 采用列主元高斯消去法求解线性方程组,可供初级学习参考使用,也可求解较复杂线性方程组。(The column principal element Gaussian elimination method is used to solve the linear equations, which can be used for primary learning reference and can solve the more complex linear equations.)
59
- 在附加段中有个一已经排序的数组,数组中第一个元素存放数组的长度,在AX中有个无符号数,要求在数组中查找(AX),如果找到,则CF=0,在SI中存放该元素在数组中的偏移地址。本例使用折半查找的方法(In the appended segment, there is an array that has been sorted. The first element in the array holds the length of the array. There is an unsigned numb
