-
学生管理系统
基于linux的学生管理系统。使用c语言实现学生管理系统。系统实现对学生的基本信息和考试成绩的管理。采用终端命令界面,作为系统的输入输出界面。采用文件作为信息存储介质。
- 2022-07-27 22:45:50下载
- 积分:1
-
使用 NS2 无线通信
创建一个无线拓扑结构的节点集。
模拟开始与发送者和接收者的实例化和之间的数据包传输他们使用 TCP 连接。
在特定的时间,中间节点移动和重新路由发现被执行在 AODV 协议
- 2023-05-17 18:50:03下载
- 积分:1
-
drivers/input/touchscreen/ft5x0x_ts.c
/** drivers/input/touchscreen/ft5x0x_ts.c **/
/**FocalTech ft5x0x TouchScreen driver. **/
/** Copyright (c) 2010 Focal tech Ltd. **/
/** This software is licensed under the terms of the GNU General Public **/
/** License version 2, as pu
- 2022-03-06 17:35:52下载
- 积分:1
-
Linux 设备驱动程序第三版
Linux Device Driver 第三版书籍配备源码,如果你只是看书的话,那么只能说你知道这些东西,但是如果你动手实现一下的话,你会发现,原来,linux 是真么好,呵呵
- 2022-11-29 18:45:03下载
- 积分:1
-
telnet客户端源代码(Linux C++)
linux telnet客户端源代码,可以作为学习研究使用,该客户端用C++代码实现,欢迎对Telnet协议有兴趣的朋友下载使用。
- 2022-07-16 21:35:01下载
- 积分:1
-
Linux下的聊天室
应用背景
This is the server and client code in C for a simple chat program for multiple client communication.
This repository contains code for a very simple chat program implemented on the linux system, using base system libraries and the C programming language. The program consists of two major components, the first being the server program and the second is the Client program.
关键技术
The server program maintains a list of clients and also a queue of client messages. It uses semaphores to make sure synchronisation errors do not occur.
The server program accepts one optional input argument – listen_port_number. If this argument is missed, the server will use the default port number 3500 (defined in the provided header file chat_server.h). Once it starts, it runs forever. To ter
- 2023-07-14 01:50:03下载
- 积分:1
-
Code for Monte carlo simulation
蒙那卡罗代码。描述了光在各向异性介质中传播过程中的偏振状态是如何变化的。入射光垂直于介质,分4中偏振状态,水平偏振状态,垂直偏振状态,45度相对于水平偏振状态,135度水平偏振状态。 里面有三种类型代码。选择任何一种是用都可以。如有特殊入射光等条件要求,可以相应更改。
- 2023-08-25 01:30:03下载
- 积分:1
-
打印进程树
利用两种编程方法实现linux进程树的打印
基于用户空间:通过访问/proc 里面的含有进程号的文件夹,获取进程的信息,每个文
件夹中都含有一个 status,通过 scanndir 获取其中的 pid,ppid 以及
- 2022-01-28 02:38:57下载
- 积分:1
-
基于Linux的局域网聊天软件
这款软件是在Linux系统环境下编写、测试、运行的,主要功能用单聊、群聊、发送文件等。这款软件有客服端与服务器,服务器管理用户的注册与登录。客服端可以查看在线用户,可以向指定在线用户发送消息或文件。
- 2022-08-08 17:51:51下载
- 积分:1
-
二维有限差分时空双变网格模型正演程序
原创代码,实现时空双变网格下的,有限差分正演模拟,精度很高。震源可选,高斯形,雷克子波等,稳定性控制的比较好,采用比较流行的PML边界条件。
- 2022-09-14 16:20:03下载
- 积分:1