Назад | Начало урока | Вперед
Содержание

Глава 2

Блок if пустая строка


/** Program from Albert Volos May 2010
* (C) "Распознаватель Текста"
* Автор: Альберт Волос (e-mail: pick4you@yandex.ru)
* http://www.pick4you.narod.ru
*
**/

if(charVecPustStr2.equals(Stroka2))//пустая строка{
/////////////////////////////////////////////////////////////////////////////
//
//0
if(bul_Load == true && chislo_str_v_bukve_cart < 7){//конец С-К
Field_Bukva.clearMatrix();
bul_Load = false;
//chislo_str_v_bukve_cart = 0;
Marka = true;
}
//
//1
if(bul_Load == true && bul_Cont3 == false && bul_Cont2 == false){
Container3.funCopyMatrixToMatrix(Field_Bukva);
bul_Cont3 = true;
Field_Bukva.clearMatrix();
bul_Cont1 = false;
bul_Load = false;
//chislo_str_v_bukve_cart = 0;
Marka2=true;
Marka = true;
}
//
//2
if(bul_Load == true && bul_Cont3 == true && bul_Cont2 == false ){
if(chislo_str_v_bukve_cart > 18){//Это буква?
Container2.funCopyMatrixToMatrix(Field_Bukva);
bul_Cont2 = true;
Field_Bukva.clearMatrix();
//Положили букву в Container2
//Здесь надо выгрузить из Container3
//Затем перегрузить из Container2 в Container3
//Очистить Container2

Container3.funType(to1,to2,to3,to4,strListKeyVert,

strListKeyHoriz,strListAlfabet);// Обработать Container3

Container3.clearMatrix();
bul_Cont3 = false;
Container3.funCopyMatrixToMatrix(Container2);
bul_Cont3 = true;
Container2.clearMatrix();
bul_Cont2 = false;

bul_Load = false;
//chislo_str_v_bukve_cart = 0;
Marka = true;

}
else{//Это буква Ы
Container3.funCopyMatrixToMatrix(Field_Bukva);
bul_Cont3 = true;
Field_Bukva.clearMatrix();
Container2.clearMatrix();
//Здесь надо выгрузить из Container3
Container3.funType(to1,to2,to3,to4,strListKeyVert,
strListKeyHoriz,strListAlfabet);// Обработать Container3

Container3.clearMatrix();
bul_Load = false;
//chislo_str_v_bukve_cart = 0;
Marka = true;
}
}
//
//3
if(bul_Load == true && bul_Cont3 == true && bul_Cont2 == true){
if(chislo_str_v_bukve_cart > 18){//Это буква?
Container3.funType(to1,to2,to3,to4,strListKeyVert,
strListKeyHoriz,strListAlfabet);// Обработать Container3

Container3.clearMatrix();
bul_Cont3 = false;

Container3.funCopyMatrixToMatrix(Container2);
bul_Cont3 = true;
Container2.clearMatrix();
bul_Cont2 = false;

Container2.funCopyMatrixToMatrix(Field_Bukva);

bul_Cont2 = true;
Field_Bukva.clearMatrix();
bul_Cont1 = false;

bul_Load = false;
//chislo_str_v_bukve_cart = 0;
Marka = true;

}
else{
Container2.funCopyMatrixToMatrix(Field_Bukva);
bul_Cont2 = true;
Field_Bukva.clearMatrix();
bul_Cont1 = false;

Container3.funType(to1,to2,to3,to4,strListKeyVert,

strListKeyHoriz,strListAlfabet);// Обработать Container3

Container3.clearMatrix();
bul_Cont3 = false;

Container2.funType(to1,to2,to3,to4,strListKeyVert,

strListKeyHoriz,strListAlfabet);// Обработать Container3

Container2.clearMatrix();
bul_Cont2 = false;

bul_Load = false;
//chislo_str_v_bukve_cart = 0;
Marka = true;

}
}
//4
int_Probel++;
if(Marka2==true && int_Probel==19){
Marka2=false;
Container3.funType(to1,to2,to3,to4,strListKeyVert,
strListKeyHoriz,strListAlfabet);// Обработать Container3

Container3.clearMatrix();
bul_Cont3 = false;
}
if(Marka==true){
chislo_str_v_bukve_cart2 = chislo_str_v_bukve_cart1;
chislo_str_v_bukve_cart1 = chislo_str_v_bukve_cart;

if(chislo_str_v_bukve_cart1 > 67 && chislo_str_v_bukve_cart2 > 67){

to1.print(" ");
}
Marka=false;
}
if(int_ProbelControl==66 ){
chislo_str_v_bukve_cart2 = chislo_str_v_bukve_cart1;
chislo_str_v_bukve_cart1 = chislo_str_v_bukve_cart;
to1.print(" ");
int_ProbelControl=0;
}
if(int_Probel%72==0){
to1.print(" ");
}
chislo_str_v_bukve_cart = 0;
Stroka2.clear();

/////////////////////////////////////////////////////////////////////////

}//end if пустая строка


Назад | Начало урока | Вверх | Вперед
Содержание

Hosted by uCoz