登录
首页 » Windows开发 » 这是一个简单的软件开发包(SDK),你可以利用这个 GPSLIB 在自己的32位 Windows 应用程序中加入全球定位系统的支持。源代码压缩文件中包含有 GP...

这是一个简单的软件开发包(SDK),你可以利用这个 GPSLIB 在自己的32位 Windows 应用程序中加入全球定位系统的支持。源代码压缩文件中包含有 GP...

于 2022-04-29 发布 文件大小:106.41 kB
0 170
下载积分: 2 下载次数: 1

代码说明:

这是一个简单的软件开发包(SDK),你可以利用这个 GPSLIB 在自己的32位 Windows 应用程序中加入全球定位系统的支持。源代码压缩文件中包含有 GPSLIB 库的源代码和 Demo 程序。很多文件中都有详细的注释说明。为了保证可下载文件的体积尽量的小,压缩文件中不含任何二进制文件。请使用Visual C++ 5 以上的版本编译并生成 DLLs、控制面板程序和可执行文件。 -This is a simple software development kit (SDK), you can take advantage of this GPSLIB in their own 32-bit Windows applications to join the Global Positioning System support. Source code compressed file contains GPSLIB library source code and Demo program. Many documents have detailed notes. Downloadable file in order to guarantee as much as possible the size of the small, compressed file does not contain any binary files. Please use the Visual C++ 5 or later to compile and generate DLLs, Control Panel procedures and executable file.

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

发表评论

0 个回复

  • XP style interface source code, the development environment VC.
    XP风格界面源代码,在VC.NET环境下开发-XP style interface source code, the development environment VC.
    2022-04-27 06:19:02下载
    积分:1
  • jsp简单电商网站设计
    实现功能登陆、注册、个人中心、购物车增删改、动态商品页面
    2022-02-02 01:57:50下载
    积分:1
  • Convert experimental data to hex format
    Convert experimental data to hex format
    2022-05-21 17:26:18下载
    积分:1
  • 零件切割问题 给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形...
    零件切割问题 给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小?采用分治递归-Parts mutilation given width W of a rectangular plate, rectangular plate of height restrictions. Is the need to cut out from the board, respectively, n-height hi, a width of the rectangular parts wi. Parts of the rules of cutting height direction and the direction of rectangular plates with a high degree of consistency. Asked how to make the use of cutting rectangular plate height h the smallest? Recursive use of sub-rule
    2023-04-23 19:05:03下载
    积分:1
  • 用于查询体育彩票的中奖情况,先导入自己写的体育彩票号码的文本文件,再导入历来中奖的体育彩票号码的文本文件,就可以查询。...
    用于查询体育彩票的中奖情况,先导入自己写的体育彩票号码的文本文件,再导入历来中奖的体育彩票号码的文本文件,就可以查询。-inquiries for the sports lottery jackpot, the first to write into their sports lottery number in a text file, then import the sport has always winning lottery number in a text file, it can inquiries.
    2022-12-14 10:05:03下载
    积分:1
  • 灌溉机械的论坛,在规定的时间间隔一二灌溉,…
    论坛灌水机器 1、在指定时间间隔灌水一次 2、灌水后马上返回原来激活窗口,不影响原来工作 3、模拟鼠标、键盘输入-a forum for irrigation machinery, in a specified time interval a two irrigation, water immediately after activation to return to the original window, without affecting the original work of three simulated mouse, keyboard
    2022-06-16 00:35:22下载
    积分:1
  • The program is mainly from a technical point of view, for the plant specific env...
    本方案主要是从技术角度,针对工厂的具体环境,说明工程要完成两个子系统:考勤、消费的实现。 考虑到局域网已经全面覆盖了工厂,而基于TCP/IP通信方式的设备具有诸多优势,比如速度快、安装灵活、维护方便等,这都是基于传统的RS485通信方式的设备不具备的优点。在方案中全面采用基于TCP/IP通信方式的考勤机和消费机等设备。 -The program is mainly from a technical point of view, for the plant specific environment, explaining the project to complete the two subsystems: attendance, consumption achieved. Taking into account the local area network has been fully covered by the factory, but based on the TCP/IP communication device has many advantages, such as speed, installation flexibility and easy maintenance, etc., which are based on the traditional means of communication RS485 device does not have advantages. Fully in the program based on TCP/IP communications attendance machines and consumer machines and other equipment.
    2022-03-11 23:58:10下载
    积分:1
  • 管理航空公司的信息. vb数据库编程练习,请大家多多指教.
    管理航空公司的信息. vb数据库编程练习,请大家多多指教.-This program can manage information of air company based on VB and SQL Server.
    2022-05-16 14:09:55下载
    积分:1
  • 课程设计 ATM机实现
        模拟在现实中利用atm机,银行储户可以进行开户、存款、取款、转账、查询以及修改用户密码等银行业务。 给用户提供功能界面,根据用户的选择进入相应的模块执行对应的功能,程序不但要能完成开户、存款、取款、转账、查询以及修改用户密码等银行业务等功能,还应提供简洁友好的操作界面,适当的提示信息,使程序能在各个模块之间方便的跳转,并具有一定的容错性。其中各个账户的数据用文件记录,并能在程序运行过程中正确的读写,以实现数据的更新和存储。
    2022-05-29 12:03:26下载
    积分:1
  • 使用VC搭建界面的冒泡算法
    使用VC搭建界面的冒泡算法-use interface structures and bubbling Algorithm
    2023-01-20 09:35:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载