登录
首页 » Windows开发 » 这本电子C语言书浅显易懂,非常适合初学者快速理解C语言.

这本电子C语言书浅显易懂,非常适合初学者快速理解C语言.

于 2022-05-23 发布 文件大小:3.30 MB
0 173
下载积分: 2 下载次数: 1

代码说明:

这本电子C语言书浅显易懂,非常适合初学者快速理解C语言.-C Primer Plus

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

发表评论

0 个回复

  • VC expression solver
    VC表达式求解器-VC expression solver
    2022-02-03 05:08:42下载
    积分:1
  • Through the realization of a category of information HASH table query system
    一个通过类实现的HASH表查询信息的系统-Through the realization of a category of information HASH table query system
    2023-05-05 15:15:03下载
    积分: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
  • 文件分析
    资源描述磁盘分析,文件分析,图片分析,word分析,统计数量
    2022-11-23 13:50:04下载
    积分:1
  • In the listview automatically lead out of Excel tables
    在listview 自动导出来 Excel表格中-In the listview automatically lead out of Excel tables
    2022-05-05 14:06:16下载
    积分:1
  • 正常边缘检测与 matlab 函数为灰度图像
    %跟踪对象的周长及它们的颜色白色 (1)。%将所有其他像素设置为黑色 (0)做同样的工作,作为一种边缘检测算法的 %吗?
    2022-01-25 15:28:52下载
    积分:1
  • 用c++编写的一个文字识别程序,很有参考价值。
    用c++编写的一个文字识别程序,很有参考价值。-Using c++ written in a text recognition program, great reference value.
    2023-02-22 08:10:04下载
    积分:1
  • 编辑框的子类化问题,限制在编辑框中只允许输入浮点数.
    编辑框的子类化问题,限制在编辑框中只允许输入浮点数.-Edit box of the sub-class problem, limited to the edit box to allow only the importation of floating-point numbers.
    2023-02-27 11:35:03下载
    积分:1
  • Source code for filter test and plotting torque speed curve
    Source code for filter test and plotting torque speed curve
    2023-04-01 02:20:03下载
    积分:1
  • xmlparser using MSXML library
    用微软的MSXML库,对xml文件进行解析-xmlparser using MSXML library
    2023-03-14 21:55:04下载
    积分:1
  • 696518资源总数
  • 106242会员总数
  • 10今日下载