搜索结果
找到约 98 项符合
STDIO 的查询结果
按分类筛选
- 全部分类
- 源码 (13)
- 其他 (11)
- 数据结构 (9)
- 数学计算 (5)
- 微处理器开发 (5)
- 单片机编程 (4)
- VC书籍 (4)
- 人工智能/神经网络 (4)
- Linux/Unix编程 (4)
- 单片机开发 (4)
- C/C++语言编程 (2)
- SQL Server (2)
- 教育系统应用 (2)
- 编译器/解释器 (2)
- 压缩解压 (2)
- 其他行业 (2)
- 数据库系统 (2)
- 操作系统开发 (2)
- Internet/网络编程 (1)
- 系统设计方案 (1)
- 网络 (1)
- 多国语言处理 (1)
- matlab例程 (1)
- 嵌入式/单片机编程 (1)
- 游戏 (1)
- 其他嵌入式/单片机内容 (1)
- 文章/文档 (1)
- 通讯/手机编程 (1)
- 手机短信编程 (1)
- 数值算法/人工智能 (1)
- 软件设计/软件工程 (1)
- *行业应用 (1)
- 编辑器/阅读器 (1)
- Linux/uClinux/Unix编程 (1)
- 教材/考试/认证 (1)
- 软件 (1)
- VIP专区 (1)
其他嵌入式/单片机内容 简单最短寻道跟电梯算法
简单最短寻道跟电梯算法,用C++编译 #include "stdio.h"
#include "stdlib.h"
#include <iostream.h>
VC书籍 函数分库函数和用户自定义函数两类: 库函数(又称系统函数)是高级语言软家中提供基础功能的函数。库函数文件以h为文件后缀
函数分库函数和用户自定义函数两类:
库函数(又称系统函数)是高级语言软家中提供基础功能的函数。库函数文件以h为文件后缀,如C语言的stdio.h文件包括了printf(), scanf (),open(),close()。C语言中主函数要使用某库函数:#include<库函数文件名> ...
其他 #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>
微处理器开发 这个是我调通的在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 ...
手机短信编程 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
其他行业 一款转换seg数据的软件
一款转换seg数据的软件,可以由visual stdio编译!
数值算法/人工智能 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 ...
编辑器/阅读器 #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"
其他 * 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>
...