搜索资源列表
asm_module
- 该程序模拟UNIX中save与resume函数,并介绍在VC中如何使用汇编进行机器级的操作. 主函数很简单首先引入两个外部函数,extern \"C\"表示按传统C命名习惯.函数save将程序指针保存在(*s)中并返回0,为什么有 if(save(&sp)){...} if后的语句看起来永远都不会被执行,但是运行结果表明它被执行了.这个问题同UNIX中处理机调度函数(switch)的那个if语句(第一句)一样. 程序执行完save(&sp)后得到因为条件为假而执行else语句,
C++0.1
- VC++编程100例。包含了很多的实例,包括了很多方面,如界面编辑,文件操作等等。十分适合初学者。-VC 100 cases. Contains many examples of the many aspects, such as editing interface, file manipulation, and so on. Very suitable for beginners.
C++0.2
- VC++编程100例。包含了很多的实例,包括了很多方面,如界面编辑,文件操作等等。十分适合初学者。-VC 100 cases. Contains many examples of the many aspects, such as editing interface, file manipulation, and so on. Very suitable for beginners.
C++0.3
- VC++编程100例。包含了很多的实例,包括了很多方面,如界面编辑,文件操作等等。十分适合初学者。-VC 100 cases. Contains many examples of the many aspects, such as editing interface, file manipulation, and so on. Very suitable for beginners.
C++0.4
- VC++编程100例。包含了很多的实例,包括了很多方面,如界面编辑,文件操作等等。十分适合初学者。-VC 100 cases. Contains many examples of the many aspects, such as editing interface, file manipulation, and so on. Very suitable for beginners.
C++0.5
- VC++编程100例。包含了很多的实例,包括了很多方面,如界面编辑,文件操作等等。十分适合初学者。-VC 100 cases. Contains many examples of the many aspects, such as editing interface, file manipulation, and so on. Very suitable for beginners.
vc++1
- VC 源代码 --- --- --- --- --- --- --- -- dswRename_src.zip 一个可以重命名workspace的程序。 simplecomserver_src.zip 演示了如何生成一个COM组件。 consolePipe_src.zip consolePipe_demo.zip 用图形界面的程序装载控制台程序并接收控制台程序的输出。 TiffToP
c++
- 提供初学者对VC++的认识和编程和提高,有例题源代码和实验参考程序!
89346485anticihASM
- C编译器源代码,使用vc 值得研究
MP3(VC+汇编写的)元码
- 本程序**%100汇编语言**编写。 编译器: <<-----MASM6.14----->> 编辑器: <<---EditPlus2.10c--->>(IDE)-the procedures ** ** 0 assembler language preparation. Compiler : lt; Lt ;----- MASM6.14 - ---- gt; Gt; Editors : lt; Lt; EditPlus2 .10 c --- ---
vc++footballmatch
- 机器人足球赛比赛平台源代码,适用于五人制足球赛,没有密码,内附说明。-Robot soccer competition platform source code, apply to Five-man football, there is no password, containing a note.
vc
- 小型公司工资管理,适合用与中小企业。是用c++写的用到文件流-小型公司工资管理小型公司工资管理,适合用与中小企业。是用c++写的用到文件流
vc
- 有关摄像头的C++语言程序,缺少一个头文件,无法运行,仅作参考-the code of camera
VC
- 用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
Graphic
- VC/C++源码,图形处理,图形绘制Graphic 用VC画直线、画椭圆、画矩形、画点,选择所要绘制的图形,拖动鼠标即可完成绘制,同时程序还演示了如何读取和写入TXT文件。-VC/c++ source code, graphics processing, graphics rendering with VC Graphic painting line, painting elliptic, painting rectangular, painting point, choose to draw
wuziqi-VC
- 五子棋,基于C语言编写的。给大家毕业设计用。-Backgammon, based on the C language. For everyone graduated designed.
MTAS
- :VC/C++源码,数据库应用,辅助教学系统 大学辅助教学系统VC++版,用来添加和管理课件、管理课程安排等,这是一个书中的实例项目,源代码VC6.0编写,数据库为access,用VC6.0打开后,可直接编译本源程序。-: VC/C++ source code, database applications, and Assisted Instruction System University assisted teaching system VC++ version used to ad
GraduDeMIS
- VC/C++源码,数据库应用,毕业设计,双选系统“注册新的老师分组”提供注册功能-VC/C++ source code, database applications, graduation design, dual election system registered a new teacher split the class into groups and provides registration function
C-and-assembly
- C++和汇编语言程序的相互调用。在VC中编译。-C and assembly language as caller to call each other.
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.)