-
postscript 1.4.2 unix 开发源码。
postscript 1.4.2 unix 开发源码。-postscript 1.4.2 unix open source.
- 2022-07-02 02:29:47下载
- 积分:1
-
根据协议实现的部分源代码atomicaction
linux 协议下的atomicaction 实现部分的源代码-atomicaction under the agreement achieved part of the source code
- 2022-09-13 02:40:03下载
- 积分:1
-
保持程序后台长驻的网关程序,非常实用哦
保持程序后台长驻的网关程序,非常实用哦-maintain permanent procedures background gateway procedures, a very practical oh
- 2022-06-26 07:36:04下载
- 积分:1
-
麻雀虽小,五脏俱全加强版聊天室,源码来自网上搜得的,增加用户登录密码检查,聊天信息记录功能,版权归原作者所有,我只是修改下玩。在终端下执行,没有图形界面,没有创...
麻雀虽小,五脏俱全加强版聊天室,源码来自网上搜得的,增加用户登录密码检查,聊天信息记录功能,版权归原作者所有,我只是修改下玩。在终端下执行,没有图形界面,没有创建子进程,利用int型数组保存客户accept套接字 -Sparrow may be small, fully-equipped enhanced version of chat rooms, source gathered from the Internet, and increase user login password checking, chat information recording function, belongs to original author, I just change the next play. Executed in a terminal, there is no graphical interface, did not create the child process, using an array of int type to save customers accept socket
- 2023-04-26 01:50:03下载
- 积分:1
-
Linux下网络相关工具源代码。
Linux下网络相关工具源代码。-Linux network correlation tool source code.
- 2023-04-15 01:30:03下载
- 积分:1
-
QT编程的资料, QT编程的资料
QT编程的资料, QT编程的资料-QT programming information, QT programming information, QT programming information
- 2023-01-14 14:15:04下载
- 积分:1
-
建立一个模拟数据库来存储你的登录用户名、密码,密码通过salt加密,然后能统计错误登录次数、密码衰老期、防止密码猜测,同时根据你的uid权限来启动shell...
建立一个模拟数据库来存储你的登录用户名、密码,密码通过salt加密,然后能统计错误登录次数、密码衰老期、防止密码猜测,同时根据你的uid权限来启动shell
-The establishment of a simulation of a database to store your login usernames, passwords, password encryption salt, and then log on to the number of statistical error, password aging period, to prevent password guessing and at the same time based on your uid privileges to start shell
- 2022-05-23 10:58:41下载
- 积分: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,gSOAP,线程池的例子。使用gSOAP和自己的线程池的监控…
linux, gsoap, thread pool, example.
使用gsoap和一个自己开发的线程池监听并处理soap请求的示例代码-linux, gsoap, thread pool, example. use gsoap and an own thread pool monitor and deal with requests soap sample code
- 2022-03-13 11:03:17下载
- 积分:1
-
SD卡的分析源码,可在2440板上运行。是很好的SD卡学习资料...
SD卡的分析源码,可在2440板上运行。是很好的SD卡学习资料-SD
- 2022-07-22 23:12:50下载
- 积分:1