-
jinzhizhuanhuan
各进制间的转换
十进制数转为其他进制数
其他进制数转换为十进制数-jinzhizhuanhuan
- 2022-03-17 07:05:37下载
- 积分:1
-
淘宝C店全屏代码
淘宝C店全屏代码,非常好的学习资料哦,其中包含 7个 json文件 ,一个 common.php , modules中包含大量的描述文件,即xml文件。
- 2022-01-22 14:21:47下载
- 积分:1
-
学习LPC2468或者lpc2478的好东西,是了解芯片的基础书籍,要好好看啊!...
学习LPC2468或者lpc2478的好东西,是了解芯片的基础书籍,要好好看啊!-Learning LPC2468 or lpc2478 good thing is to understand the basis of chips books, better look good ah!
- 2022-03-07 14:31:35下载
- 积分:1
-
电除尘行业中监控界面采用ACTIVE 控件的形式,直接和下方被监控的控制单元通信,完成数据显示,报警和打印,...
电除尘行业中监控界面采用ACTIVE 控件的形式,直接和下方被监控的控制单元通信,完成数据显示,报警和打印,-ESP monitoring interface using industry ACTIVE form of control, direct and the bottom of the control unit has been monitoring communications, complete data, alarm and printing,
- 2022-09-16 02:35:04下载
- 积分:1
-
Spartan 3E development board flashing LED lights cycle
Spartan 3E 开发板上LED灯循环闪烁-Spartan 3E development board flashing LED lights cycle
- 2023-02-18 12:50:04下载
- 积分: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
-
金蝶10.4数据库表结构,适用于ASP语句
金蝶10.4数据库表结构,适用于ASP报表-Kingdee 10.4 database table structure, applicable to ASP statements
- 2023-01-15 00:45:03下载
- 积分:1
-
GSM half rate of the source code (VSELP) GSM half rate of the source code (VSELP...
GSM半数率源代码(VSELP)
GSM半数率源代码(VSELP)
-GSM half rate of the source code (VSELP) GSM half rate of the source code (VSELP)
- 2022-02-25 01:01:10下载
- 积分:1
-
Flash图片切换源文件+缩略图
Flash图片切换源文件+缩略图显示,缩略图和大图是分开的,因此使用此Flash幻灯切换需要事前处理好两套图片,一套是缩略图,另一套是大图片,二者对应放在指定文件夹下,并修改XML文件即可调用。
- 2022-07-14 05:27:20下载
- 积分:1
-
在 C# 程序中使用摄像头
通过此源代码,您可以用 C# 写的程序中使用摄像头。事实上,这个源代码是摄像头在您的程序中使用的最好的例子。此源代码可以帮你吧
- 2022-03-14 07:29:10下载
- 积分:1