-
把字库输出的24*24点阵的字符转换成12*24点阵,在逻辑片显示中应用比较合适...
把字库输出的24*24点阵的字符转换成12*24点阵,在逻辑片显示中应用比较合适-The font output 24* 24 dot matrix characters into 12* 24 lattice, in the logic of the application showed more appropriate to
- 2022-03-20 08:09:47下载
- 积分:1
-
Cleanflight 飞控源代码
资源描述CleanFlight是在BaseFlight的基础上改造、优化、提升而成的32位飞控软件
- 2022-01-27 15:04:34下载
- 积分:1
-
很不错的php聊天室源码,提供给大家学习
很不错的php聊天室源码,提供给大家学习-Very good source php chat room, available to everyone to learn
- 2023-08-31 03:35:04下载
- 积分:1
-
可满足性问题(SAT),NP完全问题
并行算法
MPI
可满足性问题(SAT),NP完全问题
并行算法
MPI-satisfiability problem(SAT)
MPI,NP PROBLEM
- 2023-02-13 09:00:03下载
- 积分:1
-
矩陣相乘
矩陣相乘
#include
#include
int m,n,o,p,i,j,k,l;
int main()
{
printf("輸入矩陣A之列數m、行數n及矩陣B之列數o、行數p");
printf("
m=");scanf("%d",&m);
printf("n=");scanf("%d",&n);
printf("
o=");scanf("%d",&o);
printf("p=");scanf("%d",&p);
float a[m][n],b[o][p],c[m][p];
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-07-05 11:05:03下载
- 积分:1
-
一个用汇编编辑得打字训练程序 程序会自动根据你的打字熟练程度加快速度...
一个用汇编编辑得打字训练程序 程序会自动根据你的打字熟练程度加快速度-with a compilation edit typing training procedures will be automatically procedures under your typing proficiency speed up
- 2022-06-15 20:30:26下载
- 积分:1
-
裂缝检测访问了大量的计算机代码,没有测试过
计算机断口检测访问很多代码的,没试用过-Fracture Detection visit a lot of computer code, not tested
- 2023-03-18 20:10:04下载
- 积分:1
-
iso_iec_14496
ISO_IEC_14496-1_2001(E)æ ‡å‡†-ISO_IEC_14496- 1_2001 (E) standards
- 2022-07-02 18:44:53下载
- 积分:1
-
C语言编写的,利用非线性插值发进行网格值插值运算,等价于从新定义数组大小。...
C语言编写的,利用非线性插值发进行网格值插值运算,等价于从新定义数组大小。-prepared by the C language, the use of non-linear interpolation for the grid operator interpolation value, equivalent to the new definition of array size.
- 2022-09-24 09:10:03下载
- 积分:1
-
使用vhdl编写的一段程序。
主要功能是声音周期计算,以区别声音信号与噪音信号。...
使用vhdl编写的一段程序。
主要功能是声音周期计算,以区别声音信号与噪音信号。-vhdl prepared by the use of a procedure. Its main function is voice cycle, in order to distinguish voice signal and the noise signal.
- 2022-12-07 23:50:03下载
- 积分:1