登录
首页 » Linux-Unix program » unix 下c语言拆解汉字字符

unix 下c语言拆解汉字字符

于 2022-01-25 发布 文件大小:1.86 kB
0 137
下载积分: 2 下载次数: 1

代码说明:

unix 下c语言拆解汉字字符-c under unix dismantling Chinese language characters

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 周立功
    ZLG-GUI源代码完整版12-windows.c-ZLG-GUI source code full version of 12-windows.c
    2022-03-23 05:16:44下载
    积分:1
  • Linux 是一个源码开放的操作系统,无论是普通用户还是企业用户都可以编写自己的内核代码,再加上对标准内核的裁剪从而制作出适合自己的操作系统。目前有很多中低端用...
    Linux 是一个源码开放的操作系统,无论是普通用户还是企业用户都可以编写自己的内核代码,再加上对标准内核的裁剪从而制作出适合自己的操作系统。目前有很多中低端用户使用的网络设备的操作系统是从标准 Linux 改进而来的,这也说明了有越来越多的人正在加入到 Linux 内核开发团体中。 一个或多个内核模块的实现并不能满足一般 Linux 系统软件的需要,因为内核的局限性太大,如不能在终端上打印,不能做大延时的处理等等。当我们需要做这些的时候,就需要将在内核态采集到的数据传送到用户态的一个或多个进程中进行处理。这样,内核态与用户空间进程通信的方法就显得尤为重要。在 Linux 的内核发行版本中没有对该类通信方法的详细介绍,也没有其他文章对此进行总结,所以本文将列举几种内核态与用户态进程通信的方法并详细分析它们的实现和适用环境。-Linux is an open-source operating system, both ordinary users or enterprises, users can prepare their core code, coupled with the standard kernel cutting thereby making up their own operating system. There are a lot of low-end users of the network equipment from the standard operating system Linux is improving from the This also shows that the more and more people are added to the Linux kernel development groups. One or more modules and the realization of general Linux can not satisfy the needs of system software, because the core is too restrictive, such as the terminal can print, can not handle the bigger Delay etc.. W
    2022-11-16 15:05:04下载
    积分:1
  • dvbstream基于TS
    DVBstream is based on the ts-rtp package available at http://www.linuxtv.org. It broadcasts a (subset of a) DVB transport stream over a LAN using the rtp protocol. There were a couple of small bugs in the original ts-rtp application, which I have fixed here.-DVBstream is based on the ts- rtp package av ailable at http :// www.linuxtv.org. It broadcasts a (subset of a) DVB transport stream over a LAN using the rtp p rotocol. There were a couple of small bugs in the original ts- rtp application, which I have fixed here.
    2022-05-30 22:23:39下载
    积分:1
  • 本书并不是特意一本Linux 的内部手册相反它是对操作系统的介绍同时以Linux作为示例书中每一章遵循从共性到特性的原则它们将首先给出核心子系统的概叙然后进行尽...
    本书并不是特意一本Linux 的内部手册相反它是对操作系统的介绍同时以Linux作为示例书中每一章遵循从共性到特性的原则它们将首先给出核心子系统的概叙然后进行尽可能的详细描叙 我不会用routine_X()调用routine_Y()来增加bar 数据结构中foo 域的值这种方式来描叙核心算法 你自己可以通过阅读代码发现它每当需要理解一段代码时我总是将其数据结构画出来这样我发现了许多相关的核心数据结构以及它们之间的关系 每一章都是非常独立的就象Linux 核心子系统一样当然有时它们还是有联系的比如说如果你没有理解虚拟内存工作原理就无法描叙进程 硬件基本概念一章对现代PC 做了简要介绍操作系统必须与硬件系统紧密结合在一起协同工作操作系统需要一些只能够由硬件提供的服务为了全面理解Linux 你必须了解有关硬件的基础知识 软件基本概念一章介绍了软件基本原理与C 程序语言讨论了建立Linux 这样的操作系统的工具并且给出了操作系统的目标与功能的概叙 内存管理这章描叙了Linux 如何处理物理内存以及虚拟存储技术 进程管理描叙了进程的概念以及Linux 核心是如何创建管理与删除系统中的进程 进程间及进程与核心间通讯以协调它们的活动Linux 支持大量进程间通讯IPC -the book is not specifically a Linux internal manual Rather, it was the introduction of the operating system Linux simultaneously in each chapter of the book as an example to follow from the common characteristics of the principles is that they will be the first core subsystems of Syria will then proceed to the detailed depicts as possible, I will not use routine_X () call routine _Y () to increase the bar data structure foo domain of values in this manner, d
    2022-03-09 23:27:33下载
    积分:1
  • form = new_form(fields) scale_form(form, &rows, &cols) win = newwin(ro...
    form = new_form(fields) scale_form(form, &rows, &cols) win = newwin(rows+3, cols+4, 3, 20) subwin = derwin(win, rows, cols, 1, 2) set_form_sub(form, subwin) box(win, 0, 0) keypad(win, TRUE) post_form(form) refresh() wrefresh(win) wrefresh(subwin) //设置覆盖模式 form_driver(form, REQ_OVL_MODE)
    2023-04-25 08:50:03下载
    积分:1
  • 有关mpeg2的deocde代码,包括endore和decore两部分,并提供相应的工具测试...
    有关mpeg2的deocde代码,包括endore和decore两部分,并提供相应的工具测试-the deocde code, including endore and decore two parts, and provide the corresponding test tools
    2022-01-23 11:09:41下载
    积分:1
  • a bubble sort algorithms
    一个起泡排序算法-a bubble sort algorithms
    2023-01-14 18:25:04下载
    积分:1
  • 的sniffer工具。
    linux下的sniffer工具.-the sniffers tools.
    2023-04-06 10:25:04下载
    积分:1
  • 网上很难找的那个s3c2410_udc.c和s3c2410_udc.h,很难找到!
    网上很难找的那个s3c2410_udc.c和s3c2410_udc.h,很难找到!-Hard to find online that s3c2410_udc.c and s3c2410_udc.h, it is difficult to find!
    2023-01-15 05:20:04下载
    积分:1
  • 内核定时器的使用+linux+timer
    内核定时器的使用+linux+timer-The use of the kernel timers+ linux+ timer
    2022-07-01 06:46:22下载
    积分:1
  • 696518资源总数
  • 105949会员总数
  • 22今日下载