-
自动排课程序,使用了常规算法与扫描算法的概念
自动排课程序,使用了常规算法与扫描算法的概念-Automated Course Scheduling procedures, the use of conventional algorithms and the concept of scanning algorithm
- 2022-11-23 11:35:03下载
- 积分:1
-
产生真正的随机数
产生真正的随机数-generate a truly random number
- 2022-03-26 07:56:57下载
- 积分:1
-
类似ACDSee的图像软件源码
类似ACDSee的图像软件源码-similar ACDSee image source software
- 2023-09-05 07:25:03下载
- 积分:1
-
simple railway ticketing system server, the client must be opened for data trans...
简单的铁路售票系统服务端,须打开客户端,进行数据传送。基于tcp的设计。-simple railway ticketing system server, the client must be opened for data transmission. Based on tcp design.
- 2022-05-05 08:52:13下载
- 积分:1
-
beautiful interface pretty interface
漂亮的界面 漂亮的界面-beautiful interface pretty interface
- 2022-02-14 21:44:43下载
- 积分: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
-
斜率为0~1和大于1的Bresenham画线程序,将该算法程序扩展到任一八分圆坐标空间图,从而形成一般的Bresenham画线算法。...
斜率为0~1和大于1的Bresenham画线程序,将该算法程序扩展到任一八分圆坐标空间图,从而形成一般的Bresenham画线算法。-slope of 0 to 1 and more than a line drawing of Bresenham procedures, the extension of this algorithm, arrived on January 8 pm Yuan map coordinates space, thus forming a general line drawing Bresenham algorithm.
- 2022-06-03 08:27:15下载
- 积分:1
-
字体查看器
开了一个简单的图形界面,可以查看当前系统上已安装的字体,并能够预览对应的中文和英文。部分字体不支持预览样式,可能会使程序崩溃。具体未进行测试。
- 2022-05-25 22:11:41下载
- 积分:1
-
Cshape 项目中引入报表功能说实用的动态链接库 功能实用 是学习的好例子...
Cshape 项目中引入报表功能说实用的动态链接库 功能实用 是学习的好例子-Cshape project features the introduction of statements that the dynamic link library of practical utility function is a good example of learning
- 2022-01-25 23:50:13下载
- 积分:1
-
Yet another one way to have only one copy of running application.
to use this...
Yet another one way to have only one copy of running application.
to use this add this unut as first to uses clause in dpr file and
program Nash
uses
UnInst in ..NashUnInst.pas ,
Forms,
...
begin
Application.Initialize
Application.Title := NASH-7.2
Application.CreateForm(TMainForm, MainForm)
Application.Run
end.
-Yet another one way to have only one copy of running application.
to use this add this unut as first to uses clause in dpr file and
program Nash
uses
UnInst in ..NashUnInst.pas ,
Forms,
...
begin
Application.Initialize
Application.Title := NASH-7.2
Application.CreateForm(TMainForm, MainForm)
Application.Run
end.
- 2022-08-15 10:28:57下载
- 积分:1