【得分57】
#include <stdio.h>
#include <stdlib.h>
int n;
int max = 0;
int **t...
【试题】算法训练 数字三角形【得分57】
#include <stdio.h> #include <stdlib.h> int n; int max = 0; int **t... |
【试题】算法训练 区间k大数查询#include <stdio.h>
#include <stdlib.h> #include <string.h> typedef struct... |
【STM32入门级程序3】1位共阴数码管循环显示数字0~9【程序】
#include <stm32f10x.h> #define _BV(n) (1 << (n)) uint8_t n = 0; uint8_t... |
【STM32入门级程序2】编写LED二进制加法程序,不使用库函数【程序】
#include <stm32f10x.h> #define _BV(n) (1 << (n)) uint8_t n = 0; void de... |
【STM32入门级程序1】新建工程,并编写程序使PB9上的LED灯闪烁起来,不使用库函数 [圖片]本程序使用的STM32芯片为:STM32F103C8
本程序使用的开发板为:http://meal.taobao.com/mealDetail.htm?spm=2013.1.0.0.IOMsWD... ![]() |
您好,阿斯蘭侃吧歡迎您的到來~親愛的用戶:歡迎來到游泳吧,阿斯蘭侃吧歡迎您的到來~
請先閱讀我們的社區準則: https://zh.arslanbar.net/documents/eula/ 以及版權聲明... |
【试题】送分啦问题描述 这题想得分吗?想,请输出“yes”;不想,请输出“no”。输出格式 输出包括一行,为“yes”或“no”。
#include <stdio.h> int mai...
巨大八爪鱼
4-18
101.207.21.*
(點擊/回復: 341/1)
|
【原创程序】工资上缴 [圖片]![]() |
【试题】2的次幂表示#include <stdio.h>
void output(int n) { int i;... |
【试题】图形显示#include <stdio.h>
int main() { int n, i, j;... |
【试题】复数运算#include <stdio.h>
#include <stdlib.h> typedef struct { f... |
【试题】矩阵乘法#include <stdio.h>
#include <stdlib.h> int **create2d(int row, int col) {... |
|
|
其实,Win32的窗口类就是真正的C++类,因为WNDCLASSEX类可以继承例如,下面的程序可以正常运行:
#include <Windows.h> class MyClass : public WNDCLASSEX { protected... |
全站共有主題數30108個,帖子數134949篇。 |
內容轉換: |