搜索资源列表
asm
- 录音子程序 mov dx,offset news_2 显示放音提示
IP
- Dim Country, LocalStr, Buf, OffSet Private StartIP, EndIP, CountryFlag Public QQWryFile Public FirstStartIP, LastStartIP, RecordCount Private Stream, EndIPO
gouwu
- 简易物品管理系统 模拟物流系统中的物品销售管理,在整个系统中,它归结为库存管理。每个分销商都有一个期初库存。整个系统启用后,主要就是物料(药品)的出入库、库存调整过程。后者的操作步骤为:商务主管收集流向单(含出库、入库),数据录入员录入流向单数据,商务主管审核(如有数量差异,可以修改调整项数据),商务经理审核确认(如果有问题,驳回,正确的话就直接冲减库存)-Management system for simulation of simple items that the items in t
offsetPosition
- 鼠标移动到元素时,是相对于这个父元素的的绝对位置-offset coordinate parent position
jQueryIMGCute
- 可以直接在图片上对图片进行裁切,并返回X,Y偏移量,以便上处理过程进行处理保存-Directly in the image on the right picture for cutting, and return to X, Y offset, in order to save on the processing process
vtd-xml-2.6-java-src
- VTD-XML 是一种基于 Java* 的新型开放源代码 XML 处理 API,能够解决当前 XML 处理模型的许多问题。此方案目前属于 Sourceforge* 一部分,可在此处*找到。通过本演示*,您将熟悉这些基本的概念。仅凭这一点,我们还不能认为 VTD-XML 是专门为此而设计的,因为从第一步——断词(tokenization)开始,它就引入了大量优化技术。-For XML files that don t declare entity in Document Type Declara
Point
- 分别编写两个类Point2D,Point3D来表示二维空间和三维空间的点,使之满足下列要求: (1) Point2D有两个整型成员变量x, y (分别为二维空间的X,Y方向坐标),Point2D的构造方法要实现对其成员变量x, y的初始化。 (2)Point2D有一个void型成员方法offset(int a, int b),它可以实现Point2D的平移。 (3)Point3D是Point2D的直接子类,它有有三个整型成员变量x,y,z (分别为三维空间的X,Y,Z方向坐标),Po
PointDraw
- 个人原创代码:Point2D和Point3D作图。编写Java Application程序,分别编写两个类Point2D,Point3D来表示二维空间和三维空间的点,使之满足下列要求: (1) Point2D有两个整型成员变量x, y (分别为二维空间的X,Y方向坐标),Point2D的构造方法要实现对其成员变量x, y的初始化。 (2)Point2D有一个void型成员方法offset(int a, int b),它可以实现Point2D的平移。 (3)Point3D是Point2
BezierCurve
- java实现的贝塞尔曲线演示软件,包括修改次数和型值点等功能。-Java code implements Bezier curve, include function of changing degree and offset points.
AbsSeekBarTest
- test Access Thumb Offset for Java.
AbsSeekBar
- On touch, this offset plus the scaled value from the position of the touch will form the progress value for Java.
hc_textsplittextfour
- The "splitText(offset)" method returns the new Text node for Andriod.
InstructionOffsetValue
- This class represents a partially evaluated instruction offset. It can contain 0 or more specific instruction offsets.
textsplittextnomodificationallowederrEE
- Create an ent3 reference and execute the "splitText(offset)" method.
hc_characterdatareplacedataend
- The "replaceData(offset,count,arg)" method replaces the characters starting at the specified offset with the specified string.
characterdatasubstringvalue
- The "substringData(offset,count)" method returns the specified string.
BranchInstruction
- This interface describes an instruction that branches to a given offset in the code.
characterdataindexsizeerrdeletedatacountnegative.
- The "deleteData(offset,count)" method raises an INDEX_SIZE_ERR DOMException if the specified count is negative.
hc_characterdataindexsizeerrsubstringoffsetgreate
- The "substringData(offset,count)" method raises an INDEX_SIZE_ERR DOMException if the specified offset is greater than the number of characters in the string.
characterdatareplacedataexceedslengthofdata
- If the sum of the offset and count exceeds the length then all the characters to the end of the data are replaced.