-
这是本人用DELPHI编制的在新一代大智慧基础上,能自动选股,对股票的操作提示买卖强弱信号,和按买卖信号操作后的评估结果的一款软件,非常简单实用。...
这是本人用DELPHI编制的在新一代大智慧基础上,能自动选股,对股票的操作提示买卖强弱信号,和按买卖信号操作后的评估结果的一款软件,非常简单实用。-This is why I compiled with DELPHI at a new generation of great wisdom, based on automated stock picking, stock trading strength of the operation prompt signal, and by the sale of the signal operating results of the assessment after a piece of software is very simple and practical.
- 2022-03-15 06:35:52下载
- 积分:1
-
vb详细的解释和教你如何做,还有一些项目可以深入详解。
vb详细的解释和教你如何做,还有一些项目可以深入详解。-vb detailed explanation, and teach you how to do, and some projects could be in-depth Xiang Jie.
- 2023-04-19 01:35:04下载
- 积分:1
-
LM324型直流电机速度控制器
这是直流电机速度控制器,,,,,完整的原理图和施工手册指示的…
- 2023-08-26 09:15:03下载
- 积分:1
-
STM32 TIM1 pWM
STM32 TIM1 pWM
- 2022-09-27 00:50:03下载
- 积分:1
-
斜45度游戏引擎的演示程序,不是第一人称视角,类似二位地图的场景。...
斜45度游戏引擎的演示程序,不是第一人称视角,类似二位地图的场景。-Slanting 45 games engine demonstrationprogram,Is not the first person angle of view, similar two maps scene.
- 2022-12-22 12:35:08下载
- 积分:1
-
通过注册表实现自启动的程序,随系统的运行而运行
通过注册表实现自启动的程序,随系统的运行而运行-The program implements start automatically by registration form, and run with the system s running.
- 2022-01-28 00:54:08下载
- 积分:1
-
另类模拟按键,易语言源码,供易语言初学者参考。
另类模拟按键,易语言源码,供易语言初学者参考。-Alternative analog buttons, easy-language source code for easy language reference for beginners.
- 2022-01-26 06:42:58下载
- 积分: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
-
在 ACM/ICPC 地区赛中,参赛队可以直接提交题目答案,但若答案错误,则再次提交时最后的成绩会受到影响提交的次。比赛的测试系统对每次提交的程序进行评判,结果...
在 ACM/ICPC 地区赛中,参赛队可以直接提交题目答案,但若答案错误,则再次提交时最后的成绩会受到影响提交的次。比赛的测试系统对每次提交的程序进行评判,结果是 AC 或者某种错误,参赛队能看到这个结果。
为了奖励优秀的队伍同时确定进军世界总决赛的资格名单,当两个队伍做出的题目数量相同时,会按照其使用的时间来进行进一步的排名。时间有两个部分,第一是总的解题时间,二是惩罚时间。所谓惩罚时间是指提交程序未通过时被罚的时间,每一次未通过的提交,都会在最终用于排名的时间中增加 20 分钟。对于没解决的题目不计时。
程序将读入一张运行结果清单,然后打印出前三名的成绩。
-the ACM/Illinois regional competition, participating teams can answer directly to the topic, but the answer wrong. again at the time of submission of the final results will be affected the times. Competition for each test system of evaluation procedures, the result is AC or some mistakes, teams can see the result. To reward outstanding contingent also set to enter the final of the world"s total eligible list, When the two teams made the subject of the number of the same, in accordance with their use of time to carry out further in the rankings. Time has two parts, the first is the general problem solving time is two time penalties. The so-called punishment period of the submiss
- 2022-02-04 13:30:07下载
- 积分:1
-
a classical painting C# algorithm, the codes is easy to understand, it s content...
用c#的经典画图算法,代码容易理解,内容丰富,是初学者的好帮手-a classical painting C# algorithm, the codes is easy to understand, it s content is very rich, it is a good assistant for beginner.
- 2023-04-06 00:50:03下载
- 积分:1