搜索结果
找到约 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)
其他行业 #include <stdio.h> #include<math.h> void pid_init() void pid_tune() void pid_setinte
#include <stdio.h>
#include<math.h>
void pid_init()
void pid_tune()
void pid_setinteg()
void pid_bumpless()
float pid_calc()
void main()
数据结构 #include<malloc.h> #include<limits.h> #include<stdio.h> #include<graphics.h&
#include<malloc.h>
#include<limits.h>
#include<stdio.h>
#include<graphics.h>
#include<io.h>
#include<math.h>
#include<process.h>
#include<conio.h>
#define m 100
#define OK 1
typedef int Status
typedef char TElemType /*树元素的类型*/
int t=35
int n=20
int h=14
int u=2
int leaf=0,non_l_leaf=0,non ...
数据库系统 软件介绍: 编程环境: windows2003 +visual stdio c++ .net Ado + SQL2000 /##################################
软件介绍:
编程环境:
windows2003 +visual stdio c++ .net
Ado + SQL2000
/####################################/
SQL设置:
将在SQL2000下建立schooldata数据库
导入数据文件
导入数据:
data目录下有school_back数据库备分文件
操作:用SQL企业管理器还原数据库来导入数据 ...
Linux/Unix编程 linux 下串口编程 #include <stdio.h> /*标准输入输出定义*/ #include <stdlib.h> /*标准函数库定义*/ #include
linux 下串口编程
#include <stdio.h> /*标准输入输出定义*/
#include <stdlib.h> /*标准函数库定义*/
#include <unistd.h> /*Unix标准函数定义*/
#include <sys/types.h> /**/
#include <sys/stat.h> /**/
#include <fcntl.h> /*文件控制定义*/
#include <termios.h> /*PPSIX终端控制定义*/
#include <errno.h> /*错误号定 ...
嵌入式/单片机编程 #include <reg52.h> #include <stdio.h> #include <string.h> #define uchar unsigne
#include <reg52.h>
#include <stdio.h>
#include <string.h>
#define uchar unsigned char
#define uint unsigned int
#define isp_iap_byte_read 0x1
#define isp_iap_byte_program 0x2
#define isp_iap_sector_erase 0x3
#define wait_time 0x1
游戏 五子棋小游戏#include<stdlib.h> #include<time.h> #include<stdio.h> #include<conio.h
五子棋小游戏#include<stdlib.h>
#include<time.h>
#include<stdio.h>
#include<conio.h>
int chess[169]={0} /*棋盘*/
struct chess_t/*作为辅助,即是作为建意*/
{
char attack /*攻防用的,0表示守,1表示攻*/
int j /*作为优先级用*/
}chess_a[169] ...
数据库系统 一、编程环境: 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数据库的用户名和密码 ...
操作系统开发 操作系统课程设计_进程调度演示源程序 #include "stdio.h" #include "stdlib.h" #include "string.h" typedef struct
操作系统课程设计_进程调度演示源程序
#include "stdio.h"
#include "stdlib.h"
#include "string.h"
typedef struct node
{
char name[10] /*进程标识符*/
int prio /*进程优先数*/
int round /*进程时间轮转时间片*/
int cputime /*进程占用CPU时间*/
int needtime /*进程到完成还要的时间*/
int count /*计数器* ...
单片机开发 c8051f340 串口 程序This program demonstrates how to configure the C8051F340 to use routines in STDIO.h
c8051f340 串口 程序This program demonstrates how to configure the C8051F340 to use routines
in STDIO.h to write to and read from the UART interface. The program
reads a character using the STDIO routine getkey(), outputs that character
to the screen, and then outputs the ASCII hex value of that cha ...
微处理器开发 AT91SAM7 SWI, Remap, GPIO, PIT and stdio Example ( Gamma )
AT91SAM7 SWI, Remap, GPIO, PIT and stdio Example ( Gamma )