资源列表
排序选择:
[Windows编程] zuoye_chapter4_1_interpolation
说明:计算方法中,拉格朗日插值法的源代码。在最后,绘出了拉格朗日插值法的图像和原图像的比较。原创。-Calculation method, Lagrange interpolation source code. In the end, draw a comparison image and the original image Lagrange interpolation. Original.<贾凌霄> 在 2025-06-28 上传 | 大小:1kb | 下载:0
[JSP源码/Java] 33
说明:某实例为了改进数据库操作的性能,自定义数据库连接对象Connection和语句对象Statement,可针对不同类型的数据库提供不同的连接对象和语句对象,如提供Oracle或MySQL专用连接类和语句类,而且用户可以通过配置文件等方式根据实际需要动态更换系统数据库。使用抽象工厂设计该系统。-An example in order to improve the performance of database operations, custom database connection object<鬼才> 在 2025-06-28 上传 | 大小:7kb | 下载:0
[2D图形编程] MATLAB
说明:image processing , kirsch filter using matlab code<mustafa khalid> 在 2025-06-28 上传 | 大小:7kb | 下载:0
[JSP源码/Java] 44
说明:现有一个接口DataOperation定义了排序方法sort(int [])和查找方法search(int[], int),已知类QuickSort的quickSort(int [])方法实现了快速排序算法,类BinarySearch的binarySearch(int[], int)方法实现了二分查找算法。现使用适配器模式设计一个系统,在不修改源代码的情况下将类QuickSort和类BinarySearch的方法适配到DataOperation接口中。-An existing interface<鬼才> 在 2025-06-28 上传 | 大小:6kb | 下载:0
[JSP源码/Java] 55
说明:用桥接模式解决以下问题: 编写一段代码,模拟以下情境。有三种操作系统Windows、Unix和Linux,它们都有各自的处理不同格式图像(BMP JPG PNG GIF)的库函数。编写类,使它们能灵活地在Windows、Unix和Linux平台上处理不同格式的图像。-To solve the following problems in bridge mode: The preparation of a code, simulate the following situations. Th<鬼才> 在 2025-06-28 上传 | 大小:8kb | 下载:0
[JSP源码/Java] 77
说明:某在线股票软件需要提供如下功能:当股票购买者所购买的某支股票价格变化幅度达到5 时,系统将自动发送通知(包括新价格)给购买该股票的股民。现使用观察者模式设计该系统-An online stock software needs to provide the following functions: when the amplitude of a stock stock buyers purchase price changes is 5 , the system will automaticall<鬼才> 在 2025-06-28 上传 | 大小:5kb | 下载:0