-
计算车灯投影光斑的程序,内附程序的NS流程图
计算车灯投影光斑的程序,内附程序的NS流程图-projector beam headlights calculation procedures, the procedures attached flowchart NS
- 2023-02-01 22:45:04下载
- 积分:1
-
老外写的一个操作excel的文件含源码
这个方便,并且速度比调用excel.exe快很多...
老外写的一个操作excel的文件含源码
这个方便,并且速度比调用excel.exe快很多-Written by a foreigner to operate the excel file containing the source code to facilitate and speed much faster than calling excel.exe
- 2022-09-09 10:40:04下载
- 积分:1
-
用vc 开发cad菜单,已经成功调试,可以直接使用
用vc 开发cad菜单,已经成功调试,可以直接使用-with the development of oral vc menu, which has been successfully debugging can be used directly
- 2022-11-14 18:30:04下载
- 积分:1
-
应用在工业相机环境中,解决对同时看两个物体时上灯和下灯相互干扰的问题...
应用在工业相机环境中,解决对同时看两个物体时上灯和下灯相互干扰的问题-Cameras used in industrial environments, addressing the two objects at the same time to see the lights and the next issue of mutual interference light
- 2022-08-14 14:10:05下载
- 积分:1
-
ApiHook相关代码(vc版代码大礼包),内有几个apihook的经典例子,不要错过哟!^_^...
ApiHook相关代码(vc版代码大礼包),内有几个apihook的经典例子,不要错过哟!^_^ -ApiHook code (vc Bundles code version), there are several classic examples apihook not to miss yo! ^ _ ^
- 2022-07-21 14:19:12下载
- 积分:1
-
使用DELPHI编写逐行扫描屏幕传输程序,对了解套接字编程和屏幕传输都有帮助...
使用DELPHI编写逐行扫描屏幕传输程序,对了解套接字编程和屏幕传输都有帮助-DELPHI prepared to use progressive scan screen transfer procedures, the understanding of socket programming and transmission screen help
- 2022-03-07 17:20:08下载
- 积分: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
-
这对WinCE触摸屏。
this for the wince touch screen.-this is for the wince touch screen.
- 2022-10-12 03:10:03下载
- 积分:1
-
- 2022-06-12 01:53:23下载
- 积分:1
-
获得任意你打开窗口的类名,不用烦恼不知道的窗口类名。简单实用。...
获得任意你打开窗口的类名,不用烦恼不知道的窗口类名。简单实用。-can get any windows class name,and dont worry about the windows class name which you dont know,easy to use
- 2022-05-31 21:54:25下载
- 积分:1