码迷,mamicode.com
首页 >  
搜索关键字:using password: yes    ( 53562个结果
EtherCAT ---- Kithara RTS
本文翻译了kithara官方文档,也加入了一些理解,暂时做得还不够完美,后续补充修正。2014.06.06 EtherCAT This tutorial describes the following topics using the EtherCAT API 本向导描述了使用EtherCAT AP...
分类:其他好文   时间:2014-06-11 07:34:41    阅读次数:568
Floyd最小环Hdu1599
http://acm.hdu.edu.cn/showproblem.php?pid=1599#include #include #include #include #include #include #include #include #include #include #include using...
分类:其他好文   时间:2014-06-11 07:27:25    阅读次数:243
一些小问题
问1:子类继承了父类的所有成员,对吗?答1:错,子类没有继承父类的构造函数,析构函数,operator=和友元函数。问2:父类指针指向子类对象,通过该指针能够调用子类特有(父类没有)的函数吗?答2:不能,见下例。#include using namespace std;class A{};class...
分类:其他好文   时间:2014-06-11 07:18:16    阅读次数:193
树状数组Hdu1541
#include #include #include #include #include #include #include #include #include #include #include using namespace std;int a[222222];int ret[222222];c...
分类:其他好文   时间:2014-06-10 00:09:07    阅读次数:177
windows namedPipe 命名管道clent and server
1.client: 1 #include "iostream" 2 #include "windows.h" 3 4 using namespace std; 5 void main(int argc,char* argv[]) 6 { 7 LPCTSTR Mess...
分类:Windows程序   时间:2014-06-08 07:17:48    阅读次数:333
C++ 中 int,char*,string,CString之间相互转换-整理
#include //使用C++标准库的string类时using namespace std;//同上#include #include #include //要将string类和int类型直接转换最好有这些包含,//因为自己写一个转换函数比较方便,函数定义参考如下string getstring...
分类:编程语言   时间:2014-06-08 06:37:42    阅读次数:304
ASP.NET TextBox 当鼠标点击后清空默认提示文字
ASP.NET TextBox 当鼠标点击后清空默认提示文字[ 方法一]前台代码:后台代码:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;usi...
分类:Web程序   时间:2014-06-08 00:16:04    阅读次数:298
KBEDATATYPE_BASE
namespace KBEngine{ using UnityEngine; using System; using System.Collections; using System.Collections.Generic; using MessageID = System.UInt16...
分类:其他好文   时间:2014-06-07 23:34:08    阅读次数:232
树状数组Hdu1166
#include #include #include #include #include #include #include #include #include #include #include using namespace std;int c[222222];int n;int lowbit(...
分类:其他好文   时间:2014-06-07 20:24:57    阅读次数:226
C++ 多重继承
写在之前: C++是支持多重继承的,但一定要慎用,因为很容易出现各种各样的问题。 #include using namespace std;class B1{public: B1(){coutusing namespace std;class B1{public: B1(){coutusing na...
分类:编程语言   时间:2014-06-07 17:05:44    阅读次数:335
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!