虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

sys

  • a sample WDM stream class video capture driver that supports two IEEE 1394 digital cameras. The sam

    a sample WDM stream class video capture driver that supports two IEEE 1394 digital cameras. The same driver may be able to support other digital cameras that conform to 1394-based Digital Camera Specification from 1394 Trade Association. Digital camera supported by dcam.sys is a data source that produces digital image data without any other input connection. It manifests itself in a DirectShow graph as a WDM Streaming Capture Device and as a capture filter that has output capture stream supporting image sizes of 320x240 with a UYVY color space. Its de-compressor, Msyuv.dll, is part of the OS delivery, and it can convert image data format from UYVY to RGB16, RGB8, or to a Direct Draw surface if the video card supports UYVY format.

    标签: supports capture cameras digital

    上传时间: 2014-01-13

    上传用户:yph853211

  • vfp 1>开发环境 Windows 2000 Professional + SP4 Visual FoxPro 6.0简体中文版 2>程序运行说明 安装Visual Fo

    vfp 1>开发环境 Windows 2000 Professional + SP4 Visual FoxPro 6.0简体中文版 2>程序运行说明 安装Visual FoxPro 6.0运行库后即可运行。 系统登录用户 sysadmin: sys 3>文件说明: “JXC”目录为程序源文件 “JXC.Exe”目录为编译后的可执行程序+数据库

    标签: Visual Professional Windows FoxPro

    上传时间: 2016-08-29

    上传用户:xiaoyunyun

  • 通用题库组卷系统 1.本来是一个学生的本科毕业课题

    通用题库组卷系统 1.本来是一个学生的本科毕业课题,学生作不来后只好老师代替其编程 2.支持工科的图文混排,本系统在组卷时能够判断试卷剩余空间能否容纳新题或新图 3.主要采用的是WORD的VBA二次开发技术 4.因为是一个通用框架,只要更换题库,就能改成其它学科之用,特别适合学生应付毕业论文,我的那个学生把老师为他编的系统换成土力学题库改给她女友毕业时用。 5.按照08年本科评估的新规范,在组卷上的纸型及试卷头上作了一点修改。 6.此软件非商业软件,可自由使用。 7.运行系统后,没有口令,点击进入。 点菜单-试卷管理-生成试卷及答案卷-生成试卷按钮 可以看到试卷的动态排版过程,答辩时展示这个过程,就能获得评委老师的高分。 8.在系统sys目录下有试卷模板是word文档,打开试卷模板,修改纸型,并保存,以后新的试卷即按新纸型排版,最先是设计为八开分两栏,后来本科评估的领导说,按评估要求采用16开一栏,反而程序不须要考虑跨栏,在排版时程序执行的更简单了。 -------- vfp源码的给分真少,我曾经在vfp界还挺有名气的,唉!

    标签: 题库 毕业

    上传时间: 2016-08-31

    上传用户:caiiicc

  • 在嵌入式开发中

    在嵌入式开发中,需要烧写flash时,先要安装giveio.sys驱动,由于很多开发板提供的安装文档根本就不详细,其中一些选项不说清楚,导致安装不成功,这里给出详细的过程说明

    标签: 嵌入式开发

    上传时间: 2014-01-03

    上传用户:libenshu01

  • 螺旋桨PID控制 In response to constant pressure to design more efficient, faster, smaller, and better sys

    螺旋桨PID控制 In response to constant pressure to design more efficient, faster, smaller, and better systems, engineers are constantly looking for ways to improve existing designs or replace them with better ones. Facing large fuel costs, the aerospace industry in particular has been researching alternative designs to increase fuel efficiency and performance. One such alternative is the development of reconfigurable aircraft wings. These wings would be able to adapt to the current environment increasing lift or reducing drag when appropriate.

    标签: efficient response constant pressure

    上传时间: 2016-11-22

    上传用户:trepb001

  • U盘过滤驱动程序

    U盘过滤驱动程序,让U盘成为一个只读存储器。在DISK.sys和USBSTOR.sys驱动之间建立一个过滤驱动

    标签: U盘 过滤驱动 程序

    上传时间: 2016-12-14

    上传用户:onewq

  • gcclib This gcc 1.40 suits for Linux kernel 0.11 - 0.95 Installtion hints -----------------

    gcclib This gcc 1.40 suits for Linux kernel 0.11 - 0.95 Installtion hints ----------------- This suit contains include.taz, local.taz and this README file. You must download the bootimage and rootimage and install them first. The include.taz contains all the include files for using with gcc 1.40. The local.taz contains all the gcc tools & libs stored in two sepearted directories: /usr/local/lib /usr/local/bin You should copy the linux/ asm/ sys/ subdirectories into the include directory from the corresponding kernel source. Installation ------------ Goto the /usr directory. Untar the include.taz to the directory /usr/include. Untar the local.taz to the directory /usr/local. That s it! Example: -------- cd /usr tar zxvf include.taz tar zxvf local.taz

    标签: Installtion gcclib kernel Linux

    上传时间: 2014-03-12

    上传用户:源码3

  • #include<stdio.h> #include<string.h> #include<limits.h> #include<unistd.h>

    #include<stdio.h> #include<string.h> #include<limits.h> #include<unistd.h> #include<sys/types.h> #define PROMPT_STRING "[myshell]$" #define QUIT_STRING "exit\n" static char inbuf[MAX_CANON] char * g_ptr char * g_lim extern void yylex() int main (void){ for( ){ if(fputs(PROMPT_STRING,stdout)==EOF) continue if(fgets(inbuf,MAX_CANON,stdin)==NULL) continue if(strcmp(inbuf,QUIT_STRING)==0) break g_ptr = inbuf g_lim = inbuf + strlen(inbuf) yylex() } return 0 }

    标签: include gt lt limits

    上传时间: 2016-12-31

    上传用户:colinal

  • 帧缓冲#include <stdio.h> #include <stdlib.h> #include <string.h> #include <s

    帧缓冲#include <stdio.h> #include <stdlib.h> #include <string.h> #include <stdint.h> #include <unistd.h> #include <fcntl.h> #include <sys/ioctl.h> #include <sys/mman.h> #include <asm/page.h> #include <linux/fb.h> #define TRUE 1 #define FALSE 2 //a framebuffer device structure typedef struct fbdev{ int fb unsigned long fb_mem_offset unsigned long fb_mem struct fb_fix_screeninfo fb_fix

    标签: include lt gt stdlib

    上传时间: 2013-12-11

    上传用户:bjgaofei

  • DELPHI7.0+SQL2005环境下开发 2008年8月假期所写

    DELPHI7.0+SQL2005环境下开发 2008年8月假期所写,12天的开发周期,(但没有完成。呵呵) 无第三方控件,程序全部详解 程序目的主要是写对来访问宿舍与货品进出宿舍的管理(已经完成) 程序还差最后几个查询模块没有写。本来是想写完参加大二的文化节的,不过感觉水平还是太低,放弃了,把源码给需要的人参考。 程序模块规划得很差,大家不要见笑啦。呵呵 此程序是本人的第一个操作数据库的例子。高手就略过了,主要对新手有点用处。 BLOG:www.guester.cn BY:蜗牛 EMAIL:sys.cpp@163.com

    标签: DELPHI 2005 2008 7.0

    上传时间: 2017-02-28

    上传用户:cc1