搜索资源列表
int21h
- 提供汇编INT功能所有描述,INT 21H里AH值全部都有,希望对大家有用,第一次上传-INT function to provide a compilation of all descr iption, INT 21H value in AH, all of the above, I hope useful for all of us, the first upload
2
- drive smt160 whith icp and int
4
- 读入N位学生的{学号(char型6位)、姓名(char型10位)、性别(char型1位)、年龄(int)和籍贯(char型20位)、班级(char型6位)},建立学生人事文件;读入M门课的{课号(char型6位)、课名(char型20位)、学分(float)、授课教师姓名(char型10位)、先修课课号(char型6位)(无先修课则用“NO”表示)},建立课程档案文件;读入L个{学号(char型6位)、课号(char型6位)、成绩(float)、选修学期(int)}建立选修关系文件 。分别以二进
2-1
- 作业1:请写一个C函数,若处理器是Big_endian的,则返回0; 若是Little_endian的,则返回1。 • 函数原型:int checkCPU( ) -Assignment 1: Please write a C function, if the processor is Big_endian, it returns 0 if Little_endian 1 is returned. 鈥� The function prototype: int
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
C
- 1.1 C基础知识 1 1.2 函数与头文件 2 1.3 C预处理器 3 1.4 将一个字符转换为long型 4 1.5 strcpy函数 4 1.6 assert用法 5 1.7 itoa函数和atoi函数 6 1.8 strcmp函数实现 8 1.9 strcpy函数实现 9 1.10 memcpy函数实现 10 1.11 memcpy和memmove函数的实现 11 1.12 strcat函数实现 13 1.13 使用库函数atoi,将cha
MY-EV-TIME-INT
- DSP定时器功能测试,本程序我亲自在CCS4.2环境中测试过,程序功能虽然简单,但足以说明DSP定时器的功能和使用方法 -DSP timer generate adjustable pulse waveform
1122
- 其实操作系统在调用 main 函数时是传参数的,main 函数最标准的形式应该是 int main(int argc, char *argv[]),在第 6 节 “指向指针的指针与指针数组” 详细介绍。C 标准也允许 int main(void)这种写法,如果不使用系统传进来的两 个参数也可以写成这种形式。但除了这两种形式之外,定义 main 函数的其它写法都 是错误的或不可移植的。-The 88-bytes (704-bits) in the Configuration zon
chaoshi
- 基本功能:基本功能(供参考)有: 1、添加商品信息,有商品编号、商品名、供应商代号、进货价、售出价、存货数等。2、2、进货:若商品已存在,只需修改存货数;若不存在,需增加新纪录。 3、售出:输入商品编号,修改相应的存货数与销售额。 4、查询:查询商品、销售额 -public: Commoditymassage() ~Commoditymassage() void ShowMenu() void Find() void Save() v
