-
一个用于仿真边界网关协议(BGP)的源码
一个用于仿真边界网关协议(BGP)的源码-a simulation for Border Gateway Protocol (BGP) FOSS
- 2022-05-13 02:40:39下载
- 积分: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
-
神龙卡播放MP4源代码,采用DSHOW开发技术
神龙卡播放MP4源代码,采用DSHOW开发技术-SHENLONG card MP4 player source code, using dshow Development Technology
- 2022-10-19 17:25:03下载
- 积分:1
-
DSP LF2407A 板上存储器例程 已跑通了
DSP LF2407A 板上存储器例程 已跑通了-Memory on-board DSP LF2407A routines have been run over the
- 2022-11-26 09:50:03下载
- 积分:1
-
《英语单词游戏》。共有1千常用单词。屏幕中有10个英语单词飘动,屏幕下有对应的中文单词,取中文单词去碰英文单词,正确得加分。可单人或双人玩。...
《英语单词游戏》。共有1千常用单词。屏幕中有10个英语单词飘动,屏幕下有对应的中文单词,取中文单词去碰英文单词,正确得加分。可单人或双人玩。-"English word games." A total of 1,000 used a word. Screen are 10 English words wafted screen counterparts under the Chinese words, the Chinese word for the English word try, correct a boost. Can be single or double play.
- 2022-02-03 13:12:17下载
- 积分:1
-
发送彩信的库文件,直接导入即可,专门生成.mms文件
发送彩信的库文件,直接导入即可,专门生成.mms文件-Send MMS of the library file directly into your specially generated. Mms file
- 2022-03-17 17:05:09下载
- 积分:1
-
Pasc+Java 这是一个国外的随机自动机*(RAM)一个学习用的程序,古老静电...
Pasc+Java 这是一个国外的随机自动机*(RAM)一个学习用的程序,古老静电-Pasc Java This is a random foreign* Automatic Machine (RAM) used in a learning process, the ancient electrostatic
- 2022-11-29 20:55:08下载
- 积分:1
-
经典扫雷程序,Visua C++ 6.0 环境下实现对于设置用户的青睐类对话框的配置...
经典扫雷程序,Visua C++ 6.0 环境下实现对于设置用户的青睐类对话框的配置
-Copyright (c) 2004-2005 Micro-soft
Module Name:
DlgCustom.cpp
Abstract:
the class of Dialog for setting user s favor-config
Author:
Microsoft s Engineer- Unknown Name
improved by Weijian Luo (Arthur Luo) 15-Jun-2005
E-mail: skybluehacker@yahoo.com.cn
Revision History: 1.0
- 2022-08-10 06:53:49下载
- 积分:1
-
一个扫雷程序 和windows系统上的扫雷程序一样 不过使用java实现的...
一个扫雷程序 和windows系统上的扫雷程序一样 不过使用java实现的-a demining process and windows on the system, however, like mine use to achieve the java
- 2022-02-22 13:11:29下载
- 积分:1
-
游戏规则
目的:在本游戏中,你将作为一名裁缝,将尽可能多的纽扣穿成
一个闭合的路线。游戏初始有 15 个纽扣,随着时间的增
加,纽扣数目...
游戏规则
目的:在本游戏中,你将作为一名裁缝,将尽可能多的纽扣穿成
一个闭合的路线。游戏初始有 15 个纽扣,随着时间的增
加,纽扣数目也增加,当达到70个时游戏即结束。
规则:只能在有纽扣的点穿线,且只能在水平方向或竖直方向穿
线。线可交叉,但有纽扣的点不能交叉连接。
秘诀:要尽可能使连线长且该连线上的纽扣数多。-Rules of the game Objective: In this game, you will serve as a tailor, will be wearing buttons as much as possible into a closed line. The initial game there are 15 buttons, as time increases, the number of buttons has also increased, when the reach 70, when the game to an end. Rules: only point in a button threading, and only in the horizontal direction or vertical direction of threading. Line to cross, but the point can not be cross-connect button. Tip: To the extent possible, to connect the connection on a long and a few more buttons.
- 2022-03-20 00:19:17下载
- 积分:1