2、容量限制分配法。容量限制分配是应用现状的车速与流量之间的关系来解决交通分配问题。
3、多路径概率分配法。在城市区域里起讫点之间有许多条线路可通,实际情况是出行者将布满于氏塌这些路线上,因拿岁为出行者不可能精确地判断哪条通路是费用最少的,不同出行者将有不同的选择。
获取server安装的各种组件闭汪链的陵陵powershell命令,可以在server上正轿孙常命令行执行powershell -command "&{get-windowsfeature | Out-File -FilePath C:\Command.txt}"
但我用C语言写出来的exe去跑的时候总是不能正常执行,因为server环境里面没有debug环境,所以也不知道具体错在什么地方了,具体source如下:
C/C++ code?
TCHAR szCommandLine[1024] = {0}
sprintf(szCommandLine,
"powershell -command \"&{get-windowsfeature | Out-File -FilePath C:\\Command.txt}\"")
bSuccess = CreateProcess( NULL, // No module name (use command line).
szCommandLine,// Command line.
NULL, // Process handle not inheritable.
NULL, // Thread handle not inheritable.
FALSE, // Set handle inheritance to FALSE.
0, // No creation flags.
NULL, // Use parent's environment block.
NULL, // Use parent's starting directory.
&si,// Pointer to STARTUPINFO structure.
&pi ) // Pointer to PROCESS_INFORMATION structure.
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)