搜索结果
找到约 1,863 项符合
control class 的查询结果
汇编语言 ARM LED control Assembly example
ARM LED control Assembly example
VC书籍 本书收集了微软基础类库(Microsoft Foundation Class,MFC)编程中经常会遇到的问题,多达130多条。本书独特的结构设计使您能够迅速地查找到答案并且把相关的解决方案结合到程序中
本书收集了微软基础类库(Microsoft Foundation Class,MFC)编程中经常会遇到的问题,多达130多条。本书独特的结构设计使您能够迅速地查找到答案并且把相关的解决方案结合到程序中。本书的FAQ采用一种理想的格式,这样开发人员能够迅速找到需要紧急解决的问题的答案。同时,您会发现许多技术可以帮助您更好地理解MFC应用程序的 ...
书籍源码 Physics-Based Modeling Methods Improve Control System Design Multidomain systems (mechanical, electr
Physics-Based Modeling Methods Improve Control System Design Multidomain systems (mechanical, electrical, hydraulic, chemical)
􀂃 Successful controller development requires thorough and accurate understanding of plantControllerElectricalMechanicalDeviceActuatorsSensorsPlant
其他 输入学生的name,number,class等内容
输入学生的name,number,class等内容
Java编程 this a pascal triangle i made for my computer science class~ and it is very simple
this a pascal triangle i made for my computer science class~ and it is very simple
单片机开发 A small tool to change the default source control provider client, so you can use SourceSafe, Source
A small tool to change the default source control provider client, so you can use SourceSafe, SourceOffsite, Workspaces etc, on the same machine
通讯/手机编程 Make sure your GPS hardware is setup correctly using the GPS control panel in Settings. Once
Make sure your GPS hardware is setup correctly using the
GPS control panel in Settings.
Once you have your GPS set up, you need to Build and Run the GpsSample
to see it work.
压缩解压 UnRar Control
UnRar Control ,解压缩WinRar的控件,系统不用安装WinRar程序也可以解压缩Rar文件,包含一个VB6的例子程序。
其他书籍 On the Convergence of a Class of Estimation of Distribution Algorithms
On the Convergence of a Class of Estimation of
Distribution Algorithms
其他 支撑矢量机 class CvSVM : public CvStatModel //继承自基类CvStatModel { public: // SVM type enum { C_SVC
支撑矢量机
class CvSVM : public CvStatModel //继承自基类CvStatModel
{
public:
// SVM type
enum { C_SVC=100, NU_SVC=101, ONE_CLASS=102, EPS_SVR=103, NU_SVR=104 } //SVC是SVM分类器,SVR是SVM回归
// SVM kernel type