SML 简单标记语言(抱歉我懒) SML 是一种自制的文本格式,旨在方便人类读取/写入数据文件。 它是 JSON 的超集,受 QML 启发,具有一些方便的功能: 报价是可选的 值后的逗号是可选的 值可以通过在其名称之前明确键入 '(' 和 ')' 是 '[' 和 ']' 的替代字符 C 风格的注释 可选的 #format 标头来标识文件的内容 这种格式既不是为了取代 JSON 也不是为了提高效率,而是为了提供更好的手工编写语法,一种轻松嵌入类型的方法,还因为编写解析器很有趣。 例子 SML: #format SML1 Player { position: (1,2,3) rotation: (0,0,0,1) // Or can be Quaternion(0,0,0,1) color: "#ffaa44" children: [ Gun // A node of t
2023-03-05 13:13:28 10KB C++
1
工程可以直接运行,由于微软官方在win7系统及以上已不直接支持MFC串口控件,所有自己基于WIN32 串口API 封装了一个基于串口事件的C++类,基于消息控制主要是用于高效开发窗口端程序
2023-03-05 10:54:28 48.66MB MFC 异步串口
1
CJLibrary 6.09 一个功能强大地MFC界面处理扩展库:CJ60Lib 6.09是最终的版本
2023-03-04 23:54:26 1.52MB CJLib v6.09 CJ609 CJ60Lib
1
https://blog.csdn.net/weixin_44584198/article/details/129212457?csdn_share_tail=%7B%22type%22%3A%22blog%22%2C%22rType%22%3A%22article%22%2C%22rId%22%3A%22129212457%22%2C%22source%22%3A%22weixin_44584198%22%7D 国内的文章对于E类的分析往往限定于占空比为50%且严格满足0电压导数条件(ZVDS)。但是在实际的设计中我们可能需要设计占空比为其他数值的E类功放(降低导通角能提高效率性能),或者需要亚正常模式(不严格满足ZVDS条件)下的E类功放以提升其带宽性能。 然而,在高自由状态下的E类波形应该是怎么样的呢,其实在60年前就有学者给出了计算的的公式,但是其计算比较复杂且涉及各种方程的求解,在此我对其进行了分析,并写成了Matlab代码。
2023-03-03 19:32:25 15KB 功率放大器
1
另类数据库读写UTF-8易语言源码例程程序结合易语言超文本浏览框支持库和数据库操作支持库,实现读写UTF-8文本的功能。
2023-03-03 12:00:58 4KB 数据库类源码
1
这是一套网上书店系统开发的PPT 包含规划报告 分析报告 设计报告 实施报告 其中从系统规划开始的类图 活动图着手 到代码的实现 1.背景 2.企业现状分析 3.企业市场定位及发展前景分析 4.企业市场环境分析 5.主要竞争对手分析 6.企业的业务流程设置 7.电子商务网站的推广 8.拟开发系统主要功能模块 9.系统集成方案 10.系统预计开发时间、资金投入及其他事项 系统总体结构设计 系统应用软件设计 建立需求模型概述 建立需求模型详细步骤 建立分析模型概述 建立分析模型详细步骤 系统平台的选择与搭建 应用软件开发源代码 系统测试 域名的申请和注册
2023-03-03 11:02:44 2.14MB ECLIPSE + SQLSERVER 类图
1
C#打印PDF的类库 PdfPrintingNet 无水印破解版 直接驱动打印机,打印速度快(响应速度 < 200ms)。可以用作快递标签打印等 代码很简单。PdfPrint后面两个参数是用户名和注册码,原版如果注册码不正确会有水印。现在可以随便填写,水印已经去掉。 PdfPrint pdfPrinter = new PdfPrint("", ""); pdfPrinter.PrinterName = "打印机名"; var printStatus = pdfPrinter.Print(fileLabel.FullName);
2023-03-02 21:42:15 7.11MB C# 打印PDF 类库 无水印
1
live555 类关系框图 包含了live555所有类之间以及它们之间的关系
2023-03-02 20:23:06 132KB live555 类关系框图
1
The International Electrotechnical Commission (IEC) is a worldwide organization for standardization comprising all national electrotechnical committees (IEC National Committees). The object of IEC is to promote international co-operation on all questions concerning standardization in the electrical and electronic fields. To this end and in addition to other activities, IEC publishes International Standards, Technical Specifications, Technical Reports, Publicly Available Specifications (PAS) and Guides (hereafter referred to as “IEC Publication(s)”). Their preparation is entrusted to technical committees; any IEC National Committee interested in the subject dealt with may participate in this preparatory work. International, governmental and nongovernmental organizations liaising with the IEC also participate in this preparation. IEC collaborates closely with the International Organization for Standardization (ISO) in accordance with conditions determined by agreement between the two organizations
2023-03-01 15:07:13 6.29MB IEC 60950-1 2013.pd
1
小例子:[{"a":"b"},{"a":"b"}],拆分长度为10,结果为[{"a":"b"}] [{"a":"b"}] ; 用到了fastjson
2023-03-01 13:27:48 515KB java 递归 json 拆分
1