內容轉換: 不轉換

巨大八爪鱼的個人主頁

巨大八爪鱼


  • 11

    關注

  • 7

    粉絲

  • 33

    訪客


等級:一派護法 十九級

經驗:66624點

金幣:50149枚


性別:

生日:1997年4月14日

星座:白羊座

血型:O型


註冊時間:2010-8-14 17:17

最後訪問時間:2025-9-1 21:05

最後發帖時間:2025-8-1 09:26

個人簡介:欢迎大家来到我的网站

帖子

點擊/回復 標題 最後回復 發表時間/侃吧
281/0 纪念:doyo8
别人都已经上船了,我TM还在房子里,然后船开走了我就只有死了。。。
3-28 3-28
618/0 原来桌面上无法关闭只能改变大小的框只是Telegram的残影!
RT
3-28 3-28
2859/9 【程序】Win32窗口程序通过WiFi与STM32单片机通信
11-21 3-27
699/7 【入门】STM32使用标准库初始化和操作IO口
【示例程序】
#include "stm32f4xx.h"
// 初始化IO口
void port_init()
{
    GPIO_In...
3-26 3-26
556/0 STM32F4标准库下载地址
http://120.52.72.53/www.st.com/c3pr90ntcsf0/st-web-ui/static/active/en/st_prod_software_internet/res...
3-26 3-26
422/1 【程序】两个进程通过文件映射共享一块内存
【程序1】
#include "stdafx.h"
#include <Windows.h>
#include <stdio.h>
void wait(...
3-26 3-26
360/0 【实例】将文件内容映射到内存中
#include "stdafx.h"
#include <Windows.h>
#include <stdio.h>
int _tmain(int argc...
3-26 3-26
578/2 【方法】遍历整个目录中的文件和文件夹
【程序】
// ExploreFolder.cpp : Defines the entry point for the console application.
//
#includ...
3-26 3-25
374/0 【方法】在指定文件夹中搜索文件
【程序】
#include "stdafx.h"
#include <Windows.h>
#define echo(str) WriteConsole(hConsole...
3-26
----
3-25
568/0 我决定停止使用联通的号码1858***7038
rt
3-25 3-25
2194/15 第一次烧写STM32单片机
DTR电平置低(-3--12V),复位
RTS置高(+3-+12V),选择进入BootLoader
...延时100毫秒
DTR电平变高(+3-+12V)释放复位
RTS维持高...
3-25 3-24
502/2 【草稿】API中数据结构的组织方式
【XML输出方式】
<data>
  <bar id="45">
    <name short="ss"...
3-23 3-23
625/0 这吧早在2010年底就创建了。。。 3-23 3-23
677/4 Dev-C++竟然能直接用变量定义数组的大小,无需malloc或new!
#include <iostream>
using namespace std;
int main(void)
{
    int n...
3-23 3-23
649/3 这周C语言课的作业
【第一题】
#include <stdio.h>
void check_char(char ch);
void main()
{...
4-6 3-23
448/1 【代码】用C++标准库实现explode函数和join函数
#include <iostream>
#include <string>
#include <vector>
using namespace s...
3-22 3-22
586/4 近期的任务
开发部分Arslanbar 2.0的API
3-27 3-22
495/2 今天我开始阅读维基百科源代码
看了一下午,还算基本看懂了。
3-21 3-21
597/2 今天蓝桥杯考完了
前五个是对的
后面几个暂不知道答案
3-28 3-20
650/9 【试题】剪格子
// 参考资料: http://blog.csdn.net/xushao_movens/article/details/50637251
#include <iostream>...
5-23 3-19
479/3 【试题】逆波兰表达式
对于:-+3*5+261
其计算过程如下:
ev: {0, 0} -> {42, 9}
x: -+3*5+261
v1: {43, 7}
{...
3-19 3-19
491/1 【试题】颠倒的价牌
#include <stdio.h>
bool invert_digit(int *n)
{
    switch (*n)...
3-19 3-19
410/0 【试题】振兴中华
#include <stdio.h>
#include <string.h>
char *str[] = {"从我做起振", "我做起振兴", "做起振兴中", "...
3-19 3-19
386/1 【试题】排它平方数
#include <stdio.h>
#include <Windows.h>
bool diff(char *str)
{...
3-19 3-19
334/4 【试题】连号区间数
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
int sort(int *...
3-18 3-18
340/1 【试题】第39级台阶
#include <stdio.h>
int count = 0;
char str[100];
void search(int nStaircases, int nSt...
3-18 3-18
669/11 2014-第五题 打印图形 递归调用情况
f(a, 5, 0, 16);
    f(a, 4, 0, 24);
        f(a,...
3-18 3-18
591/3 TMD,现在不翻墙就上不了Arslanbar
囧!
3-18 3-18
612/1 蓝桥杯还有四天了
rt
3-18 3-16
414/0 【试题】翻硬币
#include <stdio.h>
#include <string.h>
#define sw(a) a=((a=='o')?'*':'o')
#defi...
3-16 3-16