CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - safety c

搜索资源列表

  1. Learning_MISRAC_Criterion

    0下载:
  2. 嵌入式系统应用工程师借用计算机专家创建的C语言,使嵌入式系统应用得以飞速发展,而MISRAC是嵌入式系统应用工程师对C语言嵌入式应用做 出的贡献。如今MISRA C已经被越来越多的企业接受,成为用于嵌入式系统的C语言标准,特别是对安全性要求极高的嵌入式系统,软件应符合MISRA标准。 本文由清华嵌入式系统研究专家,邵贝贝教授领衔执笔,分六讲,跟读者一起学习MISRAC。 第一讲:“‘安全第一’的C语言编程规范”,简述MISRAC的概况。   第二讲:“跨越数据类型的重重陷阱”,介绍
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:60755
    • 提供者:孙斌
  1. Learning_MISRA_C

    0下载:
  2. 清华大学教授发表的安全C语言编程规范MISRA C:1998应用心得,采用C编程的同志都可以看看,学以致用啊。-professor of Qinghua University's safety standard C programming language MISRA C : 1998 application experience, C Programming comrades can see that apply ah.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1864721
    • 提供者:jingheng
  1. secalg

    0下载:
  2. 一组安全仅仅使用标准C且没有进行文件操作,内存分配的安全算法,包含md5和blowfish,可以编译成应用程序或者驱动程序使用的库.-a security group to use only standard C without documentation operation, the safety of memory allocation algorithms includes md5 and blowfish, can be compiled into applications or dri
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:17807
    • 提供者:楚狂人
  1. uCOS-2

    0下载:
  2. μC/OS-II已经在世界范围内得到广泛使用,包括诸多领域,如手机、路由器、集线器、不间断电源、飞行器、医疗设备及工业控制等。实际上,μC/OS-II已经通过了非常严格的测试,并且得到了美国航空管理局(Federal Aviation Administration)的认证,可以用在飞行器上。这说明μC/OS-II是稳定可靠的,可用于与人性命攸关的安全紧要(safety critical)系统;当然,也可用于非安全紧要系统。
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:870462
    • 提供者:老吕
  1. pdfrd

    0下载:
  2. 1.实验目的: 模拟实现银行家算法,用银行家算法实现资源分配。 2.实验内容: 设计五个进程{P0,P1,P2,P3,P4}共享三类资源{A,B,C}的系统,{A,B,C}的资源数量分别为10,5,7。进程可动态地申请资源和释放资源,系统按各进程的申请动态地分配资源。要求程序具有显示和打印各进程的某一时刻的资源分配表和安全序列;显示和打印各进程依次要求申请的资源号以及为某进程分配资源后的有关资源数据。 3.程序设计和说明: 函数说明:anquan( )判断给某个进程请求后系统是否安全,anqu
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:889154
    • 提供者:小鱼
  1. code

    1下载:
  2. 利用C解决传教士与野人问题。有N个传教士和N个野人来到河边准备渡河,河岸有一条船,每次之多可供k个人乘渡。传教士为了安全起见,任何时刻,河两岸以及船上的野人数目总是不能超过传教士的数目(传教士数目为0除外)。求解一个可以令传教士和野人安全从左岸全部摆渡到右岸的过程。-Missionaries and savages in C to solve the problem. There are N and N Savage missionaries came to the river ready to
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:124329
    • 提供者:wangdaixin
  1. queue

    0下载:
  2. 一个用c语言实现的队列,线程安全,win32 ,linux下通用-A queue with c language, thread safety, win32, linux under the general
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:1357
    • 提供者:尹海龙
  1. bank

    0下载:
  2. visual c++银行家算法,寻找安全路径的最佳选择-visual c++ banker s algorithm to find the best choice for safety path
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:10113
    • 提供者:
  1. FRAMmemorysource

    0下载:
  2. 51单片机对铁电存储器进行安全读写的程序。改程序采用C语言编程。-51 Single-chip ferroelectric memory of reading and writing to carry out safety procedures. Reform procedures for the use of C language programming.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-29
    • 文件大小:8780
    • 提供者:王伟
  1. linuxC_sourcecode

    0下载:
  2. 嵌入式linuxC源代码光盘,和《Linux c 编程实战》书本相配套的光盘资料,主要包括:Linux系统下C语言及其编程环境的介绍,系统编程的所有主题——文件和目录、进程、线程、信号、进程间通信、网络编程和图形界面编程、出错处理、库的创建与使用、编写安全的代码等。-Embedded linuxC source code CD-ROM, and " Linux c programming real" books matching CD-ROM information, incl
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-14
    • 文件大小:3142213
    • 提供者:陈笑天
  1. Embedded_C_programming_language_specification_of_i

    0下载:
  2. 嵌入式C语言编程规范之指针、结构体、联合体的安全规范-Embedded C programming language specification of indicators, the structure, the safety norms of the Commonwealth
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:610959
    • 提供者:kavi huang
  1. Embedded_C_programming_language_specification_of_t

    0下载:
  2. 嵌入式C语言编程规范之构建安全的编译环境的文档讲解-Embedded C programming language to build the safety norms of the documents compiled on the environment
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:271268
    • 提供者:kavi huang
  1. certificate_lifetime

    0下载:
  2. 证书有效期的验证,运行前visual c++环境需安装openssl,及相关安全证书库文件-Certificate validity verification, pre-operations visual c++ environment, the need to install openssl, and the relevant safety certificates library files
  3. 所属分类:CA program

    • 发布日期:2017-04-09
    • 文件大小:1336623
    • 提供者:李维
  1. digita_cetificate

    0下载:
  2. 利用数字证书签名消息并验证消息签名,运行前visual c++环境需安装openssl,及相关安全证书库文件-The use of digital certificates signed message and verify the message signature, before running visual c++ environment, the need to install openssl, and the relevant safety certificates library f
  3. 所属分类:CA program

    • 发布日期:2017-05-04
    • 文件大小:1343495
    • 提供者:李维
  1. public_key

    0下载:
  2. 公钥算法编程代码,运行前visual c++环境需安装openssl,及相关安全证书库文件-Public key algorithm programming code to run before the visual c++ environment, the need to install openssl, and the relevant safety certificates library files
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:78405
    • 提供者:李维
  1. dialog-key

    0下载:
  2. 会话密钥的导出,运行前visual c++环境需安装openssl,及相关安全证书库文件-Session key to export, run before the visual c++ environment, the need to install openssl, and the relevant safety certificates library files
  3. 所属分类:CA program

    • 发布日期:2017-04-05
    • 文件大小:204743
    • 提供者:李维
  1. rainhips2.06Src

    0下载:
  2. 主机入侵防御系统源代码 驱动部分是C语言写的, 界面部分是用delphi写的 是很好的安全内核学习代码-Host intrusion defense system is partly driven source code written in C language, the interface part is written in delphi is a good source to study the safety of the kernel
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:1325619
    • 提供者:ithurricane
  1. 3DES

    0下载:
  2. 数据加密算法---3DES的C实现,效率高,安全可靠,可移植性好,能满足一般的加密安全需求。---- 3DES data encryption algorithm in C to achieve high efficiency, safety and reliability, portability is good, can hardly meet the cryptographic security requirements.
  3. 所属分类:Network Security

    • 发布日期:2017-04-04
    • 文件大小:197423
    • 提供者:jinmy
  1. STLport-v5.1.3

    0下载:
  2. STLport 是一个多平台的 ANSI C++ 标准类库实现,具备很多高级特征,并且为效率,异常安全性和线程安全性做了优化,还做了许多扩展,如 hash 表和单链。 -STLport is a multiplatform ANSI C++ standard library implementation, has a number of advanced features, and for the efficiency, safety and thread-safe exception of
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:1228414
    • 提供者:白裕飞
  1. sbgl

    0下载:
  2. 设备管理主要包括设备的分配和回收、同时实现设备独立性。假定模拟系统中有A(3台)、B(2台)、C三种设备,采用安全分配方式。-Device Manager includes equipment distribution and recovery, while achieving device independence. Simulation system assumes that there are A (3 units), B (2 units), C three kinds of equip
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:5617
    • 提供者:yaowenxue
« 1 23 4 5 6 »
搜珍网 www.dssz.com