-
AT24C02 such 24Cxx Series Universal I2C bus to read and write procedures
AT24C02等24CXX系列I2C通用总线读写程序-AT24C02 such 24Cxx Series Universal I2C bus to read and write procedures
- 2022-08-08 01:51:37下载
- 积分:1
-
操作优化算法的分析步骤的BFGS方法是性的实例
最优化方法作业 BFGS方法 有算法分析 步骤 实例 实验结果和C++源程序-Operations optimization algorithm analysis step BFGS method is an instance of experimental results and the C++ source code
- 2022-01-22 01:32:48下载
- 积分:1
-
抓包代码
那段代码,是我自己写的。这两个是东西是完成SEND和RECV两个地方,所以返回的地址不一样。这才搞出来那么多代码来...
抓包代码
那段代码,是我自己写的。这两个是东西是完成SEND和RECV两个地方,所以返回的地址不一样。这才搞出来那么多代码来-Capture code that code, I wrote it myself. These are two things to complete and Recv SEND two places, so not the same as the return address. This engage in so much code out to
- 2022-01-31 10:36:10下载
- 积分:1
-
c编程技巧100之5
c编程技巧100之5-hundred five
- 2022-07-15 04:41:50下载
- 积分:1
-
本人初学VB的处女作!
带单机的端口扫描功能,和端口监听等功能!由于是处女作,有点幼稚,但
希望能给大家带来方便!...
本人初学VB的处女作!
带单机的端口扫描功能,和端口监听等功能!由于是处女作,有点幼稚,但
希望能给大家带来方便!-I Beginners VB debut! With single port scanning feature, and port monitoring functions! Since debut, a bit naive, but I hope that we can bring convenience!
- 2022-04-14 09:50:10下载
- 积分:1
-
altec companies from the editors introduced a vhdl language software for beginne...
由altec公司编辑的一个介绍vhdl语言的软件,适合初学者使用-altec companies from the editors introduced a vhdl language software for beginners
- 2022-05-21 00:26:56下载
- 积分:1
-
一个完整的对象跟踪方法,使用一个球的例子,它也处理…
A complete methodology for object tracking using a ball example and it also deals in reducing run time by using an optimized colour detection based algorithm
- 2022-02-02 23:08:42下载
- 积分:1
-
可以编辑的msflexgrid的VB源码,密码为peng
可以编辑的msflexgrid的VB源码,密码为peng-can edit the msflexgrid VB source code, passwords peng
- 2022-08-18 03:37:01下载
- 积分: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
-
Yet another Java implementation for the addictive Minesweeper game. This game co...
Yet another Java implementation for the addictive Minesweeper game. This game comes with a number of options unavailable in Windows s version, such as allowing more than one mines in a square. -Yet another Java implementation for the addictive Minesweeper game. This game comes with a number of options unavailable in Windows s version, such as allowing more than one mines in a square.
- 2022-09-23 19:20:03下载
- 积分:1