程序设计语言 第7页
程序设计相关语言,如:C语言
每日C++(25年):12月1日 – 12月7日-C佳家

每日C++(25年):12月1日 – 12月7日

12月1日:mutex:std::recursive_mutex::try_lock12月2日:mutex:std::recursive_mutex::unlock12月3日:mutex:std::recursive_timed_mutex::lock12月4日:mutex:std::recursive_timed_mutex...
内容更新/站内事务/违规举报的头像-C佳家内容更新/站内事务/违规举报15小时前
03813
程序设计天梯赛题解-15分题 (C/C++)-C佳家

程序设计天梯赛题解-15分题 (C/C++)

L1-003 个位数统计L1-005 考试座位号L1-017 到底有多二L1-019 谁先倒L1-025 正整数A+BL1-030 一帮一L1-033 出生年L1-035 情人节L1-044 稳赢L1-048 矩阵A乘以BL1-050 倒数第N个字符串L1-054 福到...
Ciallo~的头像-C佳家高级会员Ciallo~6个月前
08611
每日C++(25年):7月合集-C佳家

每日C++(25年):7月合集

7月1日:C++14:std::search7月2日:string: std::basic_string::find_first_not_of7月3日:string:std::string::find_first_of7月4日:string: std::string::compare7月5日:string:std::str...
Ciallo~的头像-C佳家高级会员Ciallo~4个月前
09912
WindowsAPI-控件:Tooltips_class32-C佳家

WindowsAPI-控件:Tooltips_class32

使用WindowsAPI,创建Tooltips控件:#include <windows.h> #include <commctrl.h> // Include the common controls #pragma comment(lib, 'comctl32.lib') #pragma comment(linker,...
用户80404320的头像-C佳家高级会员用户804043206个月前
0335
每日C++(25年):10月6日 – 10月12日-C佳家

每日C++(25年):10月6日 – 10月12日

10月6日:exception:std::logic_error10月7日:stdexcept:std::invalid_argument10月8日:stdexcept:std::domain_error10月9日:stdexcept:std::length_error10月10日:stdexcept:std::out...
Ciallo~的头像-C佳家高级会员Ciallo~1个月前
0647
WindowsAPI-控件:ProgressBar-C佳家

WindowsAPI-控件:ProgressBar

使用WindowsAPI,创建ProgressBar控件:#include <windows.h> #include <commctrl.h> #define TIMER_ID 1 #pragma comment(lib, 'comctl32.lib') HWND hwndProgressBar; int c = 0;...
用户80404320的头像-C佳家高级会员用户804043206个月前
04615
WindowsAPI-控件:ListView(SysListView32)-C佳家

WindowsAPI-控件:ListView(SysListView32)

使用WindowsAPI,创建一个ListView控件:#include <windows.h> #include <commctrl.h> #pragma comment(lib, 'comctl32.lib') #define ID_LISTVIEW 101 LRESULT CALLBACK WindowPro...
用户80404320的头像-C佳家高级会员用户804043206个月前
02912
C++:并发支持库:thread-atomic-mutex-C佳家

C++:并发支持库:thread-atomic-mutex

函数名站内文章/帖子备注std::thread::joinablethread:std::thread::joinable——————std::thread::get_idthread:std::thread::get_id——————std::thread::native_handlethread:std...
内容更新/站内事务/违规举报的头像-C佳家内容更新/站内事务/违规举报15小时前
01435
每日C++(25年):4月28日 - 5月4日-C佳家

每日C++(25年):4月28日 – 5月4日

4月28日:C++14 新特性解析:std::shared_timed_mutex4月29日:C++11 新特性解析:移动语义(Move Semantics)4月30日:C++11 新特性解析:std::initializer_list5月1日:C++11 新特性解析:Lam...
Ciallo~的头像-C佳家高级会员Ciallo~6个月前
05111
每日C++(25年):12月合集-C佳家

每日C++(25年):12月合集

12月1日:mutex:std::recursive_mutex::try_lock12月2日:mutex:std::recursive_mutex::unlock12月3日:mutex:std::recursive_timed_mutex::lock12月4日:mutex:std::recursive_timed_mutex...
内容更新/站内事务/违规举报的头像-C佳家内容更新/站内事务/违规举报15小时前
0477
每日C++(25年):7月7日 - 7月13日-C佳家

每日C++(25年):7月7日 – 7月13日

7月7日:string:std::string::contains7月8日:string:std::string::swap7月9日:string:std::string::reserve7月10日:string:std::string::resize7月11日:string:std::string::shrink_t...
Ciallo~的头像-C佳家高级会员Ciallo~4个月前
04115
WindowsAPI-控件:ComboBoxEx32-C佳家

WindowsAPI-控件:ComboBoxEx32

使用WindowsAPI,创建ComboBoxEx32控件:#include <windows.h> #include <commctrl.h> #pragma comment(lib, 'comctl32.lib') #define COMBOBOXEX_ID 101 HINSTANCE hInst; LRESULT...
用户80404320的头像-C佳家高级会员用户804043206个月前
0255