Reply to comment

есть ли какая-нибудь возможность использовать регистры
таким образом

a=Z[idx]
b=Y[idx]

и потом для каждого idx посчитать с использованием a и b
т.е. для каждого idx будут свои a и b
вот эта штука не работает

for( j = idx - 1 ; j < idx+1; j ++)
{

if( j == idx ){

X[ j+1]=a+b*X[ j ]

}

}

Reply

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <i> <table> <td> <tr> <th>
  • Lines and paragraphs break automatically.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>. The supported tag styles are: <foo>, [foo].
  • Images can be added to this post.

More information about formatting options

Copyright © 2008-2011 Alex Tutubalin