-
实时碰撞检测算法技术
实时碰撞算法的随书源码,实现了相关碰撞检测算法(Real-time Collision Algorithms with Book Source Code)
- 2018-12-25 09:41:35下载
- 积分:1
-
SpotifyInstaller
说明: Spotify intaller for plaers music on desktop version
- 2019-04-09 01:01:18下载
- 积分:1
-
运算放大器设计与应用.pdf
运算放大器设计与应用.pdf
- 2020-03-03下载
- 积分:1
-
i2c
uboot i2c driver code for arm a5 dual core cpu imapx820, which is an soc of infotmic.
- 2012-10-18 21:51:29下载
- 积分:1
-
PWM_IR-stm32f103c8
stm32f103c8t6上面实现uart3的Irda功能接受红外字符,控制TIM4上面4个通道的pwm输出占空比(stm32f103c8t6 functions to achieve the above uart3 acceptance of Irda Infrared character, control TIM4 above 4 channel pwm output duty)
- 2013-11-22 10:43:37下载
- 积分:1
-
NX二次开发-解决多版本dll问题
对于C++开发NX的程序员来说,开发多个版本的NX需要采取多个dll对应运行,不能跨版本运行。报错率极高,对此我的解决的方式。可以指定路径的dll进行加载,这样我们只有判断NX版本即可。
- 2023-07-24 15:15:03下载
- 积分:1
-
C++日志操作类
用C++简单封装的一个写日志的类,方便于跟踪程序,查找问题。
采用C++代码,适用多字节项目,使用简单方便。
在头文件中定义了一些实用宏,如定义了写日志的宏,要向关闭写日志的功能,只需将这样的宏定义为空即可。
头文件部分代码如下:
class CSimpleLog
{
public:
CSimpleLog(char *path);
~CSimpleLog();
bool writelog(char *pmsg);
bool writelogx(char *format,...);
static bool write(char *path,char *info);
static bool writex(char * path,char * info,...);
private:
//DWORD time;
std::string last_msg;
FILE *file; //日志文件
int msg_dup_count;
bool isopen;
};
#ifndef THIS_WRITELOG
#define THIS_WRITELOG(s) pThis->m_log.writelog(s)
#endif
#ifndef WRITELOG
#define WRITELOG(s) m_log.writelog(s)
#endif
#ifndef THIS_WRITELOG_
#define THIS_WRITELOG_(s) pThis->m_log.writelog(s);
#endif
#ifndef WRITELOG_
#define W
- 2022-02-09 22:03:10下载
- 积分:1
-
BroadCast_guanbo
广播...
可以供初学网络编程的人参考...
完整 并且在winXP Visual C++6.0调试通过(... can Broadcasting Network Programming for the novice to the integrity of reference ... in winXP Visua l C by 6.0 Debugging)
- 2007-04-20 19:42:31下载
- 积分:1
-
INA128INA129
INA128和INA129是低功耗高精度的通用仪表放大器(INA128/INA129DATASHEET
)
- 2009-09-18 10:16:23下载
- 积分:1
-
metal-detector
this metal detector full project (pulse induction)
- 2014-01-01 13:26:57下载
- 积分:1