Début test interface borne

This commit is contained in:
2023-01-04 22:07:32 +01:00
parent 66d1aaf027
commit b31ee7c0b9
39 changed files with 3354 additions and 3260 deletions

View File

@@ -1,43 +1,43 @@
=== Module X
==== Descriptions
[source,cpp]
----
#include <iostream>
using namespace std;
class M
{
public:
void hello()
{
cout << "hello" << endl;
}
};
int main()
{
M m;
m.hello();
return 0;
}
----
[source,c]
----
include::code/test.c[]
----
Et l'équation:
[latexmath]
++++
A \in \mathcal{M}_{u,k}(\mathbb{R}) et B \in \mathcal{M}_{k,f}(\mathbb{R})
++++
==== Avancement
==== Bibliographie spécifique
=== Module X
==== Descriptions
[source,cpp]
----
#include <iostream>
using namespace std;
class M
{
public:
void hello()
{
cout << "hello" << endl;
}
};
int main()
{
M m;
m.hello();
return 0;
}
----
[source,c]
----
include::code/test.c[]
----
Et l'équation:
[latexmath]
++++
A \in \mathcal{M}_{u,k}(\mathbb{R}) et B \in \mathcal{M}_{k,f}(\mathbb{R})
++++
==== Avancement
==== Bibliographie spécifique