-
伤心森林留言本 MD5 校验: 6fba55b713119dfa46a8118a09845643
伤心森林留言本 MD5 校验: 6fba55b713119dfa46a8118a09845643 -sad voice of the forest MD5 checksum : 6fba55b713119dfa46a8118a09845643
- 2023-01-19 12:45:03下载
- 积分:1
-
UNIX模拟系统模拟得很完善!
UNIX模拟系统模拟得很完善!-写的很好 !
- 2022-01-25 15:09:14下载
- 积分:1
-
这个是采用欧氏距离下的K
这个是采用欧氏距离下的K-means算法的matlab实现-this is the Euclidean distance between the K-means algorithm to achieve the Matlab
- 2023-04-25 19:35:03下载
- 积分:1
-
Packet tools (latest version)
封包工具(最新版)-Packet tools (latest version)
- 2022-02-13 17:24:12下载
- 积分:1
-
通过菜单的start 来开启一个线程程,以及停止功能来停止一个线程,同时可以开启多个线程,来实现界面图形多个时钟功能...
通过菜单的start 来开启一个线程程,以及停止功能来停止一个线程,同时可以开启多个线程,来实现界面图形多个时钟功能-Through the start menu to open a thread process, as well as the stop function to stop a thread, multiple threads can be opened at the same time, to achieve graphical interface features a number of clock
- 2022-08-08 06:44:12下载
- 积分:1
-
一些LabVIEW的源代码
some labview source code
- 2023-04-28 03:50:03下载
- 积分:1
-
八皇后经典问题 输出任一种解
八皇后经典问题 输出任一种解-eight Queen"s classic output as a Solution
- 2023-04-05 04:35:03下载
- 积分:1
-
literacy Windows hardware tools. RW
Windows下读写硬件的工具.
RW - Read & Write utility, for hardware engineers, firmware (BIOS) engineers, driver developers, QA engineers, performance test engineers, diagnostic engineers, etc., This utility access almost all the computer hardware, including PCI (PCI Express), PCI Index/Data, Memory, Memory Index/Data, I/O Space, I/O Index/Data, Super I/O, Clock Generator, DIMM SPD, SMBus Device, CPU MSR Registers, ATA/ATAPI Identify Data, ACPI Tables Dump (include AML decode), Embedded Controller, USB Information and LPT Remote Access. And also an Command Window is provided to access hardware manually.-literacy Windows hardware tools. RW- Read
- 2022-06-13 01:58:24下载
- 积分: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
-
LCD1602显示+串口接收温度
LCD1602显示+串口接收温度该程序从串口接收数据,通过LCD显示数据。在LCD的第一行显示出来, 当数据过多时(超过16个字符),LCD第一行将会被覆盖。
- 2022-04-20 14:52:50下载
- 积分:1