代码搜索:视频流
找到约 9,338 项符合「视频流」的源代码
代码结果 9,338
www.eeworm.com/read/374600/9393172
h stream.h
/******************************************************************************************
* 目的:数据流功能模块
* 功能:实现读取数据流功能
* 模块依赖:Systemint.h
**************************************************
www.eeworm.com/read/374598/9393955
h stream.h
/******************************************************************************************
* 目的:数据流功能模块
* 功能:实现读取数据流功能
* 模块依赖:Systemint.h
**************************************************
www.eeworm.com/read/456863/7338036
txt 用户密码.txt
用户 密码 权限数字 权 限
reader 008 1 数据流览者
borrow 008 2 借书管理员
return 008 3 还书管理员
admin admin 4 系统管理员
www.eeworm.com/read/329489/12952058
+-
2002年5月10日=======文档: 网络尖兵V8
**文件连传:
数据发送格式:
====================================================
A---:对于连接授权成功(非拒绝用户)后返回的数据:
1---访客连接:
*---
www.eeworm.com/read/329489/12952811
+-
2002年5月10日=======文档: 网络尖兵V8
**文件连传:
数据发送格式:
====================================================
A---:对于连接授权成功(非拒绝用户)后返回的数据:
1---访客连接:
*---
www.eeworm.com/read/317997/13490658
dat bookinfo.dat
[General Information]
书名=电力系统潮流计算
作者=
页数=251
SS号=0
出版日期=
Vss号=66404870
www.eeworm.com/read/310451/13650872
offline mpeg ts file
F:\码流\bvcom-bvs9002-test.ts
F:\码流\宁夏\347.ts
F:\码流\大庆\dahua.ts
F:\码流\大庆\367.ts
F:\码流\大庆\wentijet1.ts
F:\码流\大庆\wentijet.ts
C:\Documents and Settings\TYJ1\桌面\渭南.ts
F:\码流\陕西\陕西股票.mpg
F:\码流
www.eeworm.com/read/131785/14129866
txt 软件需求规格说明书.txt
软件需求规格说明书
1. 引言
1.1 编写目的:编写此文档的目的是进一步定制软件开发的细节问题,便于用户与开发商协调工作.本文档面向的读者主要是项目委托单位的管理人员.希望能使本软件开发工作更具体.
1.2 项目背景
1.2.1项目委托单位:****公司
1.2.2开发单位:***公司
1.3 定义
1.4 ...
www.eeworm.com/read/209643/15216136
cpp reservestring.cpp
#include
void revers()
{
char c;
if((c = getchar()) != '\n')
revers();
if(c != '\n')
putchar(c);
}
void main()
{
revers();
printf("\n");
}
www.eeworm.com/read/311313/13632552