搜索资源列表

  1. 实验报告3

    0下载:
  2. 进程是程序在一个数据集合上运行的过程,进程是并发进行的,也即系统中的多个进程轮流的占用处理器运行。 我们把若干个进程都能进行访问和修改的那些变量称为公共变量。由于进程是并发执行的,所以,如果对进程访问公共变量不加限制,那么就会产生“与时间有关”的错误,即进程执行后,所得到的结果与访问公共变量的时间有关。为了防止这类错误,系统必须要用同步机构来控制进程对公共变量的访问。一般说,同步机构是由若干条语句——同步原语——所组成。本试验要
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:121826
    • 提供者:纪丽平
  1. Library_of_Cryptographic

    0下载:
  2. a C++ Class Library of Cryptographic Primitives This library includes: MD2, MD5, SHA-1, HAVAL, Tiger, RIPE-MD160, MD5-MAC, HMAC, XOR-MAC, DES, IDEA, WAKE, 3-WAY, TEA, SAFER, Blowfish, SHARK, GOST, CAST-128, Square,
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:388055
    • 提供者:刘永
  1. pareng

    0下载:
  2. We have our classes ready, time to start writing the actual code. Point primitives are not much different from the other primitive types available (triangle strips, lists, etc.). We can still choose what vertex shad
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:162449
    • 提供者:wangzhe
  1. 300_encrypt

    0下载:
  2. 加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an RSA key cryptest g - To encrypt and decrypt a string using RSA cryptest r - To calculate MD5, SHS, a
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:389062
    • 提供者:Nikii
  1. Program_5_src

    0下载:
  2. This program is really the best way to learn the different types of geometric primitives.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:6195
    • 提供者:billy
  1. VerilogHDLchinapub

    0下载:
  2. Verilog HDL硬件描述语言 01简介.PDF 02HDL指南.PDF 03语言要素.PDF 04表达式.PDF 05门电平模型化.PDF 06用户定义原语.PDF 07数据流模型化.PDF 08行为建模.PDF 09结构建模.PDF 10其它论题.PDF 11验证.PDF 12建模实例.PDF 13语法参考.PDF-Verilog HDL Hardware Descr ipti
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:4837617
    • 提供者:
  1. OpenMesh_1.1.0.tar

    0下载:
  2. penMesh is a generic and efficient data structure for representing and manipulating polygonal meshes. OpenMesh is developed at the Computer Graphics Group, RWTH Aachen , as part of the OpenSGPlus project, is funded by th
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:4933806
    • 提供者:lan1301
  1. latlong2spherical

    0下载:
  2. Environment map conversion procedure using generic pixel-to-ray and ray-to-pixel primitives. You need this equirectangular environment map image: latlong.ppm. The output is a spherical mirror ball image spherical.ppm tha
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:2630
    • 提供者:田先生
  1. epslot

    0下载:
  2. purpose library and test program that provides some very simple primitives to produce EPS (postscr ipt) files compile gcc -DTEST -g -o epsplot epsplot.c -lm (to produce test program) -purpose library and test
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1170
    • 提供者:王国树
  1. ippiman

    0下载:
  2. Intel® Integrated Performance Primitives for Intel® Architecture Intel 使用手册,包含(intel ipp)所有图像处理相关的函数与说明,函数很全,你可以下载查看是不是包含你想用的函数,(intel ipp)提供的库基于Intel CPU,性能很高.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:6424215
    • 提供者:金宋杨
  1. ippsman

    0下载:
  2. intel ipp所有信号处理相关的函数与说明,函数很全,本人正在试用,一般的算法都有现成的函数.对于试验阶段的人员来说,能省不少时间.使用起来很方便. Intel® Integrated Performance Primitives for Intel® Architecture
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:5629718
    • 提供者:金宋杨
  1. DrawingSimple2D

    0下载:
  2. This the third tutorial in the Foundation section. This tutorial covers the basics of drawing some simple 2D polygons such as triangle, pentagon, rectangle etc. We will make use of the code that we had generated in the p
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:26706
    • 提供者:zhf
  1. PSP游戏引擎

    0下载:
  2. PSP游戏引擎Phoenix Game Engine (PGE) LUA 0.01发布,一个火凤凰的游戏引擎,它的特色在于:
        * pge.controls - Handling button and analog input.
        * pge.dir - Directory access and file system operat

  3. 所属分类:游戏引擎

    • 发布日期:2009-01-06
    • 文件大小:4108649
    • 提供者:blauer
  1. 实验报告3

    0下载:
  2. 进程是程序在一个数据集合上运行的过程,进程是并发进行的,也即系统中的多个进程轮流的占用处理器运行。 我们把若干个进程都能进行访问和修改的那些变量称为公共变量。由于进程是并发执行的,所以,如果对进程访问公共变量不加限制,那么就会产生“与时间有关”的错误,即进程执行后,所得到的结果与访问公共变量的时间有关。为了防止这类错误,系统必须要用同步机构来控制进程对公共变量的访问。一般说,同步机构是由若干条语句——同步原语——所组成。本试验要
  3. 所属分类:其他小程序

    • 发布日期:2024-05-28
    • 文件大小:121856
    • 提供者:纪丽平
  1. Library_of_Cryptographic

    0下载:
  2. a C++ Class Library of Cryptographic Primitives This library includes: MD2, MD5, SHA-1, HAVAL, Tiger, RIPE-MD160, MD5-MAC, HMAC, XOR-MAC, DES, IDEA, WAKE, 3-WAY, TEA, SAFER, Blowfish, SHARK, GOST, CAST-128, Square,
  3. 所属分类:系统编程

    • 发布日期:2024-05-28
    • 文件大小:388096
    • 提供者:刘永
  1. ippiman

    0下载:
  2. Intel® Integrated Performance Primitives for Intel® Architecture Intel 使用手册,包含(intel ipp)所有图像处理相关的函数与说明,函数很全,你可以下载查看是不是包含你想用的函数,(intel ipp)提供的库基于Intel CPU,性能很高.-Intel ? IntegratedPerformance Primitives for I
  3. 所属分类:软件工程

    • 发布日期:2024-05-28
    • 文件大小:6424576
    • 提供者:金宋杨
  1. Cube

    0下载:
  2. Visual C++基本图元绘制:包括点、线、面的绘制-Visual C++ basic drawing primitives: including points, lines and surface mapping
  3. 所属分类:绘图程序

    • 发布日期:2024-05-28
    • 文件大小:230400
    • 提供者:Wendy
  1. ippocv

    0下载:
  2. PROGRAMMING WITH INTEL IPP (INTEGRATED PERFORMANCE PRIMITIVES) AND INTEL OPENCV (OPEN COMPUTER VISION) UNDER GNU LINUX
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-28
    • 文件大小:574464
    • 提供者:leila
  1. Synchronization-Primitives

    0下载:
  2. synchronization primitives
  3. 所属分类:软件工程

    • 发布日期:2024-05-28
    • 文件大小:149504
    • 提供者:jdhjdhjdjh
  1. pamtern-primitives-Design

    0下载:
  2. Design program written in VC primitives, can create a new pattern primitives,
  3. 所属分类:组合框控件

    • 发布日期:2024-05-28
    • 文件大小:40960
    • 提供者:Paaaota
« 12 3 4 5 6 7 8 9 10 ... 17 »

源码中国 www.ymcn.org