代码搜索结果
找到约 10,000 项符合
K 的代码
k.cs
using System;
internal class k
{
internal int a = 0;
internal int b = 0;
internal string c = "";
internal string d = "";
internal DateTime e = new DateTime();
intern
115.2k
//115.2k串行口通信程序,校验方式为简单双向校验,
//而且是必要的,因为任何采用中断、crc等的方法
//均很难保证速度和避免错误.
//总体速度5KB/秒
//单片机程序
//使用22.1184晶振
unsigned char time,b_break,b_break_3;
//35.555ms
void int_t0(void) interrupt 1 {