-
HCI_Lab2
This program detects the available wireless networks ad provides you with the strength of each network
- 2014-04-27 00:40:04下载
- 积分:1
-
7.14_v3
17年板球代码,电赛练习题,stm32f4(17 years cricket code, tournament exercises, stm32f4)
- 2020-06-24 15:20:01下载
- 积分:1
-
makefile.pdf (入门级教程)
共计73页
- 2020-12-04下载
- 积分:1
-
人脸识别库
What is EBLearn?
Eblearn is an object-oriented C++ library that implements various machine learning models, including energy-based learning, gradient-based learning for machine composed of multiple heterogeneous modules. In particular, the library provides a complete set of tools for building, training, and running convolutional networks.
A face detector trained in eblearn (Scroll to bottom for detailed outputs)
- 2023-02-04 09:40:04下载
- 积分:1
-
game2048
#include
#include
#include
#include
#include
#include
#include
#include
using namespace std;
int table[16]={0},Score=0,Max_number=0;
bool allprint=true;
int&at(int* pn,int x,int y=-1,bool rev=false){
return rev?(~y?pn[x*4+y]:pn[x]):(~y?pn[y*4+x]:pn[x]);
}
bool canMove(int* pn,int direction){
for(int i=0,sum=0;i
- 2023-08-08 02:35:03下载
- 积分:1
-
leetcode-cpp
leetcode题目的解答,可以给找工作的学生刷题用。(leetcode,helpful for students)
- 2016-05-09 21:31:00下载
- 积分:1
-
2009
简单的通讯录管理系统,实现添加、删除、修改、查询(A simple address book management systems to bring to add, delete, modify, query)
- 2009-12-08 13:40:20下载
- 积分:1
-
FEMMatlab
有限差分 (fem de)
- 2012-04-21 15:52:58下载
- 积分:1
-
canutils
一个很好的linux can测试程序 ,可以参考一下(A good linux can test the program, you can refer)
- 2016-05-10 09:11:44下载
- 积分:1
-
vdl 支持内存泄露检查 只要把相应文件拷贝到相应的安装目录下即可...
vdl 支持内存泄露检查 只要把相应文件拷贝到相应的安装目录下即可-VDL support for memory leak check as long as the corresponding files are copied to the corresponding installation directory can be
- 2022-09-08 03:05:04下载
- 积分:1