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

搜索资源列表

  1. ExternVarDll

    0下载:
  2. 使用vc++创建Win32 DLL导出一个全局变量-Create a Win32 DLL export a global variable
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-29
    • 文件大小:51924
    • 提供者:shadow
  1. mThreads

    0下载:
  2. linux下互斥体和条件变量在生产组与消费者模型中的应用-linux,mutex and condition application in producer and constumer model.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-12
    • 文件大小:844
    • 提供者:chin
  1. emd

    0下载:
  2. 两个变量间的互信息的计算,只要给出两个变量就可以-The calculation of mutual information between the two variables, as long as two variables is given
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:1547
    • 提供者:liuwenfang
  1. myshell

    3下载:
  2. 一个自己写的shell,其功能如下: 1) cd <directory> ——把当前默认目录改变为<directory>。如果没有<directory>参数,则显示当前目录。如该目录不存在,会出现合适的错误信息。这个命令也可以改变PWD 环境变量。 2) clr ——清屏。 3) <directory> ——列出目录<directory>的内容。 4) environ ——列出所有的环境变量。 5) echo &l
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:4060
    • 提供者:jun
  1. A

    0下载:
  2. (1)编写一个Java应用程序 定义一个类,包含两个成员变量x和y,其中x为类变量,y为实例变量。 1)分别在类中定义获取和设置x与y的方法;( 2)创建一个测试类,在其主函数中构建第一个类的2个对象,分别通过第一个类中的设置方法,为2个对象的x和y赋值,最后输出2个对象的x和y变量值。 -(1) write a Java application Define a class that contains two member variables x and y, where
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:1501
    • 提供者:林语堂
  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. shiyan7

    0下载:
  2. 函数功能:输入某班学生期末考试三门课程成绩函数参数:长整型数组num,存放学生学号整型数组score,存放学生成绩整型变量n,存放学生人数-Function: Enter a class final exam three course gradeFunction parameters: long integer array num store student student numberInteger array score, and storage of student achievement
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:1484
    • 提供者:aji9480
  1. thread

    0下载:
  2. thrs_data结构中的几个变量用于读数据线程和显示线程的开始控制和结束控制。start_read:当二个线程同时启动或显示线程先启动时,保证读数据线程先使用缓冲区,=1表示读数据线程已使用了缓冲区;start_disp:在读数据线程对缓冲区进行第一轮操作时,当它已将2个缓冲区写满,而此时显示线程还没有启动或还没有使用过缓冲区,这时应将读数据线程阻塞住,防止它覆盖掉缓冲区中未显示的数据,=1表示显示线程已启动并已使用了缓冲区。在后续交替读数据和显示数据的过程中,由互斥锁来协调二个线程之间的关系
  3. 所属分类:Driver develop

    • 发布日期:2017-04-12
    • 文件大小:1329
    • 提供者:yangfan
  1. 2456789031

    0下载:
  2. 详细描述了系统的功能和user32.dll,函数的变量的名称,类型-A detailed descr iption of the system user32.dll function, and a function of the variable name, type
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:5135
    • 提供者:lu47esn
  1. 32or64

    0下载:
  2. 判断当前操作系统是32位系统还是64位系统,不是你想的计算一个变量长度就可以的那么简单哦,这个问题是很多人纠结过的-Determine the current operating system is 32-bit systems or 64-bit system, not what you think of a variable length can be calculated as simple Oh, this is a lot of people entangled off
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:741
    • 提供者:shen31usn
  1. Fading-fast-flowing-water-light

    0下载:
  2. LED流水灯 的控制方法。 我们用了变量j,来控制流水灯的速度。 12个LED不停的依次闪烁,每闪烁一圈,闪烁的速度加快一点, 当转了8圈后,流水灯的速度达到最快。 -Fading fast flowing water light
  3. 所属分类:Driver develop

    • 发布日期:2017-05-04
    • 文件大小:16809
    • 提供者:陈旧
  1. ch06

    0下载:
  2. 为了生成轻量级信号量,你可以声明一LWSEM_STRUCT类型的变量并调用_lwsem_create()函数进行初始化,该函数有一指针指向变量并设置了一个初始的信号量计数。该信号量计数表明了并发地访问信号量资源的请求数,并设置为初始值。-In order to generate a lightweight signal, you can initialization function statement LWSEM_STRUCT struct type variables, and call _
  3. 所属分类:Driver develop

    • 发布日期:2017-05-07
    • 文件大小:1437620
    • 提供者:李先生
  1. chap2

    0下载:
  2. 在C#中定义变量和常量 使用C# 中的基本数据类型 理解装箱和拆箱的概念 使用C#中的运算符,选择结构和循环结构-Define variables and constants in C# Use C# basic data types Understand the concept of boxing and unboxing Use in C# operator selection structure and loop structure
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-06
    • 文件大小:560202
    • 提供者:hanlu
  1. cSharpxitongbiancheng

    0下载:
  2. 在C#中定义变量和常量 使用C# 中的基本数据类型 理解装箱和拆箱的概念 使用C#中的运算符,选择结构和循环结构-Define variables and constants in C# Use C# basic data types Understand the concept of boxing and unboxing Use in C# operator selection structure and loop structure
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-06
    • 文件大小:560208
    • 提供者:hanlu
  1. ym_c-dianzhen-8X8GD.C-hicode

    0下载:
  2. C语言实现8X8点阵滚动显示温度,DS18B20的操作程序   sbit DQ P3^3   unsigned char time //设置全局变量,专门用于严格延时   函数功能:将DS18B20传感器初始化,读取应答信号   出口参数:flag   bit Init_DS18B20(void)   {    bit flag //储存DS18B20是否存在的标志,flag 0,表示存在;flag 1,表示不存在    DQ 1 //先将数据线拉
  3. 所属分类:Network Security

    • 发布日期:2017-05-04
    • 文件大小:29062
    • 提供者:常小小
  1. GetEnvironmentVariable

    0下载:
  2. 获取Windows 操作系统环境变量设置,抽取所需要的环境变量。-Get Environment Variable, Extract environment variable strings .
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:557
    • 提供者:coco
  1. kernel_timer

    0下载:
  2. linux设备驱动 内核定时器 在 Linux 内核中,时间由一个名为 jiffies 的全局变量衡量,该变量标识系统启动以来经过的滴答数。在最低的级别上,计算滴答数的方式取决于正在运行的特定硬件平台;但是,滴答计数通常在一次中断期间仍然继续进行。 Linux 提供了一个简单的 API 来构造和管理计时器。它包含一些函数(和助手函数),用于创建、取消和管理计时器。 计时器通过 timer_list 结构定义,该结构包括实现一个计时器所需的所有数据(其中包括列表指针和在编译时配
  3. 所属分类:Driver develop

    • 发布日期:2017-05-04
    • 文件大小:330110
    • 提供者:李笑
  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 ... 7 8 9 10 11 1213 14 »
搜珍网 www.dssz.com