CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - cl.exe

搜索资源列表

  1. dllTest

    0下载:
  2. steps: . compile dll: cl /LD f.cpp . view the exports: dumpbin /exports f.dll . compile exe: cl test.cpp . run: test
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:841byte
    • 提供者:宗睿
  1. testautomation

    0下载:
  2. 这是一个automation server 和 client 的演示程序 多个client 可以共享 server 进程 首先用ms vc++ .net 编译代码, 再运行 TestAutomation3.exe (server) 然后可以运行多个 TestAutomation2.exe (client) 单击 TestAutomation2 可以调用 TestAutomation3 中的方法和参数 -This is an automation server and c
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:89.54kb
    • 提供者:大名
  1. spybot1.4-compliled

    0下载:
  2. spybot源码,用visual studio 2008命令行下编译器cl.exe编译通过,请用于学习研究,不要用于非法用途,本人对于任何人的非法行为不负任何责任。-spybot source code ,compiled by cl.exe
  3. 所属分类:Remote Control

    • 发布日期:2017-04-09
    • 文件大小:1.37mb
    • 提供者:cyndy
  1. zrdj

    0下载:
  2. 自然对界,Win32平台下的微软C编译器(cl.exe for 80x86)在默认情况下采用如下的对齐规则:任何基本数据类型T的对齐模数就是T的大小,即sizeof(T)。比如对于double类型(8字节),-Nature of profession, Win32 platforms under Microsoft C compiler (cl.exe for 80x86) by default alignment using the following rules: any basic dat
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:24.4kb
    • 提供者:fly
  1. ClipBoard

    0下载:
  2. VC++下监视剪贴板数据,利用树状视图看文件目录-look at the clipboard正在创建临时文件“i:\reading_book_and_doing_programm\Tst7_1\Debug\RSP000013.rsp”,其内容为 [ /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Gm /EHsc /RTC1 /MLd /Fo"Debug/" /Fd"Debug/vc70.pdb" /W3 /c /Wp64 /ZI
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-25
    • 文件大小:359.06kb
    • 提供者:magic
  1. usbusbusb

    0下载:
  2. Command Lines Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP26B.tmp" with contents [ /nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/mm.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c "
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:9.59kb
    • 提供者:zhaoxinpeng
  1. E-CodeExplorer

    0下载:
  2. 快速的静态反汇编易格式可执行文件。提供方便的跳转、调用目标地址的代码预览功能。 只有经过加载的程序才能进行反汇编分析。如果尚未被加载,会进行讯问。 开始加载后,等待被分析的文件加载成功,选择等待对话框的确定按钮。 注意:如果在进程分析设之中启用了“以DEBUG模式加载进程”,将不会出现这个提示。程序会以调试模式创建进程并自动中断到入口点进行加载。 进入反汇编窗口后,左上方是转跳跟踪列表,左下方是转跳预览框,右面就是反汇编结果。 主要功能通过顶部的工具栏和右键
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-26
    • 文件大小:9.23mb
    • 提供者:david
  1. vcPPstrings

    0下载:
  2. VC/C++源码,字符处理,字符转换   一 NMAKE和Makefile   字符编码   字符转换   关于字符转换的使用方法:   使用方法:   1 将要转换的字符串,传递给函数,从返回值中获取转换后字符串的长度。   2 分配字符串空间   3 再次调用函数,并将分配的空间传递给函数,获取结果      基本语法规则:    window.exe:window.obj // 依赖行    cl.exe window
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-07
    • 文件大小:85.61kb
    • 提供者:肖敬帅
  1. MyCompiler

    0下载:
  2. 这是个用纯C语言调用API写的IDE工具,内部的编译器用的是VC的CL.EXE,如果你用的是Mingw也无所谓,原理都一样-Call API written in pure C language IDE tools the internal compiler uses the VC CL.EXE, if you are using Mingw does not matter, the principle is the same
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-08
    • 文件大小:3.32mb
    • 提供者:风之残月
  1. Compiler

    0下载:
  2. 命令行编译c++程序: 使用 cl.exe 的 vc6 版本, 复制到 .\VC6 目录下 示例: http://zhidao.baidu.com/question/281545175 @echo off cd c:\cl6 call setvars.bat cd bin\qq\qq cl stdafx.cpp /nologo /MD /W3 /GX /O2 /D WIN32 /D NDEBUG /D _WINDOWS /D _AFXDLL /D _M
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2.29mb
    • 提供者:杨天标
  1. PlaneGame2.exe

    0下载:
  2. main(1).cpp C:\Documents and Settings\Administrator\桌面\Work\main(1).cpp(326) : error C2374: i : redefinition multiple initialization C:\Documents and Settings\Administrator\桌面\Work\main(1).cpp(324) : see declaration of i C:\Documents and Setti
  3. 所属分类:Shot Game

    • 发布日期:2016-01-25
    • 文件大小:2.45mb
    • 提供者:离校
  1. Bat.Create600PIcfile.Cl.Link.exe

    0下载:
  2. 软件自动批生成c源文件和批处理脚本,实现自动化编译链接生成若干个可执行文件,在没有大的开发环境时很方便。-create many c source file/dos bat file and automaticly compile/link to get exe file
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:28.24kb
    • 提供者:wxy
  1. main

    0下载:
  2. Small python utility to terminate VisualStudio C++ build(cl.exe) when it hangs
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:688byte
    • 提供者:metalheart
  1. loader

    1下载:
  2. cs 注入器 大家学习一下吧 我很喜欢 C++语言 -# Microsoft Developer Studio Project File- Name TestFL - Package Owner <4> # Microsoft Developer Studio Generated Build File, Format Version 6.00 #** DO NOT EDIT** # TARGTYPE Win32 (x86) Application
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-05-04
    • 文件大小:23.33kb
    • 提供者:石辉光
  1. md5

    0下载:
  2. MD5算法的C++实现, 包括md5.cpp,md5.h, test.cpp . 命令行 CL md5.cpp test.cpp即可生成 md5.exe . 执行md5.exe 带一个文件名可以计算那个文件的MD5值.-This is MD5 alggorithm of simple C++ realized. just run CL md5.cpp test.cpp will create md5.exe. md5.exe filename will compute MD5 value of
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-05
    • 文件大小:4.52kb
    • 提供者:gqliu
搜珍网 www.dssz.com