资源列表

« 1 2 ... 16 17 18 19 20 2122 23 24 25 26 ... 9711 »

[Linux/Unix编程key1

说明:gcc 下pthread 使用,具体的是针对键盘key值的获取-pthread usage under gcc, mainly on the capture of the keyboard key value
<陈银苗> 在 2024-05-29 上传 | 大小:1024 | 下载:0

[Linux/Unix编程hostid

说明:在linux9下获得主机hostid的c源代码。-The c source code of archieving the hostid of host machine in linux 9.
<祝彦军> 在 2024-05-29 上传 | 大小:1024 | 下载:0

[Linux/Unix编程liux下C编程关于fifo使用的例子

说明:这是liunx下C编程关于fifo使用的例子,其中比较全面的讲述了fifo的使用方法。-This is an example of using fifo in linux c,which shows a whole operation guide on fifo.
<钟文德> 在 2024-05-29 上传 | 大小:1024 | 下载:0

[Linux/Unix编程MAKELOGO

说明:这个代码是实现了将给定的bmp图片转换成linux所识别的logo启动画面-This code changed the bmp picture to the logo which can be recongnized by linux
<梁志聪> 在 2024-05-29 上传 | 大小:1024 | 下载:0

[Linux/Unix编程计算起始日期的n天后的日期

说明:计算一个日期n天后或n天前的日期是多少,输入输出日期的格多都为YYYMMDD的字符串-calculated a date n n days or days before the date of the number of input and output, the date of the grid for more YYYMMDD string
<陈飞飞> 在 2024-05-29 上传 | 大小:1024 | 下载:0

[Linux/Unix编程亲密数

说明:如果整数A的全部因子(包括1,不包括A本身)之和等于B;且整数B的全部因子(包括1,不包括B本身)之和等于A,则将整数A和B称为亲密数。求3000以内的全部亲密数。 *题目分析与算法设计 按照亲密数定义,要判断数a是否有亲密数,只要计算出a的全部因子的累加和为b,再计算b的全部因子的累加和为n,若n等于a则可判定a和b是亲密数。计算数a的各因子的算法: 用a依次对i(i=1~a/2)进行模运算,若模运算结果等于0,则i为
<姚紫欣> 在 2024-05-29 上传 | 大小:1024 | 下载:0

[Linux/Unix编程NFS配置

说明:NFS网络文件系统的配置 是在RM9200下配置的 饱含了内核编译以及一些必要设置-NFS network file system configuration under the RM9200 configuration containing a kernel compile, and some of the necessary set
<余波> 在 2024-05-29 上传 | 大小:1024 | 下载:0

[Linux/Unix编程stringyhc

说明:常用的子串替换、去除空格、找子串等,以包含文件用,将main()注释去掉,将.h改名.c就可以进行测试。-common substrings replacement, remove the box, finding substrings, to contain documents of main () Comments removed and will. H renamed. C can be tested.
<洪春> 在 2024-05-29 上传 | 大小:1024 | 下载:0

[Linux/Unix编程tinybc

说明:创建一个具有SHELL功能的小程序. 利用管道技术及FORK创建子进程-SHELL create a function of small programs. Technology and the use of pipelines FORK-creation process
<陈福建> 在 2024-05-29 上传 | 大小:1024 | 下载:0

[Linux/Unix编程PC环境下用BC3.1编译连接调试uCOS-II源文件

说明:PC环境下用BC3.1编译连接调试uCOS-II源文件-PC environment with debugging BC3.1 compiler link uCOS-II source
<陈真> 在 2024-05-29 上传 | 大小:1024 | 下载:0

[Linux/Unix编程pingheng

说明:输入字符,建立平衡二叉树,再输出字符,中序,抛砖引玉-input characters, the establishment of balanced binary tree, and the output of characters, sequence, something
<雷阵雨> 在 2024-05-29 上传 | 大小:1024 | 下载:0

[Linux/Unix编程linux_getch

说明:linux下实现getch函数功能,可键盘仅输入字母-Function getch achieve under linux, can only enter letters keyboard
<黄建华> 在 2024-05-29 上传 | 大小:1024 | 下载:0
« 1 2 ... 16 17 18 19 20 2122 23 24 25 26 ... 9711 »

源码中国 www.ymcn.org