CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程 搜索资源 - 变量

搜索资源列表

  1. Linux

    0下载:
  2. 自己收集归纳的关于linux 环境变量以及makefile方面的详细笔记,适合刚接触linux的新手们。-Collected inductive detailed notes on linux environment variables and makefile, suitable for novices new to linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-17
    • 文件大小:1446885
    • 提供者:韩勇
  1. environ

    0下载:
  2. 输入其环境变量的列表内容。 -Enter their environment variables list of contents. Enter their environment variables list of contents.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-16
    • 文件大小:1014
    • 提供者:风月传说
  1. offsetcount

    0下载:
  2. 计算linux下,内核task_struct mm_struct fs_struct等关键结构体的变量的偏移量。原理是利用LKM,直接make insmod Offset.ko即可-Calculated under linux kernel task_struct mm_struct fs_struct and other key structure variable offset. Principle is to use the LKM, directly can make insmod Of
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-07
    • 文件大小:1267
    • 提供者:ff
  1. process1

    0下载:
  2. 这是一个关于线程互斥锁和条件变量的demo,是比较值得参考的。-This is a thread mutexes and condition variables demo, is worth considering.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-14
    • 文件大小:1074659
    • 提供者:李叶
  1. NACHOS_THREAD

    0下载:
  2. NACHOS操作系统 对线程机制的完善 增加属性,增加调度算法,实现了锁和条件变量-NACHOS perfect operating system thread mechanism to increase property, increase scheduling algorithms, locks and condition variables
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-10
    • 文件大小:2302945
    • 提供者:xieyifei
  1. original_ak7v_3a25000000fe125b

    0下载:
  2. 操作系统中互斥变量的描述,是既操作系统课程之后对计算机底层的编程-Descr iption of operating system that mutually exclusive variables
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-26
    • 文件大小:44132
    • 提供者:张茜
  1. Embedded-systemsand-Linux

    0下载:
  2. 嵌入式系统和linux面试经典题目 一.1、简答题。下面的题目必须全部答对才给分(20分): 1、 如何在C中初始化一个字符数组。 2、 如何在C中为一个数组分配空间。 3、 如何初始化一个指针数组。 4、 如何定义一个有10个元素的整数型指针数组。 5、 s[10]的另外一种表达方式是什么。 6、 GCC3.2.2版本中支持哪几种编程语言。 7、 要使用CHAR_BIT需要包含哪个头文件。 8、 对(-1.2345)取整是多少? 9、 如何让局部变量具有
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-26
    • 文件大小:10680
    • 提供者:刘涛
  1. expmt2

    0下载:
  2. 实现锁机制和条件变量,并利用这些同步机制将实验一中所实现双向有序链表类修改成线程安全的:-Realize the locking mechanism and condition variables, and use these synchronization mechanism experiment one implemented by the bidirectional orderly linked list class changes into a thread safe
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:269703
    • 提供者:wangqiumei
  1. shared_var

    2下载:
  2. 在linux环境下编写一个控制台应用程序,程序中有一个共享的整型变量shared_var,初始值为0;创建一个线程并使其立即与主线程并发执行。新创建的线程与主线程均不断地循环,并输出shared_var 的值。主线程在循环中不断地对shared_var 进行加1操作,即每次循环shared_var 被加1;而新创建的线程则不断地对shared_var 进行减1 操作,即每次循环shared_var 被减1。观察程序运行的结果,并对你看到的现象进行解释。-In the Linux environm
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:2691
    • 提供者:段昀
  1. Perl-by-Example-4

    0下载:
  2. perl实例精解中文第4版,是关于Perl的完整指南,它包含了Perl应用的很多方面,从正则表达式处理到格式化报表,再到进程间通信。包含1、实用摘要和报表语言,2、Perl 快速入门,3、Perl 脚本,4、获得打印句柄,5、变量,6、运算符、7、条件,8、正则表达式——模式匹配,9、正则表达式元字符等共计20章-Pure perl instance XieZhongWen version 4 is about perl complete guide, it contains a lot of
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-15
    • 文件大小:22676480
    • 提供者:唐小米
  1. linux-DAZUOY

    0下载:
  2. 、makefile文件的作用是什么,makefile文件中有一种变量,其值是根据具体的规则来确定的,称为自动变量,其中代表所有依赖文件列表的是哪个;举例说明make命令的工作流程。-What is the role of, makefile file, there is a variable in the makefile file, its value is based on the specific rules, known as automatic variables, which rep
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-23
    • 文件大小:80456
    • 提供者:加加减减
  1. thread_attr

    0下载:
  2. 线程属性的设置,创建一个具有绑定和分离属性的线程,而且主线程通过一个finish-flag标志变量来获得线程结束的消息,而且不调用pthread-join()函数-Thread attributes Settings, create a thread binding and separation properties, and the main thread through a finish- flag symbol variables to get the message thread end
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:655
    • 提供者:江其雄
  1. condition

    0下载:
  2. Linux条件变量演示,创建两个线程模拟生产者消费者模型,在屏幕上打印a-z字母,注释详细-Linux condition variable presentations, create two threads simulation model of producers and consumers, az letters printed on the screen, detailed notes
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1172
    • 提供者:wujianming
  1. 0.c.tar

    0下载:
  2. 经典的线程例子,使用 pthread 线程库创建两个线程,两个线程都要访问共享变量counter,按照源程序的逻辑,两个线程各循环 5 次,每次循环对 counter 变量加 1,最后打印的结果应该是 10。但是因为线程的特性,两个线程同步执行,所以结果是6,这是很有意思的事情。-The classic example of a thread, the thread using pthread library to create two threads, two threads must acc
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:618
    • 提供者:zjuuuu
  1. 1.tar

    0下载:
  2. 经典的互斥锁线程例子,使用 pthread 的互斥锁机制,使得程序运行的结果正确,使用 pthread 线程库创建两个线程,两个线程都要访问共享变量counter,按照源程序的逻辑,两个线程各循环 5 次,每次循环对 counter 变量加 1,最后打印的结果是 10。-The classic example of mutex thread using pthread mutex lock mechanism, so that the results of the program is runn
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:712
    • 提供者:zjuuuu
  1. Linux_cond

    0下载:
  2. Linux下条件变量的使用方法,通过此例子可以很好的掌握Linux下线程同步的方法-Use variables under Linux, by this example can be a good grasp of the Linux thread synchronization method
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1757
    • 提供者:邵小龙
  1. readData

    0下载:
  2. 从root文件读出变量并输出.Root是由欧洲核子中心CERN开发的数据分析软件包-read data rootfile. Root is a data analysis toolkit develop by CERN.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1326
    • 提供者:ouyangmoye
  1. common

    0下载:
  2. 支持键值对插入删除重写,可应用在嵌入式系统或者pc系统上的配置文件,支持用户对配置文件的变量进行操作-Support key to insert delete overriding, application in embedded system and PC system configuration files, support for user configuration file variables were manipulated
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2428
    • 提供者:潘旭丰
  1. linux-shell

    0下载:
  2. Linux shell脚本中变量的使用,适合shell初学者-Use Linux shell scr ipt variables for shell beginners
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3431
    • 提供者:刘梦
  1. linux-shell2

    0下载:
  2. Linux shell脚本中变量的使用,适合shell初学者-Use Linux shell scr ipt variables for shell beginners
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:713
    • 提供者:刘梦
« 1 2 3 4 56 »
搜珍网 www.dssz.com