代码搜索:LaMothe
找到约 12 项符合「LaMothe」的源代码
代码结果 12
www.eeworm.com/read/100862/15863456
txt lamothe2.txt
LISTING 2. Creates a single thread that prints simultaneously while the Primary thread prints.
// INCLUDES ////////////////////////////////////////////////////////////
#define WIN32_LEAN_AND_MEAN
www.eeworm.com/read/100862/15863458
txt lamothe1.txt
LISTING 1. The form of the thread function.
DWORD WINAPI My_Thread(LPVOID data)
{
// .. do work
// return an exit code at end, whatever is appropriate for your app
return(26);
} // end My_
www.eeworm.com/read/100862/15863460
txt lamothe3.txt
LISTING 3. A new version that creates three secondary threads of execution.
// INCLUDES ////////////////////////////////////////////////////////////////////////////
#define WIN32_LEAN_AND_MEAN //
www.eeworm.com/read/100862/15863461
txt lamothe4.txt
LISTING 4. An example of global message passing to control termination of threads.
// INCLUDES ////////////////////////////////////////////////////////////////////////////
#define WIN32_LEAN_AND_M
www.eeworm.com/read/100862/15863464
txt lamothe7.txt
LISTING 7. An example use of WaitForMultipleObjects(...).
// INCLUDES ////////////////////////////////////////////////////////////////////////////
#define WIN32_LEAN_AND_MEAN // make sure certain
www.eeworm.com/read/100862/15863466
txt lamothe6.txt
LISTING 6. Testing the status test of a thread.
//...code
DWORD state = WaitForSingleObject(thread_handle, 0); // get the status
// test the status
if (state==WAIT_OBJECT_0) { // thread is
www.eeworm.com/read/100862/15863467
txt lamothe5.txt
LISTING 5. A single threaded example of WaitForSingleObject(...).
// INCLUDES ///////////////////////////////////////////////////////////////////////////////
#define WIN32_LEAN_AND_MEAN // make s
www.eeworm.com/read/469695/6925465
txt readme.txt
这是一个服务端/客户端模式的小型网络游戏,1.0版。可连接多玩家,最多连多少个玩家视各位电脑的配置而定啰。根据Andre <mark>LaMothe</mark>游戏大师的 DirectX RPG Game Programming著作编成。公开出来供大家参考。
P 捡物品
空格键 挥剑或谈话
U 查看/使用物品
S 查状态
箭头键 控制走动方向
鼠标 控制走动方向/选择物品
1 气功波魔法 ...
www.eeworm.com/read/241573/13135307
cpp nnlist1.cpp
/* Copyright (C) Andre' LaMothe, 2000.
* All rights reserved worldwide.
*
* This software is provided "as is" without express or implied
* warranties. You may freely copy and compile this source
www.eeworm.com/read/241573/13135325
cpp nnlist3.cpp
/* Copyright (C) Andre' LaMothe, 2000.
* All rights reserved worldwide.
*
* This software is provided "as is" without express or implied
* warranties. You may freely copy and compile this source