-
一个VC++串口通讯类调用实例
一个VC++串口通讯类调用实例,我的电脑不知何故为打开串口失败,如果成功的话,会有提示,并将文本框中的一段落发送到串口,进行数据通信,可能是我的电脑有问题,里面的串口操作类可用在其它的VC++应用程序中。
- 2022-03-04 22:47:18下载
- 积分:1
-
这是用C语言编写的一个小程序,它的结果是演示物理实验中的李萨如图。运行程序的时候需要把CCBP文件夹包含在头文件中。...
这是用C语言编写的一个小程序,它的结果是演示物理实验中的李萨如图。运行程序的时候需要把CCBP文件夹包含在头文件中。-This is the C language of a small program, and the result is a demonstration of physics experiments Lissajous figure. When operational procedures need CCBP folder contains the first document.
- 2022-05-10 19:43:24下载
- 积分:1
-
EWZ的CAD软件!安装可立即使用!
CAD 中ewz软件!
装上马上可以用!-ewz CAD software! Install can be used immediately!
- 2023-06-24 00:20:05下载
- 积分:1
-
是一个迷宫程序,程序里用0表示可以走的路,1表示墙,计算机自动寻找出口的程序。...
是一个迷宫程序,程序里用0表示可以走的路,1表示墙,计算机自动寻找出口的程序。-Is a maze procedures, procedures that can be spent 0 path, 1 that the wall, the computer automatically search for the export process.
- 2022-03-03 05:52:01下载
- 积分:1
-
使用VC++平台开发的贪食蛇游戏游戏,可供游戏爱好者参考学习...
使用VC++平台开发的贪食蛇游戏游戏,可供游戏爱好者参考学习-Use VC++ Platform game developed贪食蛇game for game lovers reference learning
- 2023-02-01 07:10:03下载
- 积分:1
-
象棋福美双。
Chess Arasan.
by Jon Dart
Arasan is a chess program. It is copyrighted but under terms that allow free distribution, under the following conditions-Chess Arasan.
by Jon Dart
Arasan is a chess program. It is copyrighted but under terms that allow free distribution, under the following conditions
- 2022-03-24 18:34:52下载
- 积分:1
-
利用VB编写软件显示文件图标,可以为你的软件添加漂亮的图标。...
利用VB编写软件显示文件图标,可以为你的软件添加漂亮的图标。-VB document preparation software, and display icons, you can add software beautiful icon.
- 2022-11-26 21:05:03下载
- 积分:1
-
Arduino伺服控制的源代码
Arduino source code for servo controlling
- 2023-04-06 19:00:02下载
- 积分:1
-
游戏中的贪吃蛇游戏项目
资源描述这基本上是一个游戏中的蛇游戏,但在这个项目中,我们使用了更多的功能来加载游戏,让玩家有良好的印象…当你编译或运行此代码需要加载然后实际游戏时间开始。
- 2023-08-26 16:35:03下载
- 积分:1
-
his little function rounds a number (or the elements of a vector ot matrix) towa...
his little function rounds a number (or the elements of a vector ot matrix) towards the nearest number with N significant digits.
Examples:
roundsd(0.012345,3) returns 0.0123
roundsd(12345,2) returns 12000
This is a useful complement to Matlab s ROUND, ROUND10 and ROUNDN (Mapping toolbox), especially when dealing with data with a large variety of order of magnitudes.
I was about to upload this file when I found "sd_round.m" by Edward Zechmann (see aknowledgment), which has similar feature (and more). But, because my script is very different in coding (much much shorter), I decided to share it anyway.
- 2022-06-30 21:07:55下载
- 积分:1