七夕,我的生日.散300分

解决方案 »

  1.   

    这贴200分
    另一贴100分
    http://topic.csdn.net/u/20090826/07/14e19c00-580b-40ae-a5e9-bb5dcbc6a629.html?50962
      

  2.   

    happy birthday!!~~~~~~~~~~~~~~~~~~~~~~~
      

  3.   

    祝福楼主,年年有今日,岁岁有今朝。Happy Birthday
      

  4.   

    生日快乐歌代码:#include <windows.h> int main(int argc, char* argv[]) 

        int f[] = {392, 392, 440, 392, 523, 494, 392, \
          392, 440, 392, 587, 523, 392, 392, 784, 659,\
          523, 494, 440, 698, 698, 659, 523, 587, 523} ;
          
        int t[] = {375, 125, 500, 500, 500, 1000, 375, 125,\
           500, 500, 500, 1000, 375, 125, 500, 500, 500, \
           500, 1000, 375, 125, 500, 500, 500, 1000};
           
        int len = sizeof(f)/sizeof(int);
        
        while(true){   
                          
           for(int i = 0 ; i < len ; i++){
                   
               Beep(f[i],t[i]);
               
               if(i == len){
                    
                  i = 0;
                  
                  Sleep(500);
               }
           }
        }
      

  5.   

    Happy birthday and happy Qixi!!