搜索资源列表
ZHG-player
- 1.名称:ZHG播放器 2.大小:66k 3.软件包组件:ZHG_player.c、ZHG_player.exe、qupu.txt、bubugao.txt、说明.doc 4.注意:下载后可将其中的bubugao.txt文件放在一个不含汉字的目录名下,然后播放时就可在路径框中输入英文字母路径(例如放在D盘则输入d:\\bubugao.txt)即可。 5.本软件由ZHG开发,仅供学习、研究免费参考,未经允许不可用于商业目的。在传播时请务必保持软件包的完整性,并注明作者信息、出处等。
13818_5_for_vc
- 1、简介 此代码是IS0 13818-5 MPEG2系统层协议分析代码,经过我的一点修改,现在终于可以在VC++ 6.0下编译运行, 发布上来献给那些为了理解MPEG2系统层协议而苦苦加班的程序员。为了可以在windows下编译,我修改了部分操作系统相关代码,注解掉了一些main函数,只留下decode.cpp中的main函数没有注解,所以编译后的程序是TS流系统层解码分析程序,如果要实现其他功能如encode,只要把decode.cpp中的main函数注解,把encode.cpp中的ma
VidRead.tar
- Video Reading Code for Matlab. This some C++ and mex code written as a Matlab wrapper around the ffmpeg video reading libraries. It should compile under Windows and Linux. (The Windows compilation requires mingw gcc. Extact installation instructions
songslibrarystatistic
- C++编写的音乐库歌曲统计器 可统计mp3播放器音乐库内的歌曲,显示歌曲名,歌手名及播放次数,可实现如下功能:1.按歌曲名排序 2.按歌手排序 3. 按播放次数排序 4. 随机选择10首歌曲 内附测试文本library.txt,编译可运行
txt
- txt阅读器,c++语言写的代码,很好用,很详细-txt the reader, c++ language write code
txt2midi
- 将TXT文本转化成为MIDI的小程序,很好用-TXT text will be translated into MIDI small procedures, very good use
eyzg_cgi
- 运行环境:CGI环境/TXT授权方式:免费版 软件语言:简体中文 软件类型:免费源码 软件大小:196 KB-Operating Environment: CGI environment/TXT License: Free version of the software Language: English software types: free source software Size: 196 KB
phone
- 程序应该是自已explainatory如果不,用户手册是attacted。 原始代码被评论。 文件附有了: phonev2a.c -原始代码, phonev2a.exe -二进制文件, samdb.txt -样品数据库文件, userm2a.doc -用户手册。-The program should be self-explainatory if not,a user manual has been attacted. source code are commented. Files attac
china-code.net.zhy.2009669082542673837.Rar
- Anothersea 多人在线视频系统测试版 适用范围: 1 多人在线视频 2 远程在线视频会议 使用说明: 环境 IIS + FMS asp + FLASH 脚本: as2.0; 使用时请修改: (1) 修改 目录 A 下的“ip.txt” 将ip地址改成您的ip地址; 默认设置是_ip = "125.211.45.84" ; (2)在fms安装目录下的applications文件夹下新建立一个vid
Open_WAV
- 使用C++语言编程读取WAV格式音频文件数据,显示该WAV文件信息,并将该数据存放在一个txt文档中-Read the data of the WAV audio file , display the information of it , and save the audio data in a txt file .