-
AutoCAD oboject ARX应用程序的二次开发高
二次开发----AutoCAD------Oboject ARX
的一个高级的运用,自定义捕捉的例子。
-Secondary development of AutoCAD Oboject ARX application of a high-level, custom capture examples.
- 2022-06-20 04:19:31下载
- 积分:1
-
我的毕业设计经典的模拟1990坦克,代码全部自己写的,非常有参考价值,想学习做简单游戏的可以从这学起~~~鄙视抄袭。。。源代码仅仅做参考用...
我的毕业设计经典的模拟1990坦克,代码全部自己写的,非常有参考价值,想学习做简单游戏的可以从这学起~~~鄙视抄袭。。。源代码仅仅做参考用-I graduated from the simulation of the classic 1990 design tanks, all of its own written code, very useful, want to learn the game can be so simple to learn from ~ ~ ~ despise plagiarism. . . Only a reference source by ~ ~ ~
- 2022-02-26 20:09:00下载
- 积分:1
-
在图像中加入水印,使用matlab编程,使用是输入一个分数,然后可以检测这个值,...
在图像中加入水印,使用matlab编程,使用是输入一个分数,然后可以检测这个值,-join in the image watermark, the use of Matlab programming, the use of imported a fraction, then can detect this value,
- 2022-09-28 04:25:02下载
- 积分:1
-
用程序实现非确定型自动机转换为确定型自动机,要求:任意输入一非确定型自动机,要求生成一确定型自动机...
用程序实现非确定型自动机转换为确定型自动机,要求:任意输入一非确定型自动机,要求生成一确定型自动机-non-realization of procedures used to determine automatic machine converted to determine automatic machine, asked : indiscriminate importation of a set of non-automatic machine, generating a request to determine automatic machine
- 2022-01-26 01:55:35下载
- 积分: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
-
字母横向滚动控件,可以设置滚动的方向,内容,和底色
字母横向滚动控件,可以设置滚动的方向,内容,和底色-Letters horizontal scroll controls, can set the scroll direction, content, and background
- 2023-02-23 20:20:03下载
- 积分:1
-
用C++实现的通过回溯方法的走迷宫程序,并配有报告文档。
用C++实现的通过回溯方法的走迷宫程序,并配有报告文档。-With C++ Achieved through the retroactive methods Maze procedures and documentation with reports.
- 2022-03-24 18:38:20下载
- 积分:1
-
Through the temperature sensor detecting the temperature of the outside world, a...
通过温度传感器检测外界的温度,然后经放大接入A/D,和键盘设置的温度值进行比较,来调节控制器对加热器进行控制,使温度保持在设定温度附近,并通过LED显示温度值,如果出现温度异常,通过嗡鸣器进行报警。以实现温度设置输入、温度显示、温度异常报警、加热执行器控制等功能-Through the temperature sensor detecting the temperature of the outside world, and then by the enlarged access A/D, and keyboard settings to compare the temperature to adjust the controller to the heater control to maintain the temperature near the set temperature, and temperature LED display value, if there is abnormal temperature, through the alarm device Ong Ming. Input to achieve the set temperature, the temperature showed that temperature anomalies alarm, heating and other functions to implement control
- 2022-09-18 11:10:02下载
- 积分:1
-
matrix multiplication
matrix multiplication
- 2023-08-30 09:10:02下载
- 积分:1
-
程序设计MFC——狼吃羊
该资源为程序设计专题课程中,运用MFC编写的小游戏,狼羊棋。通过简单的MFC设计,初步理解面向对象的程序设计思想。可以作为入门的图形界面设计与后台程序相结合的入门程序。代码可读性强,逻辑清晰。存在一部分逻辑小问题,读者也可以自行解决。
- 2022-03-03 20:29:09下载
- 积分:1