搜索资源列表
conio
- Console I/O for Win32 as it was back in good old DOS times. Contains functions as clrscr, gotoxy etc.
PrinterCfg
- How to control printing from DOS app. This example take control from old app DOS matrix printer 120 columns to LaserJet Printer under Windows. Work fine !
get_name
- 根据你的姓,输出最佳名字笔画组合(仅限名字为三个的):起因在给孩子取名时迷信了一次,从一本老的算命书上有取名的(5格):天格、地格、人格、外格、总格,但光脑子想得出的名字总是得不到好的分数,于是写了程序来得到最佳笔画组合-Based on your last name, the name of strokes in the best combination of the output (only name three of): the causes of the kids picked the
snake
- It is a version of the old famous game <snake> that is implemented with C++.
atm2_0
- 个人写的一个控制台 ATM,仅供初学者参考,老鸟就别下了-Personal writing a console ATM, only advanced users, the old bird down on the other
fasfklhsdg
- 让初学者从 Turbo C 2.0(以下简称 TC) 或 Borland C++ 3.1 开始学编程是个不错的建议,只是 TC 的环境实在太老了,复制粘贴都很不方便。有一个 Win-TC,简单用了一下,实在是个害人的东西,还不如 TC 好呢,因为它简化了所有调试的部分(或许是我没看到?),而调试是写程序相当重要的一部分。 不少老师直接拿 VC6 来讲 C 语言的,因为 VC6 的编辑和调试环境都很优秀。只可惜在 VC6 下只能做一些文字性的练习题,想画条直线画个圆都很难,还要注册窗口类
old
- TSP问题遗传算法解决方案。定点交叉,全变异,可得全局最优。-Genetic Algorithm for TSP solution. Point crossover, full mutation, we have the global optimum.
MyShopping
- 北大青鸟我行我素购物管理系统实现控制台进行购物管理的功能,选择商品、购买商品与数量、生成价格-Beida Jade Bird persist in one s old ways shopping management system to achieve a control console for shopping management function, selection of goods, purchase of goods and quantity, generation price
Eight-queen
- 八皇后问题,是一个古老而著名的问题,是回溯算法的典型案例。该问题是国际西洋棋棋手马克斯·贝瑟尔于1848年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法-Eight queens problem is an old and famous, is a typical case of backtracking algorithm The problem is the international chess player
CvvImage
- 好多opencv的应用程序界面中在MFC中显示图像,但是我发现这些显示功能大部分用到了一个叫CvvImage的类,最近使用opencv2.3.1,发现找不到这个类了。 没有具体研究过opencv ,但是opencv在MFC中显示图像需要用的一个叫做CvvImage的类的DrawToHDC()的函数,但是我在2.3.1下却怎么也没有找到这个类,和这个函数。在2.3.1的文档下没有关于这个的任何资料,不知道是不是新版本的opencv去掉了这个类,或者用其他的方式实现了。所以我需要用以前的方式实现这个