-
《Beginning iPhone development》这本书最新相关源码,作者Dave Mark, Jeff LaMarche...
《Beginning iPhone development》这本书最新相关源码,作者Dave Mark, Jeff LaMarche-Most updated version of source code for of Dave Mark, Jeff LaMarche
- 2023-05-07 23:30:03下载
- 积分:1
-
dsa VCD bus design, the more documents
dsA总线在VCD设计中的应用,比较难得的文档-dsa VCD bus design, the more documents
- 2022-05-13 23:31:23下载
- 积分:1
-
员工信息增删改查
java菜鸟,上课时跟着老师一起敲出来的,勿喷
- 2022-01-25 14:11:51下载
- 积分:1
-
讲述了动态库的制作过程,里面有个简单的小示例,介绍了动态库的用法...
讲述了动态库的制作过程,里面有个简单的小示例,介绍了动态库的用法-Described the process of making dynamic libraries, which have a simple little example, introduced a dynamic library usage
- 2023-04-26 20:25:02下载
- 积分:1
-
线性方程求解
c语言 输入方程的系数,输出即使方程的解
线性方程求解
c语言 输入方程的系数,输出即使方程的解-Solving linear equations c language input equation coefficients, the output even if the equation
- 2022-03-04 09:20:19下载
- 积分:1
-
Health report card identification system used to prepare visuaua c, love to play...
生份证识别系统,用visuaua c编写,很好很情爱能够打,希望大家学习-Health report card identification system used to prepare visuaua c, love to play very well, hope that we learn
- 2022-04-25 03:13:41下载
- 积分:1
-
进程是程序在一个数据集合上运行的过程,进程是并发进行的,也即系统中的多个进程轮流的占用处理器运行。
我们把若干个进程都能进行访问和修改的那些变量称为公共变...
进程是程序在一个数据集合上运行的过程,进程是并发进行的,也即系统中的多个进程轮流的占用处理器运行。
我们把若干个进程都能进行访问和修改的那些变量称为公共变量。由于进程是并发执行的,所以,如果对进程访问公共变量不加限制,那么就会产生“与时间有关”的错误,即进程执行后,所得到的结果与访问公共变量的时间有关。为了防止这类错误,系统必须要用同步机构来控制进程对公共变量的访问。一般说,同步机构是由若干条语句――同步原语――所组成。本试验要求学生模拟PV操作同步机构的实现,模拟进程的并发执行,了解进程并发执行时同步机构的作用。
-process is a procedure in the data set to run the process, the process is conducted with the system that is the rotation process more than the occupier runs. We have a number of process can visit and revision of those variables as public variables. As the process is complicated by the implementation, so if the right to visit public process variables without restrictions, it will have a "Time" is wrong, the implementation process, the results obtained with the public to visit the variables of time. To prevent such mistakes, the system must be used to control synchronization process bodies for public variables visit. In general, synchronous bodies of a number of statements-- synchronization primitives-- composed. Th
- 2023-01-24 21:05:04下载
- 积分:1
-
blowchart
流程图
- 2022-02-21 18:05:14下载
- 积分:1
-
旋转裁剪图片的源文件,实现图片任意角度的旋转裁剪功能
旋转裁剪图片的源文件,实现图片任意角度的旋转裁剪功能-Crop rotation picture header file, to achieve picture at any angle of rotation cropping feature
- 2022-04-21 13:56:48下载
- 积分:1
-
STM32F407 USB讀卡器
此源碼實現的功能:開機的時候先檢測SD卡和SPI FLASH是否存在,如果存在則獲取其容量,並顯示在LCD屏上面(如果不存在,則報錯)。之後開始USB配置,在配置成功之後就可以在電腦上發現兩個可移動磁盤。代碼用的是探索者STM32F407開發板實現,所用到的硬件資源如下: 1)指示燈 2)串口 3)TFTLCD模塊 4)SD卡 5)SPI FLASH 6)USB SLAVE接口
- 2022-07-26 00:53:12下载
- 积分:1