| 點擊/回復 | 標題 | 最後回復 | 發表時間/侃吧 |
| 3581/9 |
【程序】Win32窗口程序通过WiFi与STM32单片机通信
![]() |
11-21 | 3-27 |
| 1188/7 |
【入门】STM32使用标准库初始化和操作IO口
【示例程序】 #include "stm32f4xx.h" // 初始化IO口 void port_init() { GPIO_In... |
3-26 | 3-26 |
| 957/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 |
| 1086/1 |
【程序】两个进程通过文件映射共享一块内存
【程序1】 #include "stdafx.h" #include <Windows.h> #include <stdio.h> void wait(... |
3-26 | 3-26 |
| 991/0 |
【实例】将文件内容映射到内存中
#include "stdafx.h" #include <Windows.h> #include <stdio.h> int _tmain(int argc... |
3-26 | 3-26 |
| 1211/2 |
【方法】遍历整个目录中的文件和文件夹
【程序】 // ExploreFolder.cpp : Defines the entry point for the console application. // #includ... |
3-26 | 3-25 |
| 974/0 |
【方法】在指定文件夹中搜索文件
【程序】 #include "stdafx.h" #include <Windows.h> #define echo(str) WriteConsole(hConsole... |
3-26 | 3-25 |
| 894/0 |
我决定停止使用联通的号码1858***7038
rt |
3-25 | 3-25 |
| 3179/15 |
第一次烧写STM32单片机
DTR电平置低(-3--12V),复位 RTS置高(+3-+12V),选择进入BootLoader ...延时100毫秒 DTR电平变高(+3-+12V)释放复位 RTS维持高... |
3-25 | 3-24 |
| 957/2 |
【草稿】API中数据结构的组织方式
【XML输出方式】 <data> <bar id="45"> <name short="ss"... |
3-23 | 3-23 |
| 988/0 | 这吧早在2010年底就创建了。。。 | 3-23 | 3-23 |
| 1010/4 |
Dev-C++竟然能直接用变量定义数组的大小,无需malloc或new!
#include <iostream> using namespace std; int main(void) { int n... ![]() |
3-23 | 3-23 |
| 948/3 |
这周C语言课的作业
【第一题】 #include <stdio.h> void check_char(char ch); void main() {... |
4-6 | 3-23 |
| 809/1 |
【代码】用C++标准库实现explode函数和join函数
#include <iostream> #include <string> #include <vector> using namespace s... |
3-22 | 3-22 |
| 929/4 |
近期的任务
开发部分Arslanbar 2.0的API |
3-27 | 3-22 |
| 952/2 |
今天我开始阅读维基百科源代码
看了一下午,还算基本看懂了。 |
3-21 | 3-21 |
| 1021/2 |
今天蓝桥杯考完了
前五个是对的 后面几个暂不知道答案 |
3-28 | 3-20 |
| 1472/9 |
【试题】剪格子
// 参考资料: http://blog.csdn.net/xushao_movens/article/details/50637251 #include <iostream>... |
5-23 | 3-19 |
| 1019/3 |
【试题】逆波兰表达式
对于:-+3*5+261 其计算过程如下: ev: {0, 0} -> {42, 9} x: -+3*5+261 v1: {43, 7} {... |
3-19 | 3-19 |
| 1105/1 |
【试题】颠倒的价牌
#include <stdio.h> bool invert_digit(int *n) { switch (*n)... |
3-19 | 3-19 |
| 985/0 |
【试题】振兴中华
#include <stdio.h> #include <string.h> char *str[] = {"从我做起振", "我做起振兴", "做起振兴中", "... |
3-19 | 3-19 |
| 1014/1 |
【试题】排它平方数
#include <stdio.h> #include <Windows.h> bool diff(char *str) {... |
3-19 | 3-19 |
| 867/4 |
【试题】连号区间数
#include <stdio.h> #include <stdlib.h> #include <string.h> int sort(int *... |
3-18 | 3-18 |
| 817/1 |
【试题】第39级台阶
#include <stdio.h> int count = 0; char str[100]; void search(int nStaircases, int nSt... |
3-18 | 3-18 |
| 1880/11 |
2014-第五题 打印图形 递归调用情况
f(a, 5, 0, 16); f(a, 4, 0, 24); f(a,... |
3-18 | 3-18 |
| 939/3 |
TMD,现在不翻墙就上不了Arslanbar
囧! |
3-18 | 3-18 |
| 1009/1 |
蓝桥杯还有四天了
rt |
3-18 | 3-16 |
| 966/0 |
【试题】翻硬币
#include <stdio.h> #include <string.h> #define sw(a) a=((a=='o')?'*':'o') #defi... |
3-16 | 3-16 |
| 1300/2 |
做了一个显示侃吧信息的Windows程序
![]() |
3-15 | 3-15 |
| 1040/3 |
【试题】打印十字图
#include <stdio.h> #include <stdlib.h> #include <string.h> char *arr;... |
3-16 | 3-15 |




