Powered by Apache

CVS log for OpenXM/src/asir-contrib/packages/doc/yang/yang_tutorial-ja.tex

[BACK] Up to [local] / OpenXM / src / asir-contrib / packages / doc / yang

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: DEB_REL_1_2_3-9


Revision 1.2 / (download) - annotate - [select for diffs], Mon Mar 20 14:14:04 2006 UTC (18 years, 3 months ago) by ohara
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_3_1_13b, RELEASE_1_2_3_12, HEAD, DEB_REL_1_2_3-9
Changes since 1.1: +99 -89 lines
Diff to previous 1.1 (colored)

1. ring structure variables are changed.
2. new interfaces are introduced.

Example:
yang.define_ring([x1,x2]);
S = dx1+dx2;
L1 = yang.mul(dx1,S+c-1) - x1*yang.mul(dx1+b1,S+a);
L2 = yang.mul(dx2,S+c-1) - x2*yang.mul(dx2+b2,S+a);
G = yang.gr([L1,L2]);

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>