程序设计语言 第4页
程序设计相关语言,如:C语言
WindowsAPI-控件:Edit-C佳家

WindowsAPI-控件:Edit

使用WindowsAPI,创建Edit控件:#include <windows.h> // 全局声明 HINSTANCE hInst; LPCWSTR szWindowClass = L'win32app'; LPCWSTR szTitle = L'Win32 编辑控件示例'; // 此代码模块中...
用户80404320的头像-C佳家高级会员用户804043202个月前
03311
WindowsAPI-控件:GroupBox-C佳家

WindowsAPI-控件:GroupBox

使用WindowsAPI,创建GroupBox:#include <windows.h> #include <commctrl.h> #pragma comment(lib, 'comctl32.lib') #define ID_GROUPBOX 101 #define ID_BUTTON 102 LRESULT CALL...
用户80404320的头像-C佳家高级会员用户804043202个月前
0335
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佳家高级会员用户804043202个月前
0325
WindowsAPI-控件:Hotkey-C佳家

WindowsAPI-控件:Hotkey

使用WindowsAPI,创建Hotkey控件:#include <windows.h> #include <commctrl.h> #pragma comment(lib, 'comctl32.lib') #pragma comment(linker,'\'/manifestdependency:type='win3...
用户80404320的头像-C佳家高级会员用户804043202个月前
04515
C++: cmath-数学头文件-C佳家

C++: cmath-数学头文件

函数名站内文章/帖子备注std::hypotcmath:std::hypot——————std::erfcmath:std::erf——————std::ilogbcmath:std::ilogb——————std::fmacmath:std::fma——————std::next...
Ciallo~(∠・ω< )⌒★的头像-C佳家高级会员Ciallo~(∠・ω< )⌒★49分钟前
06411
每日C++(25年):7月21日 – 7月27日-C佳家

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

7月21日:iostream:std::ostream::flush7月22日:iostream:std::cout::put7月23日:iostream:std::ostream::tie7月24日:iostream:std::ostream::width7月25日:iostream:std::ios::sync_w...
Ciallo~(∠・ω< )⌒★的头像-C佳家高级会员Ciallo~(∠・ω< )⌒★9天前
06412
程序设计天梯赛题解-10分题 (C/C++)-C佳家

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

L1-007 念数字L1-008 求整数段和L1-010 比较大小L1-013 计算阶乘和L1-018 大笨钟L1-022 奇偶分家L1-028 判断素数L1-031 到底是不是太胖了L1-037 A除以BL1-040 最佳情侣身高差L1-041 寻找250L1-0...
Ciallo~(∠・ω< )⌒★的头像-C佳家高级会员Ciallo~(∠・ω< )⌒★2个月前
06412
每日C++(25年):6月9日 - 6月15日-C佳家

每日C++(25年):6月9日 – 6月15日

6月9日:C++17 : std::rotate6月10日:C++17 : std::partition6月11日:C++17 : std::copy_if6月12日:C++11 : enum class 语法6月13日:C++17 : std::for_each_n6月14日:C++23: std::ran...
Ciallo~(∠・ω< )⌒★的头像-C佳家高级会员Ciallo~(∠・ω< )⌒★1个月前
0709
WindowsAPI-控件:SysDateTimePick32-C佳家

WindowsAPI-控件:SysDateTimePick32

使用WindowsAPI,创建SysDateTimePick32控件:#include <windows.h> #include <commctrl.h> #pragma comment(lib, 'comctl32.lib') #define ID_DATETIMEPICK 101 LRESULT CALLBACK ...
Ciallo~(∠・ω< )⌒★的头像-C佳家高级会员Ciallo~(∠・ω< )⌒★2个月前
04214
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佳家高级会员用户804043202个月前
03811
每日C++(25年):7月28日 – 8月3日-C佳家

每日C++(25年):7月28日 – 8月3日

7月28日:iostream:std::clog7月29日:iostream:std::istream::ignore7月30日:iostream:std::istream::getline7月31日:iostream:std::istream::read8月1日:cmath:std::hypot8月2日:cma...
Ciallo~(∠・ω< )⌒★的头像-C佳家高级会员Ciallo~(∠・ω< )⌒★3天前
04313
Dev-Cpp 5.11 安装教程-C佳家

Dev-Cpp 5.11 安装教程

注意:本教程使用的软件为:DevCpp 5.11。对于其它版本,请读者自行斟酌有效性。安装:双击安装,可以先不用选择语言:点击I Agree选择要按照的位置,点击:Install点击Finish:运行软件,选择你...
Ciallo~(∠・ω< )⌒★的头像-C佳家高级会员Ciallo~(∠・ω< )⌒★3个月前
08211