操作系统实验 C程序 实验六-读者写者问题,1个写者线程,5个读者线程,动态测试系统内存,虚拟内存 实验七-控制台重定向,使用管道实现控制台重定向,ping.exe 实验-自定义消息实现进程间通信
2022-11-09 17:03:28 4KB 操作系统
1
part1 part2 tl天龙部新天龙部源码学习, 交流研究
2022-11-06 11:23:14 129.61MB 学习 stm32 arm 嵌入式硬件
1
TIA Portal V13编程软件的基本操作;编制控制程序;HMI程序;简易编程的使用方法; 梯形图。适用PLC专业课程设计,S7-1200可编程控制器,Portal项目,设计段LED PLC程序;设计段LED触摸屏程序;仿真验证段LED效果。
2022-11-04 18:04:55 1.62MB PLC 八段LED编码表 TIAPortalV13编程 HMI程序
1
C++面向对象编程皇后问题 BOOL CMyqueenApp::InitInstance() { AfxEnableControlContainer(); // Standard initialization // If you are not using these features and wish to reduce the size // of your final executable, you should remove from the following // the specific initialization routines you do not need. #ifdef _AFXDLL Enable3dControls(); // Call this when using MFC in a shared DLL #else Enable3dControlsStatic(); // Call this when linking to MFC statically #endif // Change the registry key under which our settings are stored. // TODO: You should modify this string to be something appropriate // such as the name of your company or organization. SetRegistryKey(_T("Local AppWizard-Generated Applications")); LoadStdProfileSettings(); // Load standard INI file options (including MRU) // Register the application's document templates. Document templates // serve as the connection between documents, frame windows and views. CSingleDocTemplate* pDocTemplate; pDocTemplate = new CSingleDocTemplate( IDR_MAINFRAME, RUNTIME_CLASS(CMyqueenDoc), RUNTIME_CLASS(CMainFrame), // main SDI frame window RUNTIME_CLASS(CMyqueenView)); AddDocTemplate(pDocTemplate); // Parse command line for standard shell commands, DDE, file open CCommandLineInfo cmdInfo; ParseCommandLine(cmdInfo); // Dispatch commands specified on the command line if (!ProcessShellCommand(cmdInfo)) return FALSE; VERIFY( 1 == InitSkinMagicLib( AfxGetInstanceHandle(), "Demo" , NULL, NULL ) ); VERIFY( 1 == LoadSkinFromResource( AfxGetInstanceHandle() , "DEFAULT" ,"DEFAULT") ); VERIFY( 1 == SetWindowSkin( m_pMainWnd->m_hWnd , "MainFrame" )); VERIFY( 1 == SetDialogSkin( "Dialog" ) ); //((CMainFrame*)m_pMainWnd)->m_bSkinned = TRUE; //((CMainFrame*)m_pMainWnd)->m_nIndex = 0; m_pMainWnd->SetWindowText("皇后问题演示"); // The one and only window has been initialized, so show and update it. m_pMainWnd->ShowWindow(SW_SHOW); m_pMainWnd->UpdateWindow();
2022-11-04 16:21:50 2.52MB C++
1
路由综合实验与故障诊断 最新完整版,经过试验,绝对正确。
1
数码问题为例,设计一类滑块问题的求解系统,初步掌握智能搜索算法中的盲目搜索和启发式搜索这两类基本方法,同时通过具体的问题体会搜索算法、数据结构、程序设计等知识的综合应用 A*用到是不在位将牌数和曼哈顿距离,动态显示,有算时间
2022-10-31 15:48:08 3.38MB 八数码 宽度优先 astar 实验
1
人工智能作业,其算法进行了优化,解决速度较快,代码附加注释,具有参考学习价值。
2022-10-30 21:05:28 17.33MB 人工智能 八数码 无信息搜索 c++编程
1
使用深度、广度和启发式搜索解决数码问题
2022-10-29 21:34:28 393KB 人工智能 启发式搜索 八数码 C++
1
宽度优先搜索 深度优先搜索 一致无偏搜索 贪婪算法搜索 基于曼哈顿距离A*算法 基于不在位数A*算法
2022-10-29 12:05:13 28KB 人工智能
1
最新 Flink 大主题面试准备(48页).pdf
2022-10-29 09:06:36 840KB Flink 面试