-
bcb6cgisample
bc++build 6.0 最简CGI程序演示(bc++build 6.0 cgi example)
- 2020-06-18 07:00:02下载
- 积分:1
-
实现用三元组表示的稀疏数组的输入、转置、相加、输出。可以直接输入三元组,转置和相加基于三元组进行,输出的结果也为三元组。...
实现用三元组表示的稀疏数组的输入、转置、相加、输出。可以直接输入三元组,转置和相加基于三元组进行,输出的结果也为三元组。-achieved using ternary group said the sparse array of input, transfer home, combining the output. 3 can directly import group, and add to home-based Group 3, the output of the group for three yuan.
- 2023-03-02 04:35:03下载
- 积分:1
-
Boot5510_SPI
实现ti 5510系列芯片flash boot spi方式加载(mplementation of Ti 5510 series chip flash boot SPI mode loading)
- 2017-11-15 22:57:09下载
- 积分:1
-
DBFHelper
C#读写DBF文件类,无需驱动
C#读写DBF文件类,无需驱动(C# read DBF file,No need driver
C# read DBF file,No need driver)
- 2017-02-25 22:00:00下载
- 积分:1
-
从VB脚本生成CATIA。CATIA的用户非常有用。这个宏自动售货机…
Catia Script generated from VB. very usefull for catia users. this macro automated the process of activating part bodies in the product automatically.
- 2023-01-16 10:05:04下载
- 积分:1
-
生命进化游戏(The Game of Life) C++程序代码
一种在很多格子里不断进化的生命进化的小游戏。
它的规则是这样的:
对其中一个网格,如果它的邻居少于两个,则它会死于孤独;如果多于三个,它亦会因拥挤而死。只有当它的邻居数等于二或三时它才会生存到下一代;如果某格原先没有细胞,但它有三个邻居时,会繁衍一个新的细胞。
以上是百度到的介绍。这个程序是我自己写的,只用到了,用的是二维数组,在控制台显示,所以范围比较有限。
- 2023-04-18 04:10:03下载
- 积分:1
-
一个8 * 8平方,有很多的话,你的任务是什么组合答..
这是我们JAVA第一次大作业的要求,一个8*8方阵查表,进行字母匹配,如果符合则输出-an 8*8 square,which have a lot of words ,and what your task is to combinations all the word and put out the compact word
- 2023-09-05 10:25:03下载
- 积分: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
-
VB
EPSON VB6.0 OPOS开发源代码,很好用的(EPSON VB6.0 OPOS development source code, very good use)
- 2013-09-17 14:50:12下载
- 积分:1
-
AngularJS中文教程
AngularJS中文使用教程,简体中文(AngularJS user Manual for china)
- 2017-09-21 12:57:15下载
- 积分:1