搜索结果

找到约 502 项符合 str-z 的查询结果

C/C++语言编程 计算机图形学实验旋转立方体

可实现立方体绕x,y,z轴旋转,通过键盘按键wasd控制立方体的移动
https://www.eeworm.com/dl/510772.html
下载: 1
查看: 173

Linux/uClinux/Unix编程 digitalpersona

z指纹编码,直接是源代码,可以直接用的,z指纹编码,直接是源代码,可以直接用的z指纹编码,直接是源代码,可以直接用的z指纹编码,直接是源代码,可以直接用的
https://www.eeworm.com/dl/510981.html
下载: 1
查看: 40

C/C++语言编程 线性表基础

向量(x1,x2,…,xn)是一个长度为n的线性表 英文小写字母表(a,b,c,…,z)是一个长度为26的线性表
https://www.eeworm.com/dl/511566.html
下载: 3
查看: 34

嵌入式综合 红外遥控RGB

#include "STC90.h" #include < intrins.h > #define uchar unsigned char #define uint unsigned int #define led_port P1 sbit IR_RE = P3^2; sbit led_r = P1^3; sbit led_g = P1^4; sbit led_b = P1^5; sbit led_wd = P1^7; sbit K1 =P3^0 ; //增加键 sbit K2 =P3^1 ; ...
https://www.eeworm.com/dl/512141.html
下载: 1
查看: 113

嵌入式综合 调光C程序

/*#include<reg52.h> #define uint unsigned int #define uchar unsigned char #define uchar unsigned char sbit K1=P3^4; sbit K2=P3^5; sbit ledr=P1^0; sbit ledg=P1^1; sbit ledb=P1^2; bit LEDDirection=0;//LED控制方向0:渐亮1:渐灭 char  pwm=0; char  pwmr=0; char  scw=0;//中断记数 char &nbsp ...
https://www.eeworm.com/dl/512142.html
下载: 3
查看: 132

论文 基于DCT的图像压缩编码

8*8像素分块,DCT,量化,Z扫描,差分编码,huffman编码
https://www.eeworm.com/dl/512805.html
下载: 3
查看: 50

源码 基于DCT的JPEG图像压缩编码

8*8像素分块,DCT,量化,Z扫描,差分编码,huffman编码
https://www.eeworm.com/dl/512808.html
下载: 2
查看: 59

教程 微机原理实验指导书

 TOC \o "1-3" \h \z 实验一  DEBUG的启动及其基本命令的使用..... PAGEREF _Toc83101466 \h 1 实验二  内存操作数及寻址方法..... PAGEREF _Toc83101467 \h 5 实验三  汇编语言程序的调试与运行..... PAGEREF _Toc83101468 \h 7 实验四  查表程序设计..... PAGEREF _Toc83101469 ...
https://www.eeworm.com/dl/513614.html
查看: 17

软件 学生成绩查询

#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 ...
https://www.eeworm.com/dl/513823.html
下载: 2
查看: 16

源码 学生成绩管理啊

#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( ...
https://www.eeworm.com/dl/513824.html
查看: 10