1)  Matrix representation
C ̄*-叉积
2)  C++
C++
1.
Software System Design of Programmable Signal Generator Based on C++++;
基于C++语言的可编程信号源软件系统设计
2.
Real Time C++ommunication between Peripheral Equipment and Application Programming Based on C++++;
C++编程实现外设与应用程序的实时通信
3.
Research About the Further Develop of UG Based on C++++;
C++在UG二次开发中应用
3)  c #
C#
1.
NET environment, using C # development MS SQL Server database application software, database connectivity through the ADO.
NET环境下,用C#开发MSSQLServer数据库应用软件时,通过ADO。
2.
This technology is called AspectC # .
NET平台的AOP技术,AspectC#。
3.
C # is an advanced and object-oriented programming language.
C# 是一种先进的、面向对象的开发语言 ,并且能够方便快捷地在MS网络平台上建立各种应用和建立能够在网络间相互调用的Web服务。
4)  C ++
C++
1.
The reason of destroying data security was analyzed, and the constants and constant member in C ++++ object-oriented programming were studied.
在分析破坏数据安全性原因的基础上,通过对C++面向对象程序设计中常类型和常成员的深入研究,提出了将既需要共享、又需要防止改变的数据声明为常量,并探讨了常引用、常对象和用const修饰的对象成员的使用方法,实现对C++面向对象程序设计中共享数据的保护。
2.
introduced the design method of Enclosure Protection Alert System on serial and parallel communication technology, analyses its operation principle and workflow,and introduces the method to make use of C ++++ to realize software design.
本文介绍了基于串并口技术的围墙安防报警系统的设计方法,分析了其工作原理及工作流程,并介绍了利用C++实现软件设计的方法。
5)  C#
C#
1.
Development of integrals ware resource bank with C# for Chinese medicine;
利用C#开发中医药积件资源库
2.
Design of the marine monitoring and management system based on C# technology;
基于C#技术的船舶监控管理系统的设计
3.
Efficiency Improvement of Database Input in C# with Regular Expression;
C#中利用正则表达式提高数据录入效率
6)  CⅡ
CⅡ
1.
Analysis of the immunological characterization of auto-reactive T cells stimulated by CⅡ derived from synovial fluid in RA;
CⅡ诱导RA患者关节滑液中自身反应性T细胞的免疫学特性分析
参考词条
补充资料:叉积

叉乘,也叫向量的外积、向量积。顾名思义,求下来的结果是一个向量,记这个向量为c。

|向量c|=|向量a×向量b|=|a||b|sin<a,b>

向量c的方向与a,b所在的平面垂直,且方向要用“右手法则”判断(用右手的四指先表示向量a的方向,然后手指朝着手心的方向摆动到向量b的方向,大拇指所指的方向就是向量c的方向)。

因此

向量的外积不遵守乘法交换率,因为

向量a×向量b=-向量b×向量a

在物理学中,已知力与力臂求力矩,就是向量的外积,即叉乘。

将向量用坐标表示(三维向量),

若向量a=(a1,b1,c1),向量b=(a2,b2,c2),

则 向量a×向量b=

| i j k|

|a1 b1 c1|

|a2 b2 c2|

=(b1c2-b2c1,c1a2-a1c2,a1b2-a2b1)

(i、j、k分别为空间中相互垂直的三条坐标轴的单位向量)。

说明:补充资料仅用于学习参考,请勿用于其它任何用途。