-
five commonly used sequencing method, the C achieved, including merging, inserti...
五个常用的排序方法,用C实现的,包括归并,插入,希尔,快速,冒泡-five commonly used sequencing method, the C achieved, including merging, inserting, Hill, rapid and Bubble
- 2022-09-14 02:15:03下载
- 积分:1
-
利用VB实现的Chat程序
利用VB实现的Chat程序-use of the VB chat program
- 2022-07-11 09:37:21下载
- 积分:1
-
s3c2440a完整USB驱动,wince源码,可安装使用,也可参照学习
s3c2440a完整USB驱动,wince源码,可安装使用,也可参照学习-s3c2440a integrity of the USB driver, wince source, can be installed to use, but also the light of learning
- 2022-03-18 01:56:03下载
- 积分:1
-
二分法求方程的根,非常好的算法,自己编写的
二分法求方程的根,非常好的算法,自己编写的-Equation for the root of the dichotomy, very good algorithm, I have written
- 2022-05-20 18:52:25下载
- 积分:1
-
can代码
can代码
class CPoint{
private: //私有成员
float m_x, m_y;
protected: //保护成员
void SetPoint(float x, float y) {m_x = x; m_y = y;}
public: //公共成员
CPoint(float x, float y) {m_x = x; m_y = y;} //构造函数
void Move(float x, float y) {SetPoint(m_x + x, m_y + y);}
void Display() {cout
- 2022-04-01 02:38:18下载
- 积分:1
-
using the line drawing algorithm
采用brezar的画线算法程序-using the line drawing algorithm
- 2022-12-07 08:55:03下载
- 积分:1
-
the application demonstrated how direct access to physical drive
这个应用程序演示了如何直接地访问物理驱动-读取/编写扇区/簇,可和MBR, FAT,根目录等一块运行。包括了一个函数,能用来搜索坏了的簇,例如磁盘检查工具。它的局限性是它只能和FAT驱动一块运行(FAT12, FAT16,和FAT32),且不支持大的驱动器。-the application demonstrated how direct access to physical drive-reading/preparation Sector/cluster, and the MBR, FAT, such as a root directory operations. Includes a function can be used to search out of the cluster, such as disk diagnostic tools. Its limitations is that it can only run a FAT drive (FAT12, FAT16 and FAT32), which did not support the drive.
- 2023-03-24 17:40:04下载
- 积分:1
-
THIS A TUTORIAL FOR EYESWEB WHICH IS REALLY HELPFUL IN OPENCV
THIS A TUTORIAL FOR EYESWEB WHICH IS REALLY HELPFUL IN OPENCV
- 2022-03-24 07:41:32下载
- 积分:1
-
我让它codevision PWM编码,看起来简单,但对我来说是困难的
i make PWM code for Codevision, it s look simple, but for me is difficult
- 2022-01-21 20:58:16下载
- 积分:1
-
接触该样本
Contactless Omnikey Sample
- 2023-04-09 00:50:03下载
- 积分:1