搜索结果
找到约 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 <string.h> #include <stdlib.h> #include <malloc.
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <malloc.h>
#include <math.h>
#include <conio.h>
struct DuLNode{
struct DuLNode *prior
int data
struct DuLNode *next
VC书籍 Visure Stdio 6.0 开发usb驱动
Visure Stdio 6.0 开发usb驱动
人工智能/神经网络 C#实现的遗传算法智能组卷系统,数据库SQLsever2000,Visual Stdio.net2003实现
C#实现的遗传算法智能组卷系统,数据库SQLsever2000,Visual Stdio.net2003实现
单片机开发 一個很好用的 lcd 時鐘程序 C語言 #include<reg51.h> #include<stdio.h> //定義計時器0 的重裝值 #define RELOAD
一個很好用的 lcd 時鐘程序 C語言
#include<reg51.h>
#include<stdio.h>
//定義計時器0 的重裝值
#define RELOAD_HIGH 0x3C
#define RELOAD_LOW 0xD2
//定義按鍵彈跳時間
#define DB_VAL
//定義設置模式的最大時間間隔
#define TIMEOUT 200
//定義游標位置常數
#define HOME 0
#define HOUR 1
#define MIN 2
#define SEC ...
网络 基于终端的订花系统_socket #include<stdio.h> #include<stdlib.h> #include<errno.h> #inclu
基于终端的订花系统_socket
#include<stdio.h>
#include<stdlib.h>
#include<errno.h>
#include<string.h>
#include<sys/types.h>
#include<netinet/in.h>
#include<sys/socket.h>
#include<sys/wait.h>
#include<sys/ipc.h>
#include<unistd.h>
#include<sys/shm.h>
#include<sys/stat.h>
#define MYPORT 3490 // ...
编译器/解释器 #include <stdio.h> #define MAX 10
#include <stdio.h>
#define MAX 10
其他 编写驱动程序工具: 使用Numega Stdio中的工具
编写驱动程序工具:
使用Numega Stdio中的工具,SOURCE to Project Utilitity
点击"开始"->程序->Numega DriverStdio->Tools->Source to DSP Convert
在SOURCE框中选择你DDK的程序中的SOURCE文件,然后选择VC6.0(or VC5.0),点击Create ,你就可以在
VC中编译了。 ...
其他 #include<stdio.h> struct powernode { float pi float qi int i float vi
#include<stdio.h>
struct powernode
{
float pi
float qi
int i
float vi
}
struct powernode wg[20]
struct powernode wl[20]
struct linedata
Linux/Unix编程 清华大学-电子信息工程系-实验用ARM-linux-源代码-STDIO篇
清华大学-电子信息工程系-实验用ARM-linux-源代码-STDIO篇
SQL Server 软件介绍: 编程环境: windows2003 +visual stdio c++ .net Ado + SQL2000 /##################################
软件介绍:
编程环境:
windows2003 +visual stdio c++ .net
Ado + SQL2000
/####################################/
**
SQL设置:
将在SQL2000下建立schooldata数据库
导入数据文件
导入数据:
data目录下有school_back数据库备分文件
操作:用SQL企业管理器还原数据库来导入数据
访问本地数据库服务器,密码是自己设置的那 ...