搜索资源列表
VC6.0-MATLAB6.5
- vc++/matlab混合编程~~~~~~很不错的接口-vc++/matlab ~~~~~~ mixed programming interface is pretty good
ClipBoard
- 剪贴板查看程序,可以查看剪贴板。在VC6.0上编程通过 -Clipboard Viewer, you can view the clipboard. At programming through on VC6.0
codehelp
- 程序员可能常有这样的烦恼:编程中经常需要去查阅以前写过 的代码片断,而每次打开代码所在的工程既费时又费力。 知识管理越来越被大家所重视,源代码也应该做为一种知识资 源,纳入知识管理体系中去。CodeHelp 是为了方便程序员更好的管 理自己的源代码而写的一款免费软件。 利用 CodeHelp,可以方便的管理你的各种技术资料和源代码。 CodeHelp 以目录树来管理代码文件,你可以自由定义目录,并 能够自由移动修改,支持无限分支延伸。采用分
MyDraw
- 带光标的绘制直线的程序,平台是Visua c++ ,mfc编程-drawing Line,within MFC,VC6.0
xml
- xml解析vc源代码。在vc6.0++编程读取XML文件-xml parsing vc source code. In vc6.0++ programmer to read XML files
glut-3.7.6
- gult.h 在VC6.0或者更高版本中可以进行OPGL得编程-gult.h in VC6.0 or later can be programmed to OPGL
vc_assitant
- VC++编程小助手,这个软件包含了大部分的库函数,可以让你快速查找函数,熟悉函数的用法,对于编程很有帮助哦。-VC++ programming his assistant, the software contains most of the library function that allows you to quickly find the function, familiar with the function of usage, the program helpful Oh.
VCassist
- 一款vc++6.0配套的软件,并且带注册码,对用vc6.0编程的朋友非常有帮助。-A vc++6.0 package of software, and with a registration code for programming with vc6.0 friends very helpful.
transform
- 在vc6的编程环境下,实现正交变换的一个简单的小程序。-Programming in the vc6 environment, implementation of wavelet transform a simple little program.
PerpetualCalendar_B09020226
- 程序设计试题,在VC6.0环境下实现万年历,C语言编程。-Programming questions, to achieve in the VC6.0 environment calendar, C language programming.
jishuqi
- 使用VC6.0编写的一个纯SDK计算器,可以用来练习SDK编程技术!-Using VC6.0 calculator written in a plain SDK, SDK programming techniques can be used to practice!
Calculator
- 用VC6.0写的简易计算器,写了一个栈模板类,分别存储运算数和运算符,界面与处理分离,对栈的理解和学习有帮助,同时也对MFC编程初级入门者有很好的帮助作用-Write a simple calculator with VC6.0, write a template class stack, respectively, the number of storage operations and operators, separation of interface and handling of th
GPACalculator
- GPA计算器,使用VC6.0编程可以载入分数文件,然后选择合适的算法进行统计分析并输出.-GPA calculator, using VC6.0 programming can load the scores file, then select the appropriate algorithm for statistical analysis and output.
chat
- 简易的聊天小工具,使用VC6.0编程环境,包含源代码,适合初学者学习。-Simple chat tool, using VC6.0 programming environment, including source code, suitable for beginners to learn.
AddressBook
- 简易的通讯录管理系统,使用VC6.0编程环境,包含源码,适合初学者学习。-Simple contact management system, using VC6.0 programming environment, including source code, suitable for beginners to learn.
Library
- 简单的图书管理系统,使用VC6.0编程环境,可以进行相应操作,适合初学者学习。-Simple library management system, using VC6.0 programming environment for the corresponding operation, suitable for beginners to learn.
mfc
- 只是一个基于vc6.0用mfc编程的计算器小软件,可以计算简单的加减乘除平方等-Just a vc6.0 with MFC programming based on the calculator small software can simple calculation of add, subtract, multiply and divide square, etc
programmable-calculator
- 利用SLR实现的可编程计算器,界面是用MFC实现,压缩文件为VC6.0的工程文件。-Use of SLR realization programmable calculator
vc6.0程序百例
- 基于vc++的各种程序编程实例,来编写程序(Programming motion control system based on vc++, MFC)
“数独”游戏VC6.0
- 如,玩家需要根据9×9盘面上的已知数字,推理出所有剩余空格的数字,并满足每一行、每一列、 每一个同色九宫内的数字均含1-9,不重复。 数独的答案都是唯一的,所以,多个解也称为无解。 本图的数字据说是芬兰数学家花了3个月的时间设计出来的较难的题目。但对会使用计算机编程的你来说,恐 怕易如反掌了。 本题的要求就是输入数独题目,程序输出数独的唯一解。我们保证所有已知数据的格式都是合法的,并且题目 有唯一的解。 格式要求,输入9行,每行9个数字,0代表未知,其它数字为已知。