代码搜索:功耗优化

找到约 4,261 项符合「功耗优化」的源代码

代码结果 4,261
www.eeworm.com/read/123354/14636837

h 优化算法dlg.h

// 优化算法Dlg.h : header file // #if !defined(AFX_DLG_H__61868503_C74D_479B_BD75_BC09C2CFFAA7__INCLUDED_) #define AFX_DLG_H__61868503_C74D_479B_BD75_BC09C2CFFAA7__INCLUDED_ #if _MSC_VER > 1000 #
www.eeworm.com/read/123354/14636842

cpp 优化算法dlg.cpp

// 优化算法Dlg.cpp : implementation file // #include "stdafx.h" #include "优化算法.h" #include "优化算法Dlg.h" #include ".\ListAlgorithms.h" #include "math.h" #ifdef _DEBUG #define new DEBUG_NEW #undef
www.eeworm.com/read/219982/14856678

ppt 第10章 优化.ppt

www.eeworm.com/read/473168/6857097

txt 树的优化算法.txt

//最大顶点独立集 int max_node_independent(int n,int* pre,int* set){ int c[MAXN],i,ret=0; for (i=0;i=0;i--) if (!c[i]){ set[i]=1; if (pre[i]!=-1)