-
Send e
发电子邮件,VB编写,希望有用
- 2022-02-03 10:27:47下载
- 积分:1
-
在EVC4.0开发环境下,基于ART2153数据采集卡的简单实现数据实时的采集功能...
在EVC4.0开发环境下,基于ART2153数据采集卡的简单实现数据实时的采集功能-The EVC4.0 development environment, based on a simple data acquisition card ART2153 to achieve real-time data collection capabilities
- 2022-02-14 20:13:30下载
- 积分:1
-
用C编写的信号采集
用C编写的信号采集-Written with the C signal acquisition
- 2022-07-27 12:20:43下载
- 积分:1
-
仓库管理包含: 材料采购 车间领料, 车间退料, 库存调拨, 报益, 报损, 成品进仓, 库存调价 成品出库等仓库管理,功能...
仓库管理包含: 材料采购 车间领料, 车间退料, 库存调拨, 报益, 报损, 成品进仓, 库存调价 成品出库等仓库管理,功能
- 2022-01-26 06:39:06下载
- 积分:1
-
Aplikasi Penjadwalan Belajar SMK Menggunakan 模糊的盲目搜索 VB6
Aplikasi Penjadwalan Belajar Untuk Jadwal Belajar Siswa SMK Metode 模糊的盲目搜索Menggunakan VB6
- 2023-02-06 18:30:04下载
- 积分:1
-
用于查询体育彩票的中奖情况,先导入自己写的体育彩票号码的文本文件,再导入历来中奖的体育彩票号码的文本文件,就可以查询。...
用于查询体育彩票的中奖情况,先导入自己写的体育彩票号码的文本文件,再导入历来中奖的体育彩票号码的文本文件,就可以查询。-inquiries for the sports lottery jackpot, the first to write into their sports lottery number in a text file, then import the sport has always winning lottery number in a text file, it can inquiries.
- 2022-12-14 10:05:03下载
- 积分:1
-
用于产生时间的代码
利用matlab编制时间表,可在任意区间内生成逐小时,日或年时间表-A code used for producing the time-sheet based on matlab, which can produce time sheet per hour, day or year between any period of time.
- 2022-03-11 07:45:33下载
- 积分:1
-
VC2008写的一个桌面时钟程序,欢迎学习交流.
VC2008写的一个桌面时钟程序,欢迎学习交流.-VC2008 write a desktop clock program, welcomed the study and exchange.
- 2022-06-19 12:08:54下载
- 积分: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
-
Move the file to another folder from ftp
c#代码移走在ftp里的文件从文件夹到另一个文件夹。。。
- 2022-03-22 14:58:44下载
- 积分:1