-
设备管理系统
c#实现的windows系统设备管理,更好的应用c#语言(the implementation of the windows system device management, better application of c-language)
- 2020-06-19 00:20:02下载
- 积分:1
-
labview-sound-an-V
2013最新版声音震动模块手册详细介绍了使用方法(2013 New Sound and Vibration Toolkit)
- 2015-05-11 14:05:58下载
- 积分:1
-
网络ping编程
网络ping编程-Ping network programming
- 2022-07-21 09:58:19下载
- 积分:1
-
LabView算法包
说明: LabView信号处理算法,包括功率谱,幅值谱,小波分析等(LabVIEW signal processing algorithm)
- 2020-11-07 15:09:49下载
- 积分:1
-
interior-ballistic
底排弹内弹道计算程序,使用VB编制,带有计算结果及附图可供参考(Interior Ballistic Caculate)
- 2013-05-04 21:52:32下载
- 积分:1
-
此程序包是jxta的类库,是.jar文件,类似于java类库中的tool.jar!...
此程序包是jxta的类库,是.jar文件,类似于java类库中的tool.jar!-this package is JXTA the library, yes. Jar files, similar to the Java class libraries tool.jar!
- 2022-08-06 06:12:52下载
- 积分:1
-
cPP
对想学C++的同学们很有帮助的,一本比较不错的书额(Want to learn C++ for the students is helpful, and a relatively good amount of books)
- 2011-09-14 10:33:38下载
- 积分:1
-
callchain
Performance events callchain code.Disallow cross-task user callchains.
- 2015-11-09 16:13:35下载
- 积分:1
-
GraphsNew
A graph G = (V, E) consists of
a set of vertices, V, and
a set of edges, E, where each edge is a pair (v,w) s.t. v,w V
Vertices are sometimes called nodes, edges are sometimes called arcs.
If the edge pair is ordered then the graph is called a directed graph (also called digraphs) .
We also call a normal graph (which is not a directed graph) an undirected graph.
When we say graph we mean that it is an undirected graph.
- 2014-09-02 20:49:40下载
- 积分:1
-
Java
设计模式一(单子、工厂、策略模式)练习
1. 假设现在要设计一个贩卖各类书籍的电子商务网站的购物车系统。对所有的教材类图书 实行每本一元的折扣;对连环画类图书提供每本7%的促销折扣;而对非教材类的计算机图书有3%的折扣;对其余书没有折扣。使用策略模式、工厂模式、单子模式进行设计(Design Mode 1 (List, Factory, Strategy Mode) Exercise
1. Suppose we are going to design a shopping cart system for e-commerce websites that sell all kinds of books. All textbook books are discounted at one yuan per book; comic books are discounted at 7% per book; computer books are discounted at 3% for non-textbook books; and other books are discounted at no rate. Design using strategy mode, factory mode and single mode)
- 2020-07-01 06:40:02下载
- 积分:1