封装了枚举当前SD,TF卡片设备接口,同时封装了PCSC设备接口,接口封装层次分明。 示例代码如下 //DWORD dwRet = 0; HANDLE hFile = 0; WIN32_FIND_DATA stLFD = {0}; DWORD dwSumCount = 0; TCHAR athParsePath[MAX_PATH] = {0}; do { if(hFile == 0) { hFile = FindFirstFile(_T("\\*"),&stLFD); if(hFile == INVALID_HANDLE_VALUE ) { return ERROR_NO_DEVICE; } } else { memset(&stLFD,0,sizeof(stLFD)); if(!FindNextFile(hFile,&stLFD) || hFile == 0) { break; } } if(stLFD.dwFileAttributes != (FILE_ATTRIBUTE_TEMPORARY | FILE_ATTRIBUTE_DIRECTORY)) { continue; } memset(athParsePath,0,sizeof(athParsePath)); _stprintf(athParsePath,_T("\\%s\\Vol:"),stLFD.cFileName); #if defined(TYKEY_S9CI_UPDATE_FLAG) && defined(TYKEY_INCOMM_UPDATE_FLAG) if(TYKEY_S9CI_UPDATE_FLAG < TYKEY_INCOMM_UPDATE_FLAG) { if( UpdateTfTokenByPath(athParsePath,CTokenBase::TT_TF_S9CI) || UpdateTfTokenByPath(athParsePath,CTokenBase::TT_TF_INCOMM)) {} } else { if( UpdateTfTokenByPath(athParsePath,CTokenBase::TT_TF_INCOMM) || UpdateTfTokenByPath(athParsePath,CTokenBase::TT_TF_S9CI)) {} } #else #ifdef TYKEY_S9CI_UPDATE_FLAG UpdateTfTokenByPath(athParsePath,CTokenBase::TT_TF_S9CI); #endif #ifdef TYKEY_INCOMM_UPDATE_FLAG UpdateTfTokenByPath(athParsePath,CTokenBase::TT_TF_INCOMM); #endif #endif } while(1); if(hFile) { FindClose(hFile); }
1
TurtleBot3 TurtleBot3的ROS 1软件包 开发 主 Kinetic + Ubuntu Xenial Melodic + Ubuntu仿生 Noetic + Ubuntu焦点 TurtleBot3的ROS 2软件包 ros2-devel ros2 短跑+ Ubuntu Bionic Foxy + Ubuntu焦点 适用于TurtleBot3的ROBOTIS电子手册 Wiki的turtlebot3软件包 (元包) 与TurtleBot3相关的开源 与TurtleBot3相关的文档和视频
2022-03-11 00:11:30 6.56MB package mobile robot navigation
1
Introduction to Autonomous Mobile Robots,中文清晰版,经典的机器人学习书籍
2022-03-08 11:26:13 540B robotics autonomous
1
An advanced water system for Unity. Water+ is very fast and it is optimized to run on almost any hardware possible while looking amazing. This is a lite version of the full Water+ plugin. It has most of Water+ functionality, without the additional water map generation tools. Water+ lite shader has reflections, refractions, fast anisotropic specularity and animated caustics. It supports multiple animation types, including flow maps, directional and island-like animations. It's possible to create water surfaces of any color and for any weather type with Water+. Desktop version runs at 120+ FPS on mid-end GPUs. Mobile version runs at 35+ FPS on iPhone 3GS.
2022-03-01 20:18:13 16.57MB 水特效
1
CAB Manager3.0汉化版,是一个实用的SP PPC 端 CAB 制作打包软件,可以对SP PPC CAB 软件进行的增删、快捷方式的修改,安装目录的设定,注册表的编辑等,可以定制自己的 CAB 安装文件。新版加入了对 WinCE 5.0 的 CAB 包的兼容,同时全面支持所有的Windows CE CAB 文件。
2022-03-01 08:52:16 3.64MB WinCE Mobile 软件安装 CAB
1
win10 安装dell-Mobile-Connect,理论上支持任意带有蓝牙的win10和手机。 按顺序安装压缩包的文件 手机上下载相应的软件即可
2022-02-27 17:24:38 25.36MB 类我的手机
1
umi-dva-antd-mobile-starter 开始使用Umi.js和Ant Design Mobile。 入门 安装依赖项。 yarn 启动开发服务器。 yarn start 精简生产。 yarn build 精打细算为发展而建设。 yarn dev 执照 麻省理工学院
2022-02-25 13:06:13 145KB react starter dva umi
1
Low Poly Water - Mobile VR PC.unitypackage
2022-02-24 19:08:57 262KB vr unity 游戏引擎
1
国外大牛写的C# web服务器,内置html代码,可以连接到飞车类游戏在网页实时显示车内仪表数据,可以换肤。很有参考意义。主要功能如下: ## Main Features - Free and open source - Automated installation - REST API for telemetry data - HTML5 dashboard application for live telemetry data streaming based on WebSockets - Powerful support for custom dashboard skins
2022-02-23 18:17:44 25.27MB c#
1