搜索结果
找到约 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)
VC书籍 C++完美演绎 经典算法 如 /* 头文件:my_Include.h */ #include <stdio.h> /* 展开C语言的内建函数指令 */ #define PI 3.141
C++完美演绎 经典算法 如 /* 头文件:my_Include.h */ #include <stdio.h> /* 展开C语言的内建函数指令 */ #define PI 3.1415926 /* 宏常量,在稍后章节再详解 */ #define circle(radius) (PI*radius*radius) /* 宏函数,圆的面积 */ /* 将比较数值大小的函数写在自编include文件内 */ int show_big_or_small (int a,int ...
其他 绝对正真的stdio.h的实现
绝对正真的stdio.h的实现,从原始的io角度看待自己所编写的c指令,对以后c的深入研究大有裨益。
SQL Server 一、编程环境: windows2003 +visual stdio c++ .net,Ado + SQL2000 二、SQL设置: 将在SQL2000下建立schooldata数据库
一、编程环境: windows2003 +visual stdio c++ .net,Ado + SQL2000
二、SQL设置:
将在SQL2000下建立schooldata数据库,导入数据文件
三、导入数据:
data目录下有school_back数据库备分文件
操作:用SQL企业管理器还原数据库来导入数据
访问本地数据库服务器,密码是自己设置的那个,操作schooldata数据库的用户名和密码 ...
单片机开发 AVR ISP/JTAG下载器全部资料,包括原理图/PCB/烧录的文件.支持AVR STDIO下载.
AVR ISP/JTAG下载器全部资料,包括原理图/PCB/烧录的文件.支持AVR STDIO下载.
人工智能/神经网络 感知器的VC实现#include "percept.h" #include "stdio.h" #include "stdlib.h"
感知器的VC实现#include "percept.h"
#include "stdio.h"
#include "stdlib.h"
数据结构 #include "stdio.h" #include "math.h" #include "malloc.h" #include "string.h" #define m 6 #defin
#include "stdio.h"
#include "math.h"
#include "malloc.h"
#include "string.h"
#define m 6
#define n 29
#define p 0.5
数据结构 #include "stdio.h" #include "math.h" #include "malloc.h" #include "string.h" #define m 6 #defin
#include "stdio.h"
#include "math.h"
#include "malloc.h"
#include "string.h"
#define m 6
#define n 29
#define p 0.5
数学计算 #include "stdio.h" #include "math.h" #include "malloc.h" #include "string.h" #define m 6 #defin
#include "stdio.h"
#include "math.h"
#include "malloc.h"
#include "string.h"
#define m 6
#define n 29
#define p 0.5
人工智能/神经网络 #include "stdio.h" #include "math.h" #include "malloc.h" #include "string.h" #define m 6 #defin
#include "stdio.h"
#include "math.h"
#include "malloc.h"
#include "string.h"
#define m 6
#define n 29
#define p 0.5
编译器/解释器 #include "define.h" #include <stdio.h> #include <string.h> #include <ctype.h>
#include "define.h"
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include <malloc.h>
FILE *fp
/*//////////////////////////////////////////////////////////////////////////////
This is a pretreatment.
/////////////////////////////////////////////////////////////////////////////*/
void r ...