登录
首页 » 软件系统 » KeilC the design of the book for description, to help beginners learn keil envir...

KeilC the design of the book for description, to help beginners learn keil envir...

于 2022-03-16 发布 文件大小:416.28 kB
0 123
下载积分: 2 下载次数: 1

代码说明:

此书为keilC的设计说明书,能够帮助初学者学习在keil环境中熟练的使用C语言编程。-KeilC the design of the book for description, to help beginners learn keil environment skilled in the use of C language programming.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • //商品管理源程序 //题目要求:输入商品号及各项数据,以一定的方式存于计算机中;按各种条进行查询、计、排序及打印等操作。...
    //商品管理源程序 //题目要求:输入商品号及各项数据,以一定的方式存于计算机中;按各种条件进行查询、统计、排序及打印等操作。-//Commodity Management source code// subject request: Enter the number of goods and the data stored in a certain way on your computer inquiries by various conditions, statistics, sorting and printing operation.
    2022-05-26 23:45:02下载
    积分:1
  • 和Java EE +
    java+ee电子讲义,很好的ppt讲义,web开发人员一定用的了的电子讲义。-java+ ee e-lectures, a very good ppt lecture, web developers must use an electronic lecture notes.
    2023-08-04 18:20:03下载
    积分:1
  • ArcGIS VBA编程。
    Arcgis VBA programming.
    2022-03-10 06:35:30下载
    积分:1
  • gdb.pdf Linux调试工具GDB教程(英文) 中断.pdf Linux中断处理源码情景分析(杨小华) 这些都是Linux入门必要的基本教材,特别...
    gdb.pdf Linux调试工具GDB教程(英文) 中断.pdf Linux中断处理源码情景分析(杨小华) 这些都是Linux入门必要的基本教材,特别是嵌入式开发
    2023-07-23 11:45:05下载
    积分:1
  • SKK/SK2,专注于提供在线下单平台的,为庄家提供稳定的网络、便捷实用的操作和完善的功能。SKK/SK2始于2005年4月,经过3年多的磨砺现已发...
    SKK/SK2系统,专注于提供在线下单平台的系统,为庄家提供稳定的网络、便捷实用的操作和完善的功能。SKK/SK2系统始于2005年4月,经过3年多的磨砺现已发展成为涵盖所有玩法、功能、操作的系统,在同类系统中处于领先并不断开拓研发新功能,为客户提供在线下单新体验!-SKK/SK2 system, focusing on a single platform to provide online systems for bookmakers to provide a stable network, convenient and practical to operate and improve function. SKK/SK2 system began in April 2005, after 3 years has become honed to cover all options, functions, operation of the system, when compared with similar systems and a leading research and development and constantly open up new features to provide customers with online under single new experience!
    2022-03-22 08:31:55下载
    积分:1
  • linux transplant guidelines, including the u
    linux移植指南,包括u-root和linux源代码的详细说明,还有其他包含复杂程序的说明。
    2023-09-09 02:25:04下载
    积分:1
  • time series of important statements can sequence through time to study the econo...
    时间序列的重要说明书,可以通过学习时间序列来进行经济,生活建模-time series of important statements can sequence through time to study the economic and living Modeling
    2022-01-24 09:43:45下载
    积分:1
  • 哲学家进餐问题是荷兰学者Dijkstra 提出的经典问题之一,它是一个信号量机制问题的应用,在操作文化史上具有非常重要的地位。对该问题的剖析有助于学生深刻地...
    哲学家进餐问题是荷兰学者Dijkstra 提出的经典问题之一,它是一个信号量机制问题的应用,在操作系统文化史上具有非常重要的地位。对该问题的剖析有助于学生深刻地理解计算机系统中的资源共享、进程同步、死锁等问题,并能熟练地应用信号量来解决生活中的控制流程,即将生活中的控制流程用形式化的方式表达出来。 假设有5个哲学家,他们花费一生中的时光思考和吃饭。这些哲学家共用一个圆桌,每个哲学家都有一把椅子。在桌子中央是一碗通心面,在桌子上放着5只筷子。(如图所示)当一个哲学家思考时,他与其他同事不交互。时而,哲学家会感到饥饿,并试图拿起与他相近的两只筷子(他与邻近左、右之间的筷子)。一个哲学家一次只能拿起一只筷子。显然,他不能从其他哲学家手里拿走筷子。当一个饥饿的哲学家同时有两只筷子时,他就不能不用释放他的筷子而自己吃了。当吃完后,他会放下两只筷子,并再次开始思考。 规定奇数号哲学家先拿他左边的筷子,然后再去拿右边的筷子;而偶数号哲学家则相反。按此规定,将是1、 2号哲学家竞争1号筷子;3、4号哲学家竞争3号筷子。即五位哲学家都先竞争奇数号筷子,获得后,再去竞争偶数号筷子,最后总会有一位哲学家能获得两只筷子而进餐。 -dining philosophers problem is the Netherlands scholars Dijkstra"s one of the classic, It is a signal to the mechanism of application, the operating system in the history of culture has a very important position. Analysis of the problem to help students understand deeply the computer system resource sharing, process synchronization, and other issues Deadlock, skilled and can be applied to solve the signal volume life of the control flow, about the life of the control flow wi
    2022-03-25 04:58:02下载
    积分:1
  • I uploaded on the software development resources are all process templates, incl...
    本人上传的资源是关于软件开发的各个过程的模板,包括各种文档,希望对大家撰写文档有帮助。-I uploaded on the software development resources are all process templates, including a variety of documents, we would like to help write the document.
    2022-03-23 20:53:24下载
    积分:1
  • 凌阳8203R板GPIO说明文档,各位大是可以参考
    凌阳8203R板GPIO说明文档,各位大是可以参考-8203R Sunplus board GPIO documentation
    2022-01-26 04:57:30下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载