-
IBM UNIX AIX5的使用说明文档,可以用于了解AIX主机的相关情况
IBM UNIX AIX5的使用说明文档,可以用于了解AIX主机的相关情况-IBM UNIX AIX5 the use of documentation, can be used to understand the relevant situation AIX host
- 2022-07-25 18:24:35下载
- 积分:1
-
a TCP
一个基于TCP传输的类,很好用-a TCP-based categories, with good
- 2022-01-31 21:55:21下载
- 积分:1
-
ARM编程的基本知识,BOOT代码流程和功能分析,OS中断程序的编写举例
和BOOT代码的流程图,希望这些内容能为初学ARM的朋友拨开迷雾,以...
ARM编程的基本知识,BOOT代码流程和功能分析,OS中断程序的编写举例
和BOOT代码的流程图,希望这些内容能为初学ARM的朋友拨开迷雾,以最快的速度和最短的时间走进嵌入世界的大们
-ARM basic knowledge of programming, BOOT code flow and functional analysis, OS interrupted, for example the preparation of procedures and flow chart BOOT code, I hope the content of the ARM for the beginner Friend fog cleared, the fastest and the shortest period of time away embedded into the big world have
- 2022-01-25 18:23:49下载
- 积分:1
-
arm嵌入式linux系统开发技术详解
arm嵌入式linux系统开发技术详解-光盘源码-arm embedded linux system development Xiang Jie- CD-ROM Source
- 2023-01-04 09:30:04下载
- 积分:1
-
TCL
demo by N. Sidiropoulos and R. Bro
clear all
F=5 % users
I...
TCL
demo by N. Sidiropoulos and R. Bro
clear all
F=5 % users
I=4 % antennas-TCLdemo by N. Sidiropoulos and R. Broclear all F = 5 usersI = 4 antennas
- 2022-03-18 01:39:21下载
- 积分:1
-
读写INI文件的函数已经日志记载
读写INI文件的函数已经日志记载-literacy INI file has been a function of log records
- 2022-03-30 21:50:17下载
- 积分: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
-
日本 ITRON OS 在汽车电子中的应用
高度机密哦
日本 ITRON OS 在汽车电子中的应用
高度机密哦-Japan ITRON OS electronics in the automotive application highly confidential Oh
- 2023-01-06 11:20:04下载
- 积分:1
-
linux C聊天室代码,包括server端和client端。
linux C聊天室代码,包括server端和client端。-chat rooms linux C code, including server-side and client side.
- 2023-03-31 16:50:04下载
- 积分:1
-
对嵌入式实时操作系统进行了深入的研究。对当前UCLINUX操作系统上增强实时性
的不同方案进行了详细的分析和比较,提出了现存方案的优缺点。其后分析了
U...
对嵌入式实时操作系统进行了深入的研究。对当前UCLINUX操作系统上增强实时性
的不同方案进行了详细的分析和比较,提出了现存方案的优缺点。其后分析了
UC/OS―II的结构和特点,改造了UC/OS.II的实时内核,将其移植到UCLINIⅨ作为专
门处理实时进程的的内核(X2内核),从而改良UCLINUX的实时性。-For embedded real-time operating system, conducted in-depth study. On the current UCLINUX enhanced real-time operating systems of different options for a detailed analysis and comparison, presented the advantages and disadvantages of the existing program. Subsequent analysis of UC/OS-II structure and characteristics of the transformation of the UC/OS. II, real-time kernel, be transplanted to UCLINI Ⅸ as to deal specifically with real-time process, the kernel (X2 core), thereby improving UCLINUX in real time.
- 2022-07-11 11:24:58下载
- 积分:1