-
thinking in python
thinking in python
- 2023-04-11 22:40:04下载
- 积分:1
-
这是一个linux下时间通信的server端和client端的源码,下载后分别保存,直接编译就可运行,希望对大家能有所帮助!...
这是一个linux下时间通信的server端和client端的源码,下载后分别保存,直接编译就可运行,希望对大家能有所帮助!-This is a time under linux server communication and client-side source code, After downloading were preserved, can be directly translated operation, we can hope for some help!
- 2022-01-25 23:08:02下载
- 积分:1
-
44b0+uclinux s3c44b0串口驱动程序
44b0+uclinux s3c44b0串口驱动程序-44b0+uclinux s3c44b0 serial dirver code
- 2022-11-19 22:10:03下载
- 积分:1
-
multithreading example
linux 多线程例子-multithreading example
- 2022-03-09 09:00:12下载
- 积分:1
-
详细讲解 Linux系统文件格式转换实用技巧
详细讲解 Linux系统文件格式转换实用技巧-Elaborate on Linux system file format conversion and practical skills
- 2023-03-11 16:30:04下载
- 积分:1
-
linux移植的资料,相当重要,而且相当的好用,大家多多支持
linux移植的资料,相当重要,而且相当的好用,大家多多支持-linux transplant information, important, and very easy to use, we will support
- 2022-01-25 17:09:02下载
- 积分:1
-
1。编写一个C++程序,作为内核命令行解释器
1. 编写一个C程序作为Linux内核的shell命令行解释程序。Shell程序应该使用与Bource shell相同的方式运行程序。 2. 增加功能以使用户可以使用"&"操作符作为命令的结束符。一个以"&"结尾的命令应该与shell并发执行。 3. 增加功能以使用户可以使用""作为文件名前缀来重定向stdin和stdout描述符。同样,允许用户使用管道操作符" "来同时执行两个进程,并把第一个进程的stdout重定向为第二个进程的stdin。-1. Preparation of a C program as a Linux kernel shell command line interpreter. Shell procedures should be used with Bource shell the same way as operational procedures. 2. Increased functionality so that customers can use, "" operator, as ordered by the end tags. A "" the end of the order should be concurrent with the implementation of the shell. 3. Increased functionality so that customers can use "lt;" "Gt;" As a filename prefix to redirect stdin and stdout descriptors. Similarly, allows users to use pipeline operator, "" two parallel processes, and a process to redirect stdout second process stdin.
- 2022-08-13 03:09:59下载
- 积分: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组播代码
#! /bin/sh
gcc
linux组播代码
#! /bin/sh
gcc -Wall mcastclient.c -o mcastclient
gcc -Wall mcastserver.c -o mcastserver
#./mcastserver 230.1.1.1 7838
#./mcastclient 230.1.1.1 7838 192.168.100.1 12345
-linux multicast code#!/bin/shgcc-Wall mcastclient.c-o mcastclientgcc-Wall mcastserver.c-o mcastserver#./mcastserver 230.1.1.1 7838#./mcastclient 230.1.1.1 7838 192.168.100.1 12345
- 2022-03-13 06:45:28下载
- 积分:1
-
driven by the compiler requires source code for Linux kernel support. Drivers co...
由编译器驱动需要Linux内核支持的源代码。驱动程序编译器默认为路径/usr/src/linux的源代码,如果安装了linux源代码,则必须安装。如果内核源代码不是路径/usr/src/linux,我们可以建立一个符号链接ln-s/usr/src/linux-styler2x。xx.xx/usr/src/linux驱动程序在源代码中做出实现路径命令,生产洪水移动can9880.o目标文件在/dev目录下可以建立相应的设备,使用其主要设备254mknod can98801c254 0
- 2023-08-05 20:05:03下载
- 积分:1