-
自己写的gps信息解码的程序,linux平台下的,主要是gga,rmc等的解析。...
自己写的gps信息解码的程序,linux平台下的,主要是gga,rmc等的解析。-Wrote it myself gps information decoding procedure, linux platform, mainly gga, rmc etc. Analysis.
- 2022-02-05 05:32:39下载
- 积分:1
-
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILUR...
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILURE)
}
//设置模式
cbreak()
noecho()
keypad(stdscr, TRUE)
//建立窗口
win = newwin(h, w, 3, 20)
box(win, 0, 0)
keypad(win, TRUE)
wmove(win, cury, curx)
mvaddstr(16, 1, "Press arrow keys to move the cursor within the window.
")
mvaddstr(17, 1, "Press q to quit.
")
refresh()
wrefresh(win) - //初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILURE)
}
//设置模式
cbreak()
noecho()
keypad(stdscr, TRUE)
//建立窗口
win = newwin(h, w, 3, 20)
box(win, 0, 0)
keypad(win, TRUE)
wmove(win, cury, curx)
mvaddstr(16, 1, "Press arrow keys to move the cursor within the window.
")
mvaddstr(17, 1, "Press q to quit.
")
refresh()
wrefresh(win)
- 2023-08-24 18:05:03下载
- 积分:1
-
8139driver_in Linux2.4 X)。
8139driver_in)linux2.4.x
- 2022-01-26 04:22:00下载
- 积分:1
-
银行消费信贷管理系统,UNIX下C开发
银行消费信贷管理系统,UNIX下C开发-Bank consumer credit management system, UNIX development under C
- 2022-05-05 21:50:03下载
- 积分:1
-
用gtk做的一个简单播放器界面,实现了一些基本功能,没有视频播放和解码的借口,仅供gtk新手学习...
用gtk做的一个简单播放器界面,实现了一些基本功能,没有视频播放和解码的借口,仅供gtk新手学习-Gtk to do with a simple player interface, the realization of a number of basic functions, there is no video playback and decoding of an excuse for gtk novice learning
- 2022-03-19 08:29:16下载
- 积分:1
-
grub4dos
grub4dos-0.4.4-2008- 08-src.zip,最新版的grub4dos软件源码,可以在windows下启动linux,喜欢玩多系统启动的朋友搞启动开发有福了-grub4dos-0.4.4-2008-08-src.zip, the latest version of grub4dos source software, you can activate windows under linux, love to play more than a friend to boot the system to start engaging in the development of blessed
- 2022-05-13 06:42:01下载
- 积分:1
-
串口调试工具。非常好的串口调试助手,由gtk库支持,有图形界面,很像windows下的超级终端...
串口调试工具。非常好的串口调试助手,由gtk库支持,有图形界面,很像windows下的超级终端-serial debugging tools. Serial debugging very good assistants and support from the gtk, graphics interface, much like windows of the Super Terminal
- 2022-07-18 23:30:27下载
- 积分:1
-
c++ ns prepared for the environment on the MPLS network multicast routing algori...
c++编写应用于ns环境下的关于MPLS网络中的多播路由算法-c++ ns prepared for the environment on the MPLS network multicast routing algorithm
- 2022-07-14 00:18:29下载
- 积分:1
-
GUI developing circumstance by Trolltech. It can support many APIs and be a good...
Trolltech公司发布的基于C++图形开发环境,支持大量的API,是Linux下的图形界面开发利器。这个版本可以和qt-embedded-2.3.7配合使用。-GUI developing circumstance by Trolltech. It can support many APIs and be a good tool for GUI developing on Linux. This version can be use with qt-embedded-2.3.7.
- 2022-02-15 11:24:04下载
- 积分:1
-
LINUXvideopPREVIEW, LINUX images below to open a tool for source code
LINUXvideopPREVIEW, LINUX下面打开图像的工具源代码-LINUXvideopPREVIEW, LINUX images below to open a tool for source code
- 2022-01-31 14:12:11下载
- 积分:1