-
这是一个用VHDL语言写的电动机程序,希望对大家有用
这是一个用VHDL语言写的电动机程序,希望对大家有用-This is a VHDL language used to write the motor program, in the hope that useful to everybody
- 2022-02-22 04:28:51下载
- 积分:1
-
motor control with pwm
motor control with pwm
- 2023-03-17 02:35:04下载
- 积分:1
-
a widening tyrants game source code, the interface ~ Oh well is a good example o...
一个拉霸游戏的源码,界面不错的哦~是一个很好的VB游戏例子!-a widening tyrants game source code, the interface ~ Oh well is a good example of VB game!
- 2022-12-18 01:40:03下载
- 积分:1
-
线路微机保护装置的CPU1内部功能程序,与保护原理程序相配合
线路微机保护装置的CPU1内部功能程序,与保护原理程序相配合-Circuit Protective Device for the internal functions CPU1 procedures, and protection of the principle of matching procedures
- 2023-09-04 12:20:07下载
- 积分:1
-
这是关于影片管理的,有图形界面。
这是关于影片管理的,有图形界面。-This is the management of film, graphics interface.
- 2022-01-27 21:40:23下载
- 积分:1
-
ASP秀智能搜索 ASP秀智能搜索 ASP秀智能搜索
ASP秀智能搜索 ASP秀智能搜索 ASP秀智能搜索-ASP-Intelligent Search ASP-Intelligent Search ASP-Intelligent Search ASP-Intelligent Search
- 2022-01-31 00:54:57下载
- 积分:1
-
本文是一个经典的聊天程序,用java做的,哈哈,功能好好哦
本文是一个经典的聊天程序,用java做的,哈哈,功能好好哦-This article is a classic chat program using java to do, and Ha, functions properly, oh
- 2022-01-26 04:38:25下载
- 积分:1
-
这是一个彩票程序,算法科学,用法简单。
这是一个彩票程序,算法科学,用法简单。-This is a lottery process, the algorithm science, and applying simple.
- 2022-02-02 08:39:04下载
- 积分:1
-
程序目的: 输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并 显示在屏幕上。 程序实现: 可以实现载入迷宫和保存迷宫,附带文件中有4个测试迷宫路径的 文件...
程序目的: 输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并 显示在屏幕上。 程序实现: 可以实现载入迷宫和保存迷宫,附带文件中有4个测试迷宫路径的 文件test1~4.dd。请将这些文件拷贝到TC当前目录下,或者在载 入时写明完全路径。由于屏幕大小的限制,当用户自己输入迷宫 时一定要注意:迷宫大小是有限制的,不小于4*3,不大于30*20。 否则会出现错误信息。输入开始时全是墙,用上下左右键移动, 用Del键删除墙,形成通路,用Enter键添加墙。输入结束时可以 将迷宫保存下来,以dd为扩展名。输入完毕时用F9键来得到结果, 找到路径时,屏幕下方会出现Path found,否则出现Path not found。 程序经Turbo C 2.0编译调试成功。运行时不用添加任何运行库。 不可以在VC上编译。-procedures purpose : to bring in a maze of arbitrary size, with a stack get out of the maze of trails and on the screen. Program : can achieve and preserve the printed maze maze, the accompanying documents were four test maze of trails to document test1 4.dd. I would be grateful if those files are copied to the TC current directory, or in the state when fully contained path. Due to restrictions on the size of the screen when the user input labyrinth must pay attention to : the size of the maze is a restriction, not less than 4* 3, not more than 30* 20. Otherwise there will be a wrong message. At the beginning of the importation of a
- 2022-08-06 12:51:19下载
- 积分:1
-
/ *说明:1。自定义分数的类分数,使用这样的分数可以C。
/*
描述:
1.自定义分数类fraction,使用该类可以完成分数的输入、分数的加、减、乘、除二目运算和一目减运算、分数的约分操作、分数的倒数运算、对两个分数进行六种比较运算、以及对分数的输出等操作。
2.尽量用运算符重载函数。如,可重载+、-、*、/、>、>=、 =,< ,< =,==,!=, in order to achieve a variety of computing scores. And achieve scores and mixed integer operations. 3. As far as possible to consider application performance.
- 2023-08-25 05:25:02下载
- 积分:1