[C] Recherche librairie

Recherche librairie [C] - Programmation

Marsh Posté le 31-03-2002 à 18:16:16    

Je recherche un petit site ou je pourrais trouver des librairies toutes faites...  
 
J'ai fait une recherche, et j'ai pas trouve grand chose...
 
Merci!
 
Pour les curieux, j'ai besoin de manipuler des entiers de taille superieure a 64 bits et j'ai pas envie de perdre mon temps a tout ecrire moi meme, vu que ca a deja du etre fait 10 000 fois ;) !

Reply

Marsh Posté le 31-03-2002 à 18:16:16   

Reply

Marsh Posté le 31-03-2002 à 18:27:46    

Il suffit d'avoir un système où tout le nécessaire pour le développement est intégré.
 

Code :
  1. 18:25 joss@arrakis ~ > apt-cache search lib integer
  2. apcalc-dev - Library for arbitrary precision arithmetic
  3. glpk - Linear programming kit with integer (MIP) support
  4. libcgicg1 - C library for developing CGI applications
  5. libcgicg1-dev - C library for developing CGI applications
  6. libcln2 - Class Library for Numbers (C++)
  7. libglui-dev - A GLUT-based C++ user interface library
  8. libgmp3 - Multiprecision arithmetic library
  9. libmad0 - MPEG audio decoder library
  10. libsndfile-dev - Library for reading/writing audio files
  11. libsndfile0 - Library for reading/writing audio files
  12. objc-poc - Objective-C compiler
  13. publib-dev - C function library
  14. saml - Simple Algebraic Math Library
  15. 18:25 joss@arrakis ~ > apt-cache show libgmp3
  16. Package: libgmp3
  17. Priority: optional
  18. Section: libs
  19. Installed-Size: 308
  20. Maintainer: Dale Scheetz (Dwarf #1) <dwarf@polaris.net>
  21. Architecture: i386
  22. Version: 3.1.1-13
  23. Depends: libc6 (>= 2.2.4-4)
  24. Conflicts: libgmp2 (<<2.0.2-10)
  25. Filename: pool/main/libg/libgmp3/libgmp3_3.1.1-13_i386.deb
  26. Size: 183326
  27. MD5sum: 836f93fd43a4cf446ff53c52f011f4a6
  28. Description: Multiprecision arithmetic library
  29. GNU MP is a programmer's library for arbitrary precision
  30. arithmetic (ie, a bignum package).  It can operate on signed
  31. integer, rational, and floating point numeric types.
  32. .
  33. It has a rich set of functions, and the functions have a regular
  34. interface.
  35. .
  36. GNU MP is licenced under the GNU Library General Public Licence
  37. (LGPL).
  38. .
  39. The home page is; http://www.swox.com/gmp


---------------
« No question is too silly to ask, but, of course, some are too silly to answer. » -- Perl book
Reply

Marsh Posté le 31-03-2002 à 18:46:26    

j'ai eu recours à ca pour un projet de cryptographie ...
cherche des sources de crypto (on manipule des nombres de 1024 bits et +) et tu devrait trouver ton bonheur.
y'a de tout : des trucs assez simple, et d'autres hyper optimisées pour chaque microprocesseur
mais c'est souvent du C++ ...
une simple recherche "big number library" m'a donné des résultats intéressants ...
http://indigo.ie/~mscott/


---------------
FAQ fclc++ - FAQ C++ - C++ FAQ Lite
Reply

Marsh Posté le 31-03-2002 à 19:08:09    

Un grand merci a vous 2!  :)  
 
il y a vraiment beaucoup de choses tres interessantes dans ce que vous m'avez indique!

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed