-
This example uses the FTP Server Profile library (ftps) to implement a simple re...
This example uses the FTP Server Profile library (ftps) to implement a simple read-only FTP server application. When the application is running, Bluetooth FTP Profile client devices can connect to this FTP server. The FTP server provides the following functionality:
* File & folder browsing
* Downloading files
Since the filesystem is read only, folder listings can be pre-generated using the included make_listing.pl Perl script for each folder. Each folder to be included in the FTP Server must have a file containing the GOEP Folder Listing. This file should be called "_dir.xml". This must conform to the GOEP specification for folder listings. No processing of this file is made by the example application, it is just sent to the client when requested.
- 2022-12-09 17:20:03下载
- 积分:1
-
读写注册表程序,非常好的一个程序,可以读写注册表
读写注册表程序,非常好的一个程序,可以读写注册表-Read and write registry program, a very good program
- 2023-06-25 15:35:04下载
- 积分:1
-
一个模拟银行和超市的业务
一个模拟银行和超市的业务-顾客队列服务模拟系统,用了Java的多任务和多线程-a simulation of banks and supermarkets in the business-customer service cohort simulation system, using a Java multi-tasking and multi-threaded
- 2023-01-22 10:25:04下载
- 积分:1
-
优龙的2410开发板WINCE5.0下的BSP开发包
优龙的2410开发板WINCE5.0下的BSP开发包-Liuzhou excellent WINCE5.0 the 2410 development board under the BSP Development Kit
- 2022-03-19 21:22:09下载
- 积分:1
-
基于python的小游戏
基于python的二人小游戏,可在闲暇之时用于打发时间,操作简单,易于上手,本程序源码来自于书籍,
- 2022-03-19 15:25:28下载
- 积分:1
-
ms wince 6 training materials. WINCE6 introduced the development environment and...
ms wince 6的培训资料.
介绍WINCE6的开发环境及软件结构.-ms wince 6 training materials. WINCE6 introduced the development environment and software architecture.
- 2022-01-25 16:37:11下载
- 积分:1
-
一个功能我总是错过最MDI产品(如微软和微软Word…
A feature I always missed in most MDI products (like Microsoft Word or Microsoft FrontPage) was a simple means to see which views/docs are currently open and to switch easily between them. Using the Window menu can be quite cumbersome.
- 2022-08-04 02:07:59下载
- 积分:1
-
指纹识别程序,对原始文档是参考的…
指纹识别的程序,原文件是参考别人的,做了一点点修改,版权归原作者,仅供大家参考-fingerprint identification procedures, the original document is the reference to people, doing a little bit of a change Lastings original author. we only reference
- 2022-09-03 05:15:03下载
- 积分:1
-
windows programming source 16
windows 程序设计源码16-20-windows programming source 16-20
- 2022-03-20 06:09:26下载
- 积分:1
-
Compiler Principle small programs have a small problem source files as follows :...
编译原理小程序 有点小问题 源程序文件内容如下: main() { int a, b a = 10 b = a + 20 } 要求输出如下: (2,”main”) (5,”(”) (5,”)”) (5,”{“} (1,”int”) (2,”a”) (5,”,”) (2,”b”) (5,” ”) (2,”a”) (4,”=”) (3,10) (5,” ”) (2,”b”) (4,”=”) (2,”a”) (4,”+”) (3,20) (5,” ”) (5,”)”)-Compiler Principle small programs have a small problem source files as follows : main () (int a, b a = b = a 10 20) output requirements are as follows : (2, "main") (5 ,"(") (5, " ) ") (5 ,"{"} (1," int ") (2," a ") (5 ,",") (2," b ") (5," ") (2," a " ) (4 ,"=") (3,10) (5, "") (2, "b") (4 ,"=") (2, "a") (4, "") (3,20 ) (5, "") (5 ,")")
- 2022-04-18 02:56:06下载
- 积分:1