数据结构的拓扑排序算法,很形象,用c语言编成,非常的不错,值得推荐,基本无bug
上传时间: 2014-01-21
上传用户:gundamwzc
采用带头结点的约瑟夫算法,存储结构采用单链表结构,无bug
标签: 算法
上传时间: 2013-11-26
上传用户:nanshan
用struts实现的文章系统,专门为学习struts和j2ee开发者所学习的源码,带有详细的安装说明,程序没有bug,大家可以放心使用!无解压密码
标签: struts
上传时间: 2015-03-27
上传用户:songrui
Copyright© 2004 Sergiu Dumitriu, Marta Gî rdea, Că tă lin Hriţ cu Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License" All brand names, product names, or trademarks belong to their respective holders.
标签: Permission Copyright 259 Dumitriu
上传时间: 2015-04-02
上传用户:jackgao
ZipForge is a fast ZIP compression library. With this toolkit you can easily add archive functionality to your projects. ZipForge includes our new unique techonology, a transaction system. This innovative solution gives you a fast and easy way of updating archive files providing data integrity like a reliable database system. ZipForge Personal is free for personal use. Any company that uses ZipForge in its projects must order ZipForge Pro.
标签: compression functionali ZipForge archive
上传时间: 2014-11-28
上传用户:520
利用Iphlpapi发送arp请求的小程序,在处理线程结束的地方有bug,还没有解决。如果是局域网ip地址填写你所在网段,最后一位是要扫描的终点。
上传时间: 2014-01-15
上传用户:xaijhqx
TOYFDTD1 is a stripped-down minimalist, 3D FDTD code demonstrating the basic tasks in implementing a simple 3D FDTD simulation. An idealized rectangular waveguide is modeled by treating the interior of the mesh as free space and enforcing PEC conditions on the faces of the mesh. A simplified plane wave source is inserted at one end. First released 12 April 1999. Version 1.03 released 2 December 1999.
标签: demonstrating stripped-down implementing minimalist
上传时间: 2013-12-21
上传用户:无聊来刷下
本程序在vc环境下编写,是本人在ACCP学习第一学期开发的,实现学生成绩管理的基本功能,注释详细,可供初学vc的朋友参考一二,如发现程序bug或有何建议,请反馈予本人,谢谢下载。
上传时间: 2014-11-09
上传用户:王者A
/** * 动态数组的模板类 * 1.支持字符索引 * 2.方便的添加删除修改任意一项 * 最后更新 2004-8-9 yzh **1.优化了字符索引的运作方式,使用数组存储 **2.重写了底层数据的存储,将连续性的存储方式改为了非连续, *** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速 * 用法如: * YCArray<int,int> test * test.Add("Number2",4) * test.Add("Number1",2) * printf("%d %d",test["Number1"],test["Number2"]) * 显示: * 2 4 ******* ******* History: 2004-11-19 修改了析构函数,解决了索引没有释放的bug **/
上传时间: 2015-04-09
上传用户:我干你啊
jfreechart说明文档 需要用JAVA在网页上做统计图的东东,可惜虽是FREE的,但它的文档要收费,这是我好不容易在网上找到的文档,比这里以前那个文档的版本更新,并且以前那个版本在新版本里很多类都有变化,必须用这个文档才有用
标签: jfreechart JAVA 文档 页
上传时间: 2015-04-12
上传用户:sevenbestfei