-
实现在Windows mobile系统手机的一键重启和关机功能
实现在Windows mobile系统手机的一键重启和关机功能-Windows mobile system in the implementation of a key cell phone to restart and shutdown function
- 2023-07-26 20:15:03下载
- 积分:1
-
lpc2114 交通灯系统项目
这是为工程的最后一年学生的学术项目。这一项目已 implimented 基于 LPC2114 微控制器,其中 impliments 交通灯系统。WIMARM 用于编译这
- 2023-08-25 21:20:03下载
- 积分: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
-
基于蒙特卡洛法的并行计算
使用蒙特卡洛法通过多线程计算π值,可以灵活的修改线程的数目
- 2022-09-30 06:45:08下载
- 积分:1
-
一个很好的数据库编程的源码,它实现了与oracle的接口
一个很好的数据库编程的源码,它实现了与oracle的接口-a good database programming source, it achieved with the oracle interface
- 2022-11-05 08:35:03下载
- 积分:1
-
BER(ASN.1) 编码解码.Net 库
BER(ASN.1) 编码解码.Net 库版本 1.0基于 ITU-T 建议 X.690
- 2023-03-24 11:35:04下载
- 积分:1
-
在论坛上创建一个彩虹文本
Create a rainbow text on forum
- 2022-02-12 17:20:55下载
- 积分:1
-
基于SoAndChan的ECG R波侦测算法的优化与实现
利用C#语言,通过对SoAndChan侦测算法的优化与实现,标识出R波的位置,在之前的算法上进行了优化,使得侦测更加的准确。
- 2022-02-03 03:26:36下载
- 积分:1
-
类似msn的弹出窗口
类似msn的弹出窗口-msn similar to the pop-up window
- 2023-09-06 11:50:04下载
- 积分:1
-
消息循环重载实例:doevents,基于c++语言编写而成的,欢迎去下载下载...
消息循环重载实例:doevents,基于c++语言编写而成的,欢迎去下载下载-Examples of heavy news cycle: doevents, based on c++ language has been prepared by, and welcome to download to download! !
- 2022-04-08 18:02:17下载
- 积分:1