CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 操作系统开发 搜索资源 - string

搜索资源列表

  1. libc

    1下载:
  2. vxworks libc库源代码,标准C代码库实现 assert ctype locale math setjmp stdarg stdio stdlib string time -vxworks libc the source code, standard C code library to assert ctype locale math setjmp stdar g stdio stdlib string time
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:318081
    • 提供者:王七
  1. 9

    0下载:
  2. 操作系统课程设计_进程调度演示源程序 #include \"stdio.h\" #include \"stdlib.h\" #include \"string.h\" typedef struct node { char name[10] /*进程标识符*/ int prio /*进程优先数*/ int round /*进程时间轮转时间片*/ int cputime /*进程占用CPU时间*/ int needtime /*进程到完成
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2366
    • 提供者:wjx
  1. exercise5

    0下载:
  2. 编写程序,从键盘输入任意一个字符串,将其内容保存到当前目录的myfile.dat文件中,然后以字符方式从文件中读取该字符串并显示。 -Programming, any keyboard input from a string, save its contents to the current directory myfile.dat files, and then approach the characters read from the file and display the strin
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:710040
    • 提供者:李攀
  1. 1

    1下载:
  2. 求最长公共子串的算法,这是最好的算法用c++编写的-For the longest common sub-string algorithm, this algorithm is the best c++ to prepare the
  3. 所属分类:OS Develop

    • 发布日期:2017-04-12
    • 文件大小:1633
    • 提供者:阿杰
  1. BORLANDC_SRC.tar

    0下载:
  2. some standard string libraries for borland c
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:956
    • 提供者:msx
  1. chuanbipei

    0下载:
  2. 串匹配操作 串的模式匹配算法 分析串的基本操作及特性-String matching operation string pattern-matching algorithms analyze the basic operation and characteristics of string
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:877
    • 提供者:elick
  1. osruanzhongduan

    0下载:
  2. 操作系统实验 进程软中断通信 编写一段程序,父进程创建一个子进程p1;并使子进程利用系统调用kill()向父进程发送信号,父进程得到信号后输出字符串“received p1 signal.” 。 -Experimental process, the operating system write a soft interrupt communication procedures, the parent creates a child process p1 and to the child pro
  3. 所属分类:OS Develop

    • 发布日期:2017-03-24
    • 文件大小:31593
    • 提供者:董俐
  1. library

    0下载:
  2. The C standard library provides macros, type definitions, and functions for tasks like string handling, mathematical computations, input/output processing, memory allocation and several other operating system services.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:3383
    • 提供者:amitsolanki
  1. anagram

    0下载:
  2. used to check whether the given string is anagram or not.In order to get a new phrase or word by rearranging the words
  3. 所属分类:OS Develop

    • 发布日期:2017-04-23
    • 文件大小:9538
    • 提供者:
  1. 74HC595_74HC165

    0下载:
  2. ATmega48/88/168的PB5是SPI时钟输出,接74HC595/74HC165的移位时钟输入端;PB4是SPI的MISO数据输人,接74HC165的数据输出;PB3是SPI的MOSI数据输出,接74HC595的串行数据输入端SER;PB2接74HC595/74HC165的锁存时钟输入端。-PB5 The ATmega48/88/168 SPI clock output connected to the input end of a 74HC595/74HC165 the shift c
  3. 所属分类:OS Develop

    • 发布日期:2017-11-01
    • 文件大小:8447
    • 提供者:吳忠憲
  1. src

    0下载:
  2. include three modules in Linux. Module 1 – Load/unload the module can output some info Module 2 – Module accepts three parameters (int, string, array) – Load the module, output the parameter’s value Module 3 – Module creates a proc file, reading the
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:2045
    • 提供者:lizzy
  1. OS exercise 1

    0下载:
  2. 编写一个从标准输入中读取字符串的程序。所有字符串都不包含0字节字符,并以\ n换行符终止。最后一行输入可能不会被换行符终止。读取所有字符串后,应根据libc提供的strcmp函数的顺序对这些字符串进行排序。排除所有字符串后,应按新顺序将这些字符串打印到STDOUT。在将字符串写入STDOUT时,每个字符串应以\ n换行符终止。(Write a program that reads string from the standard input. All strings will contain n
  3. 所属分类:操作系统开发

    • 发布日期:2018-10-14
    • 文件大小:6144
    • 提供者:cindy888
  1. os exercise2

    0下载:
  2. 客户端是一个带有2个参数的程序: *日志服务器的主机名 *日志记录服务器的端口号 启动后,它将连接到服务器并从中读取消息 STDIN。 每条消息都是一个没有0字节的字符串。 消息是 由换行符\ n终止 什么都没有读 不再收到SIGINT或收到SIGTERM,它会关闭 连接并以返回码0终止。(The client is a program that takes 2 arguments: * A hostname of a logging server * A port
  3. 所属分类:操作系统开发

    • 发布日期:2018-10-23
    • 文件大小:10240
    • 提供者:cindy888
搜珍网 www.dssz.com