-
贪吃蛇的源代码,里面有比较好的12864液晶的显示代码。
贪吃蛇的源代码,里面有比较好的12864液晶的显示代码。-Snake&39 s source code, which has a better LCD display of the code 12864.
- 2022-03-15 07:18:01下载
- 积分:1
-
in VC coollistview use category
在VC中使用coollistview类-in VC coollistview use category
- 2022-08-06 03:55:36下载
- 积分:1
-
太阳的位置太阳的位置positionsonn positionsonn e e
sonne position sonne positionsonn e positionsonn e position-sonne position sonne positionsonne positionsonne positionsonne positionsonne positionsonne position
- 2023-05-22 16:35:04下载
- 积分:1
-
VB实现的AE基础功能(地图浏览、放大、缩小、漫游等基本功能)...
VB实现的AE基础功能(地图浏览、放大、缩小、漫游等基本功能)-VB implementation of the basic functions of AE (map browsing, zooming and narrow, roaming and other basic functions)
- 2022-03-18 06:10:16下载
- 积分:1
-
售楼管理系统
比较好的售楼管理系统源码毕业的同学
售楼管理系统
比较好的售楼管理系统源码毕业的同学-Sales management system for better sales management system for school-leavers source
- 2022-03-23 15:38:16下载
- 积分:1
-
雷曼,经典动作小游戏的源码
雷曼,经典动作小游戏的源码-Lehman, a small classic games FOSS
- 2023-02-27 22:00:03下载
- 积分:1
-
This program is my learning in Vc++ is used to practice his own things to learn....
本程序是本人在学习Vc++中,用来练习自己所学的东西。这个程序主要知识点是关闭系统,创建定义按钮。-This program is my learning in Vc++ is used to practice his own things to learn. Main knowledge this program is shut down the system, create a custom button.
- 2022-07-01 02:52:13下载
- 积分:1
-
pb FALSH combined with the landscaping for the interface PowerBuilder programmin...
pb与FALSH结合的用于美化界面powerbuilder编程环境。-pb FALSH combined with the landscaping for the interface PowerBuilder programming environment.
- 2023-04-11 04:45:03下载
- 积分:1
-
这个代码写在巴斯科姆编译器控制和制动装置
this code write under bascom compiler for control and trig a device
- 2022-08-08 04:22:46下载
- 积分: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