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

搜索资源列表

  1. 10

    0下载:
  2. 这个是用VC++实现的winsnmp的网络管理兼监控的程序,经调试可正常运行通过,希望对大家有所帮助 -this the VC winsnmp network management and monitoring procedures, The tests can be run through the normal, we hope to help
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:49.11kb
    • 提供者:qiaojia
  1. 07

    0下载:
  2. 这个是用VC++实现的winsnmp的网络管理兼监控的程序,经调试可正常运行通过,希望对大家有所帮助 -this the VC winsnmp network management and monitoring procedures, The tests can be run through the normal, we hope to help
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:58.77kb
    • 提供者:qiaojia
  1. easyunpack

    0下载:
  2. 也算是一个通用脱壳软件吧,类似 Quick Unpack,目前功能还很弱。入口点查找功能支持一部分 VC++ 6.0 和 Delphi 6.0 编写的软件。文件结构优化也只是很简单的优化,有时侯会出错。具体可以参考源代码。-also is a common software Shelling bar, similar to Quick Unpack that function also weak. The point of entry part of the search function to
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:78.91kb
    • 提供者:左文礼
  1. MapSymbolSoft.rar

    0下载:
  2. 地图符号动态库调用源码 本软件包给出了的Vc++6.0和Delphi7.0的调用例子程序和动态库接口说明,在例子中可使用鼠标滚动实现图形的放大和缩小,鼠标拖动实现漫游,Map symbol dynamic library call to give the source of this package of Vc++6.0 and Delphi7.0 example program call and dynamic library interface that can be used in th
  3. 所属分类:assembly language

    • 发布日期:2017-04-09
    • 文件大小:2.48mb
    • 提供者:cn
  1. dos_stub

    0下载:
  2. Windows PE 文件在 DOS 下运行一般会显示:This program cannot be run in DOS mode. 这是PE文件头部的一个"dos stub"程序,这个就是"dos stub"的源码,我们可以修改它,用fasm.exe编译,在vc连接时,加上 /stub:stub.exe-Windows PE files will normally be run under DOS shows: This program cannot be run in DOS mode
  3. 所属分类:assembly language

    • 发布日期:2017-03-27
    • 文件大小:39kb
    • 提供者:京继鸿
  1. shipin

    0下载:
  2. 视频采集与回放,用VC++编写,用一般的c++软件都可打开-Video capture and playback, using VC++ to prepare, to use normal c++ software can be open
  3. 所属分类:assembly language

    • 发布日期:2017-05-10
    • 文件大小:2.09mb
    • 提供者:王涛
  1. LLogTrace

    0下载:
  2. LLogTrace 通用日志调试工具VC源代码,采用共享内存实现,作为调试程序用的LOG跟踪程序。包含了Delphi、VB、VC++三种语言的源代码版本。程序可以设置不同级别的LOG输出,并且可以用不同的颜色区分,可以设置级别名称等。-Log LLogTrace General VC source code debug tools, the use of shared memory to achieve, as a debugger LOG tracking procedures used. I
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:277.05kb
    • 提供者:124
  1. hla

    0下载:
  2. VC++对高级汇编HLA界面的封装实例工具,对高级汇编的CMD命令编译和运行。在使用本软件前,请确保运行环境已经安装了高级汇编HLA的编译程序。否则本工具可能无法效劳。-VC++ for high-level compilation of examples of HLA interface tool package, compiled by the senior command to compile and run CMD. In the use of this software, please
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:38.69kb
    • 提供者:126
  1. yichuansuanfa

    0下载:
  2. 遗传算法VC程序:用于搜索极值,极大值极小值均可-Genetic Algorithm VC program: used to search for extremal, maximum value of the minimum can be
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:322.02kb
    • 提供者:李瑞英
  1. Beziercuvre

    0下载:
  2. 本程序使用求值器来绘制Bezier曲线 在VC下用consloe直接画Bezier曲线 -it can be used for draw Bezier cuvre
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:4.24kb
    • 提供者:niuzhilin
  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-17
    • 文件大小:49.58kb
    • 提供者:顾雪
  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
    • 文件大小:212.95kb
    • 提供者:黄花菜
  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
    • 文件大小:1.19kb
    • 提供者:QH
  1. VC

    0下载:
  2. 用Visual C++程序编写一个程序,使屏幕上出现一个圆心沿正弦曲线轨迹移动的实心圆, 并当每隔1/8个圆周期,圆的填充色和周边颜色都要变化。-Write a program with Visual C++ program, so that a center of the circle along the sinusoidal trajectory moving solid circle on the screen. And need to be changed every 1/8 r
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:502.91kb
    • 提供者:陶喆
  1. Debug

    0下载:
  2. 这是用VC++开发的心电信号处理的软件程序,很好用的,包括蓝牙测试模块和数据存储模块,希望会对你有用-This is VC++ developed ECG processing software program, well used, including Bluetooth test modules and data storage module, I hope will be useful to you
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:603.46kb
    • 提供者:走啊uu
  1. VCPP-create-a-application-window

    0下载:
  2. VC++语言创建一个普通的应用程序窗口.为了使PlaySound函数能正常使用,编译前应做以下设置:单击Project->Setting->Link选项卡,在Category中选中General,然后在Object/Library Modules文本框中,我们看到有很多.lib的库文件,在其最后添加代码" winmm.lib"(windows多媒体库)后,单击OK。-VC++ language to create a common application window in orde
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:2.2kb
    • 提供者:朱媛媛
  1. information-secret

    0下载:
  2. 这是一个信息隐藏的例子,里面有汇编代码,是可以执行的,从而达到信息隐藏的目的。 这个程序使用VC++6.0写的,但是可以在VS下运行-This is an example of information hiding, which has assembly code, can be implemented to achieve the purpose of information hiding. This program uses VC++6.0 write, but can be run u
  3. 所属分类:assembly language

    • 发布日期:2017-05-26
    • 文件大小:8.46mb
    • 提供者:zld
  1. VA_X

    0下载:
  2. VC番茄助手,可以使用,里面包含了破解文件-VC tomato assistant, it can be used,and Contains the crack file
  3. 所属分类:assembly language

    • 发布日期:2017-06-10
    • 文件大小:16.32mb
    • 提供者:lzewen10
  1. SVM

    0下载:
  2. 所谓VC维是对函数类的一种度量,可以简单的理解为问题的复杂程度,VC维越高,一个问题就越复杂。正是因为SVM关注的是VC维,后面我们可以看到,SVM解决问题的时候-The so-called VC dimension is a measure of the function classes, it can be simply understood the complexity of the problem, VC dimension, the more complex a problem. It
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1.9kb
    • 提供者:刘峥峥
  1. VCPPeluosi

    0下载:
  2. 比较经典的俄罗斯方块游戏VC++的源代码,它可以设置区域大小,也就是方块几行几列,游戏难度级别,方块样式选择等,小时候我们经常玩的游戏,现在还有不少在玩。 截图如上,VC6下通过编译。-More classic Tetris game VC++ source code, which can be set area size, which is the block several odd row, the game difficulty level, block style choice, a c
  3. 所属分类:assembly language

    • 发布日期:2017-04-28
    • 文件大小:299.08kb
    • 提供者:雪欣
« 12 »
搜珍网 www.dssz.com