搜索结果

找到约 98 项符合 STDIO 的查询结果

其他嵌入式/单片机内容 简单最短寻道跟电梯算法

简单最短寻道跟电梯算法,用C++编译 #include "stdio.h" #include "stdlib.h" #include <iostream.h>
https://www.eeworm.com/dl/687/336876.html
下载: 152
查看: 1042

VC书籍 函数分库函数和用户自定义函数两类: 库函数(又称系统函数)是高级语言软家中提供基础功能的函数。库函数文件以h为文件后缀

函数分库函数和用户自定义函数两类: 库函数(又称系统函数)是高级语言软家中提供基础功能的函数。库函数文件以h为文件后缀,如C语言的stdio.h文件包括了printf(), scanf (),open(),close()。C语言中主函数要使用某库函数:#include<库函数文件名> ...
https://www.eeworm.com/dl/686/393453.html
下载: 120
查看: 1086

其他 #include<stdlib.h> #include "dos.h" #include "graphics.h" #include "math.h" #define PI 3.1

#include<stdlib.h> #include "dos.h" #include "graphics.h" #include "math.h" #define PI 3.1415926 #define NULL 0 #include<stdio.h> #include<string.h>
https://www.eeworm.com/dl/534/399797.html
下载: 73
查看: 1174

微处理器开发 这个是我调通的在2410下运行文件系统的程序. 用2410驱动sd卡来实现fat文件系统. 欢迎大家来测试. 用法很简单, 如下 FILE *fp // 文件指针

这个是我调通的在2410下运行文件系统的程序. 用2410驱动sd卡来实现fat文件系统. 欢迎大家来测试. 用法很简单, 如下 FILE *fp // 文件指针 unsigned char temp[24]="3.wav" // 文件明需要放在数组里 while(!initialize_media()) // 初始化sd卡 { Uart_Printf("sd initializing....\n") } Uart ...
https://www.eeworm.com/dl/655/409320.html
下载: 83
查看: 1063

教育系统应用 一个在线考试系统

一个在线考试系统,时使用visual stdio做的
https://www.eeworm.com/dl/621/413140.html
下载: 197
查看: 1012

手机短信编程 encode/decode gsm sms 7bit pdu format text. orginally written for palm os, but it don t make any spe

encode/decode gsm sms 7bit pdu format text. orginally written for palm os, but it don t make any special system call. plain stdio is ok
https://www.eeworm.com/dl/622/440051.html
下载: 48
查看: 1051

其他行业 一款转换seg数据的软件

一款转换seg数据的软件,可以由visual stdio编译!
https://www.eeworm.com/dl/668/444484.html
下载: 151
查看: 1020

数值算法/人工智能 BP神经网络程序,C语言源代码 如下: #include "iostream.h" #include "iomanip.h" #include "stdlib.h" #include "ma

BP神经网络程序,C语言源代码 如下: #include "iostream.h" #include "iomanip.h" #include "stdlib.h" #include "math.h" #include "stdio.h" #include "time.h" #include "fstream.h" #define N 120 //学习样本个数 #define IN 3 //输入层神经元数目 #define HN 2 //隐层神经元数目 #define ON 2 //输出层神经元数目 #def ...
https://www.eeworm.com/dl/518/453103.html
下载: 40
查看: 1139

编辑器/阅读器 #include <avr/io.h> #include <avr/interrupt.h> #include <avr/signal.h> #include

#include <avr/io.h> #include <avr/interrupt.h> #include <avr/signal.h> #include <avr/sleep.h> #include <avr/pgmspace.h> #include <string.h> #include <util/delay.h> #include <avr/eeprom.h> #include <stdio.h> #include "defines.h"
https://www.eeworm.com/dl/626/472075.html
下载: 152
查看: 1491

其他 * TFTP client compatible with RFC-1350 * compile under visiual c++ or borland c++ * author email:

* TFTP client compatible with RFC-1350 * compile under visiual c++ or borland c++ * author email: yuyushine@163.com ***************************************************/ #define _VC /* if compile under visiual c++ else undefine this*/ #include <stdio.h> #include <winsock.h> #include <conio.h> ...
https://www.eeworm.com/dl/534/477519.html
下载: 120
查看: 1113