搜索资源列表
asm_module
- 该程序模拟UNIX中save与resume函数,并介绍在VC中如何使用汇编进行机器级的操作. 主函数很简单首先引入两个外部函数,extern \"C\"表示按传统C命名习惯.函数save将程序指针保存在(*s)中并返回0,为什么有 if(save(&sp)){...} if后的语句看起来永远都不会被执行,但是运行结果表明它被执行了.这个问题同UNIX中处理机调度函数(switch)的那个if语句(第一句)一样. 程序执行完save(&sp)后得到因为条件为假而执行else语句,
24C64
- 一个通用的24C01-24C256共9种EEPROM的字节读写操作程序, 此程序有五个入口条件,分别为读写数据缓冲区指针, 进行读写的字节数,EEPROM首址,EEPROM控制字节, 以及EEPROM类型。此程序结构性良好,具有极好的容错性,程序机器码也不多: -A generic 24C01-24C256 A total of nine kinds of EEPROM bytes to read and write operating procedures, this proc
asm-240128-blue-lcd-dispaly
- 辅助说明: 代码交流 QQ59771230 email:choudaxian@163.com 注意事项: 1) LCD 指令中的TEXT GRAPHIC AREA SET效果是什么样的 2) LCD 指令中的MODE SET中的OR AND XOR 有图层的味道 3) DJNZ+指令C0H(DATA AND WRITE)与相同的数据时就会出错 4) CHAR ADN PIC分别清除 5) 几何图形绘制与实现图形 6) 菜单优化设计,结构体:
c2
- 1、 有n个学生,每个学生有m门成绩,每个学生的m门成绩用一单链表实现,n个学生所对应n个单链表的头指针用一指针数组统一存放。 1) 建立该存贮结构。 2) 查找第i个学生的某门课成绩。 链表中结点结构: struct node {char *nam;/*nam为课程名*/ float sco;/*sco为该门课程的成绩*/ struct node *link;/*link为指向下一课程结点的指针*/ -1, there are n students, e
1
- 编写一个程序,输出基本数据类型char, short, int, long, float, double和指针类型void *, char *, short *, int *, long *, float *, double *的数据类型的长度。-The preparation of a program, the output of basic data types char, short, int, long, float, double and pointer type void*, cha
2009S3C2410init.S
- 2410Init.s包括了板子上电后的初始话,具体有几个步骤: 讲述S3C2410启动程序设计 1. 屏蔽所有中断,关看门狗。 2. 根据工作频率设置PLL寄存器 3. 初始化存储控制相关寄存器 4. 初始化各模式下的栈指针 5. 设置缺省中断处理函数 6. 将数据段拷贝到RAM中,将零初始化数据段清零 7. 跳转到C语言Main入口函数中-2410Init.s including the board after t
1)
- 从内存中加载DLL 54002E59=-335540214 56802E59=-2113941723 58802E59=210206753 5D8057A0=-1929379558 6D002A21=-2119336178 6F002A21=-1927697461-DLL Loader by Aphex http://www.iamaphex.cjb.net unremote@knology.net Based on code from gm
20101123czzzljj2010
- 指针是一个特殊的变量,它里面存储的数值被解释成为内存里的一个地址。 要搞清一个指针需要搞清指针的四方面的内容:指针的类型,指针所指向的 类型,指针的值或者叫指针所指向的内存区,还有指针本身所占据的内存区。 -Pointer is a special variable that stores the value which is interpreted as a memory address. Need to figure out a pointer to a pointer to find
zi
- 8.2.2利用子指针数组的普通树前根遍历算法,汇编的哦-8.2.2 General use of sub-array pointer before the root of the tree traversal algorithm, compiled oh
pointer
- POINTER ,利用TEXT 檔做的練習-POINTER, do exercises using TEXT files
colorPicker
- color picker: use mouse pointer to get a screen pixel s RGB value.
paixu
- 一批单字节无符号数,以R0为首地址指针, N为字节数,将这批数进行升序排列-Number of single-byte unsigned number, address pointer led to R0, N is the number of bytes, the number of these in ascending order
The-course-grade-points
- 用二维数组和指针变量作为函数参数,编程实现3个班学生的某们课程成绩的最高分,并指出具有最高分成绩的学生是第几个班的第几个学生-Two-dimensional array and pointer variables as function parameters, and programming to achieve the highest score of the three classes of students have the course grade, and pointed out th
array
- 数组元素访问的四种方法: 方法1通过数组名和下标访问数组元素 方法2通过数组名作为指针运算来访问数组元素 方法3通过指针变量加数组名访问数组元素 方法4通过指针变量加下标访问数组元素-Array element access to four methods: Method 1 by the array name and subscr ipt to access the array elements through the array name as the pointer ari
clock
- 本程序能够在框架中实现绘制时钟图像,指针能够不断的获取系统时间,一分一秒的行进。-In the framework of this program can draw the clock image, the pointer to access the system time, one minute of the road.
MoveNote
- C#移动数据库记录,操作记录集指针移动,改变数据,简单初级的操作,仅供参考。-C# mobile database records, operation records set pointer, change data, simple primary operation, for reference only.
sum
- .org 3000 la r1, 9 counter for outer loop la r4, 36 initialize offset for saving area in memory lar r31, outerloop save target address for outerloop lar r30, innerloop save target address for innerloop outerloop: la r3, 0 initialize sum l
The-use-of-pointers
- 运用指针进行数据的大小转换,并详细的介绍了指针的定义与使用,程序代码简介,容易实现。-Use the pointer to the size of the data conversion and detailed introduction to the definition and use of the pointer, Introduction to the program code, easy to implement.
function-pointer
- 返回指针值的函数,用以返回指针型函数的地址,即函数代码的入口地址,以便调用-Return function pointer value
Const-pointer
- C语言,Pointer Const pointer,c++编程,编程仿真-C language, Pointer Const pointer, c++ programming, programming, simulation