|
|
Up |
|
|
  |
Author:
Date: May 29, 2008 09:13
Bonsoir
Je recherche un exemple d'interruption sous dos ( 0x14), pour tester
l'arrivée d'un signal sur un périphérique série (modem).
Compilateur C++ Borland (vieux-vieux ..)
Merci
|
| |
|
| |
14 Comments |
|
  |
|
|
  |
Author: WestlandbtWestlandbt
Date: May 24, 2008 20:58
WereEveryWhere.net seeks to become the most popular Social Networking Website
offering an interactive, user-submitted network of friends, personal profiles,
video chat, blogs, groups, photos, music and videos for adults internationally.
Log on at http://www.WereEveryWhere.net Its FREE!
-----------------------------------------------------------------------------
--This Message Has Been Posted Using A Trial Version Of Message Poster 2003--
-----------------------------------------------------------------------------
Would you like to reach millions of customers for only the cost of bandwidth?
You can post messages like this to thousands of newsgroups with a simple to
use software application called Message Poster 2003. For more details on
this extremely affordable software, visit:
http://www.exibitionsoftware.com
|
| |
|
no comments
|
|
  |
|
|
  |
Author: StanStan
Date: May 23, 2008 07:40
Bonjour,
je cherche des ouvrages ou des liens sur
le C++ et le calcul scientifique.
Merci d'avance.
--
- Stan.
|
| |
|
7 Comments |
|
  |
Author: Guillaume GOURDINGuillaume GOURDIN
Date: May 23, 2008 02:47
Bonjour Ă tous,
j'ai dans mon code la fonctino suivante :
template void Mem_Copy(T * out, const T * in, int count)
et la classe
template
class LiwBuffer
{
public:
operator T * ();
operator const T * () const;
...
};
Et quand je tape :
uint16_t * out;
LiwBuffer buffer;
Mem_Copy( out, buffer, size );
J'ai une erreur de compilation sur le Mem_Copy:
error: no matching function for call to âMem_Copy(uint16_t*,
LiwBufferUInt16&, int)â
|
| Show full article (0.64Kb) |
|
1 Comment |
|
  |
Author: Bruno CausseBruno Causse
Date: May 20, 2008 07:24
bonjour,
soit un tableau
class A;
A table[x][y];
on peut faire (a la c) du calcul d'adresse pour acceder a une cellule grace
a un pointeur:
ex:
A* table[4] + 5;
cela est il possible avec un vector?
ou alors il faut
A* &vect_A[4][5];
merci
--
Bruno Causse
|
| |
|
2 Comments |
|
  |
Author: Didier VernaDidier Verna
Date: May 20, 2008 05:35
Chers collĂšgues,
la prochaine session du séminaire Performance et Généricité du LRDE
(Laboratoire de Recherche et Développement de l'EPITA) aura lieu le
28 Mai 2008.
Au programme:
* 14h: Le language BSML
Frédéric Gava, LACL, Université de Paris Est, Créteil
* 15h15: Programmation parallÚle certifiée
Frédéric Loulergue, LIFO, Université d'Orléans
L'entrée du séminaire est libre.
Pour plus de renseignements, consultez http://seminaire.lrde.epita.fr/.
Merci de bien vouloir diffuser cette information le plus largement possible.
Prochaine séance: mercredi 24 Septembre 2008 avec Gaétan Hains et Joël Falcou.
|
| |
|
no comments
|
|
  |
|
|
  |
|
|
  |
|
|
|
|
|
|
|