搜索结果
找到约 113 项符合
sys 的查询结果
按分类筛选
- 全部分类
- 驱动编程 (29)
- 其他 (11)
- Linux/Unix编程 (9)
- USB编程 (9)
- 单片机开发 (6)
- 其他书籍 (5)
- 单片机编程 (4)
- 企业管理 (3)
- matlab例程 (3)
- 书籍 (3)
- 技术资料 (3)
- 串口编程 (2)
- 压缩解压 (2)
- 软件设计/软件工程 (2)
- 其他嵌入式/单片机内容 (2)
- Java编程 (2)
- 微处理器开发 (2)
- 教育系统应用 (2)
- *行业应用 (2)
- 驱动程序 (2)
- DSP编程 (1)
- 数据结构 (1)
- SQL Server (1)
- 网络 (1)
- 其他数据库 (1)
- Windows CE (1)
- 嵌入式/单片机编程 (1)
- 系统设计方案 (1)
- 通讯/手机编程 (1)
- Delphi控件源码 (1)
驱动编程 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 pr ...
其他 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”目录为编译后的可执行程序+数据库 ...
教育系统应用 通用题库组卷系统 1.本来是一个学生的本科毕业课题
通用题库组卷系统
1.本来是一个学生的本科毕业课题,学生作不来后只好老师代替其编程
2.支持工科的图文混排,本系统在组卷时能够判断试卷剩余空间能否容纳新题或新图
3.主要采用的是WORD的VBA二次开发技术
4.因为是一个通用框架,只要更换题库,就能改成其它学科之用,特别适合学生应付毕业论文,我的那个学生把老师为他编 ...
嵌入式/单片机编程 在嵌入式开发中
在嵌入式开发中,需要烧写flash时,先要安装giveio.sys驱动,由于很多开发板提供的安装文档根本就不详细,其中一些选项不说清楚,导致安装不成功,这里给出详细的过程说明
matlab例程 螺旋桨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 alt ...
Linux/Unix编程 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 ...
Linux/Unix编程 #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 ...
Linux/Unix编程 帧缓冲#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
typed ...
教育系统应用 DELPHI7.0+SQL2005环境下开发 2008年8月假期所写
DELPHI7.0+SQL2005环境下开发
2008年8月假期所写,12天的开发周期,(但没有完成。呵呵)
无第三方控件,程序全部详解
程序目的主要是写对来访问宿舍与货品进出宿舍的管理(已经完成)
程序还差最后几个查询模块没有写。本来是想写完参加大二的文化节的,不过感觉水平还是太低,放弃了,把源码给需要的人参考。
程序模块规划 ...