-
C51 some errors and attention to the business (ZT) 1) C taboo absolute positioni...
C51的一些误区和注意事项(ZT)
1)C忌讳绝对定位。 常看见初学者要求使用_at_,这是一种谬误,把C当作ASM看待了。在C中变量
的定位是编译器的事情,初学者只要定义变量和变量的作 用域,编译器就把一个固定地址给这个
变量。怎么取得这个变量的地址?要用指针。比如unsigned char data x 后,x的地址就是...
-C51 some errors and attention to the business (ZT) 1) C taboo absolute positioning. See beginners often require the use of _at_, this is a fallacy, ASM C as a treat. C variables in the positioning of the compiler things, as long as the definition of beginners variable and the variable scope, Compiler put a fixed address to this variable. How the variables made the address? Use indicators. Unsigned char data such as x, x is the address ...
- 2022-09-01 21:15:03下载
- 积分:1
-
用C语言实现进程调度-操作系统课程设计设计思想:
“最高优先数优先”调度算法的基本思想是把cpu分配给就绪队列中优先数最高的进程。采用动态优先数,即优先数在...
用C语言实现进程调度-操作系统课程设计设计思想:
“最高优先数优先”调度算法的基本思想是把cpu分配给就绪队列中优先数最高的进程。采用动态优先数,即优先数在创建进程时给定一个初始值,当进程获得一次cpu后其优先数就减少1。-C language scheduling process-design courses on operating system design : "Priority number of the highest priority" scheduling algorithm the basic idea is cpu allocated to the parade were in place the highest priority in the process. Dynamic priority, which is priority number in the creation process to set an initial value, When the process is a cpu after its priority on reducing the number of one.
- 2022-05-25 04:15:05下载
- 积分:1
-
很经典的一个小游戏,贪吃蛇,其中有不完善之处,还请指教
很经典的一个小游戏,贪吃蛇,其中有不完善之处,还请指教-tanchishe,a interesting game
- 2022-11-18 02:20:03下载
- 积分:1
-
很多有趣的小程序,对学习C语言有很大的帮助哦 大家一定要
很多有趣的小程序,对学习C语言有很大的帮助哦 大家一定要-many interesting small program, to learn C language is a great help, oh we must Kankan
- 2023-07-26 23:05:03下载
- 积分:1
-
数据结构源程序,对初学者来说有参考作用用数据结构知识,挺复杂的...
数据结构源程序,对初学者来说有参考作用用数据结构知识,挺复杂的-athlete
- 2023-04-10 07:30:03下载
- 积分:1
-
FTP上传工具,FTP上传的小例子,包括定制时间上传功能
FTP上传工具,FTP上传的小例子,包括定制时间上传功能-FTP upload tool, FTP upload a small example, including the time to upload customized functions
- 2022-01-23 10:04:42下载
- 积分:1
-
统计输入文件的行数、空格数、元音字母数、辅音字母数、非空白字母数、非空的行数...
统计输入文件的行数、空格数、元音字母数、辅音字母数、非空白字母数、非空的行数-statistical inputs the line a few, a few spaces, a few vowel and consonant few letters, a few non-blank letters, non-empty rows
- 2022-08-14 20:10:44下载
- 积分:1
-
/*这个程序是学数据结构后写的,里面涉及到了栈和队列的一些操作。开始本来只是要做迷宫求解的,但就看着电脑在里面运行,没有互动性也没什么意思,于是加入了由人控制的...
/*这个程序是学数据结构后写的,里面涉及到了栈和队列的一些操作。开始本来只是要做迷宫求解的,但就看着电脑在里面运行,没有互动性也没什么意思,于是加入了由人控制的角色,让电脑控制的角色每走一步都计算一次当前两者的最短距离去追赶人控制的角色。这个程序画地图的部分是得于网上的一个迷宫程序,汉字部分也是用的别别人写好的子程序。其实这个程序还不是很完善,开始做好了一个,却不知那儿弄丢了,假期因为参加电子设计大赛,都玩单片机去了,这方面的也忘差不多了,希望有兴趣的朋友能改好了发给我.我的email:xiangyuan_122@163.com*/-err
- 2022-05-17 02:55:02下载
- 积分:1
-
乘法器用werlg做的,大家看一下,有不对的地反,欢迎指正。
乘法器用werlg做的,大家看一下,有不对的地反,欢迎指正。-chengfaqi
- 2022-04-09 04:38:28下载
- 积分:1
-
Python简单的基于角色的访问控制
一个简单的基于角色的Python访问控制实用程序。
- 2023-01-08 13:30:03下载
- 积分:1