Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tp_optimisation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dylan.peiry
tp_optimisation
Commits
c7d0e7b8
Commit
c7d0e7b8
authored
3 years ago
by
poulpe
Browse files
Options
Downloads
Patches
Plain Diff
Add README + struct for library .c .h
parent
59592100
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
README.md
+6
-0
6 additions, 0 deletions
README.md
main.c
+9
-0
9 additions, 0 deletions
main.c
optimisation.c
+1
-0
1 addition, 0 deletions
optimisation.c
optimisation.h
+11
-0
11 additions, 0 deletions
optimisation.h
with
27 additions
and
0 deletions
README.md
0 → 100644
+
6
−
0
View file @
c7d0e7b8
# Énoncé Math
https://malaspinas.academy/mti/tpOptimisation/index.html
# Repo Git
[
Repo Git
](
https://githepia.hesge.ch/dylan.peiry/tp_optimisation
)
\ No newline at end of file
This diff is collapsed.
Click to expand it.
main.c
+
9
−
0
View file @
c7d0e7b8
#include
<stdio.h>
#include
<stdlib.h>
#include
<string.h>
#include
<stdint.h>
int
main
(
int
argc
,
char
const
*
argv
[])
{
return
EXIT_SUCCESS
;
}
This diff is collapsed.
Click to expand it.
optimisation.c
+
1
−
0
View file @
c7d0e7b8
#include
"optimisation.h"
This diff is collapsed.
Click to expand it.
optimisation.h
+
11
−
0
View file @
c7d0e7b8
#ifndef _HEADER_OPTIMISATION
#define _HEADER_OPTIMISATION
#include
<stdio.h>
#include
<stdlib.h>
#include
<stdint.h>
#include
<string.h>
#include
<math.h>
#endif
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment