搜索资源列表
TrueColors_demo
- The effect you would like to display to the user, usually indicating what would happen if a drop occurred at this point with the selected data. Typically, this is the value returned by the most recent call to CView::OnDragEnter or CView::OnDragOver.
mergeosrt
- 申请空间,使其大小为两个已经排序序列之和,该空间用来存放合并后的序列 设定两个指针,最初位置分别为两个已经排序序列的起始位置 比较两个指针所指向的元素,选择相对小的元素放入到合并空间,并移动指针到下一位置 重复步骤3直到某一指针达到序列尾 将另一序列剩下的所有元素直接复制到合并序列尾-Application space, so the size of the two already sorted sequences, and, after the merg
move
- 用OpenGL 编的 一个简单的可以行走的机器人-a moving robot
Widrow-Hoff-Training-Method
- The WH class is an implementation of the Widrow-Hoff. The Widrow-Hoff (WH) algorithm, often called Least Mean Square (LMS), is an online-algorithm. The WH can be interpreted as a gradient descent procedure on the error space. In other words, the
chess-C
- 该项目系在Visual Studio.net 2003下所建的Win32控制台项目(使用其它版本的编译器只需新建一个Win32控制台项目,然后逐一加入所有的.cpp文件和.h文件即可),其目的只是简单地测试引擎。因而该程序不提供用户着法的合法性检测,以及棋局的结束处理等。 下棋方式: 用户按输入起点坐标、终点坐标的方式下棋; (棋盘左下角计作(0,0),右上角计作(8,9)) 同样,程序反馈起点坐标、终点坐标作为计算机方的走棋行为。 例如: 用户第一步走:炮二
playmove-by-note
- 用记事本放电影,一个简单小程序,可以供初学者学习-play move by note,a sample example,can be for newer
fileOperate
- windows文件操作,文件移动、删除操作-windows file operations, file move, delete operation
Win8-move-desktop-icons-game
- windows8 下 移动桌面图标游戏 兼容win7 一个cpp文件 企鹅飞“翔”——炸弹人游戏 ----By PL23K-Windows8 move desktop icons game cpp files compatible with win7 a penguin fly "Raymond"- Bomberman Game---- By PL23K
maze
- 完成迷宫程序的设计 输入 从maze.txt文件读入迷宫,格式如下 其中第一行为迷宫的阶数N,接下来是一个N*N的矩阵代表迷宫,0为路径,1为障碍物。 实验要求 要求自学查询技术文档,利用STL 的stack 类,完成以下要求的功能: 1. 打印迷宫: DisplayMaze()或者重载<< 其中(1,0)位置和(N-2,N-1)位置打印“=>,其余的1的位置打印“##”,0的位置打印“ ”(两 个空格),注意每个位置都是两个字符。 打印示例
WINDOWvs2008
- vs2008实现的程序,可在客户区移动窗体又可以实现鼠标右键功能-implement in vs2008, not only can move window but also implement right key function
Cellular_Automate
- A Cellular Automate Simulator which is implemented with the use of a STL-Container and with the use of an array. Good for educational purposes, to learn how to use the copy- & move semantics, as well as the R- and L-Values in C++.
source
- Controls: Left mouse click to move the viewport Right mouse click to zoom in Escape key to exit Space key to reset to the default viewport Left/Right cursor keys to cycle through the color maps Up/Down cursor keys to cycle through t
Proj1_skeleton
- Project 1 Code. A program that opens different obj files and draw them. In addition to that, it also calculate the flat and smooth shading of the object being drawn.You can also move the object around, rotate it, and make it bigger or smaller.
Clock_project
- 题目:图形时钟 在屏幕上显示一个图形时钟(用程序绘制一个与时钟样式相似即可),时间与系统时间一致,且要随着时间的走动准确的走动。要求将时针、分针、秒针的特性封装成类,并利用继承关系。-Topic: graphical clock Displays a graphical clock on the screen (with the procedures for drawing a style similar to and clock), time and the system tim
mayz
- this a simple mase game. in this 0 is road and 1 is wall. and the mouse can not move in diagonal road. if we enter a matrix of 0 and 1 with diagonal roads the program will be crashed or not respond if we enter a correct matrix the program will be pri
Model-answer
- 4.24 (Knight’s Tour) One of the more interesting puzzlers for chess buffs is the Knight’s Tour problem, originally proposed by the mathematician Euler. The question is this: Can the chess piece called the knight move around an empty chessboard and
migong
- 这个程序是利用控制台应用程序制作的一个简单的迷宫程序,利用“WASD”来控制对象移动-This program is a simple maze procedure using the console application, the use of WASD to control the object to move
Handle-remote-control-car
- MFC程序,实现手柄控制,蓝牙模块与robocup足球机器人通信,实现手柄控制全方位的移动,转弯,击球动作-MFC program, the realization of the control of the handle, Bluetooth module and the RoboCup soccer robot communication, to achieve the full range of the handle to move, turn, kick ball
compress_left.c
- Converts the unsigned integer k to binary character form with a blank after every fourth digit. Result is in string s of length 39. Caution: If you want to save the string, you must move it. This is intended for use with printf, and you can hav
hannuota
- c语言实现汉诺塔,有三根杆子A,B,C。A杆上有N个(N>1)穿孔圆盘,盘的尺寸由下到上依次变小。要求按下列规则将所有圆盘移至C杆:提示:可将圆盘临时置于B杆,也可将从A杆移出的圆盘重新移回A杆,但都必须尊循上述两条规则。问:如何移?最少要移动多少次?-c language HANOR has three poles A, B, C. A bar there are N (N> 1) perforated disk, the disk size bottom to top smal