-
zc
联锁软件,进路建立、进路取消,采用C++编写(Interlocking software, in-road establishment, road cancellation, written by C)
- 2019-06-15 19:19:38下载
- 积分:1
-
bellman
bellman-ford算法,典型最短路算法,用于计算一个节点到其他所有节点的最短路径(bellman-ford algorithm, a typical shortest path algorithm for computing a node to all other nodes of the shortest path)
- 2010-06-12 02:30:53下载
- 积分:1
-
ccode_open_bitmap
图像处理c源码_功能是打开一幅位图_并显示在屏幕上(_ C source image processing function is to open a bitmap _ and displayed on the screen)
- 2014-01-04 19:41:22下载
- 积分:1
-
DEGWO
一种差分进化与灰狼算法结合的混合算法,可以运行。(A hybrid algorithm combining differential evolution and gray Wolf algorithm.)
- 2020-12-24 16:59:05下载
- 积分:1
-
uh45892146211
书友会短信发送系统由基础信息模块、短信管理模块、短信投票模块、系统管理模块等几部分组成。由VC实现(The book club messages sent from several parts of the basic information module, SMS module, SMS voting module, the system management module. By the VC in)
- 2012-05-21 23:16:43下载
- 积分:1
-
簡單的打印案例
簡單的打印案例
- 2015-01-31下载
- 积分:1
-
HTC vive 控制代码
using UnityEngine;
using System.Collections;
//检测手柄功能的脚本 这个脚本挂到手柄上(controler(right)和controler(left))上
public class ButtonTouchAction : MonoBehaviour {
//手柄
SteamVR_TrackedObject trackdeObjec;
void Awake() {
//获取手柄上的这个组件
trackdeObjec = GetComponent();
}
// Use this for initialization
void Start () {
}
void FixedUpdate()
{ //获取手柄输入
var device = SteamVR_Controller.Input((int)trackdeObjec.index);
//以下是api中复制出来的按键列表
/* &n
- 2022-02-04 04:35:04下载
- 积分:1
-
嵌入式C编程与Atmel AVR(Richard Barnett)
说明: 这是一本关于嵌入式方面的书籍,书名是嵌入式C编程与Atmel AVR,对于学习嵌入式的读者是很有用的学习资料。(This book, embeded C programming and Atmel AVR, introduces the knowledge about embed C programming, which is valuable for readers who are learning embed programming.)
- 2020-06-22 00:40:02下载
- 积分:1
-
VC-a-MATLAB-programming-in-SAR
VC与MATLAB混合编程,可以用于SAR图像处理(VC mixed with the MATLAB programming, which can be used for SAR image processing)
- 2013-12-18 20:26:20下载
- 积分:1
-
C++核心编程资料(珍贵学习资源)
C 核心编程资料
- 2019-08-13下载
- 积分:1