library.sql
2023-03-29 00:10:05 1KB
1
LabelsView 标签列表控件的使用介绍。 1、引入依赖 在Project的build.gradle在添加以下代码 allprojects { repositories { ... maven { url 'https://jitpack.io' } } } 在Module的build.gradle在添加以下代码 dependencies { implementation 'com.github.donkingliang:LabelsView:1.6.5' } 2、编写布局: <com.donkingliang.labels.LabelsView xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/labels" android:l
2023-03-28 16:11:07 302KB android tabs android-library custom-view
1
999 the oracle library oci.dll could not be loaded
2023-03-28 15:24:03 23.46MB 10_2 oracle library oci.dll
1
该项目将允许.NET(C#)开发人员拥有将与OpenXml文件进行交互的组件。 例如,Office 2007使用的* .docx文件。因此可以在代码中轻松更改这些文件。
2023-03-26 20:45:52 1.05MB 开源软件
1
Fork Fork 是平时做 C# 软件的时候,整合各种轮子的一个工具项目,包括并不仅限于:各种常用数据处理方法,文件读写 加密 搜索,系统信息 API 操作,Winform窗口控件等等。 更多功能,不定期更新…… 已添加到 Nuget 的库,可直接在 VS 中搜索安装。 # 模块 DLL Nuget 支持 .NET 版本 1 核心库 Azylee.Core 4.0 2 Json库 Azylee.Jsons - 4.0 2 网络库 Azylee.YeahWeb - 4.0 Azylee.Utils 工具组 目前 Azylee.utils 工具组包含以下部分: Azylee.Core : 核心 Azylee.Json : Json 工具包 Azylee.Update : 更新工具包 Azylee.YeahWeb : 网络通信工具包 Azylee.WinformSkin : Winform 样
2023-03-26 20:17:16 16.63MB C#
1
cppparser:将CC ++源解析为AST的库
2023-03-24 14:12:57 9.79MB parsing cplusplus parser-library ast
1
mac汉英词典和英汉词典,先解压词典目录,再依次解决汉英词典和英汉词典,解压后放到~/Library/Dictionaries下可直接使用
2023-03-20 21:54:37 104.06MB mac os x 词典
1
c++ msdn library chm
2023-03-16 20:58:02 13.62MB c++ msdn library chm
1
对抗图书馆 该库包含与PyTorch中实施的对抗性攻击有关的各种资源。 它针对寻求最新攻击实施方案的研究人员。 编写代码是为了最大程度地提高效率(例如,通过偏爱PyTorch的底层函数),同时保持简单性(例如,避免抽象)。 因此,大多数库(尤其是攻击)都是使用纯函数实现的(只要有可能)。 在着重于攻击的同时,该库还提供了一些与对抗性攻击有关的实用程序:距离(SSIM,CIEDE2000,LPIPS),可见回调,预测,损失和辅助功能。 最值得注意的是,来自utils/attack_utils.py的功能run_attack对具有给定输入和标签且具有固定批处理大小的模型进行了攻击,并报告了与复杂性相关的指标(运行时和向前/向后传播)。 依存关系 该库的目标是使用最新版本的PyTorch进行更新,以便可以定期更新依赖项(可能会导致重大更改)。 pytorch> = 1.7.0 火炬视觉>
1
C++程序员案前必备 C++ Standard Library provides a set of common classes and interfaces that greatly extend the core C++ language. The library, however, is not self-explanatory. To make full use of its components-and to benefit from their power-you need a resource that does far more than list the classes and their functions. The C++ Standard Library not only provides comprehensive documentation of each library component, it also offers clearly written explanations of complex concepts, describes the practical programming details needed for effective use, and gives example after example of working code. This thoroughly up-to-date book reflects the newest elements of the C++ standard library incorporated into the full ANSI/ISO C++ language standard. In particular, the text focuses on the Standard Template Library (STL), examining containers, iterators, function objects, and STL algorithms. You will also find detailed coverage of special containers, strings, numerical classes, international……
1