搜索资源列表
TC_russia
- 基于Turbo C 2.0环境的俄罗斯方块游戏程序-Turbo C 2.0 on the environment Tetris Games
SGA2.0
- 遗传算法 2.0版本 非常有效的进化搜索算法 实现简单
2
- 用回溯解背包问题 假设有n件物品,定义一个结构体a[]来存储,结构体有两个成员weight和value(weight表示重量,value表示价值)先定义一个数组col[]表示每个物品当前状态(为1表示被选,为0表示未被选),其初值全为1,从下标为0开始遍历,当前所选物品总重和总价值分别设为tw和tv(初值均为0),背包的限重设为limit,若第i个物品满足tw+a[i].weight<=limit且col[i]==1 就将a[i].weight和value加入tw和tv,否则col[i]设
avce00-1.2.0.tar
- GIS相关工具,可以把e00和 Coverage 文件进行互转-GIS tools, and can e00 files Cross Coverage
Windows时钟
- 一个用Turbo C 2.0编的WINDOWS时钟,界面精美 -超酷,值得学习和参考-a Turbo C 2.0 with the Windows series clock interface beautifully-cool, it is worth learning and reference
背包问题2 递归
- 一个0-1背包问题的C++实现,背包的容量为t,各物品的重量分别为w1,w2。。。wn,找一个能装下最大重量的物品组合,用递归形式的贪心法实现-a 0-1 knapsack problem of C achieved, the capacity for backpack t, the weight of the items were w1, w2. . . Wn, one can find the largest installed under the weight of goods portf
LKHWin-2.0.3
- Lin kernighan Algorithm by umair
pdflib-4.0.2
- PDFlib 4.0 开发包(来自于VC知识库)-PDFlib 4.0 development kit (from VC Knowledge Base)
115157703setupBarII_v4.2
- 条形屏控制软件,可以根据文字,图片,控制LED控制板显示LED-Bar screen control software may be based on text, images, control, LED control panel display LED
sport
- 参加运动会有n个学校,学校编号为1……n。比赛分成m个男子项目,和w个女子项目。项目编号为男子1……m,女子m+1……m+w。不同的项目取前五名或前三名积分;取前五名的积分分别为:7、5、3、2、1,前三名的积分分别为:5、3、2;哪些取前五名或前三名由学生自己设定。(m<=20,n<=20) 功能要求: 1) 可以输入各个项目的前三名或前五名的成绩; 2) 能统计各学校总分, 3) 可以按学校编号或名称、学校总分、男女团体总分排序输出; 4) 可以按学校编号查询
Emgu.CV.x86_2.0.1.0_windows_installer
- the emuge cv is the free c# wrapper for using opencv in dot net plateform c#-the emuge cv is the free c# wrapper for using opencv in dot net plateform c#......
velodyne-driver-1.0.tar
- README for Velodyne Driver Table of Contents: 1. Installation 2. Test Usage 3. API Installation: To install, download the tarball or checkout the source code run the following
Chapter-2-Source-Code
- this code for ds malik book chapter no 2.these codes are written in c++.-this is code for ds malik book chapter no 2.these codes are written in c++.
clucene-core-2.3.3.4_bak
- clucene-core2.3.3.4 source code and the complied program
2
- 在控制台窗口中输出颜色方阵,采用C++6.0编程-In the console window output color matrix, using C++6.0 programming
fasfklhsdg
- 让初学者从 Turbo C 2.0(以下简称 TC) 或 Borland C++ 3.1 开始学编程是个不错的建议,只是 TC 的环境实在太老了,复制粘贴都很不方便。有一个 Win-TC,简单用了一下,实在是个害人的东西,还不如 TC 好呢,因为它简化了所有调试的部分(或许是我没看到?),而调试是写程序相当重要的一部分。 不少老师直接拿 VC6 来讲 C 语言的,因为 VC6 的编辑和调试环境都很优秀。只可惜在 VC6 下只能做一些文字性的练习题,想画条直线画个圆都很难,还要注册窗口类
lua-5.2.1.tar
- lua5.2.1最新源码(2012-06-08)。它是一个扩展式程序设计语言,被设计成支持通用的过程式编程,并有相关数据描述的设施。 Lua 也能对面向对象编程,函数式编程,数据驱动式编程提供很好的支持。它可以作为一个强大、轻量的脚本语言,供任何需要的程序使用。 Lua 以一个用 clean C 写成的库形式提供。(所谓 Clean C ,指的 ANSI C 和 C++ 中共通的一个子集) 作为一个扩展式语言,Lua 没有 "main" 程序的概念:它只能 嵌入 一个宿主程序中工作,这个宿主程序
2
- 有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? -1, 2, 3, 4 numbers, how many can be composed of different from each other and no redundant digital three figures? All is a number?
Expression-evaluation
- 输入中缀算术表达式S,S中的操作数为非负整数,只含+,-和*,/运算,也可能含有括号(),运算符的计算顺序和实际四则运算的计算顺序相同. 输出表达式S的值. 注意除法运算只取整数部分,例如1/2=0. Input 输入有多组数据. 每组数据是一个算术表达式S,S的长度不超过100. 输入的S保证合法,而且不包含多余的空格或制表符. S的操作数、中间结果和最终结果都不会超过int类型的范围,也不会出现除数为0的情况. 输入以#号结束. Output 对于每个算术表达式S,输
Face
- 人脸识别的源码,将识别到的人脸用方框标识出来,开发环境为VS2010+opencv2.2.0-Recognition of the source, will recognize the face with a box to mark out the development environment for VS2010+opencv2.2.0
