-
自动基于板卡的人脸识别跟踪系统,可以直接接上USB口的摄像头直接检测人脸...
自动基于板卡的人脸识别跟踪系统,可以直接接上USB口的摄像头直接检测人脸-automatic face recognition-based Card tracking systems that can directly connect to the USB camera directly Face Detection
- 2022-09-06 22:20:05下载
- 积分:1
-
Delphi游戏编程导学,玩游戏,学编程!
Delphi游戏编程导学,玩游戏,学编程!-Delphi Game Programming Guidance, play games, learn programming!
- 2022-06-12 05:31:57下载
- 积分:1
-
系统 MVC (与 JFrame,数据库)
具有图形接口,连接到数据库和一家兽医诊所的 MVC 模式的系统。该系统集成与名为"vaccinare"的数据库。具有创建表和各自领域的文件是在文件中。
- 2022-12-02 05:50:03下载
- 积分:1
-
在该项目中可以看出c#的强大开发 能力
在该项目中可以看出c#的强大开发 能力-in the project can be seen c# strong development capability
- 2022-01-26 06:04:33下载
- 积分:1
-
Frame2d Visual Basic 源代码
此.txt 包含完整的源代码的 frame2d.frm,将转换为.txt 文件。
Frame2d 是一个示例 (示例 8.2 要具体) 问题 介绍的有限元方法在工程 (第三版)
by Tirupathi R.Chandrupatla 和阿肖克 D.Belegundu .
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-03-22 05:15:03下载
- 积分:1
-
mainboard BIOS upgrade tool, more suitable for the use of the old machines! Anot...
主板BIOS升级工具,适合较古老的机器使用!
另一版本8.26版-mainboard BIOS upgrade tool, more suitable for the use of the old machines! Another version of version 8.26
- 2022-08-13 09:07:29下载
- 积分: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
-
programming for office API and so on
programming for office API and so on-programming API for office and so on
- 2022-03-05 07:21:10下载
- 积分:1
-
Prepared using a binary list stored in binary form of the creation, the first se...
1 编写采用二叉链表形式存储的二叉树的创建、先序、中序、后序和按层遍历的算法。
2 编写将一棵二叉树的所有左右子树进行交换的算法。
提示:验证是否交换可以调用二叉树的遍历算法,比较输出结点序列。
3 编写一个主函数,将上面函数连在一起,构成一个完整的程序。
4 调试并运行实验源程序。
-Prepared using a binary list stored in binary form of the creation, the first sequence, the sequence, after the order and by level traversal algorithms. 2 the preparation of a binary tree will be all about the exchange of sub-tree algorithms. Tip: Verify that the exchange can be called binary tree traversal algorithm to compare the output node sequence. 3 write a main function, the above functions together to form a complete program. 4 debug and run experiments source.
- 2022-04-12 05:14:21下载
- 积分:1
-
一个有关于下载的程序,比起目前网上的下载工具来说这可能就是九牛一毛,不过还是有一定的启发性的...
一个有关于下载的程序,比起目前网上的下载工具来说这可能就是九牛一毛,不过还是有一定的启发性的-A procedure on the download than the current online download tool, this may be a drop in the bucket, but there are still some enlightening
- 2022-08-20 03:50:24下载
- 积分:1