-
用C语言实现了表达式计算
用C语言实现了表达式计算-realizing expressing counting using C program laguage
- 2022-05-14 06:13:49下载
- 积分:1
-
Delphi VCL源代码2,3,4)为8.0 WinFax Pro
Delphi 2 3 4 VCL No Source Code for WinFax pro 8.0
- 2022-08-16 00:35:17下载
- 积分:1
-
cleaning robots
这是“清洁机器人”项目。希望能帮你做算术智能作业
- 2022-08-20 03:26:38下载
- 积分:1
-
This also good VC
这个还不错VC的- This also good VC
- 2022-07-08 15:51:26下载
- 积分:1
-
This a ComputerOrganizationandDesign3e
This a ComputerOrganizationandDesign3e-solutions is a standard book .For designing various parts of computer.-This is a ComputerOrganizationandDesign3e-solutions is a standard book .For designing various parts of computer.
- 2022-05-25 04:57:41下载
- 积分:1
-
使用递归方法计算九宫图,虽然程序很小,但很精确。值得一看。...
使用递归方法计算九宫图,虽然程序很小,但很精确。值得一看。
-Nine-palace calculated using the recursive map, although the procedure is very small, but very accurate. Worth a visit.
- 2023-03-16 12:25:03下载
- 积分:1
-
屏幕放大镜,运行这个程序之后,当光标在屏幕上移动时,光标位置附近的图像会放大显示在程序窗口中。支持以不同的比例放大图像。利用Windows API函数,同时还使...
屏幕放大镜,运行这个程序之后,当光标在屏幕上移动时,光标位置附近的图像会放大显示在程序窗口中。支持以不同的比例放大图像。利用Windows API函数,同时还使用了API对INI 文件进行操作。 -Screen magnifier, run this program later, when the cursor moves on the screen, the cursor near the position of the image will be displayed in the program window to enlarge. Support the scaling up of different images. The use of Windows API functions, but also use the API to the INI file to operate.
- 2022-10-14 01:40:03下载
- 积分:1
-
Windows和Unix下可以DNS服务器的源代码编译
windows/unix下都可以编译的DNS SERVER的源代码-windows/unix can be compiled under the DNS Server source code
- 2022-08-20 00:43:08下载
- 积分:1
-
自定义按钮的源文件,按钮上面自动显示功能描述。可以重载自己的按钮。...
自定义按钮的源文件,按钮上面自动显示功能描述。可以重载自己的按钮。-Custom button" s source files, the button automatically displays the features described above. You can override its own button.
- 2022-03-22 07:36:38下载
- 积分:1
-
直线Bresenham 算法
直线的中点 Bresenham 算法的原理:每次在主位移方向上走一步,另一个方向上走不走步取决于中点偏差判别式的值。
理想直线将平面划分为三个区域:对于直线上的点,F(x, y) = 0; 对于直线上方的点 F(x, y)>0; 对于直线下方的点F(x, y)
- 2023-06-04 13:50:03下载
- 积分:1