开车轧耗子吧
关注: 22 贴子: 291

  • 目录:
  • 个人贴吧
全部
  • 0
    DEL /F /A /Q \\?\%1RD /S /Q \\?\%1
    键盘侠 1-21
  • 1
    // C++ ConsoleTest.cpp : 定义控制台应用程序的入口点。 // #include "StdAfx.h" #include <iostream> #include <string> #include <vector> using namespace std; int main() { cout<<"输入n: "<<endl; int n;cin>>n; vector<vector<int>> Arr2D; int TotalCount = 0; for(int i=0;i<n;++i) { vector<int> a; Arr2D.push_back(a); for(int j=n-i;j>0;j--) { Arr2D[i].push_back(0); TotalCount++; } } int a=0,b=(-1); //起点 int direct = 0; //前进方向 int fillNum = 0; for(int i=1;i<=TotalCount;++i) { if(direct == 0)//往
    键盘侠 4-2
  • 0
    //============= Jebediah Kerman ================== //============= 2013/4/18 =================== #include "stdafx.h" #include "windows.h" #include "iostream" #include <process.h> #include <stack> #include <vector> using namespace std; char keyCode = 0; bool keyPressed = false; bool pickedUp = false; char currentTower = 0; void printer(stack<int> tower[3]) { int printTowerA[4] = {0}; int printTowerB[4] = {0}; int printTowerC[4] = {0}; for(int i = 0;i<tower[0].size();++i) printTowerA[3-i] = *(&tower[0].top()-(tower[0].size()-1)+i); for
    键盘侠 3-12
  • 0
    前段时间在网上看到了个的面试题,大概意思是如何在不使用锁和C++11的情况下,用C++实现线程安全的Singleton。 看到这个题目后,第一个想法就是用Scott Meyer在《Effective C++》中提到的,在static成员函数中构造local static变量的方法来实现,但是经过一番查找、思考,才明白这种实现在某些情况下是有问题的。本文主要将从最基本的单线程中的Singleton开始,慢慢讲述多线程与Singleton的那些事。
    键盘侠 3-12
  • 1
    #define _s_l_(x) #x #define _str_line_(x) _s_l_(x) #define __STR_LINE__ _str_line_(__LINE__)
    键盘侠 1-23
  • 0
    String512 str1 = "123123"; 与 String512 str2; str2 = "456"; 有何区别? 之前用C#其实是不在意这个问题的,直到今天用CPP写了个
    键盘侠 5-22
  • 0
    1 0 适用情景 或 1 原值 典型使用情形是用于API的flag参数, 例:0x001|0x010 = 0x011; 也可用于指定位强制清1, 例: 0x00FF|0x0AAA = 0x0AFF. 且 原值 0
    键盘侠 5-13
  • 0
    Gdiplus::ARGB COLORREF2ARGB(COLORREF clr) { DWORD r = 0x000000ff&clr; DWORD g = 0x0000ff00&clr; DWORD b = 0x00ff0000&clr; Gdiplu
    键盘侠 5-9
  • 0
    一些VC插件的简介 1. Visual Assist(简称VA)(http://www.wholetomato.com/) VA从5.0一直到现在的VAX,功能越来越强大,除了以前版本中的自动识别
    键盘侠 5-6
  • 0
    错误码: C4996 解决方法: 预处理器中添加_CRT_SECURE_NO_WARNINGS宏定义
    键盘侠 5-6

  • 发贴红色标题
  • 显示红名
  • 签到六倍经验

赠送补签卡1张,获得[经验书购买权]

扫二维码下载贴吧客户端

下载贴吧APP
看高清直播、视频!

友情贴吧