-
用C语言实现的8位数码管电子钟源代码,很经典,很使用
用C语言实现的8位数码管电子钟源代码,很经典,很使用-Using C language to achieve 8-bit digital tube钟源electronic code, is a classic, it is the use of
- 2023-03-05 21:15:03下载
- 积分:1
-
是一本介绍TUXDO的书籍,是一本很好入门级的书籍。
是一本介绍TUXDO的书籍,是一本很好入门级的书籍。-Is an introduction TUXDO books, is a good entry-level books.
- 2022-12-09 11:00:02下载
- 积分:1
-
BP算法的源代码,很多程序都是用MATLAB工具箱函数…
bp算法的源代码,由于很多程序都是利用matlab工具箱函数做的,不利于是用这个性化设计,对于观察网络内部的结构也带来一定困难,这个算法就可以让社记者跟踪训练过程-bp algorithm source code, a lot of procedures are using Matlab Toolbox function done, then use the negative nature of the design, the internal network for observation of the structure is also a certain difficulties, this algorithm can let reporters tracking the training process
- 2023-05-02 21:55:04下载
- 积分:1
-
一个超小型的UML画图工具,非常使用的,虽然只有几百K,但是能实现基本常用的一些功能...
一个超小型的UML画图工具,非常使用的,虽然只有几百K,但是能实现基本常用的一些功能-a small ultra-UML drawing tools, the very use, although only a few hundred K, But to achieve some basic common functions
- 2022-03-28 14:15: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
-
一个可自我学习的人工智能小模型,可进行训练,也可进行提问。...
一个可自我学习的人工智能小模型,可进行训练,也可进行提问。-a self-learning artificial intelligence model small, it can conduct training, can question.
- 2022-01-28 05:06:35下载
- 积分:1
-
关于鸟的心,时钟的一些有趣的节目,等等,别人做的,就…
一些有趣的程序,有鸟,表,心等,是别人做的,在这用下而已!-some interesting programs about bird ,heart ,colock,and so on,made by others,just for use here!
- 2022-07-09 19:56:45下载
- 积分:1
-
2007年全国数学建题
2007年全国数学建题-Mathematical built nationwide in 2007 title
- 2023-04-09 12:20:03下载
- 积分:1
-
基础学习,是学习数据结构课程所要涉及的相关代码,可做参考...
基础学习,是学习数据结构课程所要涉及的相关代码,可做参考-basic learning
- 2023-07-10 13:05:04下载
- 积分:1
-
这个dll获取硬件信息进行哈希计算。它的出口…
对取得的硬件信息进行Hash的一个DLL,提供了对外的接口供调用-This DLL will get hardware information to make a hash calculation. It exports some interfaces to use.
- 2022-03-11 10:11:05下载
- 积分:1