搜索资源列表
H桥分立
- 可以省略IR2110
Video1234
- 图像的h.263编解码
数据结构实验一源代码
- #include <stdio.h> #include <stdlib.h> #include "queue.c" #include "fatal.h" int ishw(char str[]) { SqStack st; InitStack(st); int i=0; char ch; while((ch=str[i++])!='\0') Push(st,ch); i=0; while(
FANUC程序传输工具V16.0
- FANUC程序传输工具,CNC<->PC程序互传非常方便,0i-B/C/D、16i/18i/21i-A/B、30i/31i/32i-A、PMi-D/H 均可使用(系统需配置以太网接口和功能)
undertale 拆包器
- 可以查看ut data.win 文件中的资源、部分源码(不能使用汉化版) 或反编译其他gms/gms2文件 //--------------------------------------------- 用法:用 UndertaleModTool.exe 打开游戏的 data.win 文件 源码转自github https://github.com/krzys-h/UndertaleModTool
STM8L052读T557卡
- #include <stm8lx52.h> #include "Simple_Meter_LCD.h" #include "Simple_Meter.h" #include "Simple_Meter_Functions.h" #include "stm8lx52_adc.h" #include "stm8lx52_itc.h"