-
这是一个加油站管理系统
这是一个加油站管理系统-This is a gas station management system
- 2022-04-30 13:04:24下载
- 积分:1
-
C++实现查看电脑CPU型号信息的源码
// Test_cpu.cpp : 定义控制台应用程序的入口点。
//
//=====================================================================================
/* CPUID指令是intel IA32架构下获得CPU信息的汇编指令,
可以得到CPU类型,型号,制造商信息,商标信息,序列号,
缓存等一系列CPU相关的东西。
*/
//#include "stdafx.h"
#include
- 2023-03-08 22:35:03下载
- 积分:1
-
Sipex LDO器件选型指南,对各种型号的LDO低压差电源介绍,不错,对电路设计中电源选择有很多参考意义。...
Sipex LDO器件选型指南,对各种型号的LDO低压差电源介绍,不错,对电路设计中电源选择有很多参考意义。-Sipex LDO device selection guide, the various types of low dropout LDO power introduction, yes, right in the power supply circuit design choices are a lot of reference value.
- 2022-05-08 10:30:16下载
- 积分: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
-
一个不错考核管理系统,自己写的希望大家多提宝贵意见
一个不错考核管理系统,自己写的希望大家多提宝贵意见-a good assessment management system, wrote the hope that we provide more valuable opinions
- 2022-08-14 02:43:04下载
- 积分:1
-
回文判别
实验要求:称正读和反读都相同的字符序列为“回文”,如“abba”和“abccba”是“回文”,“abcde”和“ababab”则不是“回文”,试设...
回文判别
实验要求:称正读和反读都相同的字符序列为“回文”,如“abba”和“abccba”是“回文”,“abcde”和“ababab”则不是“回文”,试设计一个算法,判别读入的一个以@为结束符的字符序列是否是“回文”。
实验目的:
1、掌握循环队列的定义及应用;
2、掌握队列的基本操作;
3、进一步熟练掌握栈的基本操作及应用;
4、初步学会解决具体问题的算法设计。-Experimental identification requirements palindrome: that is read and the anti-time sequence of characters are the same as a " palindrome" , such as " abba" and " abccba" is " palindrome" , " abcde" and " ababab" is not " palindrome" and try to design an algorithm to determine a time to @ for the character sequence at the end of it is " Palindrome." The experiment was: 1, master cycle and application of the definition of the queue 2, master the basic operation of the queue 3, and further stack master the basic operation and applications 4, a preliminary settlement of specific issues of the Institute of algorithm design.
- 2023-08-10 17:55:02下载
- 积分:1
-
8*8点阵模块,能实现向左向右移动,能够实现整屏翻页显示。...
8*8点阵模块,能实现向左向右移动,能够实现整屏翻页显示。-8* 8 dot matrix module, able to move left, right, is capable of realizing the whole display screen next page.
- 2023-02-01 02:20:04下载
- 积分:1
-
提出了一种基于支持向量机的多类模拟调制方式识别算法。该算法通过分析模拟调制信号的特点,提取有效的特征向量以区分不同的调制方式,并基于支持向量机和判决树分类思想,...
提出了一种基于支持向量机的多类模拟调制方式识别算法。该算法通过分析模拟调制信号的特点,提取有效的特征向量以区分不同的调制方式,并基于支持向量机和判决树分类思想,将特征向量映射到高维空间中加以分类。-A support vector machine based on the many types of analog modulation recognition algorithm. The algorithm by analyzing the characteristics of analog modulation signal to extract effective feature vector in order to distinguish between different modulation methods, and based on support vector machines and decision tree classification of ideas, will feature vector is mapped to the high-dimensional space to be classified.
- 2023-03-27 03:50:03下载
- 积分:1
-
一个类结构,非常实用的工具,在RPG游戏和战略游戏中,经常需要角色自动根据地图寻找最短路径绕过建筑物...
一个类结构,非常实用的工具,在RPG游戏和战略游戏中,经常需要角色自动根据地图寻找最短路径绕过建筑物-A class structure, a very useful tool, in the RPG games and strategy games, role often need to automatically map to find the shortest path to bypass the building
- 2022-05-14 20:59:10下载
- 积分:1
-
本压缩文件是关于windows xp优化大师的七十项REG文件
本压缩文件是关于windows xp优化大师的七十项REG文件-the compressed files on the windows xp optimize the master document 70 REG
- 2023-01-03 23:05:04下载
- 积分:1