登录
首页 » Windows开发 » Forrest Shull Guide to advanced empirical software engineering 2008

Forrest Shull Guide to advanced empirical software engineering 2008

于 2022-03-31 发布 文件大小:1.41 MB
0 45
下载积分: 2 下载次数: 1

代码说明:

Forrest Shull Guide to advanced empirical software engineering 2008

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 判断一个点是否在某个窗口中
    判断一个点是否在某个窗口中-Judge if a point is in a window
    2022-05-10 12:07:23下载
    积分:1
  • 老鼠走迷宫。。。用回溯法求解。。。。矩阵记载迷宫资料
    老鼠走迷宫。。。用回溯法求解。。。。矩阵记载迷宫资料-Maze rats. . . Method with backtracking. . . . Recorded in the maze of information matrix. . . .
    2022-01-25 23:54:15下载
    积分:1
  • s3c2410, WinCE complete BSP package, including bootloader, driver: atapi, CANBus...
    s3c2410,WinCE的完整BSP包,包含bootloader,driver:atapi,CANBus,CS8900,LCD,flash,USB,touch,-s3c2410, WinCE complete BSP package, including bootloader, driver: atapi, CANBus, CS8900, LCD, flash, USB, touch,
    2023-05-19 17:20:04下载
    积分:1
  • 全排列的一个算法,用的是暴力法写出来的,老师要求的,
    全排列的一个算法,用的是暴力法写出来的,老师要求的,-full array of one algorithm, the Violence Act is written, the teacher asked, Oh
    2022-01-24 15:20:35下载
    积分:1
  • GPS中rinexe文件读取matlab代码
    本代码主要是利用Matlab软件编写的读写GPS数据Rinexe文件,能够帮助卫星导航数据处理初学者更好的处理GPS或者北斗卫星数据,希望大家多多下载,相互学习和借鉴
    2022-07-14 15:03:28下载
    积分:1
  • VC毛玻璃
    #define GDIPVER 0x0110 //定义高版本的GDI+(1.1) #include #include #include #include #include #pragma comment(lib,"GdiPlus.lib") using namespace Gdiplus; #include #pragma comment(lib,"dwmapi.lib") //Aero效果是否已启用 BOOL IsCompositionEnabled() { BOOL bEnabled,bResult; bResult = (SUCCEEDED(DwmIsCompositionEnabled(&bEnabled)) && bEnabled); return bResult; } //对已分层的窗口启动玻璃效果 HRESULT EnableBlurBehindWindow(HWND hWnd, //窗口句柄 BOOL bEnable = TRUE, //启用或禁用 HRGN hRgn = 0, //模糊窗体中某个区域 BOOL bTransitionOnMaximized = FALSE) //最大化时是否启用 { DWM_BLURBEHIND blurBehind = { 0 }; blurBehind.dwFlags = DWM_BB_ENABLE | DWM_BB_TRANSITIONONMAXIMIZED; blurBehind.fEnable = bEnable; blurBehind.fTransitionOnMaximized = bTransitionOnMaximized; if (bEnable && hRgn != NULL) { blurBehind.dwFlags |= DWM_BB_BLURREGION; blurBehind.h
    2023-05-01 15:10:04下载
    积分:1
  • 基于OpenVINO的人头检测
         OpenVINO是英特尔基于自身现有的硬件平台开发的一种可以加快高性能计算机视觉和深度学习视觉应用开发速度工具套件,支持各种英特尔平台的硬件加速器上进行深度学习,并且允许直接异构执行。 支持在Windows与Linux系统,Python/C++语言。      本例程是基于OpenVINO实现,用于边缘设备的轻便快速人脸检测。
    2022-07-05 14:35:08下载
    积分:1
  • Full screen feature in .NET Compact Framework
    Full screen feature in .NET Compact Framework
    2023-01-21 18:50:03下载
    积分:1
  • CV zizag scanning algorithm, according to zizag output data
    简单zizag扫描算法,zizag遍历输出数据-CV zizag scanning algorithm, according to zizag output data
    2022-02-05 20:04:31下载
    积分:1
  • 设停车场是一个可停放n辆汽车的狭长通道,且只有一个大门可供汽车进出。汽车在停车场内按车辆到达时间的先后顺序,依次由北向南排列(大门在最南端,最先到达的第一辆车停...
    设停车场是一个可停放n辆汽车的狭长通道,且只有一个大门可供汽车进出。汽车在停车场内按车辆到达时间的先后顺序,依次由北向南排列(大门在最南端,最先到达的第一辆车停放在车场的最北端),若车场内已停满n辆汽车,则后来的汽车只能在门外的便道上等候,一旦有车开走,则排在便道上的第一辆车即可开入;当停车场内某辆车要离开时,在它之后进入的车辆必须先退出车场为它让路,待该辆车开出大门外,其他车辆再按原次序进入车场,每辆停放在车场的车在它离开停车场时必须按它停留的时间长短缴纳费用。试为停车场编制按上述要求进行管理的模拟程序。-Suppose the parking is narrow opening which can park many cars,and the cars come and leave the park only though one gate.The first car parks in the northernmost of the parking ,then the later parks beside it towards the south of the parking(the gate is in the southernmost,and the first car parks the northernmost point of the parking)
    2022-08-21 18:05:13下载
    积分:1
  • 696524资源总数
  • 103945会员总数
  • 46今日下载