Ò׽ؽØÍ¼Èí¼þ¡¢µ¥Îļþ¡¢Ãâ°²×°¡¢´¿ÂÌÉ«¡¢½ö160KB

qtʵÏÖµÄÒ»¸ö¶íÂÞ˹·½¿éµÄ³ÌÐò ·½¿éÇøcÎļþ

//-----------------------------------------------------------------------------------------------------
//BY:yuyongbao
//QQ:673360056
//-----------------------------------------------------------------------------------------------------
#include "tetrixboard.h"
/*  ZShape ,          //·½¿é»ù±¾ÐÎ×´0-6
    SShape,
    LineShape,
    TShape,
    SquareShape,
    LShape,
    MirroredLShape,
    ZRot1Shape,       //ÒÔÏÂÊÇ·½¿é·­×ªºóµÄÐÎ×´7-19
    SRot1Shape,
    LineRot1Shape,
    TRot1Shape,
    TRot2Shape,
    TRot3Shape,
    SquareRot1Shape,
    LRot1Shape,
    LRot2Shape,
    LRot3Shape,
    MirroredLRot1Shape,
    MirroredLRot2Shape,
    MirroredLRot3Shape
*/
int TetrixCoordsTable[19][16] = {
  // 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6   1-16´Ó×óµ½ÓÒ£¬´ÓÉϵ½ÏÂ
    {1,1,0,0,0,1,1,0,0,0,0,0,0,0,0,0}, //ZShape
    {0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0}, //SShape
    {1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0}, //LineShape
    {0,1,0,0,1,1,1,0,0,0,0,0,0,0,0,0}, //TShape
    {0,1,1,0,0,1,1,0,0,0,0,0,0,0,0,0}, //SquareShape
    {0,0,1,0,0,0,1,0,0,1,1,0,0,0,0,0}, //LShape
    {0,1,0,0,0,1,0,0,0,1,1,0,0,0,0,0}, //MirroredLShape
    {0,0,1,0,0,1,1,0,0,1,0,0,0,0,0,0}, //ZRot1Shape
    {0,1,0,0,0,1,1,0,0,0,1,0,0,0,0,0}, //SRot1Shape
    {0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0}, //LineRot1Shape
    {0,1,0,0,0,1,1,0,0,1,0,0,0,0,0,0}, //TRot1Shape
    {1,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0}, //TRot2Shape
    {0


Ïà¹ØÎĵµ£º

C/C++ ±ÊÊÔ¡¢ÃæÊÔÌâÄ¿´ó»ã×Ü

1.ÇóÏÂÃæº¯ÊýµÄ·µ»ØÖµ£¨Î¢Èí£©
int func(x)
{
    int countx = 0;
    while(x)
    {
          countx ++;
          x = x&(x-1);
   &n ......

C¿âº¯ÊýÖÐ×Ö·û´®´¦Àíº¯Êý¼¯ºÏ

bcmp
Ô­ÐÍ£ºextern int bcmp(const void *s1, const void *s2, int n);
Ó÷¨£º#include <string.h>
¹¦ÄÜ£º±È½Ï×Ö·û´®s1ºÍs2µÄǰn¸ö×Ö½ÚÊÇ·ñÏàµÈ
˵Ã÷£ºÈç¹ûs1=s2»òn=0Ôò·µ»ØÁ㣬·ñÔò·µ»Ø·ÇÁãÖµ¡£bcmp²»¼ì²éNULL¡£
bcopy   
Ô­ÐÍ£ºextern void bcopy(const void *src, void *dest, int n);
Ó÷ ......

C/C++³ÌÐòÖнṹÌå×Ö½ÚÁ÷µÄÍøÂç´«Êä

 ¾­³£ÐèÒªÔÚ³ÌÐòÖн«Ô¶³Ì´«À´µÄ×Ö½ÚÁ÷½øÐнṹ»¯£¬»òÕß½«½á¹¹»¯µÄÊý¾Ý±ä³É×Ö½ÚÁ÷´«¸øÔ¶³ÌÖ÷»ú¡£ÔÚC/C++³ÌÐòÖУ¬½á¹¹»¯Êý¾Ýͨ³£ÓýṹÌåÀ´×éÖ¯£¬½á¹¹ÌåÒ²Äܹ»·½±ãµÄת»»Îª×Ö½ÚÁ÷£¬Òò´Ë½á¹¹»¯µÄÊý¾Ý´«Êä±¾²»¸Ã³ÉΪÎÊÌ⣬µ«ÔÚVC»òGCCµÄĬÈÏÉèÖÃϱàÒë³öµÄ³ÌÐò£¬È´ÓÐÒ»¸öÖµµÃ×¢ÒâµÄÎÊÌâ——½á¹¹ÌåµÄ¶ÔÆë¡£  ......

wince±³¹âµ÷½Ú VC´úÂëcÎļþ

// backlightDlg.cpp : implementation file
//
#include "stdafx.h"
#include "backlight.h"
#include "backlightDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CbacklightDlg dialog
CbacklightDlg::CbacklightDlg(CWnd* pParent /*=NULL*/)
 : CDialog(CbacklightDlg::IDD, pParent)
{
  ......
© 2009 ej38.com All Rights Reserved. ¹ØÓÚE½¡ÍøÁªÏµÎÒÃÇ | Õ¾µãµØÍ¼ | ¸ÓICP±¸09004571ºÅ