-
AFS600
基于Fusion系列AFS600的FPGA的51核,在板子上试过,可以对51核写1602的显示程序,就可以显示了,也可以写其他的51程序。-AFS600-based Fusion Series of FPGA 51 nuclear, tried on the board, you can write 1602 on 51 of the display of the nuclear program, we can show that we can process other 51.
- 2023-03-15 13:05:05下载
- 积分:1
-
使用没有连接到数据库的 DBGrid 演示.zip
使用没有连接到数据库的 DBGrid 演示.zip-use of the database is not connected to the DBGrid demonstration. Zip
- 2023-06-07 03:45:03下载
- 积分:1
-
谁都想做3D游戏,但是谁都知道3D编程和2D编程是不同的。
做2D游戏只要有一个画点函数就什么都有了。变化很少,无非就是几个alpha混来混去的,就那么...
谁都想做3D游戏,但是谁都知道3D编程和2D编程是不同的。
做2D游戏只要有一个画点函数就什么都有了。变化很少,无非就是几个alpha混来混去的,就那么些东西,经过这么多年,早就被大家玩透了。
但是3D不同,它复杂,需要一大堆理论知识,点、线、面、向量、矩阵、材质、贴图、灯光……
光这些术语就够让人一个头两个大了,更别说要用程序来表现这些东西。
但是现在想要做游戏,3D还真不能不学,我就正开始学3D编程。
"什么?你都才开始学3D就敢写文章骗钱了!"
(台下番茄、鸡蛋如流星雨般袭来……)
嘿嘿,大家先听我说。由于我这个人比较懒,想学东西但是又缺乏毅力,常常是半途而废,所以想给自己一点压力,把学习的过程写出来让大家监督、督促我,让我能坚持把3D编程学完,学好。
而那些和我一样想学3D编程的家伙,也可以通过这篇教程入门。至于高手们,就劳烦各位该干嘛干嘛去吧,别在这里浪费时间。
-3D Gram Programing
- 2023-07-25 08:55:04下载
- 积分:1
-
C++开发的。农夫过河。一个农夫带着一只狼,一只羊和一些菜过河。河边只有一条一船,由 于船太小,只能装下农夫和他的一样东西。在无人看管的情况下,狼要吃羊,羊要吃...
C++开发的。农夫过河。一个农夫带着一只狼,一只羊和一些菜过河。河边只有一条一船,由 于船太小,只能装下农夫和他的一样东西。在无人看管的情况下,狼要吃羊,羊要吃菜,请问农夫如何才能使三样东西平安过河。
-C development. Farmers across the river. A farmer with a wolf, a goat and some vegetables across the river. Only a river boat, the boat is too small to install under the farmer and his thing. Unattended circumstances, the wolf to Qiyang, the sheep to the meal, ask the farmers how to make three things safely across the river.
- 2022-06-01 15:13:42下载
- 积分:1
-
这个一款BREW手机游戏,游戏主要目的就是玩家扮掩消防员的角色,将大楼中的火扑灭,救出围困在大火中的人们...
这个一款BREW手机游戏,游戏主要目的就是玩家扮掩消防员的角色,将大楼中的火扑灭,救出围困在大火中的人们-the new BREW phones, games, is aimed mainly at gamers play the role of fireman exposure to the building fire out and rescued trapped in the fire of people
- 2022-05-25 12:49:30下载
- 积分:1
-
介绍了软件工程的方法,用ROSE选课系统指导步骤...要用ROSE打开,并不完全,要自己修正,给你们当做指导....
介绍了软件工程的方法,用ROSE选课系统指导步骤...要用ROSE打开,并不完全,要自己修正,给你们当做指导.-introduced a software engineering method, the guidance system ROSE Course steps ... to use ROSE opened, is not entirely to their own amendments, as a guide to you.
- 2023-08-29 07:55:03下载
- 积分:1
-
图标和位图
系统图标参考,里面包含多种bmp格式的图标,如主页,设置等-icon and bmp
- 2022-01-26 07:18:00下载
- 积分:1
-
非常方便的滤波器设计软件,能方便的设计出多种滤波器。
非常方便的滤波器设计软件,能方便的设计出多种滤波器。-Very convenient for filter design software, to facilitate the design of a variety of filters.
- 2023-02-05 19:40:03下载
- 积分:1
-
Neusoft embedded programming training, quality is very good, well
东软嵌入式编程培训,质量非常不错,著名公司的质料,对编程非常有帮助-Neusoft embedded programming training, quality is very good, well-known companies of the material, on the programming very helpful
- 2022-10-10 10:40:04下载
- 积分:1
-
procedures purpose : to bring in a maze of arbitrary size, with a stack get out...
程序目的: 输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并 显示在屏幕上。 程序实现: 可以实现载入迷宫和保存迷宫,附带文件中有4个测试迷宫路径的 文件test1~4.dd。请将这些文件拷贝到TC当前目录下,或者在载 入时写明完全路径。由于屏幕大小的限制,当用户自己输入迷宫 时一定要注意:迷宫大小是有限制的,不小于4*3,不大于30*20。 否则会出现错误信息。输入开始时全是墙,用上下左右键移动, 用Del键删除墙,形成通路,用Enter键添加墙。输入结束时可以 将迷宫保存下来,以dd为扩展名。输入完毕时用F9键来得到结果, 找到路径时,屏幕下方会出现Path found,否则出现Path not found。 程序经Turbo C 2.0编译调试成功。运行时不用添加任何运行库。 不可以在VC上编译。-procedures purpose : to bring in a maze of arbitrary size, with a stack get out of the maze of trails and on the screen. Program : can achieve and preserve the printed maze maze, the accompanying documents were four test maze of trails to document test1 4.dd. I would be grateful if those files are copied to the TC current directory, or in the state when fully contained path. Due to restrictions on the size of the screen when the user input labyrinth must pay attention to : the size of the maze is a restriction, not less than 4* 3, not more than 30* 20. Otherwise there will be a wrong message. At the beginning of the importation of a
- 2022-07-05 03:20:50下载
- 积分:1