码迷,mamicode.com
首页 >  
搜索关键字:programs    ( 760个结果
X11 Forwarding using Xming and PuTTY
We can run graphical programs on Linux/Solaris machines on campus remotely and display them on your desktop computer running Windows. We can do this by using running two applications together on your W...
分类:其他好文   时间:2015-05-11 17:54:32    阅读次数:539
windows8.1的启动目录的路径
C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp\或者使用斜杠表示,就像这样:C:/ProgramData/Microsoft/Windows/Start Menu/Programs/StartUp/以上两种方式都可以,win8...
分类:Windows程序   时间:2015-05-08 20:12:39    阅读次数:150
These critical programs are missing or too old: as ld
configure 时出现以下错误:checking for autoconf... no configure: error: *** These critical programs are missing or too old: as ld *** Check the INSTALL file for required versions.问题原因: 缺少autoconf或版本太低下载安装新版本#...
分类:其他好文   时间:2015-05-02 11:15:11    阅读次数:510
Debug Intro
The ABAP Debugger is usedtool to execute and analyze programs line by line. Using it we can check the flow logic of a program and display runtime valu...
分类:其他好文   时间:2015-04-28 17:40:23    阅读次数:298
UVA - 656 Optimal Programs 暴力
题目大意:刚开始栈中有一个数字,要求你经过一定的操作后,栈中最后保留下来的数等于所给的数。解题思路:纯暴力,但要加上剪枝 1.当前的操作步数中,DUP的次数要大于等于其他操作的和 2.判断的时候,只有操作次数为偶数,且DUP的次数等于其他操作次数的和#include #include #include #include #in...
分类:其他好文   时间:2015-04-28 14:12:42    阅读次数:142
code blocks修改运行程序时候使用的terminal
菜单Setting -> Environment -> General Settings.? 找到“Terminal to launch console programs”右侧的输入框架,将 xterm -T $TITLE -e 改成 gnome-terminal -t $TITLE -x...
分类:其他好文   时间:2015-04-25 08:17:06    阅读次数:214
程序集链接器(AL.exe)
AL.exe使用程序可以生成一个EXE文件或者DLL PE文件(其中只包含对其他模块中的类型进行描述的一个清单)。 不要在普通的命令行窗口中编译,请先打开C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Microsoft Visual ...
分类:其他好文   时间:2015-04-24 12:30:16    阅读次数:163
CSC.exe(C#编译器命令行)
不要在普通的命令行窗口中编译,请先打开C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Microsoft Visual Studio 2010\Visual Studio Tools路径下的Visual Studio 命令提示(2010),在...
分类:Windows程序   时间:2015-04-24 12:13:27    阅读次数:361
760条   上一页 1 ... 60 61 62 63 64 ... 76 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!