-
本程序演示无向网的操作,顶点为字符型(char),权值为整型(int)...
本程序演示无向网的操作,顶点为字符型(char),权值为整型(int)-This program demonstrates the operation of an undirected network, vertex for the character (char), the right value of an integer (int)
- 2022-01-25 20:22:27下载
- 积分:1
-
UML tool for development trend of the list of UML tools
UML工具发展趋势
UML相关工具一览表-UML tool for development trend of the list of UML tools
- 2022-12-05 03:40:03下载
- 积分:1
-
一套集网上购物和商品管理为一体的强大的网上商店(商城)系统,可以作为各种类型网上商店的运行平台,经过简单的系统配置、修改,可以作为网上书店、网上音像店、网上花店...
一套集网上购物和商品管理为一体的强大的网上商店(商城)系统,可以作为各种类型网上商店的运行平台,经过简单的系统配置、修改,可以作为网上书店、网上音像店、网上花店、电脑配件网上购物、数码产品网上购物、成人用品购物网站、礼品服饰、企业产品等任何无形或有形商品的网上商店运 行平台-set of online shopping and collect goods for the integrated management of powerful online store (mall) system, as all types of online shops running platform, through simple system configuration modifications, as online bookstores, online video store, online florist, computer accessories online shopping digital products online shopping, adult shopping site, supplies, gift accessories, and other products of any intangible or tangible goods online store platforms
- 2022-02-27 08:04:48下载
- 积分:1
-
方面
Aspect-Oriented Software Developement
Coverage includes
Using AOSD to streamline complex systems development without sacrificing flexibility or scalability
How AOSD builds on the object-oriented paradigmand how it s different
State-of-the-art best practices for the AOSD development process
Languages and foundations: separating concerns, filter technologies, improving modularity, integrating new features, and more
Using key AOSD tools, including AspectJ, Hyper/J, JMangler, and Java Aspect Components
Engineering aspect-oriented systems: UML, concern modeling and elaboration, dependency management, and aspect composition
Developing more secure applications with AOSD techniques
Applying aspect-oriented programming to database systems
Building dynamic aspect-oriented infrastructure
- 2023-01-11 11:45:07下载
- 积分:1
-
电话卡系统,能完整的实现电话卡充值,查询的系统
电话卡系统,能完整的实现电话卡充值,查询的系统-Calling card system that can realize the complete calling card recharge, query system
- 2023-03-22 02:55:03下载
- 积分:1
-
阿尔杜伊诺滤波器轮项目
项目基于控制天文滤光轮的Arduino平台。过滤来自流行的天文软件通过USB轮控制。
- 2022-05-07 09:12:30下载
- 积分:1
-
怎样通过编程来实现计算投资组合的收益,这个例子给出说明...
怎样通过编程来实现计算投资组合的收益,这个例子给出说明-How to achieve through the program to calculate the proceeds of the investment portfolio
- 2022-06-02 00:00:59下载
- 积分:1
-
模式程序
应用背景关键技术LDAP协议定义了与编目工作如下操作:操作连接/断开连接(绑定)允许将一个客户端与一个特定的目录对象(实际或虚拟)关联起来,以实现所有其他读/写的访问控制。为了与目录工作,客户须为对象的可分辨名称(DN)认证是命名空间的目录描述。在绑定操作请求时,客户端可能没有指定基名,在这种情况下将被连接在一个特殊的别名匿名(通常它是一个拥有最小权限的客户帐户)禁用(取消)-允许客户端的会话连接到LDAP服务器切换到验证的新的可分辨名称。的绑定命令只能验证后使用BIND服务器,否则取消绑定调用返回一个错误搜索(搜索)-从目录读取数据。手术是复杂的,需要许多参数,其中主要的是:搜索库(基于),从DIT分支开始搜索数据搜索的深度(范围)-可以有值(在增加的区域的顺序):基础,一个,分直接在基于节点搜索的基础上搜索一个搜索所有的节点,都是直接后裔的基础层次,即躺在一个水平低于他子搜索整个区域,对搜索基础相对下游(基于)搜索过滤器(searchfilter)是表达定义的目录对象属于一个范围的参数指定的搜索范围的选择标准。过滤搜索的表情写在波兰(前缀)组成的一个逻辑符号(布尔)反过来运算符和操作数,操作比较,内部的LDAP属性的值(左)与表达(右侧)用等号。
- 2023-03-29 04:15:03下载
- 积分:1
-
模拟自动开门
该项目致力于securised开门使用。我们的Objectif是实现一个洞的解决方案,让只有被授权的人通过门上。它可以在劳动或安全设施,它分为两个部分来使用:第一个是一个面部识别PROGRAMM,让知道,如果这个人是有权通过或没有(如果他有atribut数据库上的通的“真”值存在)。我们使用的OpenCV和JavaCV作为包装第二部分是一个嵌入式系统将控制门开口。它从由所述第一部分中提供的所述一个值的开口或不决定。我们将使用STM32嵌入式卡我们实际上是工作的两个部分,这是我们的前进在第一部分上的释放
- 2023-03-06 02:10:03下载
- 积分:1
-
apm2.74飞控代码
应用背景# ArduPilot Project
You can find lots of development information at the [ArduPilot development site](http://dev.ardupilot.com)
## Getting the source
You can either download the source using the "ZIP" button at the top
of the github page, or you can make a clone using git:
```
关键技术APM是http://www.ardupilot.com/的一个开源嵌入式系统,用于控制直升机,多轴飞行器,模型车
基本配置可以参考http://dev.ardupilot.com/
编译的配置参考http://dev.ardupilot.com/wiki/building-ardupilot-with-arduino-windows/
- 2022-09-08 01:10:03下载
- 积分:1