- 博客(0)
- 资源 (6)
- 收藏
- 关注
Visual Studio插件
Visual Assist X是一款Microsoft Visual Studio插件,支持Microsoft Visual Studio 2010,Microsoft Visual Studio 2012,Microsoft Visual Studio 2013,集成到Microsoft Visual Studio开发环境IDE中,支持C/C++,C#,ASP,VisualBasic,Java和HTML等语言,能自动识别各种关键字、系统函数、成员变量、自动给出输入提示、自动更正大小写错误、自动标示错误等,有助于提高开发过程的自动化和开发效率,是一个方便、智能的帮助程序员编写代码的工具。
支持Microsoft Visual Studio 2013是新的内容。
安装破解过程:
Windows 7旗舰版32位x86系统,Microsoft Visual Studio 2013旗舰版环境下——
1、解压,或官方网站下载Visual Assist X 10.8.2007,VA_X_Setup2007.exe;
2、运行VA_X_Setup2007.exe,安装Visual Assist X 10.8.2007,要求已安装Microsoft Visual Studio 2010、Microsoft Visual Studio 2012及Microsoft Visual Studio 2013至少一个版本
2014-01-18
[C语言学习路线图:C语言常用算法分析].明日科技.扫描版(ED2000.COM).part3.rar
清华大学出版的关于C语言算法类的书籍 问题都是一些传统问题 具有新意 合口味的带走
2013-07-27
[C语言学习路线图:C语言常用算法分析].明日科技.扫描版(ED2000.COM).part2.rar
清华大学出版的关于C语言算法类的书籍 问题都是一些传统问题 具有新意 合口味的带走
2013-07-27
JSP基础英文版(JavaServer PagesTM Fundamentals)
The Java Developer ConnectionSM (JDC) presents a Short Course
written by JavaTM Software licensee jGuru (formerly named the
MageLang Institute). This Short Course provides an introduction to
JavaServer PagesTM (JSPTM) technology.
jGuru has been dedicated to promoting the growth of the Java
technology community through evangelism, education, and
software since 1995. You can find out more about their activities,
including community-driven FAQs and online learning, at
2008-08-31
vc下的tcpudp通信源码
void CTCPdlg::OnEvent(WPARAM wParam,LPARAM lParam)
{
switch(lParam)
{
case FD_ACCEPT:
{
if(!m_bConnected) //如未连接
{
sockListen.Accept(m_tcpsock);
m_bConnected=TRUE;
m_state="连接";
}
break;
}
case FD_READ: //欲接收读准备好的通知
{
char szRecv[50];
CString rstr;
int iRecv=m_tcpsock.Receive(szRecv,40,0); //接收TCP数据
TRACE("received %d byte\n",iRecv);
2008-08-28
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人