从麻雀的群体智慧、觅食行为和反捕食行为出发,提出了一种新的群体优化方法&麻雀搜索算法(SSA)
1
线程调用类对象 在前面的示例中,我们为线程任务使用了通常的函数。实际上,我们可以使用任何可调用对象或者lambda函数,如下调用类对象的例子: #include #include class MyFunctor { public: void operator()() { std::cout << functor\n; } }; int main() { MyFunctor fnctor; std::thread t(fnctor); std::cout << main thread\n; t.join();
2022-09-09 10:47:47 57KB main函数 函数调用 对象
1
YOLOv6代码和yolov6n.pt、yolov6s.pt、yolov6t.pt
2022-08-29 12:05:21 81.84MB YOLOv6代码和权重
1
YOLOX-main-官方代码+权重
2022-08-29 12:05:20 46.24MB YOLOX-main-官方代码+
1
描述的是LSM6DS3驱动实例,main__LSM6DS3_example.c。The LSM6DS3 is a system-in-package featuring a 3D digital accelerometer and a 3D digital gyroscope performing at 1.25 mA (up to 1.6 kHz ODR) in high-performance mode and enabling always-on low-power features for an optimal motion experience for the consumer.
2022-08-22 15:35:54 24KB 编程
1
无需安装,无需注册,以16进制显示文件的内容。
2022-08-18 14:00:59 15.29MB 16进制 hex HEX Hex
1
python pyqt 实现串口工具,相关可实现代码及生成的.exe文件及UI文件都在。
2022-08-13 14:47:01 34.53MB python pyqt 串口工具
1
main.c
2022-08-09 09:05:01 629B 文档
1
yolov5移植到ios运行测试例子, 亲测有效。
2022-07-31 12:05:01 49.81MB yolo 深度学习 ios tensorflowlite
1
stm32h7 RTL8201F驱动
2022-07-27 18:37:10 26KB RTL8201F
1