搜索资源列表
VGA_1024×768×85
- 用verilog hdl实现的VGA显示彩条信号,其中包括VGA时序、竖彩条、横彩条、棋盘格
TVTEST
- 电视信号发生器可以产生滚动彩条信号,黑白竖条,棋盘信号,细彩条等,包内含KEIL的工程文件原理图PCB图
traffic_1112
- 一个交通灯的vhdl语言实现 用 VC的 1.在指定的文件夹内查找某个文件 2.获取系统文件夹的路径, 要求显示windows system temp 当前目录的路径 C语言 跳马问题:在5*5的棋盘上,以编号为1的点出发,按日只跳马,要求不重复地跳所有位置,求出符合规则所有跳马的方案 1 6 15 10 21 14 9 20 5 16 19 2 7 22 11 8 13 24 17 4 25 18 3 12
VGA.rar
- VGA彩色信号控制器设计:用VHDL语言编写程序,重点完成三个功能: 1.棋盘格图案显示: 用三基色原理在CRT显示器上显示由横竖八彩条重叠构成的棋盘格图案; 2.在显示器上依次显示0~9十个数字: 每个数字不同颜色,每个显示大约0.4秒,循环显示; 3.显示动画效果: 将静态图像以高频率显示,造成动画效果,最终动态显示OVER结束。,VGA color signal controller design: using VHDL programming language, focusi
fivestone.tar.gz
- 在ARM2410开发板上实现五子棋游戏,游戏采用FrameBuffer机制显示图片和画棋盘,利用小键盘控制下棋,编写算法实现人机对战。,ARM2410 development in the achievement of Gobang board games, games using FrameBuffer mechanism chessboard display pictures and paintings, using a small keyboard to control a game of
vhdl-vga
- VGA 用FPGA驱动VGA显示器并控制部分及横条、竖棋盘格-VGA monitor with a VGA driver and control the FPGA part and the bar, vertical checkerboard
qianrsARM3000wuziqi
- 人人对战五子棋是要两个人对弈的游戏,它用ARM开发板的键盘操作,输入值的范围是1-9:2,4,6,8控制方向,1是左下,3是右下,5是确定,7是左上,9是右上,下的情况直接在开发板的显示屏上显示。 我们的游戏的功能是:一个人先在10*10的棋盘中随便下一棋,另一个人也可以在棋盘中随便下,第一个人下完了,另一个人才可以下,这里有一个权限的交换问题,只要一方有五个相邻的棋子成一条线(上下,左右,斜),就在显示屏中打印出那一方胜,一段时间后,系统自动打印棋盘,新的一局开始。 程序测试数据:
canqueqipan
- 关于残缺棋盘的问题分析,及算法的分析和具体的程序实现-On board the issue of incomplete analysis, and algorithm analysis and specific procedures to achieve
colorful_signal
- 设计并调试好一个VGA彩条信号发生器,并用EDA实验开发系统(拟采用的实验芯片的型号可选Altera的MAX7000系列的 EPM7128 CPLD ,FLEX10K系列的EPF10K10LC84-3 FPGA, ACEX1K系列的 EP1K30 FPGA,Xinlinx 的XC9500系列的XC95108 CPLD,Lattice的ispLSI1000系列的1032E CPLD)进行硬件验证。 设计思路 由系统提供的时钟源引入扫描信号,根据VGA彩色显示器的工作原理,设计出各种颜色编码
knight
- 马的Hamilton周游路线问题,8*8  的国际象棋棋盘上的一只马,恰好走过除起点外的其它63  个位置各一次,最后回到起点。这条路线称为一条马的Hamilton  周游路线。对于给定的m*n  的国际象棋棋盘,m和n均为大于5  的偶数,且|m-n|≤2,该算法找出一条马的Hamilton周游路线。-Hamilton horse travel route problem, the 8* 8 chess board on a horse, just w
h
- 5. 8皇后问题 在一个8×8的棋盘里放置8个皇后,要求这8个皇后两两之间互相都不“冲突”。 -5. 8 Queen' s problem in an 8 × 8 chessboard placed 8 Queen' s, 8' s requirement that 22 is not between " conflict."
vga5
- VGA彩条发生器设计,可实现8条横、竖彩条和多彩棋盘格的显示。经过硬件测试,-VGA Color Bar Generator designed to achieve the eight horizontal, vertical color bars and colorful checkerboard display. After the hardware test,
canqueqipanwenti
- 残缺棋盘(defective chessboard)是一个有2k×2k个方格的棋盘,其中恰有一个方格残缺。图1给出k≤2时各种可能的残缺棋盘,其中残缺的方格用阴影表示。注意当k=0时,仅存在一种可能的残缺棋盘。事实上,对于任意k,恰好存在22k种不同的残缺棋盘。用分而治之方法可以很好地解决残缺棋盘问题。-Incomplete board (defective chessboard) is a 2k × 2k a chessboard squares, of which there is exac
tanshishe
- 这是一个讲解用c语言编写的文章。使用棋盘法的贪吃蛇c代码-This is a talk with the c language articles. Snake using the chessboard method c code
VGA_Ctrl_VHDL
- 使用VHDL在Quartus II环境下实现对VGA接口显示器的控制,显示单色屏、彩条、棋盘格等。-The use of VHDL in the Quartus II environment to realize VGA interface display control, display monochrome screen, color bars, checkerboard grid and so on.
VGA_test
- 基于FPGA设计的一段测试VGA接口的VHDL小程序\功能为在显示器上间隔显示横条、竖条以及棋盘格等彩条信号,希望对初学FPGA驱动VGA接口的电子爱好者有用-FPGA-based design of a VGA interface VHDL test applet \ functions for the intervals shown in the display bar, vertical bars and checkerboard patterns and other signals of
qipan
- 一个检测硬件棋盘的程序,测试压触感应的信号-A test board hardware, procedures, test pressure should be the signal touch
QP
- LPC2132+LCD驱动芯片为ILI9331,黑白方格交替显示,模仿棋盘-LPC2132+ LCD driver chips for the ILI9331, black and white squares alternating display, copy board
WuZiQi
- 自己嵌入式课后的综合作业,完全自己编的五子棋程序,15*15的棋盘,有动画,需要自己下载到嵌入式系统的片外Flash。AI较为智能。-Their after-school comprehensive embedded operating completely on my own series of backgammon program, 15* 15 board, with animation, needs its own download to embedded systems chip Fl
qipan
- 该程序是在QuartusII环境下用VHDL编写的可以在SOPC平台显示棋盘格功能的代码。很好用,欢迎下载。-The program is under QuartusII prepared using VHDL display board in SOPC platform for cell function code. Useful, are welcome to download.