-
一种基于高端微处理的定时编程的算法,有有较大的实用价值。...
一种基于高端微处理的定时编程的算法,有有较大的实用价值。-A high-end microprocessor-based programming of the timing of the algorithm, there is a greater practical value.
- 2022-07-10 23:16:31下载
- 积分:1
-
半监督社区划分算法SpinGlass算法
Eaton 等人分别考虑个体标签和成对约束两种形式,提出了基于 Spin-Glass 模 型的半监督社区发现方法。 该算法通过修正 Spin-Glass 模型的哈密尔顿量使网络中的 每个节点处于基态。该模型指定具有相同自旋状态的节点应该被划分到同一个社区。 为了把两种形式的先验信息结合到哈密尔顿函数中,算法分别对应个体标签和成对约 束先验信息建立惩罚或奖励函数。在最小化哈密尔顿函数时,该算法采用模拟退火思想避免局部最优,从而得到良好的社区划分结构。 该算法在实验中呈现出较好的识别准确度和抗噪性。
- 2022-03-11 07:27:08下载
- 积分:1
-
dxfreader 读取dxf格式文件
dxf文件的读取,自己实现,非常实用1、自己实现实体的读取2、链表实现3、解析实体类型
- 2022-01-25 15:55:01下载
- 积分:1
-
随机抽人源码
本人java小白,闲来无事做了这样一个比较水的小程序,面向对象基本没用,就是想试试,自己也不是软件工程专业的的,喜欢就看看,不喜欢也不强求,有永久拿走吧。
- 2023-08-23 05:30:04下载
- 积分:1
-
filtering for a noisy signal
filtering for a noisy signal
- 2022-02-21 14:54:38下载
- 积分:1
-
在数据结构的基础上,利用C++语言实现问题ACR…
在数据结构的基础上,用C++语言实现传教士与野人过河问题。-Based on the structure in the data, using C++ language implementation issues across the river missionaries and savages.
- 2022-03-10 14:53:42下载
- 积分:1
-
协议艾伦布拉德利(AB)PLC DF1。实施。例子包括。
Protocol Allen Bradley (AB) PLC DF1. Implementation. Example included.-Protocol Allen Bradley (AB) PLC DF1. Implementation. Example included.
- 2022-11-04 07:55:03下载
- 积分: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++版-Comparisons of different sorting methods :use
different algorithms in data structure to compare
their efficiency .
- 2022-03-16 00:53:13下载
- 积分:1
-
手势识别系统之演奏系统!程序运行时,先根据弹出对话框的提示值修改主程序开始处的摄像头图像高和宽。重新编译后运行程序即可。如果如果弹出对话框的提示值与程序中默认的...
手势识别系统之演奏系统!程序运行时,先根据弹出对话框的提示值修改主程序开始处的摄像头图像高和宽。重新编译后运行程序即可。如果如果弹出对话框的提示值与程序中默认的设置值相同,则不用修改。-gesture recognition system performance system! Running, first pop-up dialog box under the value suggested amending the main program began camera images high and wide. Recompiling run the procedures. If the pop-up dialog box if the suggested value and process the default settings the same value, need not be amended.
- 2023-02-27 20:50:03下载
- 积分:1