-
AS2Debug
AS2Debug是为了弥补flash自带的trace的不足而制作的,增加了一下几个主要功能
1.对object和Array做了解析,能输出包含的具体数据和类型
2.对movieclip做了处理,使用digMc方法,可以方便的输出包含的所有子影片的详细信息
3.增加了信息分类和染色(分为trace,info,error,waring四种)(AS2Debug is built-in flash in order to compensate for the lack of trace produced by an increase of about one a few main functions. Array of object and to do the analysis, the output can contain specific data and type 2. Movieclip to do the processing, use digMc methods, the output can easily contain all the details of sub-video 3. an increase of information classification and coloring (divided into trace, info, error, waring four))
- 2008-05-14 16:34:48下载
- 积分:1
-
一个计算线性方程组的源程序,可以有多种算法选择
一个计算线性方程组的源程序,可以有多种算法选择-a calculation of linear equations of the source can be many choices Algorithm
- 2023-03-23 02:40:04下载
- 积分:1
-
16111990-C-interview-questions-and-answers
C C++ interview Questions and Answers
- 2020-10-25 15:10:00下载
- 积分:1
-
cfkjb
乘法口诀表 查看乘法口诀,便于记忆,小学生专用。(View multiplication table multiplication formulas formulas, easy to remember, dedicated students.)
- 2010-06-20 10:32:56下载
- 积分:1
-
custom-sidebars.3.2.3
说明: 侧边栏——
自定义边栏 - 动态窗口小部件区域管理器
制作自定义侧边栏配置,并能够选择在网站的每个页面或帖子上显示哪些小部件。(sidebar
Custom Sidebars Dynamic Widget Area Manager
Make custom sidebar configurations and be able to choose what widgets display on each page or post of your site)
- 2019-06-17 16:38:37下载
- 积分:1
-
ADO
这是ACCESS的数据库编程文件,可以容易的用在MFC,VC,DELPH等工程环境(ACCESS ADO DATABASE ,MFC VS2008 AND VS2010)
- 2013-08-18 10:30:52下载
- 积分:1
-
AJ-SR04M-T-X.zh-CN.en
说明: doc x sr04
- 2020-10-09 19:27:35下载
- 积分:1
-
一个把十进制数转换成罗马数字的例子
一个把十进制数转换成罗马数字的例子--Example which transforms digits from decimal to roman numeral
- 2022-05-23 04:09:53下载
- 积分:1
-
Microchip
Microchip - PICDEM 2 PLUS
Use C18 Compiler to woking with LCD-Microchip- PICDEM 2 PLUS
Use C18 Compiler to woking with LCD
- 2022-10-22 20:30:04下载
- 积分:1
-
BT
说明: B树部分实现。在B-树中查找给定关键字的方法是,首先把根结点取来,在根结点所包含的关键字K1,…,Kn查找给定的关键字(可用顺序查找或二分查找法),若找到等于给定值的关键字,则查找成功;否则,一定可以确定要查找的关键字在Ki与Ki+1之间,Pi为指向子树根节点的指针,此时取指针Pi所指的结点继续查找,直至找到,或指针Pi为空时查找失败。(BTree data structrue)
- 2017-12-09 22:03:02下载
- 积分:1