-
离散小波变换的数字水印
这段代码给出的细节和非常精确的实现离散小波用Haar变换变换..
- 2022-09-05 16:25:03下载
- 积分:1
-
jsp example of basic comparisons package with tomcat
jsp example of basic comparisons package with tomcat
- 2023-04-11 19:05:03下载
- 积分:1
-
签页形式的对话框
签页形式的对话框-signed forms of dialog page
- 2022-01-25 21:24:52下载
- 积分:1
-
svm_alignment_0.7
This the implementation of structural SVM for training complex alignment models for protein sequence alignment, especially for homology modeling. The structural SVM algorithm can incorporate many relevant features like secondary structure, relative exposed surface area, profiles and their various interaction into the alignment model. It was developed under Linux and compiles under gcc, built upon the svm^light software by Thorsten Joachims.
- 2022-01-22 01:39:21下载
- 积分:1
-
四川六枚棋,每个人的童年梦想,都会发现从…
四川六枚棋,每个的童年梦想,都可以在这里追回。谢谢使用哈!-hexad chess of sichuan province,everybody s dream of childhood,will all find from here.thank you for use.
- 2022-03-17 20:13:53下载
- 积分:1
-
can代码
can代码
class CPoint{
private: //私有成员
float m_x, m_y;
protected: //保护成员
void SetPoint(float x, float y) {m_x = x; m_y = y;}
public: //公共成员
CPoint(float x, float y) {m_x = x; m_y = y;} //构造函数
void Move(float x, float y) {SetPoint(m_x + x, m_y + y);}
void Display() {cout
- 2022-04-01 02:38:18下载
- 积分:1
-
操作系统的内存管理模拟,用C++编写,不是可视化界面,但是十分方便实用~...
操作系统的内存管理模拟,用C++编写,不是可视化界面,但是十分方便实用~-operating system memory management simulation, C preparation, not visual interface, but very convenient and practical ~
- 2022-10-20 12:35:04下载
- 积分:1
-
Course design of a freshman,developed by VB,can run properly.
大一新生的课程设计~VB制作~完全按照规定制作可运行没有任何问题-Course design of a freshman,developed by VB,can run properly.
- 2023-02-28 13:45:02下载
- 积分:1
-
利用剪切板在windows应用程序之间传递和交换数据!
利用剪切板在windows应用程序之间传递和交换数据!-use in windows applications between transmission and exchange of data!
- 2023-03-14 00:40:04下载
- 积分:1
-
关于下载系统的源代码
关于下载系统的源代码-source code of download system
- 2022-03-07 06:48:25下载
- 积分:1