CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 汇编语言 搜索资源 - VC 代码

搜索资源列表

  1. VC内联汇编示例代码.zip

    0下载:
  2. 所属分类:汇编语言

    • 发布日期:
    • 文件大小:14718
    • 提供者:
  1. VC ASM

    0下载:
  2. 一个汇编与VC结合的程序代码 本程序旨在展示一下怎样在VC中嵌入汇编语言,来减少程序的大小。- An assembly and VC union procedure code this procedure is for the purpose of demonstrating how inserts the assembly language in VC, reduces the procedure the size.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2607
    • 提供者:姜振
  1. VC内联汇编示例代码

    0下载:
  2. VC内联汇编示例代码-VC associated sample code compilation
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:15031
    • 提供者:胡青海
  1. VC++ASM

    0下载:
  2. 自己学习内联汇编时的一个代码,大家家可以看看啦-within their own learning together a compilation of the code, we can look home
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:29807
    • 提供者:财财
  1. UnasmARM

    0下载:
  2. VC写的一个可以对ARM进行反汇编的工具的原代码
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:49422
    • 提供者:小和去
  1. 486

    0下载:
  2. VC++写的小游戏思想家源代码,好像是一款猜数据游戏,因时间关系这里没有亲自玩,游戏源程序可以VC6环境顺利编译,有人把本游戏称为“思想阅读者”,玩的投入的时候会感觉很有意思,对于从事VC++编程的朋友们,或许只会关注游戏内部的流程、代码实现等。
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:62478
    • 提供者:徐云
  1. DOS

    0下载:
  2. DOS操作系统源代码,VC下编译通过,由于代码中部分为汇编代码,需要阅读者有一定的汇编知识-DOS operating system source code, VC compiled by, as part of the code for the assembly code, you need to read the compilation of those who have some knowledge
  3. 所属分类:assembly language

    • 发布日期:2017-03-22
    • 文件大小:424029
    • 提供者:王福
  1. fhx

    0下载:
  2. 用VC编写的内点罚函数法,有没有人可以将此代码转换到VB里面-VC prepared by the complex law, no one can change this code inside of the VB -VC prepared with internal penalty function method, there are no one can convert this code to VB inside-VC prepared by the complex law, no one
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:33554
    • 提供者:jason
  1. jpeglib_demo

    0下载:
  2. 2利用Delphi的代码在VC中显示JPG图片,不使用动态连接库。 -2 using Delphi code in VC display JPG images, do not use dynamic link library.
  3. 所属分类:assembly language

    • 发布日期:2017-04-28
    • 文件大小:12796
    • 提供者:和晓军
  1. RedDragonJuZhen

    0下载:
  2. 矩阵运算 我希望这两篇代码能为非计算机专业的大一新生带来一点点帮助,也希望有牛人能够为我指正。-VC++6.0
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:2805
    • 提供者:沈可嘉
  1. txm

    2下载:
  2. VC++开源条形码代码。自动生成条形码和打印功能-VC++
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:90029
    • 提供者:刘金星
  1. fucaidaima

    0下载:
  2. 福彩的程序代码,内带VC++6.0的源程序,双击直接可以启用-Fucai program code
  3. 所属分类:assembly language

    • 发布日期:2017-04-09
    • 文件大小:1844035
    • 提供者:贾钰珑
  1. 20069511494812

    0下载:
  2. ASMEdit,一个Win32汇编语言编辑器源代码,主要是看习惯了VC的代码界面,所以ASMEdit也按照VC对语法颜色的显示方案进行,看起来舒服些。同时加入编译功能。 -C# case development, containing MS SQL2000 database file MDF, after extracting an additional database can compile and run. For C# beginners is a good learning mat
  3. 所属分类:assembly language

    • 发布日期:2017-04-16
    • 文件大小:56162
    • 提供者:hkyzyt
  1. vcMyBusinessDlg

    0下载:
  2. 一个漂亮的VC++登录界面,先看看演示图吧,是不是很美观,像是使用了控件,其实没有用,都是基于C++的代码完成的,这只是一个方法举例,学会了就能举一返三,完成更大、更漂亮的综合窗体应用程序来-VC++ a nice login screen, take a look at demo map it is not very beautiful, like the use of the control, in fact, useless, are based on C++ code completio
  3. 所属分类:assembly language

    • 发布日期:2017-04-16
    • 文件大小:50774
    • 提供者:顾雪
  1. VC_Call_ASM_lib

    0下载:
  2. 演示如何在vc6.0里使用masm汇编编译的lib文件,ASM代码实现一个add函数,被vc调用,使用 _cdel 和stdcall两种方式,汇编代码采用radasm工程编译,这样会方便很多。-Demo how to use MASM complied lib file in vc6.0,there is a add function in ASM code can be called by vc6.0,use two ways by _cdel and stdcall ,asm code co
  3. 所属分类:assembly language

    • 发布日期:2017-03-27
    • 文件大小:218058
    • 提供者:黄花菜
  1. vcPP-ocx

    0下载:
  2. 1.只需指明ocx文件的路径(含文件名),函数即可自动从文件中提取控件的CLSID,然后检查是否已 注册,如果已注册则不再注册;如果未注册则自动进行注册。 2.ocx控件必须包含TypeLib信息,一般VC++/VB/DELPHI7等生成的控件都属于此类型。 3.函数在VC6下执行顺利,由于程序中的控件在程序初始化时也必须初始化,因此该函数代码应放在应用程序的初始化 过程中,如在VC6的MFC工程中应放在CXXXApp::CXXXApp()中。-1 is only needed
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:1216
    • 提供者:QH
  1. range

    0下载:
  2. 这是一个关于koch分形曲线的绘制缓冲区分析的vc代码-This is a drawing koch fractal curve vc code buffer analysis
  3. 所属分类:assembly language

    • 发布日期:2017-11-22
    • 文件大小:4115695
    • 提供者:祝一搏
  1. InlineASM

    0下载:
  2. vc中嵌入汇编的demo,看完就明白怎么在代码中嵌入汇编程序了-VC embedded assembly demo, read on to understand how the code embedded in assembler.
  3. 所属分类:assembly language

    • 发布日期:2017-11-17
    • 文件大小:16352
    • 提供者:扬名
  1. SeparateASM

    0下载:
  2. vc中嵌入汇编的demo,看完就明白怎么在代码中嵌入汇编程序了-VC embedded assembly demo, read on to understand how the code embedded in assembler.
  3. 所属分类:assembly language

    • 发布日期:2017-11-27
    • 文件大小:3901
    • 提供者:扬名
  1. VC环境下的小闹钟程序

    0下载:
  2. 本文所述为C++实现闹钟程序的方法,代码结构相对简单,注释也较为完善(This article describes the method for implementing alarm clock program in C++. The code structure is relatively simple and the comments are also perfect.)
  3. 所属分类:汇编语言

    • 发布日期:2018-05-01
    • 文件大小:1922048
    • 提供者:Ant117
« 12 »
搜珍网 www.dssz.com