会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
孤独的程序员dis1500
知识就是希望
上一页
1
···
219
220
221
222
223
224
225
226
227
···
617
下一页
2022年9月26日
osal
摘要: OsTaskInit
阅读全文
posted @ 2022-09-26 03:12 lydstory
阅读(21)
评论(0)
推荐(0)
stm8
摘要: C8平台 监视IR接收 STMicroelectronics TW888电机状态监测装置 STM8系列是意法半导体公司生产的8位的单片机。该型号单片机分为STM8A、STM8S、STM8L三个系列
阅读全文
posted @ 2022-09-26 03:01 lydstory
阅读(47)
评论(0)
推荐(0)
2022年9月25日
goahead 部分代码抽取学习
摘要: #include "stdafx.h" #include <iostream> using namespace std; typedef time_t WebsTime; typedef unsigned long ulong; typedef unsigned char uchar; typede
阅读全文
posted @ 2022-09-25 10:04 lydstory
阅读(21)
评论(0)
推荐(0)
typedef 结构体类型名可以相同
摘要: typedef struct WebsMime { char *type; /**< Mime type */ char *ext; /**< File extension */ } WebsMime; typedef 结构体类型名可以相同 typedef time_t WebsTime; size
阅读全文
posted @ 2022-09-25 08:43 lydstory
阅读(64)
评论(0)
推荐(0)
goahead 单步跟踪分析
摘要: goahead 单步跟踪分析 1. static char websHost[ME_MAX_IP]; /* Host name for the server */ static char websIpAddr[ME_MAX_IP]; /* IP address for the server */ h
阅读全文
posted @ 2022-09-25 08:30 lydstory
阅读(63)
评论(0)
推荐(0)
lighttpd 支持php
摘要: lighttpd 支持php 嵌入式web server 中型交换机webui
阅读全文
posted @ 2022-09-25 08:28 lydstory
阅读(45)
评论(0)
推荐(0)
2022年9月24日
windows 进程pid
摘要: #include <Tlhelp32.h> #include <atlstr.h> /***************************GetSpecifiedPID******************************* 功能描述:获取指定进程名的进程ID 输入参数:pszProcess
阅读全文
posted @ 2022-09-24 10:44 lydstory
阅读(182)
评论(0)
推荐(0)
CString控制台使用
摘要: CString是在windows平台下开发中经常使用的字符串类, CString已从MFC中剥离出来了,可以单独使用,只需引用atlstr.h头文件即可
阅读全文
posted @ 2022-09-24 10:36 lydstory
阅读(37)
评论(0)
推荐(0)
2022年9月23日
quicksort
摘要: 16.02 15.03 17.88 12.12 12.12 16.02 15.03 12.12 12.12 17.88 第一轮12.12 15.03 12.12 16.02 17.88 第二轮12.12 12.12 15.03 16.02 17.88 第三轮
阅读全文
posted @ 2022-09-23 21:24 lydstory
阅读(13)
评论(0)
推荐(0)
<<1 乘以2 >>1除以2
摘要: int a[4] = {1,2,3,4}; int p = a[2]<<1; cout<<p<<endl;
阅读全文
posted @ 2022-09-23 20:54 lydstory
阅读(109)
评论(0)
推荐(0)
上一页
1
···
219
220
221
222
223
224
225
226
227
···
617
下一页
导航
博客园
首页
新随笔
联系
订阅
管理
公告