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

搜索资源列表

  1. saaa

    0下载:
  2. //我们说了要第一步要调用VirtualAllocEx()函数在目标进程中分配内存 //那么我们就得找到目标进程的PID,我们假设把目标进程锁定为explorer.exe //下面是获取explorer.exe的PID
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1.94kb
    • 提供者:AQIANG
  1. 多任务 多进程

    2下载:
  2. 多任务 多进程 51 单片机 C 语言 1.本程序不使用任何汇编指令 2.由定时器T0产生中断,切换进程 3.由于中断或调用子程序,要把PC堆栈,故可以以SP为基址的地方找到PC 4.中断或子程序返回,要把SP出栈给PC,故可以操作SP改变程序入口 5.本程序经调试运行 电路图已上传 6.程序编译是会有一个警告提示,为正常现象,因为保存R0-R7时,重新定义地址, 出现地址覆盖的警告提示。 7.用户以此模板写程序只需写用户的进程子程序和用户初始化子程序,并把各进程
  3. 所属分类:单片机(51,AVR,MSP430等)

  1. netstat_o

    0下载:
  2. 通过调用系统函数来遍历当前系统中所有进程并获取所有进程的PID-By calling the system function to traverse the current system and all processes in the process of obtaining all the PID
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:3.86kb
    • 提供者:康凯
  1. uCOS-II_Source_Analyse

    0下载:
  2. uC/OS-II源码分析 在这里我不想分模块来慢慢分析这个OS的行为,我们从CPU的执行顺序来看吧,这样也许清晰一些,并且我们暂时抛弃那些Event/MailBox、信号量等元素,还是先看看作为一个OS核心的Task Schedule部分内容吧。 首先从main函数开始,下面是uC/OS-II main函数的大致流程: main(){ OSInit() TaskCreate(...) OSStart() } 首先是调用OSInit进行初始化,然后使用T
  3. 所属分类:uCOS

    • 发布日期:2017-04-15
    • 文件大小:8.44kb
    • 提供者:李毅
  1. srljlinuxe

    0下载:
  2. 深入理解Linux内核,该书详细的介绍了系统调用,内存地址,信号,进程的地址空间,进程通信,以及其他与内核有关的内容!-In-depth understanding of Linux kernel, the book details the system calls, memory addresses, signals, process address space, process communication, and other content related with the kernel!
  3. 所属分类:Embeded Linux

    • 发布日期:2017-06-20
    • 文件大小:32.65mb
    • 提供者:lining
  1. os

    0下载:
  2. 1.编写一个文件复制的C语言程序: 分别使用文件的系统调用read(fd, buf, nbytes), write(fd, buf, nbytes)和文件的库函数fread(buf, size, nitems, fp), fwrite(buf, size, nitems, fp),编写一个文件的复制程序。 当上述函数中nbytes, size和nitems都取值为1时(即一次读写一个字节),比较这两种程序的执行效率。当nbytes取1024字节,size取1024字节,且nitems取1
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:35.17kb
    • 提供者:yiyuzhiming
  1. ucos

    0下载:
  2. 首先从main函数开始,下面是uC/OS-II main函数的大致流程: main(){ OSInit() TaskCreate(...) OSStart() } 首先是调用OSInit进行初始化,然后使用TaskCreate创建几个进程/Task,最后调用OSStart,操作系统就开始运行了。 - Call port specific initialization code */ #endif OS_InitMisc()
  3. 所属分类:uCOS

    • 发布日期:2017-05-26
    • 文件大小:9.27mb
    • 提供者:丁俊友
  1. processtoFile

    0下载:
  2. 基于TQ2440的LINUX程序源码,进程间调用样式,C语言编写,可在linux环境下交叉编译为arm板上可用的程序-Based on the TQ2440 the Linux program source code, process invocation style, C language, cross-compiler for arm board procedures available in the linux environment
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-19
    • 文件大小:1.68kb
    • 提供者:黄锐
  1. usr

    0下载:
  2. 通过修改minix的源代码,增加一个系统调用,将某些用户的进程变为实时进程,并且实现实时进程的特殊调度-Minix by modifying the source code, add a system call, the process will become some users real-time process, and achieve real-time process scheduling special
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-04
    • 文件大小:46.36kb
    • 提供者:Wing
  1. fork

    0下载:
  2. 本文档内容是我自己写的一个关于fork函数新建进程并对调用流程进行分析的文档。 运行环境是win7安装vmware虚拟机里的linux系统,直接gcc编译得到的执行结果。 看完次文档后即可对fork有一个比较系统的认识。-The content of the document I wrote about a new fork function call flow process and analyze documents. Win7 operating environment is
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-23
    • 文件大小:23.48kb
    • 提供者:
  1. Linux

    0下载:
  2. Linux系统调用与文件I/O Linux进程控制 -Linux system calls and file I/O Linux process control
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-25
    • 文件大小:173.55kb
    • 提供者:yll
  1. socket

    0下载:
  2. 在linux下使用socket编译,实现client调试用服务器的端的函数,实现了一个小型的COM架构,可以很好的适用于跨进程函数调用-Use socket compiled under linux, achieve client debugging server-side function to achieve a small COM architecture, can be well applied to cross-process function calls
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-14
    • 文件大小:5.48kb
    • 提供者:liguochen
  1. sound

    0下载:
  2. 摄像功能:按键1 调用tracer程序实现摄像功能 录音放音功能:按键3 开启录音 调用sound程序启动录音放音功能 拍照功能:按键2 调用video程序完成照片的拍摄与存储 退出:按键6 通过对子进程的控制 可以退出程序 实现上述三种功能之间的转换-Camera: Press 1 to call tracer program to achieve functional imaging Recording and playback function: Key 3 open ca
  3. 所属分类:SCM

    • 发布日期:2017-04-30
    • 文件大小:70.09kb
    • 提供者:尼加
搜珍网 www.dssz.com