-
GSM的编解码c源码(使用intel的ipp包)堪称效率最高。
GSM的编解码c源码(使用intel的ipp包)堪称效率最高。-GSM arranges decodes the c source code (to use intel the ipp
package) to may be called the efficiency to be highest.
- 2022-05-30 12:01:35下载
- 积分: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
-
Linux下实现的socket通信,
建有客户端和服务器端
简单适合初学习使用...
Linux下实现的socket通信,
建有客户端和服务器端
简单适合初学习使用-Linux under the socket communications, built client and server for the beginning of learning to use simple
- 2022-01-28 08:53:23下载
- 积分:1
-
sl811主机源代码
sl811主机源代码-sl811 mainframe source code
- 2022-03-08 08:47:19下载
- 积分:1
-
网络服务器平台下的迷你
linux平台下WEB服务器 mini-httpd,mattows-WEB server under linux platform for mini-httpd, mattows
- 2022-02-06 07:20:53下载
- 积分:1
-
DOS文件格式转化为UNIX文件格式的C程序
DOS文件格式转化为UNIX文件格式的C程序-DOS file format conversion for UNIX file format C Program
- 2022-09-18 14:45:03下载
- 积分:1
-
自动更新1.02源代码
autoupdate 1.02 source code
- 2023-08-01 04:30:02下载
- 积分:1
-
ARMLinux
基于ARMLinux的高速数据采集技术研究-ARMLinux-based high-speed data acquisition technology research
- 2023-05-26 06:10:02下载
- 积分:1
-
开源的键盘模拟程序,包括许多头文件和库例程,适用于Linux下X应用中的软键盘模拟...
开源的键盘模拟程序,包括许多头文件和库例程,适用于Linux下X应用中的软键盘模拟-open source keyboard simulator,many header files and lib are included, suitable for soft keyboard simulation
- 2022-05-06 11:40:31下载
- 积分:1
-
文字界面的模拟书店系统,实现各类书店运营管理操作,c++实现,环境:linux...
文字界面的模拟书店系统,实现各类书店运营管理操作,c++实现,环境:linux-Analog interface text book system, operation and management of various operations book, c++ to achieve, the environment: linux
- 2022-03-18 06:18:49下载
- 积分:1