-
Windows套接字
一些API函数的使用
Windows套接字
一些API函数的使用-Windows Sockets API functions of some use
- 2022-01-26 00:41:18下载
- 积分:1
-
AVR单片机ATmega8 nema42步进控制器驱动程序
应用背景ATmega8单片机连接到dm2722的步进电机驱动器。电机nema42可以从零开始到24 kHz的频率和回。这些部分的窦性数据是非常重要的另一个步进电机的例程,因为步进电机必须斜坡缓慢和精确。关键技术文件中包括停止,套路几加速增加,电机和谁定义了输出频率的PWM定时器中断设置。这几天工作直到电动机工作可靠无滴。任何一滴或几滴失败都会给步进电机停止或故障。窦是最好的和最快的方式,以达到所需的速度。对于数据的生成有优于文件,但这并不包括英文说明。如果有人需要的话,我可以坐下来做描述,然后上传到这里。这与你创造理想的斜坡从任何速度,任何速度的电机数据表的帮助。
- 2022-02-21 15:42:09下载
- 积分:1
-
在DOS下用INT调用的方式取得PCI总线的信息
在DOS下用INT调用的方式取得PCI总线的信息-used in DOS INT calling acquire PCI bus information
- 2022-02-15 21:22:06下载
- 积分:1
-
C语言精彩编程很好的资料
C语言精彩编程很好的资料-C Programming Language wonderful good information
- 2023-03-27 01:55:04下载
- 积分:1
-
The code assumes a two
The code assumes a two-dimensional computational domain with TMz polarization (i.e., non-zero field Ez, Hx, and Hy). The program is currently written so that the incident field always strikes the lower-left corner of the total-field region first. (If you want a different corner, that should be a fairly simple tweak to the code, but for now you ll have to make that tweak yourself.) I have attempted to provide copious comments in the code and hope that a knowledgeable C programmer can quickly map the approach as described in the paper to what is in the program.
- 2022-04-19 22:19:25下载
- 积分:1
-
RT1602液晶显示的例子,调试已通过,上传给大家
RT1602液晶显示的例子,调试已通过,上传给大家-RT1602 LCD example, debugging has been passed, we look to Upload
- 2022-03-20 03:34:54下载
- 积分:1
-
1)设定字节型变量VAR1的内容为35H,编写程序将VAR1的高4位与低4位分离,分别作为低4位保存在RES1和RES2中,这两个变量高4位置0。
2...
1)设定字节型变量VAR1的内容为35H,编写程序将VAR1的高4位与低4位分离,分别作为低4位保存在RES1和RES2中,这两个变量高4位置0。
2)设定32位(二进制)数据0E2597455H(注:最高位为E)保存在变量VAR2中,将该变量中的内容算术左移2位,所得结果仍然保存在VAR2中-1) Set the contents of byte variable VAR1 is 35H, the preparation of the program will VAR1 high 4 and low 4 separation, respectively, as a low 4 bits stored in RES1 and RES2, this high-4 position of the two variables 0.2 ) to set the 32-bit (binary) data 0E2597455H (Note: The highest level of E) stored in the variable VAR2 in the contents of the variable arithmetic left two, the result is still stored in the VAR2 in the
- 2022-09-12 00:15:03下载
- 积分:1
-
游戏一个小游戏你可以自己在其中玩!很好玩的一款游戏啊
游戏一个小游戏你可以自己在其中玩!很好玩的一款游戏啊-game a little game you can play in them! Very fun in a game ah
- 2022-05-25 07:46:51下载
- 积分: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
-
MSP430的SPI库
该库为德州仪器msp430系列单片机spi库。你可以用这个库处理spi通信。
- 2022-07-26 03:41:53下载
- 积分:1