联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All FlashMX/Flex源码(55) 
按平台查找All Visual C++(55) 

[FlashMX/Flex源码] Flex实验1

使用 Flex/Bison 构造编译器,利用 Flex 设计 一个扫描器程序,用于计算一个文件中的字符数,单词数和行数。掌握了Yacc 与 Lex基本使用方法,此外还学习了在LINUX系统下完成该实验的方法。
%{ int nchar, nword, nline; %} %% \n { nline++; nchar++; } [^ \t\n]+ { nword++, nchar += yyleng; } . { nchar++; } %% void main() { yylex(); printf("%d\t%d\t%d\n", nchar, nword, nline); } int yywrap() { return 1; } (2019-04-09, Visual C++, 489KB, 下载1次)

http://www.pudn.com/Download/item/id/1554821303830332.html

[FlashMX/Flex源码] FlashPlayer

老外的flash播放器源代码。关键是不是用ocx那种方式。纯粹c代码。运行流畅。类很多。结构体也很多。看了大补。。
flash play source code .c++ code .very good (2015-11-19, Visual C++, 1909KB, 下载20次)

http://www.pudn.com/Download/item/id/1447894588319420.html

[FlashMX/Flex源码] PlayFlash

一个flash swf文件播放器,支持按播放列表循环播放。
A player for flash swf file, support loop play by file list. (2013-12-01, Visual C++, 1313KB, 下载6次)

http://www.pudn.com/Download/item/id/2414669.html

[FlashMX/Flex源码] FlexP

Flex+全景图源码 用街景播放器,Flex+ panorama source streetscape
Flex+ panorama source streetscape (2013-07-15, Visual C++, 3948KB, 下载44次)

http://www.pudn.com/Download/item/id/2306035.html

[FlashMX/Flex源码] flvcontent_v1.0

Flash精简版的Mp3网页音乐播放器,类似工具条风格的播放器,测试时请注意,不要双击直接打开,请在IIS或Apache环境下运行测试页面。播放器除了支持MP3格式外,还支持FLV格式的文件播放
Flash Lite Mp3 web music player, similar to the style of the player toolbar, testing, please note, do not double-click to open directly in the IIS or Apache environment to run a test page. In addition to the player supports MP3 format, it also supports FLV format file playback (2013-05-24, Visual C++, 58KB, 下载3次)

http://www.pudn.com/Download/item/id/2256267.html

[FlashMX/Flex源码] mp3player

MP3播放器,有基本功能,能够同步显示歌词
MP3 player, the basic functions (2012-06-25, Visual C++, 235KB, 下载4次)

http://www.pudn.com/Download/item/id/1922175.html

[FlashMX/Flex源码] flash-player

利用MFC开发的一款flash文件播放器软件
use MFC to develop a flash player software (2012-05-21, Visual C++, 2067KB, 下载9次)

http://www.pudn.com/Download/item/id/1880563.html

[FlashMX/Flex源码] css

一个超简单的css解析器原型,使用bison和flex
css parser demo (2011-03-16, Visual C++, 413KB, 下载22次)

http://www.pudn.com/Download/item/id/1456582.html

[FlashMX/Flex源码] cpp-flex

以c++为服务器,flex为客户端建立socket利用json通信可多人通信,是学习的好例子
To c++ for the server, flex client can establish communication over socket communication using json is a good example of learning (2010-07-27, Visual C++, 4873KB, 下载85次)

http://www.pudn.com/Download/item/id/1252137.html

[FlashMX/Flex源码] FlashDSO_API

FlashDSO示波器编程API用法编程手册
Oscilloscope Usage FlashDSO Programming API Programming Guide (2009-05-01, Visual C++, 3866KB, 下载73次)

http://www.pudn.com/Download/item/id/739390.html

[FlashMX/Flex源码] Flash

一个简单的flash播放器,能播放任何flash视频,代码很简单供初学者参考。 (2008-04-01, Visual C++, 259KB, 下载24次)

http://www.pudn.com/Download/item/id/427731.html

[FlashMX/Flex源码] tchflashplayer

能够播放flash动画。一般的flash播放器播放4+1英语的flash时,总是容易中断,当使用这个flash播放器时,把一直向前选上,就可以不中断的播放了。
Be able to play flash animation. General flash player 4+ 1 English flash always easy to interrupt, when to use the flash player, they can put forward has been selected, you can not interrupt the broadcast. (2007-10-13, Visual C++, 131KB, 下载4次)

http://www.pudn.com/Download/item/id/344946.html

[FlashMX/Flex源码] flashplayer

flash播放器的源码,非常简单,很好,很强大
flash player source code, very simple, very good, very powerful (2007-10-05, Visual C++, 1532KB, 下载129次)

http://www.pudn.com/Download/item/id/341366.html

[FlashMX/Flex源码] FlashPlayer

VC编写的一款FLASH播放器,相当好用
VC prepared a FLASH player, very easy to use (2007-09-08, Visual C++, 1557KB, 下载24次)

http://www.pudn.com/Download/item/id/330174.html

[FlashMX/Flex源码] Flash

flash 播放器,呵呵,初学者。望大家多多指教
flash player, huh, huh, for beginners. Hope everyone exhibitions (2007-09-03, Visual C++, 53KB, 下载59次)

http://www.pudn.com/Download/item/id/327587.html

[FlashMX/Flex源码] AT45D_IcpdfCom

有关FLASH的介绍,其中有寄存器的设置,以及相关存储器的读写操作
On the introduction of FLASH, which have register settings, as well as associated memory to read and write operation (2007-07-24, Visual C++, 236KB, 下载4次)

http://www.pudn.com/Download/item/id/311159.html

[FlashMX/Flex源码] FlashPlayerx

flash文件的播放器,方便快捷,可以进行后退前进等功能
flash documents player, convenient, fast, and can retreat forward, and other functions (2007-04-23, Visual C++, 99KB, 下载22次)

http://www.pudn.com/Download/item/id/271968.html

[FlashMX/Flex源码] 1234Player

用vc编的多媒体程序设计之FLASH播放器,还不错
with vc series of the process of designing multimedia Flash player, but also try to see good (2006-04-13, Visual C++, 36KB, 下载351次)

http://www.pudn.com/Download/item/id/170952.html

[FlashMX/Flex源码] Flash播放器制作方法原代码

Flash播放器原代码。我写的Flash播放器,原理很简单,有兴趣的朋友不妨照着我的代码试一试! 不错的。花了我不少时间的
Flash Player original code. I wrote the Flash player, a very simple principle, interested friends may wish to follow the code I try! Good. I spent a lot of time (2005-04-21, Visual C++, 1174KB, 下载258次)

http://www.pudn.com/Download/item/id/1114077427254510.html

[FlashMX/Flex源码] FLASH反编器

FLASH反编器
FLASH-series devices (2005-01-02, Visual C++, 244KB, 下载16次)

http://www.pudn.com/Download/item/id/1104641239382765.html
123
总计:55