内容转换: 不转换

巨大八爪鱼的个人主页

巨大八爪鱼


  • 14

    关注

  • 10

    粉丝

  • 48

    访客


等级:一派掌门 二十级

经验:89020点

金币:52269枚


性别:

生日:1997年4月14日

星座:白羊座

血型:O型


注册时间:2010-8-14 17:17

最后访问时间:2025-9-12 15:15

最后发帖时间:2025-9-10 09:39

个人简介:欢迎大家来到我的网站

帖子

点击/回复 标题 最后回复 发表时间/侃吧
819/6 物联网项目进度
调用puts函数成功:
3-29 3-28
642/0 纪念:doyo8
别人都已经上船了,我TM还在房子里,然后船开走了我就只有死了。。。
3-28 3-28
518/0 原来桌面上无法关闭只能改变大小的框只是Telegram的残影!
RT
3-28 3-28
2802/9 【程序】Win32窗口程序通过WiFi与STM32单片机通信
11-21 3-27
776/7 【入门】STM32使用标准库初始化和操作IO口
【示例程序】
#include "stm32f4xx.h"
// 初始化IO口
void port_init()
{
    GPIO_In...
3-26 3-26
578/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
574/1 【程序】两个进程通过文件映射共享一块内存
【程序1】
#include "stdafx.h"
#include <Windows.h>
#include <stdio.h>
void wait(...
3-26 3-26
528/0 【实例】将文件内容映射到内存中
#include "stdafx.h"
#include <Windows.h>
#include <stdio.h>
int _tmain(int argc...
3-26 3-26
816/2 【方法】遍历整个目录中的文件和文件夹
【程序】
// ExploreFolder.cpp : Defines the entry point for the console application.
//
#includ...
3-26 3-25
551/0 【方法】在指定文件夹中搜索文件
【程序】
#include "stdafx.h"
#include <Windows.h>
#define echo(str) WriteConsole(hConsole...
3-26 3-25
578/0 我决定停止使用联通的号码1858***7038
rt
3-25 3-25
2447/15 第一次烧写STM32单片机
DTR电平置低(-3--12V),复位
RTS置高(+3-+12V),选择进入BootLoader
...延时100毫秒
DTR电平变高(+3-+12V)释放复位
RTS维持高...
3-25 3-24
484/2 【草稿】API中数据结构的组织方式
【XML输出方式】
<data>
  <bar id="45">
    <name short="ss"...
3-23 3-23
629/0 这吧早在2010年底就创建了。。。 3-23 3-23
587/4 Dev-C++竟然能直接用变量定义数组的大小,无需malloc或new!
#include <iostream>
using namespace std;
int main(void)
{
    int n...
3-23 3-23
602/3 这周C语言课的作业
【第一题】
#include <stdio.h>
void check_char(char ch);
void main()
{...
4-6 3-23
493/1 【代码】用C++标准库实现explode函数和join函数
#include <iostream>
#include <string>
#include <vector>
using namespace s...
3-22 3-22
542/4 近期的任务
开发部分Arslanbar 2.0的API
3-27 3-22
556/2 今天我开始阅读维基百科源代码
看了一下午,还算基本看懂了。
3-21 3-21
585/2 今天蓝桥杯考完了
前五个是对的
后面几个暂不知道答案
3-28 3-20
1028/9 【试题】剪格子
// 参考资料: http://blog.csdn.net/xushao_movens/article/details/50637251
#include <iostream>...
5-23 3-19
627/3 【试题】逆波兰表达式
对于:-+3*5+261
其计算过程如下:
ev: {0, 0} -> {42, 9}
x: -+3*5+261
v1: {43, 7}
{...
3-19 3-19
740/1 【试题】颠倒的价牌
#include <stdio.h>
bool invert_digit(int *n)
{
    switch (*n)...
3-19 3-19
599/0 【试题】振兴中华
#include <stdio.h>
#include <string.h>
char *str[] = {"从我做起振", "我做起振兴", "做起振兴中", "...
3-19 3-19
581/1 【试题】排它平方数
#include <stdio.h>
#include <Windows.h>
bool diff(char *str)
{...
3-19 3-19
512/4 【试题】连号区间数
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
int sort(int *...
3-18 3-18
504/1 【试题】第39级台阶
#include <stdio.h>
int count = 0;
char str[100];
void search(int nStaircases, int nSt...
3-18 3-18
1194/11 2014-第五题 打印图形 递归调用情况
f(a, 5, 0, 16);
    f(a, 4, 0, 24);
        f(a,...
3-18 3-18
588/3 TMD,现在不翻墙就上不了Arslanbar
囧!
3-18 3-18
587/1 蓝桥杯还有四天了
rt
3-18 3-16