E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
conio
A*算法(八数码问题)
iostream> #include <cstring> #include <vector> #include <cmath> #include <
conio
.h
·
2015-11-07 12:10
算法
沃尔夫勒姆自动机时空图输出 C语言实现
include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 #include <
conio
.h
·
2015-11-07 11:41
C语言
冒泡,快速,和堆排序
include <time.h> 4 #include <stdlib.h> 5 #include <malloc.h> 6 #include <
conio
.h
·
2015-11-02 16:03
堆排序
一个求连数的小测试程序
#include " stdafx.h " #include " stdio.h " #include "
conio
.h
·
2015-11-02 11:19
测试
21花朵数
include<stdio.h> 2 #include<time.h> 3 #include<string.h> 4 //#include<
conio
.h
·
2015-11-01 15:10
四则运算 最新修改版
#include<stdio.h>#include<malloc.h>#include <
conio
.h> #include <stdlib.h>#include
·
2015-11-01 13:46
四则运算
四则运算
#include<stdio.h>#include<malloc.h>#include <
conio
.h> #include <stdlib.h>#include
·
2015-11-01 13:45
四则运算
四则运算升级
源程序: #include <stdlib.h>#include<stdio.h>#include <iostream.h>#include <
conio
.h
·
2015-11-01 12:33
四则运算
将标题空格替换为 '_' , 并自动复制到剪切板上
代码: #include <stdio.h> #include <string.h> #include <windows.h> #include <
conio
.h
·
2015-10-31 17:20
复制
[原]比较三个整数大小
#include " stdio.h " #include "
conio
.h " main() { int
·
2015-10-31 15:52
比较
区分C语言中getch、getche、fgetc、getc、getchar、fgets、gets
这两个函数包含在头文件
conio
.h中,需要记住的是
conio
.h不是C标准库中的头文件。Micorsoft
·
2015-10-31 15:31
char
fputc,fputchar,putc,putchar,putch,fputs,puts
, FILE *stream );从流中输出字符 int fputchar( int c );从标准输出流输出字符 putc 同fputcputchar 同fputchar putch在<
conio
.h
·
2015-10-31 13:42
char
C语言中关于复合语句的一些问题
我们来看下边一个例子: #include <
conio
.h> #include <stdio.h> int main(){ int a=3
·
2015-10-31 13:02
C语言
求全排序的经典算法“后补法”
//用于求全排序的经典算法“后补法”,代码如下:#include <stdio.h>#include <
conio
.h>#include <string.h> void
·
2015-10-31 13:24
算法
c++ 标准库MAP用法
disable: 4786)#endif#include <iostream>#include <map>#include <algorithm> #include <
conio
.h
·
2015-10-31 12:39
C++
ACM数论小常识
的偶数可以拆分为两个质数的和 (用10e6内的数据测试一下): #include<iostream> using namespace std; #include<
conio
.h
·
2015-10-31 12:18
ACM
数据结构——链式线性表
代码如下: #include<stdio.h> //此链表设有头结点#include<stdlib.h>#include<
conio
.h>#define ERROR
·
2015-10-31 12:02
数据结构
数据结构——线性表的顺序表示
最近做了个实验,写个线性表,感觉挺好写,但还是发现了几个值得注意的地方,代码如下: #include<stdio.h>#include<
conio
.h>#include<
·
2015-10-31 12:01
数据结构
结对编程1.0
time.h> #include<math.h> #include <string.h> #include <assert.h> #include<
conio
.h
·
2015-10-31 11:33
编程
结对编程
time.h> #include<math.h> #include <string.h> #include <assert.h> #include<
conio
.h
·
2015-10-31 11:33
编程
C++客户端程序(socket)
include "stdafx.h"#include "stdio.h"#include "Winsock2.h"#include "
conio
.h
·
2015-10-31 11:13
socket
conio
.h (Console Input/Output 控制台输入输出)
conio
.h不是C标准库中的头文件。
·
2015-10-31 11:24
console
用C++封装了一个简单的“按钮”类
#include<graphics.h> 2 #include<iostream> 3 #include <
conio
.h
·
2015-10-31 11:28
C++
ClassA A() 在幕后做了什么?
例如有如下一段C++代码:#include <iostream>#include <
conio
.h>using namespace std;
·
2015-10-31 11:13
Class
数据结构课程设计之通讯录管理系统
,还有待改进 #include <stdio.h> #include <string.h> #include <stdlib.h> #include <
conio
.h
·
2015-10-31 11:10
数据结构
_kbhit----Checks the console for keyboard input
int _kbhit( void ); Routine Required Header Compatibility _kbhit <
conio
.h> Win 95, Win
·
2015-10-31 11:35
keyboard
编译原理词法分析
/* 编译原理实验一:词法分析练习 作者:李全锋 时间:2013-9-28 */ #include <stdio.h> #include <
conio
.h> #include
·
2015-10-31 11:18
编译原理
getc,getch,getche,getchar,fgetc
#include <stdio.h> #include <stdlib.h> #include <
conio
.h> int main() { char
·
2015-10-31 10:00
char
贪吃蛇游戏源码
贪吃蛇游戏源码 // greedsnake.cpp #include <bios.h> #include <
conio
.h> #include &
·
2015-10-31 10:40
贪吃蛇
实现console程序显示彩色文本
很多人想用
CONIO
.H/GRAPHICS.H中的一些函数来实现,却发现VC++根本没有这些头文件。
·
2015-10-31 10:29
console
c++ 读取图片RGB
include"stdio.h" #include"iostream.h" #include"string.h" #include <
conio
.h
·
2015-10-31 10:47
C++
WHEREXY.txt
#include <
conio
.h> void main(void) { int row, column;  
·
2015-10-31 10:37
where
WAIT_YN.txt
#include <stdio.h> #include <ctype.h> #include <
conio
.h> void main()
·
2015-10-31 10:37
wait
WINDOW.txt
#include <
conio
.h> void main(void) { int i, j;  
·
2015-10-31 10:37
window
计数排序
#include <stdio.h> #include <
conio
.h> #define MAX 1000 //函数原型 void counting_sort
·
2015-10-31 10:13
排序
人工智能规则正向演绎系统简单程序演示(c++)
#include "iostream.h"#include "stdio.h"#include "
conio
.h"#include "
·
2015-10-31 09:52
人工智能
编写一个程序,它从标准输入读取c源代码,并验证所有的花括号都正确地成对出现。
编写代码如下: #include<stdio.h> #include<stdlib.h> #include<
conio
.h> int main() {
·
2015-10-31 09:50
源代码
Ubuntu使用Windows下的
conio
.h
把虚线框里面的内容粘贴进文档文本里面 ---------------------------------------------------------------------------------------------------------- #include <termios.h>#include <stdio.h>static struct termios
·
2015-10-31 09:32
windows
四则运算题目程序
#include <stdlib.h>#include<stdio.h>#include <iostream.h>#include <
conio
.h>#include
·
2015-10-31 09:40
四则运算
LuaPlus测试代码
#include "stdafx.h" #include <windows.h> #include <
conio
.h> #include <ctype.h
·
2015-10-31 09:41
lua
《Ajax修炼之道》studyNote
5.1,P82 工具包资源 .Dojo:http://dojotoolkit.com .Prototype:http://prototype.
conio
.net .Script.aculo.us
·
2015-10-31 09:20
Ajax
用递归算法求和为指定值N的所有组合
上最近常常问到这样上面的问题,例如,求所有和为10的组合(组合中的数皆为自然数,且各不相同) */ #include " stdio.h " #include "
conio
.h
·
2015-10-31 09:43
算法
矩阵相乘(c)
/* 矩阵相乘 */ #include " stdio.h " #include "
conio
.h "
·
2015-10-31 09:43
矩阵
《深入浅出MFC》笔记(三)
windows.h > #include < stdio.h > #include < string .h > #include <
conio
.h
·
2015-10-31 08:55
mfc
四则运算
源代码 #include<iostream.h>#include<stdlib.h>#include<
conio
.h> void DealFenshu(int m
·
2015-10-31 08:35
四则运算
C语言 日历查询系统 成品
#include<stdio.h> #include<string.h> #include<time.h> //#include<
conio
.h> #include
·
2015-10-30 21:36
C语言
VC获得window操作系统版本号, 获取操作系统位数
2014315195331643021849 #include <Windows.h>include <stdio.h>#include <tchar.h>#include <
conio
.h
·
2015-10-30 15:47
window
prototype源代码
nbsp; Prototype JavaScript framework, version 1.4.0 * (c) 2005 Sam Stephenson <sam@
conio
.net
·
2015-10-30 13:59
prototype
C语言图形编程例子
#include <graphics.h> #include <stdlib.h> #include <stdio.h> #include <
conio
.h>
·
2015-10-30 13:10
C语言
输入五个国家的名称按字母顺序排列输出
include < stdio.h > #include <
conio
.h > void mai
·
2015-10-30 13:07
顺序
上一页
3
4
5
6
7
8
9
10
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他