E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
TCHAR
实现PrintN函数
{ PrintN(N-1); printf("%d\n",N); } }3.测试PrintN的主函数:#include"stdafx.h" #include int_tmain(intargc,_
TCHAR
u013354805
·
2016-03-11 15:00
算法
STL__网上资料
include 5#include 6#include//Forgreater() 7 8 9usingnamespacestd; 10 11 12int_tmain(intargc,_
TCHAR
CppSkill
·
2016-03-09 09:00
C++中
TCHAR
数组(wchar_t*)和char数组相关函数的对应关系
MSDN文档:strlen,wcslen,_mbslen,_mbslen_l,_mbstrlen,_mbstrlen_lhttps://msdn.microsoft.com/en-us/library/78zh94ax.aspxstrcmp,wcscmp,_mbscmphttps://msdn.microsoft.com/en-us/library/e0z9k731.aspxstrchr,wcsc
aigo
·
2016-03-09 08:16
C++
微软在线测试之lucky string,有关斐波那契的题目都在此了
解决方案:int_tmain(intargc,_
TCHAR
*argv[]) { size_tfib[]={1,2,3,5,8,13,21,34}; stringstr,tempstr; cin>>str
wangyaninglm
·
2016-03-06 11:00
显式调用构造函数
includeusingnamespacestd;inti=1;/*数组构造*/classtestv1{public:intv1;testv1(){v1=i++;}};int_tmain(intargc,_
TCHAR
简斯易达
·
2016-03-04 21:31
VC
[面试相关]
1.写一个NSString类的实现+(id)initWithCString:(c*****
tchar
*)nullTerminatedCStringencoding:(NSStringEncoding)encoding
a316212802
·
2016-02-26 09:00
ios面试题(1)
1、写一个NSString类的实现+(id)initWithCString:(c*****
tchar
*)nullTerminatedCStringencoding:(NSStringEncoding)encoding
ZHZMAREN
·
2016-02-25 12:00
iOS面试题总结 一
1、写一个NSString类的实现+(id)initWithCString:(c*****
tchar
*)nullTerminatedCStringencoding:(NSStringEncoding)encoding
墨云天
·
2016-02-19 16:00
c++ 动态分配二维数组 new 二维数组
#include"stdafx.h" #include usingnamespacestd; int_tmain(intargc,_
TCHAR
*argv[]) { //建立一个16行5列的数组
张东升
·
2016-02-13 22:00
iOS iOS面试题及答案
原文链接:http://www.apkbus.com/android-131498-1-1.html1.写一个NSString类的实现+(id)initWithCString:(c*****
tchar
*
u010856537
·
2016-01-29 10:00
VC++异常捕获??
4usingnamespacestd; 5 6 7int_tmain(intargc,_
TCHAR
*argv[]) 8{ 9strings1("UIPower"); 10charchA=s1
CodeSkill
·
2016-01-27 13:00
C/C++宏定义中#与##区别
#definetrace(x,format)printf(#x"=%"#format"\n",x) #definetrace2(i)trace(x##i,d) int_tmain(intargc,_
TCHAR
hellokandy
·
2016-01-27 11:00
指针、数组,和指针算术你基本入门了(理解了这些)
#include"stdafx.h" #include int_tmain(intargc,_
TCHAR
*argv[]) { usingnamespacestd; doublewages[3]={3.30,6.60,9.90
rl529014
·
2016-01-26 17:00
数组
区别
指针
深入理解
指针算术
对栈,堆,静态区的认识和总结!
char*FuncC(){char*a="helloword";returna;}char*FuncB(){chara[]="helloword";returna;}int_tmain(intargc,_
TCHAR
大白机器人
·
2016-01-26 16:42
CC++
栈
C/C++编程
对栈,堆,静态区的认识和总结!
{ char*a="helloword"; returna; } char*FuncB() { chara[]="helloword"; returna; } int_tmain(intargc,_
TCHAR
dyx810601
·
2016-01-26 16:00
栈
cc++
ShellExecute如何使用管理员身份执行
#include#include#includeint_tmain(intargc,
TCHAR
*argv[]){SHELLEXECUTEINFOsei={sizeof(SHELLEXECUTEINFO)
伽罗kapple
·
2016-01-26 15:00
C++学习三 STL的初级学习
include//向量容器 #include//通用算法 #include//原文缺少这个头文件 usingnamespacestd;//STL主键所在的名字空间; int_tmain(intargc,_
TCHAR
shawncheer
·
2016-01-26 12:00
C++学习一 文件流读取
include“stdafx.h”include“iostream”//输入输出库文件include“fstream”//文件流读取库usingnamespacestd;int_tmain(intargc,_
TCHAR
shawncheer
·
2016-01-26 12:00
C++学习二:异常机制
include"stdafx.h"//这是多个头文件的集合; #pragmaonce//防止一个头文件被多次编译; #include #include usingnamespacestd; int_tmain(intargc,_
TCHAR
shawncheer
·
2016-01-25 19:00
运行下载程序
")//隐藏控制台窗口#pragmacomment(linker,"/subsystem:\"windows\"/entry:\"mainCRTStartup\"")intmain(intargc,_
TCHAR
一拳超人ORZ
·
2016-01-25 14:00
运行下载程序
")//隐藏控制台窗口#pragmacomment(linker,"/subsystem:\"windows\"/entry:\"mainCRTStartup\"")intmain(intargc,_
TCHAR
一拳超人ORZ
·
2016-01-25 14:00
《数据结构与算法之5 中国象棋将帅问题》
注意原题问题的转化:建立一个逻辑的坐标系统(1~9来标记将帅的位置);要求用一个变量解法一:(出数学的方式,将变量转化为9进制数,)#include"stdafx.h" int_tmain(intargc,_
TCHAR
Micheal_you
·
2016-01-18 22:00
关于可变的参数列表va_list的笔记
案例代码:intCDECLMessageBoxPrintf(
TCHAR
*szCaption,
TCHAR
*szFormat,……) { TCHARszBuffer[1024]; va_listpArgList
benjamin721
·
2016-01-14 16:00
new的使用部分笔记
#include"stdafx.h" #include int_tmain(intargc,_
TCHAR
*argv[]) { //动态内存的分配,必须清楚的是,分配后返回的必然是一个地址,即一个指针
天还是那么蓝
·
2016-01-14 10:00
strlen,_conntof,sizeof
#include"stdafx.h" #include int_tmain(intargc,_
TCHAR
*argv[]) { charstring_a[10]="hello"; char*string_p
天还是那么蓝
·
2016-01-14 09:00
C读取文件
3usingnamespacestd; 4structPointXYZ 5{ 6doubleX; 7doubleY; 8doubleZ; 9}; 10 11int_tmain(intargc,_
TCHAR
yhexie
·
2016-01-11 15:00
C读取文件
3usingnamespacestd; 4structPointXYZ 5{ 6doubleX; 7doubleY; 8doubleZ; 9}; 10 11int_tmain(intargc,_
TCHAR
yhexie
·
2016-01-11 15:00
C语言网站开发测试 WAMP配置CGI
//#include"stdafx.h"int_tmain(intargc,_
TCHAR
*argv[]){printf("Content-Type:text/html;charset=gbk\r\n\n
ptspzy
·
2015-12-30 17:59
C
web
c++ 使用管道获取CMD命令结果
UINT __cdecl ThreadProc(LPVOID lParam) { HWND hWnd = (HWND)lParam; ASSERT(hWnd);
TCHAR
szApp[MAX_PATH
moki_oschina
·
2015-12-30 17:00
C++
cmd
命名管道
c++如何将一块内存拆分成两块内存
例子:#include #include int_tmain(intargc,_
TCHAR
*argv[]) { chara[]="45123"; ch
u011417605
·
2015-12-19 14:00
C++如何将两块内存的数据合并到一块内存
例子如下:#include #include int_tmain(intargc,_
TCHAR
*argv[]) { chara[]="123"; charb[]
u011417605
·
2015-12-19 14:00
16、osg中使用Imposter设置一个视矩,超过这个视距模型会变为一张动态图
// #include"stdafx.h" #include #include #include #include int_tmain(intargc,_
TCHAR
*argv[]) { //申请viewer
sunxiaoju
·
2015-12-16 22:00
15、osg中使用LOD设置当模型超过多少米,不显示模型
include"stdafx.h" #include #include #include #include #include #include #include int_tmain(intargc,_
TCHAR
sunxiaoju
·
2015-12-16 22:00
14、osg中通过一个模型,将其中一个模型隐藏掉输出成另一个模型(osg文件)
如下代码:#include"stdafx.h" #include #include #include #include #include #include int_tmain(intargc,_
TCHAR
sunxiaoju
·
2015-12-16 22:00
实战c++中的vector系列--copy set to vector(别混淆了reserve和resize)
stl算法中有个copy函数,我们可以轻松的写出这样的代码:#include#include#includeusingnamespacestd;int_tmain(intargc,_
TCHAR
*argv
一蓑烟雨1989
·
2015-12-15 23:35
C++
实战c++中的vector系列
实战c++中的vector系列--copy set to vector(别混淆了reserve和resize)
stl算法中有个copy函数,我们可以轻松的写出这样的代码:#include #include #include usingnamespacestd; int_tmain(intargc,_
TCHAR
*
wangshubo1989
·
2015-12-15 23:00
C++
vector
常用的字符串处理函数
◆ 常用的字符串处理函数,具体信息见MSDN:字符串长度:● Ansi:strlen(char *str);● Unicode:wcslen(wchar_t *str);● 通用函数:_tcslen(
TCHAR
天下
·
2015-12-14 20:00
【原创】改善IDA6.8对中文等非英语国家的ANSI字符串显示支持不佳的问题
p=1405471#post1405471int _tmain(int argc, _
TCHAR
* argv[]){ printf("%s","我是中国人"); return 0;}这个几句代码编译的程序
zhangmiaoping23
·
2015-12-10 23:00
数组名、数组名取地址以及作为函数传递带来的问题
include"stdafx.h" #include usingnamespacestd; voidtest(inta[5]); voidtest2(inta[5]); int_tmain(intargc,_
TCHAR
·
2015-12-09 11:22
数组
使用FILE
//#include"stdafx.h"#includeint_tmain(intargc,_
TCHAR
*argv[]){ FILE*fp; fp=fopen("c:\\1.txt","r+")
·
2015-12-09 11:15
File
C++引用笔记
用&符号表示举例:1usingnamespacestd;2int_tmain(intargc,_
TCHAR
*argv[])3{4intlove=520;5int&ai=love;6/*ai是整型变量love
Leak
·
2015-12-08 12:00
TCHAR
与const wchar_t *等的转换
1)
TCHAR
转换为constwchar_t*,直接强制转换,在
TCHAR
前面加上(*const wchar_t)2)BSTR:是一个OLECHAR*类型的Unicode字符串,是一个COM字符串,带长度前缀
kennyluo
·
2015-12-07 18:45
String
char
wstring
wchar_t
TCHAR
与const wchar_t *等的转换
1)
TCHAR
转换为constwchar_t*,直接强制转换,在
TCHAR
前面加上(*constwchar_t)2)BSTR:是一个OLECHAR*类型的Unicode字符串,是一个COM字符串,带长度前缀
kennyluo
·
2015-12-07 18:45
string
char
wstring
有关struct错误的总结1
//结构体赋值初始化#defineNUMLINES((int)(sizeofsysmetrics/sizeofsysmetrics[0]))struct{intiIndex;
TCHAR
*szLabel;
追梦进行曲
·
2015-12-01 17:57
个人理解
Windows Live Writer测试
1、C++的测试代码:int_tmain(intargc,_
TCHAR
*argv[]) { Test(); system("pause"); return0; }int_tmain(intargc
organic
·
2015-11-29 23:00
C++打印中文
include #include #include #include #include #include #include usingnamespacestd; int_tmain(intargc,_
TCHAR
victory08
·
2015-11-25 17:00
C++
打印中文
windows基于TCP/IP的简单文件/图片传输
include"stdafx.h" #include #include #include #defineBUF256 #pragmacomment(lib,"Ws2_32.lib") int_tmain(intargc,_
TCHAR
Jammg
·
2015-11-21 17:00
[置顶] win32命令行小程序获取指定文件夹或者目录下面的所有文件大小,文件数量,目录数量
LARGE_INTEGERlgEachTempFileSize; DWORDdwTotalFolderNum=0; DWORDdwTotalFileNum=0; intListFolderTotalFileSize(LPCTSTRlpTempPath) {
TCHAR
bjtbjt
·
2015-11-17 10:00
C++
Win32
api
获取文件夹和目录大小
main,tmain,winmain()等函数——UNICODE - sensensen - 博客园
_tmain的定义在<
tchar
.h>可以找到,如#define _tmain main,所以要加#include <
tchar
.h>才能用。
·
2015-11-13 22:31
unicode
显示GetLastError函数的错误信息
void ShowErrMsg() {
TCHAR
szBuf[80]; LPVOID
·
2015-11-13 21:53
error
上一页
13
14
15
16
17
18
19
20
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他