另类数据库读写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
vb类MacOSX Dock浮动工具栏源代码VB 防苹果工具栏源代码
1
主要介绍了C++基础入门教程(六):为什么创建类的时候要用new?本文讲解了使用new创建动态结构体、为什么要有new、自动存储(自动变量、局部变量)、动态存储、vector和array等内容,需要的朋友可以参考下
2023-02-28 18:10:26 78KB C++ 入门教程 创建类 new
1
popwindow 实现下拉菜单的弹出和收缩效果 http://blog.csdn.net/jdsjlzx/article/details/52000107资源
2023-02-27 21:50:49 117KB PopWindow
1
micropython 输入 这个 Micro Python 库有助于读取 pyboard 或其他运行 (Python 3 编程语言的变体)的微控制器上的数字和模拟输入。 这些库例程在上进行了测试。 这个库的一些显着特点是: 数字输入引脚已去抖动,因此可以清晰地检测到转换。 去抖动参数可由用户控制。 数字输入引脚可配置为计数器,用于对脉冲串进行计数。 可以对脉冲的一个或两个边沿进行计数,并且存在去抖动以清除簧片开关闭合。 模拟读数在用户可选择数量的最近读数中平均,间隔为 2.1 毫秒(用户可配置)。 使用这种平均技术可以显着抑制模拟线路上的噪声。 引脚的当前值可以通过 Python 字典轻松访问,以引脚名称或您可以分配给引脚的更具描述性的名称作为键。 快速开始 整个库位于一个文件inputs.py 。 假设我们需要设置一个输入来检测按钮按下情况,一个计数器来使用簧片开关计算来自水表
2023-02-27 15:46:30 11KB Python
1