-
无人机完成程序
无人机路径规划,利用ASTAR算法实现,然后把路径平滑实现。(UAV path planning is realized by ASTAR algorithm, and then the path is smoothed.)
- 2020-12-19 10:39:10下载
- 积分:1
-
非常精彩的FLASH翻页效果,手动拖翻页.制作电子杂志之类的非常棒....
非常精彩的FLASH翻页效果,手动拖翻页.制作电子杂志之类的非常棒.-excellent results FLASH flip, flip manual tractors. Production of electronic journals into the fantastic.
- 2022-02-14 23:50:54下载
- 积分:1
-
采用vc对pro/engineer 进行二次开发时,vc环境的设置示例.
采用vc对pro/engineer 进行二次开发时,vc环境的设置示例.-Using vc on pro/engineer to carry out when the second development, vc sample the environment settings.
- 2022-10-28 21:15:03下载
- 积分:1
-
Keil_with_proteus_book
Keil_with_proteus完美结合教程
Keil_with_proteus完美结合教程
Keil_with_proteus完美结合教程
Keil_with_proteus完美结合教程(Keil_with_proteus the perfect combination of the perfect combination of tutorial Keil_with_proteus tutorial Keil_with_proteus the perfect combination of the perfect combination of tutorial Keil_with_proteus tutorial)
- 2010-01-25 00:29:42下载
- 积分:1
-
进程防杀.rar 一般的杀毒软件都关不掉
进程防杀.rar 一般的杀毒软件都关不掉-The process of anti-killing. Rar general anti-virus software off can not afford to
- 2022-02-25 14:55:50下载
- 积分:1
-
Java EJB简单例子
Java EJB简单例子,这是HelloWorldBean的Home接口,它是EJB对象的生成库,无状态会话(将在下一个实例中具体讲解)Bean,这个接口是客户端与EJB对象相互作用的中间途径,通过Client触发调用Bean方法:
try {
//取得初始化属性jndiContext,它是连接JNDI树的起始点
InitialContext jndiContext = new InitialContext(properties);
//取得Home对象的引用
Object ref = jndiContext.lookup("HelloWorldHome");
HelloWorldHome home = (HelloWorldHome)
PortableRemoteObject.narrow (ref, HelloWorldHome.class);
//用EJB生成库Home生成EJB对象
HelloWorld hello= home.create();
//调用EJB对象方法printHelloWorld(),EJB对象把调用委派给Bean
System.out.println (hello.printHelloWorld());
}
- 2022-07-20 22:16:54下载
- 积分:1
-
实验2:LED闪烁
说明: 单片机编程,实现LED灯的闪烁(单片机运行程序),用于新手熟悉单片机。(SCM programming, the realization of LED lights flashing (SCM operating procedures), for novice familiar with SCM)
- 2019-03-27 14:11:44下载
- 积分:1
-
binghemuma
说明: 目的:远程访问、控制。
选择:可人为制造受害者和寻找"养马场",选择前者的基本上可省略扫描的步骤。
1.自动跟踪目标机屏幕变化,同时可以完全模拟键盘及鼠标输入,即在同步被控端屏幕变化的同时,监控端的一切键盘及鼠标操作将反映在被控端屏幕(局域网适用);
2.记录各种口令信息:包括开机口令、屏保口令、各种共享资源口令及绝大多数在对话框中出现过的口令信息;
3.获取系统信息:包括计算机名、注册公司、当前用户、系统路径、操作系统版本、当前显示分辨率、物理及逻辑磁盘信息等多项系统数据;
4.限制系统功能:包括远程关机、远程重启计算机、锁定鼠标、锁定系统热键及锁定注册表等多项功能限制;
5.远程文件操作:包括创建、上传、下载、复制、删除文件或目录、文件压缩、快速浏览文本文件、远程打开文件(提供了四中不同的打开方式——正常方式、最大化、最小化和隐藏方式)等多项文件操作功能;(Objective: Remote access and control.)
- 2019-05-17 22:52:54下载
- 积分:1
-
SVG_3L_ORIGIN
三电平SVG仿真,适合matlab2008版本(simulation of SVG which is matched for matlab2008)
- 2017-05-18 21:52:28下载
- 积分:1
-
数值分析.Timothy+Sauer.part2
说明: 这是分割后的第二部分。本书的内容包括求解方程组、插值、微分方程及一系列。每章都有实例以帮助读者了解相关应用领域。并有一些matlab的代码,和题目的参考答案。(This is the second part after the split.The content of this book includes solving equations, interpolation, differential equations, and a series. Each chapter has examples to help readers understand the relevant application areas. And there are some matlab codes, and reference answers to the questions.)
- 2020-02-18 14:40:06下载
- 积分:1