搜索资源列表
187
- 本程序的调试环境为TC2.0或者TC3.0。运行这个程序需要TC提供的几个头文件。建议修改“options”菜单中的“include”目录项指向TC安装目录下的include目录);或者把源程序拷贝到tc目录下运行。 而本章例子中,因为MICROCAD.C内嵌汇编代码,读者要在命令行下输入tcc -B D:\\TC\\source\\MICROCAD\\MICROCAD.C,来编译MICROCAD.C。 注意,在汇编的时候TC要调用TASM.exe。
draw
- 绘图工具+文件保存与读取小程序。压缩包中有详细注释。 使用方法:打开exe文件,可以绘制矩形和直线,也可以选择不画画模式并对界面上的图形进行拖拽,之后有保存和读取功能,文件保存在c盘根目录下。-Drawing Tools+ file and read the small program. Notes compressed package in detail. Usage: Open the exe file, you can draw rectangles and lines, you ca
chap13-src
- windows下C语言编程实现画图程序,附生成的exe程序和源代码-C language programming under windows drawing program, but the resulting exe program and source code
drawchazrt
- 多曲线分析数据,基于C#的多曲线数据分析实例源代码,运行EXE需要用到数据库文件,已放在Database文件夹中,源码测试截图并没有看到多曲线效果,是因为数据库没有附加,有闲暇的亲们可以自己附加上数据库测试一下。-Multi curve analysis data, multi curve data analysis based on the C# source code examples, running EXE need to use the database file, has been
Draw01
- 绘图板系统。实现文件是Draw.c,因为涉及到了图形界面,所以使用Turbo C工具来调试。在运行时,必须将EGAVGA.BGI文 件、.EXE可执行文件和程序文件放在统一目录下。-Drawing board system. The file is Draw.c, because it involves a graphical interface, so the use of Turbo C tools to debug. At run time, must have the EGAVGA.BG
