登录
首页 » Linux-Unix program » TKCVS Source Code For CVS。

TKCVS Source Code For CVS。

于 2022-07-14 发布 文件大小:1.11 MB
0 273
下载积分: 2 下载次数: 1

代码说明:

TKCVS Source Code For CVS。-TKCVS Source Code For CVS.

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

发表评论

0 个回复

  • Damn Small Linux kernel,can boot from USB
    Damn Small Linux kernel,can boot from USB
    2023-01-25 23:00:17下载
    积分:1
  • Shell source : find search for a particular day in the paper A = ~ find
    Shell源码:find查找日期为某一天的文件 A=`find ~ -print` | ls -l --full-time $A 2>/dev/null | grep "Jun 27" | grep 1998 下面这个script,存成一个符合规则名字的文件,置上x属性就行了。 -Shell source : find search for a particular day in the paper A = ~ find- print | ls-l-- full-time A $ inversion;/Dev/null | grep "Jun 27" | grep 1998 following the script, save one meet the rules name in the paper, on the x attribute home there.
    2022-01-26 02:49:54下载
    积分:1
  • 对嵌入式实时操作系统进行了深入的研究。对当前UCLINUX操作系统上增强实时性 的不同方案进行了详细的分析和比较,提出了现存方案的优缺点。其后分析了 U...
    对嵌入式实时操作系统进行了深入的研究。对当前UCLINUX操作系统上增强实时性 的不同方案进行了详细的分析和比较,提出了现存方案的优缺点。其后分析了 UC/OS―II的结构和特点,改造了UC/OS.II的实时内核,将其移植到UCLINIⅨ作为专 门处理实时进程的的内核(X2内核),从而改良UCLINUX的实时性。-For embedded real-time operating system, conducted in-depth study. On the current UCLINUX enhanced real-time operating systems of different options for a detailed analysis and comparison, presented the advantages and disadvantages of the existing program. Subsequent analysis of UC/OS-II structure and characteristics of the transformation of the UC/OS. II, real-time kernel, be transplanted to UCLINI Ⅸ as to deal specifically with real-time process, the kernel (X2 core), thereby improving UCLINUX in real time.
    2022-07-11 11:24:58下载
    积分:1
  • 本次实验的目的在于将nachos中的锁机制和条件变量的实现补充完整,并利用这些同步机制实现几个基础工具类。实验内容分三部分:实现锁机制和条件变量,并利用这些同步...
    本次实验的目的在于将nachos中的锁机制和条件变量的实现补充完整,并利用这些同步机制实现几个基础工具类。实验内容分三部分:实现锁机制和条件变量,并利用这些同步机制将实验一中所实现双向有序链表类修改成线程安全的;实现一个线程安全的表结构;实现一个大小受限的缓冲区(详细内容请看nachos-labs.pdf)。-the purpose of the experiment is to the nachos lock mechanism and conditions for the realization of supplementary variables integrity, Using these synchronization mechanism based tool for achieving several categories. Experiment three parts : achieving lock mechanism and variable conditions, Using these experimental synchronization mechanism as a bidirectional orderly objectlist revise the security thread; the realization of a security thread table structure; the realization of a limited size of the buffer zone (for details, please see nachos- labs.pdf).
    2022-02-05 05:46:07下载
    积分:1
  • sco unix下,串口通讯
    sco unix下,串口通讯-sco unix, the serial communication
    2023-02-11 22:00:03下载
    积分:1
  • 一个在linux下跟踪内存泄露的小程序,一般在linux下可以用 mtrace valgrind来做,但是在嵌入式上,由于内存的限制,mtrace valgri...
    一个在linux下跟踪内存泄露的小程序,一般在linux下可以用 mtrace valgrind来做,但是在嵌入式上,由于内存的限制,mtrace valgrind都显得束手无策-Tracking a memory leak under linux small procedures, usually under linux can be used mtrace valgrind to do, but in the embedded, due to memory limitations, mtrace valgrind are able to do much about
    2022-02-26 22:11:28下载
    积分:1
  • Linux 串口编程参考文档,这里对相关的接口描述的很清晰的。...
    Linux 串口编程参考文档,这里对相关的接口描述的很清晰的。-Uart reference document in Linux. You can use the interface functions easily.
    2022-07-01 18:23:27下载
    积分:1
  • qt prepared by the serial port debugger
    qt 编写的 串口 调试程序 适合移植! 适合初学者-qt prepared by the serial port debugger
    2022-06-03 06:42:05下载
    积分:1
  • multithreaded process as a multi
    多线程程序作为一种多任务、并发的工作方式,有以下的优点:   1) 提高应用程序响应。这对图形界面的程序尤其有意义,当一个操作耗时很长时,整个系统都会等待这个操作,此时程序不会响应键盘、鼠标、菜单的操作,而使用多线程技术,将耗时长的操作(time consuming)置于一个新的线程,可以避免这种尴尬的情况。   2) 使多CPU系统更加有效。操作系统会保证当线程数不大于CPU数目时,不同的线程运行于不同的CPU上。   3) 改善程序结构。一个既长又复杂的进程可以考虑分为多个线程,成为几个独立或半独立的运行部分,这样的程序会利于理解和修改。 -multithreaded process as a multi-task, complicated by the way, has the following advantages : 1) improve application response. This graphical interface is especially meaningful, when a very long time-consuming operation, the entire system will wait for the operation, this procedure will not respond to keyboard, mouse, the menu of operations, and the use of multithreading technology, long will be time-consuming operation (time consuming) under a new thread, avoided this embarrassing situation. 2) multi-CPU system more effective. When the operating system would ensure that not more than a few threads CPU number of different threads running on different CPUs. 3) to improve program structure. A long and complex
    2023-06-23 05:00:03下载
    积分:1
  • Given SOCKET client communication in the server
    给予SOCKET通信的客户端于服务器端的程序,适用于LINUX-Given SOCKET client communication in the server-side procedures, applicable to LINUX
    2022-08-17 22:18:52下载
    积分:1
  • 696516资源总数
  • 106554会员总数
  • 12今日下载