搜索结果
找到约 1,863 项符合
control class 的查询结果
软件设计/软件工程 This is my assignment for my tutor s Class. and many problems exist,so you should comprhend it and i
This is my assignment for my tutor s Class. and many problems exist,so you should comprhend it and improve it to perfect.
其他 此程序用到了,ADO连接ACCESS数据库,切分窗口,以及不同视图之间进行通信.List Control和Tree Control,用户UI线程等技术.
此程序用到了,ADO连接ACCESS数据库,切分窗口,以及不同视图之间进行通信.List Control和Tree Control,用户UI线程等技术.
人工智能/神经网络 machine pulse control
machine pulse control
J2ME With DJ Java Decompiler you can decompile java class-files and save it in text or other format.It s
With DJ Java Decompiler you can decompile java class-files and save it in text or other format.It s simple and easy.
DSP编程 three-phase Permanent Magnet Synchronous Motor(PMSM) velocity control DSP program
three-phase Permanent Magnet Synchronous Motor(PMSM) velocity control DSP program
Java编程 A java class that uses DES to encript images
A java class that uses DES to encript images
Java编程 Using class MouseMotionAdapter.
Using class MouseMotionAdapter.
数据结构 一种基于二维链表的稀疏矩阵模半板类设计 A template Class of sparse matrix. Key technology: bin,2-m linked matrix. con
一种基于二维链表的稀疏矩阵模半板类设计
A template Class of sparse matrix.
Key technology: bin,2-m linked matrix.
constructors: 1.normal constuctor 2.copy constuctor. 3.assignment constructor.
Basic operator: 1. addition(sub) of two matrix
2. inverse of a matrix.
3. multiply of two matrix.
etc ...
通讯编程文档 The User Class Option for DHCP
The User Class Option for DHCP
数据结构 参照栈类模板的例子编写一个队列类模板class <T> Queue
参照栈类模板的例子编写一个队列类模板class <T> Queue,私有成员包括:队首指针Front,队尾指针Tail,队列容积max。实现:构造函数Queue,析构函数,入队函数In,出队函数Out(每次出队,后面的元素自动前移一位),判队列空函数Empty。并分别用队列类模板定义int和float对象,调用各个成员函数 ...