Skip to content

Instantly share code, notes, and snippets.

View LifeMoroz's full-sized avatar

Galimov Ruslan LifeMoroz

View GitHub Profile
//Все пояснения тут http://ru.wikipedia.org/wiki/Метод_Гаусса_—_Жордана
#include <iostream>
#include <conio.h>
#include <stdlib.h>
#include <iomanip>
#include "math.h"
using namespace std;
void main()
#include <stdlib.h> // Для функции exit()
#include <fstream> // Для файловых потоков
#include <iostream>
#include "ConsolCyr.h"
#include <string>
using namespace std;
const int lenName = 13; // max длина имени файла
const int lenString = 60; // Длина вспомогательного массива
int sumS(char *chr); //подсчет суммы кодов
@LifeMoroz
LifeMoroz / gist:3767765
Created September 22, 2012 20:39
lab5
#include <iostream>
#include <math.h>
#include <iomanip>
#include <string>
using namespace std;
const int N=30;
string chr,s;
bool bol;