程序设计语言 第6页
程序设计相关语言,如:C语言
C++: string-字符串头文件-C佳家

C++: string-字符串头文件

函数名站内文章/帖子备注std::basic_string::find_first_not_of()string: std::basic_string::find_first_not_of——————std::string::find_first_of()string:std::string::find_first_of...
Ciallo~的头像-C佳家高级会员Ciallo~1个月前
0659
WindowsAPI-控件:Static-C佳家

WindowsAPI-控件:Static

使用WindowsAPI,创建一个static控件:#include <windows.h> #include <CommCtrl.h> #pragma comment(lib, 'comctl32.lib') // 窗口过程函数 LRESULT CALLBACK WindowProc(HWND hwn...
用户80404320的头像-C佳家高级会员用户804043203个月前
04311
WindowsAPI-控件:MonthCalendar-C佳家

WindowsAPI-控件:MonthCalendar

使用WindowsAPI,创建MonthCalendar控件:#include <windows.h> #include <commctrl.h> #pragma comment(lib, 'comctl32.lib') #define ID_CALENDAR 101 LRESULT CALLBACK WindowPr...
用户80404320的头像-C佳家高级会员用户804043203个月前
05512
每日C++(25年):8月4日 – 8月10日-C佳家

每日C++(25年):8月4日 – 8月10日

8月4日:cmath:std::fma8月5日:cmath:std::nextafter8月6日:cmath:std::round8月7日:cmath:std::trunc8月8日:cmath:std::remainder8月9日:cmath:std::isnan8月10日:cmath:std::fma...
Ciallo~的头像-C佳家高级会员Ciallo~51天前
05911
25年生产实习项目:慧医数字医疗应用系统源代码-C佳家

25年生产实习项目:慧医数字医疗应用系统源代码

开发环境:JDK版本:JDK17Postman版本:11.61.7IDEA版本:IntelliJ IDEA Community Edition 2023.3.2数据库工具:Navicat Premium 17OS:Windows 11源代码:后端:Spring boot(Maven) 20250909...
C++实现socket编程(Windows、Linux)-C佳家

C++实现socket编程(Windows、Linux)

基本概念C++ Socket 编程是实现网络通信的一种方式,利用 Socket 接口,程序可以通过计算机网络进行数据的传输与接收。Socket 是一种用于实现通信的抽象概念,它可看作是连接网络中两个通信端点...
Ciallo~的头像-C佳家高级会员Ciallo~3个月前
04514