搜索资源列表
alemoNEW
- 机器学习课要求编写3*3棋盘对弈程序。 该程序中一个对弈者通过神经网络方式实现 另一个通过机器学习的方式加以改进-3*3 chessboard vs program.One player is implement by neural net ,the other is implement by machine learning.
0101函数模板
- 在vs.net2002平台实现。模板函数的实现,是学习com+技术的基础。-in vs.net2002 platform. Template function of the realization of learning com technology is the foundation.
dijiesiktra
- 按路径长度递增次序产生最短路径算法: 把V分成两组: (1)S:已求出最短路径的顶点的集合 (2)V-S=T:尚未确定最短路径的顶点集合 将T中顶点按最短路径递增的次序加入到S中, 保证:(1)从源点V0到S中各顶点的最短路径长度都不大于 从V0到T中任何顶点的最短路径长度 (2)每个顶点对应一个距离值 S中顶点:从V0到此顶点的最短路径长度 T中顶点:从V0到此顶点的只包括S中顶点作中间 顶点的最短路径长度 -
Dijkstra
- 1 将顶点集V分成 S(开始只包含源点, S包含的点都是已经计算出最短路径的点) 和 V-S 集合(V-S 包含那些未确定最短路径的点) 2. 从V-S中选取这样一个顶点w: 满足经过S集合中任意顶点 v到w 的路径最短, 即 满足( 源到v的路径 + v到w的路径) 最小的那个w. 其中v 属于S, w属于S-V。将w 加入S, 并从V-S中移除w. 3. 如此反复,直到V-S变空集为止-1 to the vertex set V into S (the beginni
SQList
- C语言在VS中实现顺序表的插入、删除、输出函数!-In the VS C language to implement the order form insert, delete, output function!
LinkList
- 在VS中实现的链表,有插入和删除的函数功能。-Implemented in the VS list, there are insert and delete functionality.
change_cout
- 在vs下建立控制台项目 改变cout输出到指定文件-change cout
1b7488b8cea0
- VS 2005 实现的图书管理系统 可运行-Library management system implemented in VS 2005 can run
Lexical-analyzer(cPP)
- vs环境下,用c++实现的一个简单的词法分析器。-vs environment, with c++ achieve a simple lexical analyzer.
tanchishe
- 一个简单的vc++控制台贪吃蛇程序。如vs2005及以上vs出现如warning C4996的警告: 1.在预编译头文件stdafx.h里(注意:一定要在没有include任何头文件之前)定义下面的宏: #define _CRT_SECURE_NO_DEPRECATE 2.#param warning(disable:4996) 3.更改预处理定义: 项目->属性->配置属性->C/C++ -> 预处理器 -> 预处理器定义,增加_CRT_S
DES
- 标准DES算法,控制台操作可对任意文件进行加解密,没有错误和BUG,代码都写有注释。使用C-Free,VS或VC++都可以进行编译。-Standard DES algorithm, console operator can encrypt and decrypt any file, no error and BUG, code written comments.
menu-systemV1.0
- 基于VS 2010的文本菜单系统,理论上最大可以实现1~255个菜单级数和目录数-VS 2010 text-based menu system, you can achieve a theoretical maximum ~ 255 menu progression and directories
demo
- 各种vs的编码源程序,下载后绝不后悔,非常有用的一组编码。-Various vs encoding source, download never regret very useful set of codes.
phonenumber-vs-words
- 电话号码对应的英文单词,递归与非递归 ,-Telephone number corresponding English words, recursive and non-recursive, recursive and non-recursive
pid_c
- 一段PID控制的C++程序,可以在VS上实现。-PID control C++ some procedures can be implemented on VS.
access
- vs 2008开发的微软access数据库的使用,包括数据库连接,建立,SQL语句的使用-the method of access, include create connect and SQL sentence
QuickSort
- 在VS 2008中,用C语言写的快速排序算法。不用多余的数组,直接对原数组进行排序。在递归调用中,对于【数组组就是数组首地址】的理解会更加通透。-In VS 2008, using C language to write quick sort algorithm. No extra array directly to the original array to be sorted. In the recursive call, the group is the first address of
tuxiangfenge
- vs开发环境简便快捷是实现图像分割的C++程序-vs development environment is simple and quick to achieve image segmentation program C++
light
- 应用于控制台的红绿灯程序。此程序是用vs c#编写,主要运用控件是timer控件。该空间对时间进行计算,得到红绿灯的装换。-traffic lights
Classattendance
- 运用vs上的控制台编译。主要功能是用于上课点名用的。并且点名时名字是随机出现的。-Class attendance