搜索结果
找到约 1,149 项符合
TML-R 的查询结果
软件 学生成绩查询
#include "string.h"
#include "ctype.h"
#include "stdio.h"
search(char pd[])
{FILE *fp;
int time=0,i=0,j=0,add[80],k=0,m;
char *ch,
str[900];
m=strlen(pd);
if((fp=fopen("haha.txt","r"))==NULL)
{
printf("Cannot open this file\n");
exit(0);
}
for(;!feof(fp);i++)
{
str[i]=fgetc(fp);
if(to ...
源码 学生成绩管理啊
#include "string.h"
#include "ctype.h"
#include "stdio.h"
search(char pd[])
{FILE *fp;
 int time=0,i=0,j=0,add[80],k=0,m;
 char *ch,
 str[900];
 m=strlen(pd);
 if((fp=fopen("haha.txt","r"))==NULL)
 {
  printf("Cannot open this file\n");
  exit(0);
 }
for( ...
源码 c语言算法排序
1.Describe a Θ(n lg n)-time algorithm that, given a set S of n integers and
another integer x, determines whether or not there exist two elements in S whose sum is exactly x. (Implement exercise 2.3-7.)
#include<stdio.h>
#include<stdlib.h>
void merge(int arr[],int low,int mid,int high){
&nbsp; ...
习题答案 数字图像处理技术 Matlab的运行环境
1. 在MATLAB中,分别对灰度图、真彩色图、索引彩色图,实现图像的读入、显示等功能。
2. 将真彩色图、索引彩色图转为灰度图,并保存到硬盘自己的文件夹下。
3. 如果按下面的操作读入索引彩色图像,请说明X、MAP两个矩阵中是如何保留图像中RGB彩色信息的。
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb ...
论文 高校教材购销系统设计分析
高校教材购销系统设计分析,包括需求分析,详细设计,伪码,E-R图等
论文 耦合电容和旁路电容作用的探讨
针对耦合电容和旁路电容在电路中的作用进行了分析和探讨,使用波特图法,可知电容耦合
放大电路中耦合电容会在低频造成放大倍数十倍频20 dB 的下降。转折频率是fb reak = 1 / ( 2πRC ) , R是
与电容串接的总等效电阻。同样,旁路电容也在低频造成放大倍数十倍频20 dB 的下降。 ...