搜索资源列表
Intel_IA32_C_CPU
- 剖析Intel IA32 架构下C 语言及CPU 浮点数机制 Version 0.01 哈尔滨工业大学 谢煜波 (email: xieyubo@126.com 网址:http://purec.binghua.com) (QQ:13916830 哈工大紫丁香BBSID:iamxiaohan) 前言 这两天翻看一本C 语言书的时候,发现上面有一段这样写到 例:将同一实型数分别赋值给单精度实型和双精度实型,然后打印输出。 #include <stdio.h>
sunxuzhan
- 顺序栈的出栈、入栈、求栈长等基本操作 #include <stdio.h> #include <stdlib.h> #define STACKSIZE 50 typedef char DateType typedef struct-#include <stdio.h> #include <stdlib.h> #define STACKSIZE 50 typedef char DateType typedef
ARM(VB)
- 自己开发的wince操作系统上开发的VB上位机界面,源代码完全开放,开发软件采用visual stdio 2005,搞了很久,希望对大家又帮助-wince operating system developed by VB PC interface, a completely open source code, software development using visual stdio 2005
time-example
- 1.程序分析: 2.程序源代码: #include "stdio.h" #include "conio.h" #include "time.h" void main() { time_t lt /*define a longint time varible*/ lt=time(NULL) /*system time and date*/ printf(ctime(<)) /*english format output*/ printf(asct
biancheng
- 堆排序编程实现: #include <stdio.h> void createHeep(int ARRAY[],int sPoint, int Len) //生成大根堆 -The heapsort programming:# include <stdio.h> void createHeep (int ARRAY [], int sPoint, int Len)// generate large root heap
bianchengmaopao
- 冒泡排序编程实现如下: #include <stdio.h> #define LEN 10 //数组长度 -Bubble Sort programming as follows:# include <stdio.h># Define LEN 10// array length
C100p3Dp3D11--20
- #include "stdio.h" #include "conio.h" main() { long f1,f2 int i f1=f2=1 for(i=1 i<=20 i++) {-# Include " stdio.h" # include " conio.h" main () {long f1, f2 int i f1 = f2 = 1 for (i = 1 i < = 20 i++) {
Viscoding-standards
- virsual stdio C++ 编码规范,摆脱曾经的高难度化-virsual stdio C++ coding standards, once difficult to get rid of
VS2010
- 这里我教大家如何安装和使用微软公司新的编译工具Visual Stdio 2010。这里将帮助大家安装Visual C++ 2010,帮助大家做一些常见的配置 -Here I teach you how to install and use Microsoft' s new compilation tools Visual Stdio 2010. Here will help you install Visual C++ 2010, to help you do some common
Desktop
- #include<stdio.h> #include<math.h> main() { int i,x scanf(" d",&x) for(i=2 i<=x-1 i++) if(x i==0) printf("NO\n") for(i=2 i<=x/2 i++) for(i=2 i<=sqrt(x) i++) } 第十行不加冒号时出错信息为: C:\Documents and Settings\w