#ab-splat该存储库包含ab-splat算法的源代码。 ## Setup只需使用'make'来构建'ab-splat'可执行文件。 在命令行中打开此文件夹,然后输入“ make”。 显然,如果未安装make和GCC的最新版本,则可能需要安装它们。 ##用法执行ab-splat时,用法信息的简短版本将被打印到标准输出流中。 此处是更详细的版本。 像这样“ ./ab-splat ab”那样调用ab-splat,其中a和b是算法用于生成滑动窗口的a和b的值。 如果没有提供a和b的值,则将使用默认值。 建议您使用默认值,除非您真的知道自己在做什么。 ab-splat可执行文件期望将表示由空白分隔的RNA主序列的任意数量的字符串作为输入。 从标准输入流中读取此输入。 请为您的RNA输入使用简单的大写定义(例如AUUCGAUCGUUCGAUCGGCU)。 ##注意Vienna RNA(
2022-11-14 20:05:53 1.97MB 系统开源
1
Windows-SDK-文档 DJI Windows SDK开发人员网站文档页面的源代码和文档。
2022-11-14 18:32:34 51.78MB 系统开源
1
该存储库已存档 是Looker的SDK示例的新主。 Looker SDK的示例 该存储库包含使用SDK与Looker API进行通信的源代码示例和项目。 示例按与使用的编程语言的名称相对应的文件夹名称进行组织。 这是一个不断发展的存储库,示例可以随时更改,出现和消失。 请贡献 欢迎所有人提交示例。 如果您想分享任何示例,请随时提交PR。 谢谢!
2022-11-14 10:42:53 739KB 系统开源
1
package="com.clicli.app"
2022-11-05 09:05:53 28.62MB android apk smali apktool
1
DIContainers is a collection of more than 100 different container classes for Borland / CodeGear Delphi. Four different container structures are available: ◾ Hash containers ◾ Doubly-linked lists ◾ N-ary trees ◾ Vector containers DIContainers is designed with easy customization in mind. Unlike other libraries, it strictly separates a containers' data and structure: ◾ Data describes an individual item in the container, for example an Integer number. The data layer is mostly responsible to manage the item's memory, but also for copying, comparing, and streaming of items. Data items in DIContainers are made up of memory efficient Pascal records. Special item handlers take care to initialize and finalize items automatically as required. ◾ Structure describes the arrangement of items within the container, like linked list, linear vector, etc. The structure determines how quickly items can be added, manipulated and retrieved from the container. Using different item handlers, the same structure can provide for quite different containers (see hierarchy on the right). To create a new container for some type of data, it is often sufficient to reuse an already existing item handler or to create a new item handler for the new type of data. ◾ Type. On top of the general container classes, there are many ready-made containers which interface typed access to their items like strings (WideStrings and AnsiStrings), different Number types, Objects, Pointer, and various combinations of the above. More than 100 of these containers are ready to use straight out of the box. Advanced container operations include cross-container assignment (i.e. from lists to vectors) and cascading streaming. The graphic to the right shows the class hierarchy of containers contained in DIContainers. Bold font marks important classes like item handlers and structure containers. Their descendant classes in regular font provide typed access to their items. The graphic was automatically created from the DIContainers library by one of the demo applications.
2022-11-03 00:17:27 2.97MB DIContainers
1
Numerical Recipes in C- The Art of Scientific Computing, 2nd Edition + source_code
2022-11-01 21:23:14 9.68MB Numerical Recipes C source_code
1
IEC-60870-5-104 IEC 60870-5-104协议-RTU服务器模拟器,主客户端模拟器,Windows和Linux(ARM)软件开发套件,C,C ++,C#.NET编程中的源代码。 完整的实现,包括文件传输(监视器和反向) 使您的RTU,协议转换器,网关,HMI,数据集中器与iec 104兼容。 *行业证明*全球客户 下载评估套件-IEC 104开发套件 在开发包中,我们包括IEC 104服务器和客户端模拟器,Windows和Linux SDK。 视频教程 特征 Written in ANSI-Standard C Source Code, under a strict corporate coding standard, and supports C++, C# Can be used with or without a Real Time Operating
2022-11-01 16:18:02 10.14MB 系统开源
1
灵感 老年人的孤独感会导致抑郁和健康问题。 我们进行了一些研究,发现孤独的老年人更容易衰落和死亡。 18%的老年人独居。 43%的老年人报告有定期感到孤独的感觉。 它能做什么 该应用程序允许本地年轻志愿者与老年人见面并互动。 该应用程序可帮助满足年轻人和老年人的兴趣及亲近度,以最大程度地提高各代人之间的共同点。 这个应用程序通过将年轻人与他们心理健康的老一辈联系起来,帮助解决老年人的孤独感问题。 我们是如何建造的 与AWS API交互以访问S3数据库的Android Java。 我们遇到的挑战 总的来说,我们无意间在三个不同的时间将AWS服务的秘密密钥发布到了github,这触发了来自不同来源的一些自动警告电子邮件,并让我们争先恐后地旋转新密钥并检查是否未创建未经授权的服务。 我们团队中只有一名成员事先安装了Android Studio。 我们其他人无法及时下载(6小时以上下载),因此
2022-10-26 16:50:06 1.35MB 系统开源
1
QtXlsxWriter source code
2022-10-16 21:00:36 1.25MB xlsx
1
GPU Gems CD内容 书 1〜3的CD内容(源代码) CD内容 自然效应 灯光和阴影 材料 图像处理 性能和实用性 超越三角形 CD内容 几何复杂度 阴影,灯光和阴影 高质量渲染 GPU上的通用计算:入门 面向图像的计算 仿真和数值算法 CD内容 几何学 光与影 渲染图 影像效果 物理模拟 GPU计算 :neutral_face: PS:NVIDIA没有提供 CD内容的官方网站 【奖励】GPU Gems 1〜3的完整网络版
2022-10-01 23:12:39 1.07GB 系统开源
1