-
读取串口数据并画实时曲线的VC源码,我试过了,修改一些就可以用了...
读取串口数据并画实时曲线的VC源码,我试过了,修改一些就可以用了-Read the serial data and pictures of the VC-source real-time curve, I tried to amend some can use
- 2022-01-22 11:34:46下载
- 积分:1
-
C++ Builder 3.0 COM controls
C++ builder 3.0 COM 控件-C++ Builder 3.0 COM controls
- 2022-02-09 21:05:12下载
- 积分:1
-
AVR driver for laser LED
AVR driver for laser LED
- 2022-01-26 06:20:06下载
- 积分:1
-
基于手机短信和gps、gis的车辆定位调度系统 使用了灵图的地图模块,长征卫导的定位系统...
基于手机短信和gps、gis的车辆定位调度系统 使用了灵图的地图模块,长征卫导的定位系统-cell phone-based text messaging and a GPS, vehicle location and gis scheduling system uses a map of Hope map module, the long march Wei Positioning System Introduction
- 2022-09-06 17:55:03下载
- 积分: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
-
矩陣相乘
矩陣相乘
#include
#include
int m,n,o,p,i,j,k,l;
int main()
{
printf("輸入矩陣A之列數m、行數n及矩陣B之列數o、行數p");
printf("
m=");scanf("%d",&m);
printf("n=");scanf("%d",&n);
printf("
o=");scanf("%d",&o);
printf("p=");scanf("%d",&p);
float a[m][n],b[o][p],c[m][p];
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-07-05 11:05:03下载
- 积分:1
-
TRIBON format painter
format painter in Tribon: You can use the box to choose operation, in the region of all fonts to refresh the text format
- 2022-01-25 17:45:32下载
- 积分:1
-
sdram的内存初始化源代码,有要的赶快下
sdram的内存初始化源代码,有要的赶快下-SDRAM memory initialization source code, there should be as soon as possible under the
- 2023-03-11 15:00:03下载
- 积分:1
-
java写的弹球游戏
java写的弹球游戏-the pinball game
- 2023-03-14 04:00:04下载
- 积分:1
-
一款程序源代码发布管理系统的源码,比之初始状态更新了若干内容,主要有: 1.重新定义了表格 2.修正了左侧导航栏的高度问题 3.改变了浏览内容时回到顶端的显示方...
一款程序源代码发布管理系统的源码,比之初始状态更新了若干内容,主要有: 1.重新定义了表格 2.修正了左侧导航栏的高度问题 3.改变了浏览内容时回到顶端的显示方式 4.增加了制表符和换行符的过滤 5.增加了行数显示 6.加入了静态页面预览功能 7.更新了界面 8.修改了数据库未同步的错误 9.增加了显示管理,控制文件是否显示 10.为每个文件增加了水平滚动条-new source code management system released the source code, which compared to the initial state updated several elements, including : 1. Re-definition of the two forms. Amendments to the left navigation bar height 3. Change the View content to the top of the display mode 4. Increased tab and newline filter 5. a few firms showed 6. join a static page preview function 7. updated interface 8. the database did not change the synchronization error 9. showed an increase of management, control documents show 10. for each document increased the level of the rolling
- 2022-03-22 14:56:55下载
- 积分:1