登录
首页 » Android » 带 Android 应用的桌面蓝牙锁定程序

带 Android 应用的桌面蓝牙锁定程序

于 2022-06-14 发布 文件大小:1.17 MB
0 62
下载积分: 2 下载次数: 1

代码说明:

翻译 maninwest@Codeforge 作者:Arkadeep De@CodeProject在创建了一个 USB 锁定程序后,我想应该创建一个蓝牙锁。这样做了以后,我想,为什么不创建一个安卓应用来访问呢?让我们一起来了解如何创建具有安卓应用的蓝牙锁定程序。使用代码让我们来了解代码。首先,您需要找到设备附近的蓝牙设备:InTheHand.Net.Sockets.BluetoothClient bc = new InTheHand.Net.Sockets.BluetoothClient(); InTheHand.Net.Sockets.BluetoothDeviceInfo[] array = bc.DiscoverDevices();在数组中,所有可发现的设备都会列出,现在你可以查看每个设备的 MAC 地址。 for (int i = 0; i < array.Length; i++) { this.address_array[i] = array[i].DeviceAddress; mac = mac + this.address_array[i].ToString(); }完成检查后,检查你的设备的 mac 地址是否在发现的设备中。如果有,锁定计算机。如何锁定计算机:[DllImport("user32.dll", SetLastError = true)] static extern bool LockWorkStation(); bool result = LockWorkStation(); if (result == false) { // An error occurred throw new Win32Exception(Marshal.GetL

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Soruce_Code_Of_Secret_Of_Android_Application_Devel
    《Android应用开发揭秘》本书内容全面、循序渐进、深入浅出,实战性强,权威性毋庸置疑!全书一共分为5个部分:第一部分是准备篇,第二部分是基础篇,讲解了Android开发的相关知识,第三部分是实例篇,第四部分是高级篇,第五部分是扩展篇。(" Android Application Development Hood" of the book is comprehensive, step by step, easy to understand, combat and strong, authoritative doubt! The book is divided into a total of five parts: The first part is to prepare papers, articles based on the second part is to explain the Android development of knowledge, the third part is the instance of the article, the fourth part is the advanced part, Part V is to expand articles.)
    2020-06-25 22:40:02下载
    积分:1
  • Cortex-M3的指令集
    以下每个章节描述了Cortex-M3的指令的官能团。 Togetherthey描述所有的Cortex-M3处理器所支持的指令
    2022-02-03 06:13:02下载
    积分:1
  • ovnojn
    说明:  一个QPSK的仿真程序,使用的是COSTAS环来恢复载波,给予SIMULINK(A QPSK emulator that uses the COSTAS loop to recover the carrier and give it to the SIMULINK)
    2019-03-27 10:16:23下载
    积分:1
  • MixedColor
    测试反应速度的android游戏。c++语言源代码。(a android game which tests your reaction speed. )
    2020-09-15 09:17:57下载
    积分:1
  • NFCDemo
    安卓NFC读写M1卡,默认采用默认密钥读写M1卡所有扇区的数据并显示出来。(The android NFC reads and writes the M1 card by default using the default key to read and write the data for all sectors of the M1 card.)
    2020-07-03 04:00:01下载
    积分:1
  • android-quiz-template-master
    android app code for quiz app. android app code for quiz app.
    2018-01-18 01:57:10下载
    积分:1
  • 意见反馈功能
    意见反馈功能,应用的是友盟接口,完美实现反馈,反馈的内容会提交到开发者,对app进行升级
    2022-08-13 14:06:08下载
    积分:1
  • CSipSimple
    CSipSimple是一款可以在Android手机上使用的支持sip的网络电话软件,可以在上面设置使用callda网络电话。连接使用方式最好是使用wifi,或者3g这样上网速度快,打起电话来效果才好。 注:本程序在Andriod studio下编译(Support SIP network phone software, you can set up the use of callda network phone. Connection to use the best way to use the WiFi, or 3G so fast Internet speed, to make a phone call to effect is good. Note: This program is compiled under Andriod studio)
    2016-11-15 10:19:18下载
    积分:1
  • handwrite
    android 手写输入 电子签名等运用 (android handwriting input, such as the use of electronic signatures)
    2013-12-03 13:25:09下载
    积分:1
  • 仿UC天气下拉和微信下拉眼睛
    应用背景用于对头像以及头部内容展示有动画以及位移变化需求的app使用,有需要的可以借鉴关键技术自定义动画,使用paint和canvas绘制相关控件,对手势的处理和监听
    2022-07-26 18:04:11下载
    积分:1
  • 696518资源总数
  • 104226会员总数
  • 29今日下载