搜索资源列表
VC ASM
- 一个汇编与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.
VC内联汇编示例代码
- VC内联汇编示例代码-VC associated sample code compilation
VC++ASM
- 自己学习内联汇编时的一个代码,大家家可以看看啦-within their own learning together a compilation of the code, we can look home
UnasmARM
- VC写的一个可以对ARM进行反汇编的工具的原代码
486
- VC++写的小游戏思想家源代码,好像是一款猜数据游戏,因时间关系这里没有亲自玩,游戏源程序可以VC6环境顺利编译,有人把本游戏称为“思想阅读者”,玩的投入的时候会感觉很有意思,对于从事VC++编程的朋友们,或许只会关注游戏内部的流程、代码实现等。
DOS
- 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
fhx
- 用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
jpeglib_demo
- 2利用Delphi的代码在VC中显示JPG图片,不使用动态连接库。 -2 using Delphi code in VC display JPG images, do not use dynamic link library.
RedDragonJuZhen
- 矩阵运算 我希望这两篇代码能为非计算机专业的大一新生带来一点点帮助,也希望有牛人能够为我指正。-VC++6.0
txm
- VC++开源条形码代码。自动生成条形码和打印功能-VC++
fucaidaima
- 福彩的程序代码,内带VC++6.0的源程序,双击直接可以启用-Fucai program code
20069511494812
- 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
vcMyBusinessDlg
- 一个漂亮的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
VC_Call_ASM_lib
- 演示如何在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
vcPP-ocx
- 1.只需指明ocx文件的路径(含文件名),函数即可自动从文件中提取控件的CLSID,然后检查是否已 注册,如果已注册则不再注册;如果未注册则自动进行注册。 2.ocx控件必须包含TypeLib信息,一般VC++/VB/DELPHI7等生成的控件都属于此类型。 3.函数在VC6下执行顺利,由于程序中的控件在程序初始化时也必须初始化,因此该函数代码应放在应用程序的初始化 过程中,如在VC6的MFC工程中应放在CXXXApp::CXXXApp()中。-1 is only needed
range
- 这是一个关于koch分形曲线的绘制缓冲区分析的vc代码-This is a drawing koch fractal curve vc code buffer analysis
InlineASM
- vc中嵌入汇编的demo,看完就明白怎么在代码中嵌入汇编程序了-VC embedded assembly demo, read on to understand how the code embedded in assembler.
SeparateASM
- vc中嵌入汇编的demo,看完就明白怎么在代码中嵌入汇编程序了-VC embedded assembly demo, read on to understand how the code embedded in assembler.
VC环境下的小闹钟程序
- 本文所述为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.)