-
仿俄罗斯方块写的多色方快游戏,c#源代码,建议刚学c#游戏编程的朋友看下...
仿俄罗斯方块写的多色方快游戏,c#源代码,建议刚学c#游戏编程的朋友看下-imitation of the Russian block was fast multicolor side games, c# source code, proposed just learning the game c# programming friend glance
- 2022-03-24 08:18:16下载
- 积分:1
-
基于DSP语音录放实验,基于TI C5416平台实现!
基于DSP语音录放实验,基于TI C5416平台实现!-DSP-based audio playback experiments, based on the TI C5416 platform!
- 2023-06-15 02:25:03下载
- 积分:1
-
本程序实现基数排序,冒泡排序和快速排序.另外实现了顺序查找和折半查找...
本程序实现基数排序,冒泡排序和快速排序.另外实现了顺序查找和折半查找-This procedure realize Radix Sort, Bubble Sort and Quick Sort. Also realize half of the order of search and search
- 2022-03-21 11:41:24下载
- 积分:1
-
24*2发4黑中体 汉字库,以txt结尾但不是文本文件
24*2发4黑中体 汉字库,以txt结尾但不是文本文件-24* 2 4 black hair-Store, in the end txt but not text files
- 2022-04-10 15:20:49下载
- 积分:1
-
能自动设计出最佳的文丘里管,只需进口的参数即可。
能自动设计出最佳的文丘里管,只需进口的参数即可。-Can automatically design the best Venturi tube, simply import the parameter.
- 2022-01-31 03:10:31下载
- 积分:1
-
自己做的演示PPT,用于介绍NS2模拟器的基本知识,并在最后用NS2模拟MTE,LEACH和LEACH...
自己做的演示PPT,用于介绍NS2模拟器的基本知识,并在最后用NS2模拟MTE,LEACH和LEACH-C协议,对他们进行了比较。-Make their own presentation PPT, used to introduce the basics of NS2 simulator, and in the final with the NS2 simulation MTE, LEACH and LEACH-C protocol, they were compared.
- 2023-06-10 08:40:03下载
- 积分:1
-
数字信号处理课程的有关实验,分为两部分,这是第儿部分
数字信号处理课程的有关实验,分为两部分,这是第儿部分-Digital signal processing courses offered by the experiments, divided into two parts, this is the first part of child
- 2022-01-31 22:31:57下载
- 积分:1
-
将24位的图片转换成16位图片,可以保存为二进制代码,十六位代码...
将24位的图片转换成16位图片,可以保存为二进制代码,十六位代码-24 images will be converted into 16 images, you can save it as a binary code, 16 code
- 2022-08-10 22:57:11下载
- 积分:1
-
汉字的处理的C 程序
汉字的处理的C 程序-characters of C Program
- 2022-12-05 22:15:07下载
- 积分:1
-
编写语法分析程序,实现对算术表达式的语法分析。要求所分析算数表达式由如下的文法产生:
E...
编写语法分析程序,实现对算术表达式的语法分析。要求所分析算数表达式由如下的文法产生:
E->E+T|E-T|T
T->T*F|T/F|F
F->id|(E)|num-Write parser to achieve parsing of arithmetic expressions. Requirements analysis arithmetic expressions generated by the following grammar: E-> E+ T | ET | T T-> T* F | T/F | F F-> id | (E) | num
- 2022-05-14 08:22:03下载
- 积分:1