-
-
算法ebook(10部算法经典著作的合集).rar
... (6)Introduction to Algorithms by Thomas H. Cormen, Charles E. Leiserson, and Ronald L. Rivest (7)Practical Data Structures ... Alfred V. Aho, Bell Laboratories, Murray Hill, New Jersey John E. Hopcroft, Cornell University, Ithaca, New York Jeffrey D. Ullman ...
-
jgraph-latest-lgpl-src.rar
... 程序员在用别人的api在进行开发,而有些人则正在开发api。想学学后者没吗?
那就看看这个这个开放源码吧!
以下是e文的介绍;
Integrate JGraph into your application to get "out-of-the-box" graphing
Enjoy an open source core technology topped with products and services
Reduce cost with a standard API known to ...
-
liangku.rar
... FrmDb do
begin
qry.Close
qry.SQL.Clear
qry.SQL.Add(sql)
try
qry.Open
cds1.Open
if not qry.Eof then
begin
Result:=cds1.XMLData
end
except
on e:Exception do Result:=e.Message
end
qry.Close
cds1.Close
end
end
-
-
ptfsf.rar
The code assumes a two-dimensional computational domain with TMz polarization (i.e., non-zero field Ez, Hx, and Hy). The program is currently written so that the incident field always strikes the lower-left corner of the total-field region first. (If you ...
-
PF.rar
这是一个用于比赛时现场打分的小程序,虽然设计简单,但还比较实用,欢迎修改完善,别忘了寄一份给我。E-mail:jimlzc@ynmail.com
-
HD7279(c语言)驱动程序.rar
HD7279(c语言)驱动
程序作用:测试Sage Tech.开发板(MCP300)中hd7279键盘显示芯片是否能正常工作
程序功能:按下1号键显示0、1、2、3,按下2号键显示c、d、e、f,按下3号键显示4、5
、6、7
按下4号键显示8、9、a、b,按下0号键点亮4个LED灯
-
用COM+做的远程控制系统演示程序.rar
此源码的主要目的是对COM+接口和实现过程的演示,并非真正的远程控制。但确实可以不经过防火墙访问网络!供对COM+感兴趣的朋友参考一下,如果大家有更好的COM+方面的源码,希望能共同讨论,共同提高!
E-Mail: hzyong888@163.com
-
Adapter.rar
意图 将一个类的接口转换成客户希望的另外一个接口。A d a p t e r 模式使得原本由于接口不兼容而不能一起工作的那些类可以一起工作。
适用性 · 你想使用一个已经存在的类,而它的接口不符合你的需求。 · 你想创建一个可以复用的类,该类可以与其他不相关的类或不可预见的类(即那些接口可能不一定兼容的类)协同工作。 · (仅适用于对象A d a p t e r )你想使用一些已经存在的子类,但是不可能对每一个都进行子类化以匹配它们的接口。对象适配器可以适配它的父类接口。
-
-