CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 嵌入式Linux 搜索资源 - 字符串

搜索资源列表

  1. module_param

    0下载:
  2. module_param 内核模块实例,带参数,演示了如何向模块传递整形、长整形、字符串等参数-module_param kernel module instance, with the parameters, the module demonstrates how to pass integer, long integer, string and other parameters
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-07
    • 文件大小:48643
    • 提供者:sun
  1. encrypt_decrypt

    0下载:
  2. linux下的tea加密解密算法,可以对任何长度字符串进行加密解密。非常精彩。-tea under linux encryption and decryption algorithms, can be of any length string encryption and decryption.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-30
    • 文件大小:4224
    • 提供者:mich
  1. chuzuichangzuiduanzifuchuan

    0下载:
  2. 找出最长及最短字符串.练习字符串处理: 编写程序,由键盘输入若干字符串,输出最长及最短的字符串。-To find out the longest and the shortest string. Practice string processing: preparation of procedures, a number of strings from the keyboard input, output and the longest and shortest strings.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-03
    • 文件大小:2358
    • 提供者:123
  1. String

    0下载:
  2. String算法 1、子串比较 2、求子串 3、字符串拷贝 4、子符串替代-String Algorithm 1, sub-string comparison 2, Child-giving string 3, string copy 4, sub-character string substitution
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-01
    • 文件大小:704
    • 提供者:依然
  1. serial

    0下载:
  2. 本实验是一个串口通信实验。程序通过函数set_speed设置串口通信速率,通过函数set_Parity设置串口数据位,停止位和效验位,通过函数OpenDev打开串口。实验者可以在主机键盘输入字符串,程序对接收到的字符串计算字符串长度,发往串口,并将该字符串也发往串口。 开发环境: 创维特CVTs3c2410 Redhat9.0-This experiment is a serial communication experiment. Procedures set by serial
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-06
    • 文件大小:1841
    • 提供者:tiger
  1. ex3

    0下载:
  2. 建立lib.c文件提供中断函数处理代码 使用SWI异常设计字符串输出程序-Establish lib.c document provides an interrupt function uses SWI exception handling code string output program design
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-09
    • 文件大小:688
    • 提供者:whill
  1. linux-time

    0下载:
  2. Unix/Linx 系统中所有时间相关的处理函数的总结(包括获取设置系统时间,带时区不带时区时间以及不同格式的时间字符串)-Unix/Linx system processing functions all the time-related summary (including access to set the system time with time zone with no time zone and time strings in different formats)
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:98808
    • 提供者:andy
  1. string

    0下载:
  2. 对字符串函数等的应用,要想深入理解字符串操作最好把这几个函数自己写出来,以后找工作的时候也方便!-String functions and other applications, in order to in-depth understanding of string manipulation is best to write itself these several functions, after looking for work when convenient!
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-07
    • 文件大小:3476
    • 提供者:孔宪伟
  1. msg

    0下载:
  2. 创建代开一个消息队列,并从消息队列中读出消息至遇到结束字符串-Create and open a message queue, and read out a message from the message queue until the end of the string
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-07
    • 文件大小:1602
    • 提供者:夏秋末
  1. TCP_server

    0下载:
  2. 建立基于TCP套接字的服务器与客户端的连接,客户端向服务器发送字符串,服务器将接受到的字符串打印出来-Establish a connection based on the TCP socket server and client, the client sends the server a string, the server will receive the string print out
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-09
    • 文件大小:2422
    • 提供者:夏秋末
  1. FindWord

    0下载:
  2. 这个程序的功能是输入一行字符串,统计出其中单词的个数,思路很简单,但是用函数实现的时候,细节上还是有点难度的。-The function of this program is the input line of string, and the statistics of which the number of words, the idea is very simple, but function to achieve the detail is still somewhat difficult
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:1040
    • 提供者:李友
  1. Stream-based-input-and-output

    0下载:
  2. 利用函数getchar(), ungetc(), fprintf()来实现基于流的字符输入输出, 即读入键盘输入的数据,从中挑选出字符和数字组成的字符串或整数。-Using the function getchar (), ungetc (), fprintf () to achieve flow-based character input and output, that is read into the keyboard input of data, pick out a string of
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-06
    • 文件大小:27554
    • 提供者:梁逸杰
  1. Normal-files-directories-

    0下载:
  2. 普通文件和目录编程 1. 编写程序mycp.c,实现从命令行读入文件的复制功能,用原始文件系统调用。 2. 编写程序mycat.c,实现文件内容的显示,用原始文件系统调用实现。 3. 用流文件系统函数重新编写上面的程序。 . 调用目录函数,编写程序myls.c,实现按下面格式显示当前目录文件列表:文件名 文件大小 文件创建时间 注意研究文件创建时间的转换,即如何把从1970年1月1日起的秒数转换为表示时间的字符串,从而显示出来,注意研究asctime()函数和ctime(
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-06
    • 文件大小:12218
    • 提供者:weiwei
  1. GET_MACAddress

    0下载:
  2. 获取嵌入式开发板的MAC地址,并将其转换为字符串-MAC address for embedded development board, and convert it to a string
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-10
    • 文件大小:1404
    • 提供者:孙宾
  1. framebuffer_src

    0下载:
  2. 自己写的向Framebuffer画图和绘制字符串的代码,结合tslib中的部分代码,附带字模生成工具。-Write their own drawing to the framebuffer and draw string code, combined with the tslib the part of the code, with the matrix generation tools.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-22
    • 文件大小:948697
    • 提供者:陈仕杰
  1. TestStr

    0下载:
  2. 字符串操作的实现函数,包括字符串拷贝,连接,翻转,计算字符串的长度,对比-Realization of string manipulation functions, including string copy, connection, flip, calculate length of the string comparison
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-24
    • 文件大小:1766
    • 提供者:华生
  1. tcp

    0下载:
  2. 网卡测试程序,在服务器上运行该服务器软件,在客户端运行客户软件,客户端就会收到该字符串。-The test program of MAC driver.Run the server application on the server.Run the client application on the client.The client will receive the character string sended by the server.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-26
    • 文件大小:9130
    • 提供者:单中正
  1. zifuchuan

    0下载:
  2. 用VC++实现的字符串处理程序,可以定向的修改或是添加原代码-with VC string handling procedures can be directed to amend or add to the original code
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-15
    • 文件大小:6194
    • 提供者:oarkrss
  1. getLineFromBuf

    0下载:
  2. 从字符串中解析指定的一行数据的算法,基于C语言实现。-The code is to get one line String date a string buffer,based on C language.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-11
    • 文件大小:803
    • 提供者:voldemort
  1. my_string

    0下载:
  2. 字符串部分 个人整理的库,供大家使用,含有KMP算法-KMP in my medoth to come ture!
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-14
    • 文件大小:3227
    • 提供者:macong
« 12 »
搜珍网 www.dssz.com