-
Information on the java quite a courseware books are based on inside knowledge
介绍有关java的资料 课件 相当一本书籍 里面都是很基础的知识-Information on the java quite a courseware books are based on inside knowledge
- 2023-06-09 11:05:03下载
- 积分:1
-
建立正交频分多路复用(OFDM)系统调制器的仿真模型,并编程给出具有K=10个子信道、符号区间T=100s、采用16点QAM信号时,OFDM系统调制器的输出信号...
建立正交频分多路复用(OFDM)系统调制器的仿真模型,并编程给出具有K=10个子信道、符号区间T=100s、采用16点QAM信号时,OFDM系统调制器的输出信号。-The establishment of orthogonal frequency division multiplexing (OFDM) system, the simulation model of the modulator and the program is given with K = 10 Ge sub-channel, symbol interval T = 100s, with 16-point QAM signal, OFDM system, the modulator output signal .
- 2022-11-19 09:45:03下载
- 积分:1
-
可以产生随机网络拓扑(包括waxman等多种模型)的源码
可以产生随机网络拓扑(包括waxman等多种模型)的源码-can have random network topology (including Ms. various models) FOSS
- 2022-03-23 23:04:56下载
- 积分:1
-
一款较为经典的游戏,有着一定的用户基础。
一款较为经典的游戏,有着一定的用户基础。-one more classic games, there is a certain base of users.
- 2022-02-13 07:30:10下载
- 积分:1
-
音乐类型的好网站
音乐类型的好网站-types of good music website
- 2022-08-19 14:08:31下载
- 积分:1
-
with MFC written pieces of the jigsaw, beginner to write a small program, hope y...
用MFC写的拼图游戏,初学时写的小程序,希望大家喜欢。-with MFC written pieces of the jigsaw, beginner to write a small program, hope you like them.
- 2022-07-12 03:02:02下载
- 积分:1
-
(TC2中包含的头文件集合),有很多经典的头文件,我测试了一下可在VC6中直接调用了。...
(TC2中包含的头文件集合),有很多经典的头文件,我测试了一下可在VC6中直接调用了。-(TC2 contains a collection of header files), there are many classic header files, I tested you can directly call the VC6.
- 2023-01-07 10:50:02下载
- 积分:1
-
196kc作为下微机,与上微机进行串口通信,里面有自定义的协议...
196kc作为下微机,与上微机进行串口通信,里面有自定义的协议-196kc as the next computer, and on a computer, serial communication, which has defined the agreement
- 2022-02-02 00:54:57下载
- 积分:1
-
模拟TV的介绍,对初学者非常有用,文中说了很多基础知识
模拟TV的介绍,对初学者非常有用,文中说了很多基础知识-simulation on the TV, very useful for beginners, the text said a lot of basic knowledge
- 2022-02-06 15:15:43下载
- 积分:1
-
俄罗斯方块,经典游戏。
其中的主要逻辑有:
(1)由于c的随机性函数不好,所以每次游戏开始根据bios时间设置种子。
(2)得分...
俄罗斯方块,经典游戏。
其中的主要逻辑有:
(1)由于c的随机性函数不好,所以每次游戏开始根据bios时间设置种子。
(2)得分越高,方块下降速度越快(每200分为单位)。
(3)每下落一个方块加1分,每消除一行加10分,两行加30分,三行加70分,四行加150分。初试分数为100分。
游戏控制:
up-旋转;空格-下落到底; 左右下方向键-控制方向。P-开始或暂停游戏。 ESC-退出。
特点:
(1)由于tc不支持中文,所以基本都是英文注释。
(2)函数命名尽可能规范的表达其内部处理目的和过程。
(3)代码加上注释仅有577行。(我下载过的两个俄罗斯方块代码一个在1087行,一个在993行,我的比它们代码少)。
(4)除了消除空格时算法比较复杂,其他算法都比较简单易读。
(5)绘图效率和局部代码效率扔有待提高。
(6)FrameTime参数可能依据不同硬件环境进行具体设置,InitGame需要正确的TC路径。-Tetris, classic games.
- 2022-02-20 12:56:31下载
- 积分:1