-
16*16 点阵汉字库 16*8英文字库
16*16 点阵汉字库 16*8英文字库-16* 16 dot matrix character base 16* 8 English font
- 2022-08-07 09:19:22下载
- 积分:1
-
Jbuilder development of a peer
Jbuilder开发的一个P2P文件共享软件!-Jbuilder development of a peer-to-peer file-sharing software!
- 2022-02-03 07:24:39下载
- 积分:1
-
简单的模拟DNA配对的程序,适合初学者,使用c++编写
简单的模拟DNA配对的程序,适合初学者,使用c++编写-Simulation of simple DNA matching procedures, suitable for beginners, using c++ to prepare
- 2022-01-28 12:19:08下载
- 积分:1
-
这是SCST仿真平台机器人足球赛一个参赛队的源代码 . 其中有人工智能的一些算法.
这是SCST仿真平台机器人足球赛一个参赛队的源代码 . 其中有人工智能的一些算法.-simulation platform robot soccer teams one source. These are some of the artificial intelligence algorithms.
- 2022-01-31 17:30:07下载
- 积分:1
-
该程序利用向量V作为依据。生成方循环矩阵
This MATLAB code generates a square circulant matrix using the vector V as the first row of the result if V is a row vector or as the first column of the result if V is a column vector. V may be any numeric data type or a character string.
-This MATLAB code generates a square circulant matrix using the vector V as the first row of the result if V is a row vector or as the first column of the result if V is a column vector. V may be any numeric data type or a character string.
- 2022-12-18 03:50:03下载
- 积分:1
-
用E语言编写的一个简单游戏,第一次做做的不是很好,请多多指教...
用E语言编写的一个简单游戏,第一次做做的不是很好,请多多指教-With E written in a simple game, for the first time doing the not very good, please the exhibitions
- 2022-02-01 18:35:11下载
- 积分:1
-
自考一级考试应用软件
自考一级考试应用软件-an application software
- 2023-03-16 18:15:04下载
- 积分:1
-
CSS模板源代码。您可以使用此文件的源代码来创建你自己的…
CSS templates source codes. You can use this file souce codes to create your own web page.
- 2022-03-07 04:32:30下载
- 积分:1
-
研究浮点运算的工具。在汇编下研究使用浮点运算,分析浮点格式的工具...
研究浮点运算的工具。在汇编下研究使用浮点运算,分析浮点格式的工具-floating-point operations research tool. In the compilation of the research of the use of floating-point operations, analysis tools floating-point format
- 2022-11-19 18:40:03下载
- 积分:1
-
生命进化游戏(The Game of Life) C++程序代码
一种在很多格子里不断进化的生命进化的小游戏。
它的规则是这样的:
对其中一个网格,如果它的邻居少于两个,则它会死于孤独;如果多于三个,它亦会因拥挤而死。只有当它的邻居数等于二或三时它才会生存到下一代;如果某格原先没有细胞,但它有三个邻居时,会繁衍一个新的细胞。
以上是百度到的介绍。这个程序是我自己写的,只用到了,用的是二维数组,在控制台显示,所以范围比较有限。
- 2023-04-18 04:10:03下载
- 积分:1