搜索资源列表
FTPExplorer_Beta2
- ftp浏览器,是学习ftp协议的很好例子, 建议初学者都看一下-ftp browser, the study ftp is a good example of the agreement, the proposal has to look at beginners
cjg2
- VB与sql数据库的完美结合实例1-sql database VB and the perfect example of a combination
fontools
- 智能字库Opentype文件(ttf)操作类库及分析实例工具程序源码1,可用于字模库的自动修改和生成。-Intelligent Font Opentype (ttf) Operating library and analysis tools for example a program source code, Fonts can be used for the automatic generation and revision.
MyTimerProc
- vc自定义TIMER回调函数小例子 vc自定义TIMER回调函数小例子-vc-defined callback function TIMER small example of vc-defined TIMER small example of a callback function
yxqsf
- 此算法为操作系统中的优先权算法范例,做的比较简单,希望与大家一起交流,没有密码-algorithm operating system for the priority algorithm example, do a simple hope we can exchange no password
windowsosprinciple
- Windows操作系统原理》,这是国内第一本以Windows操作系统为例,全面讲述操作系统原理的教程。微软总裁比尔·盖茨先生亲自写来贺词,这是比尔·盖茨先生第一次为美国境外出版的图书写贺词。中国科学院院士杨芙清教授、微软亚洲研究院前任院长张亚勤先生亲自为本书作序,教育部高教司司长、著名的操作系统专家张尧学教授也给予本书极高的评价。-Windows Theory. " This is the first in the country to the Windows operating sy
omap_fpga
- omap5912 spi interface driver. In addition, supply a fpga download example via spi
DataBurn
- DataBurn is an Objective-C example which demonstrates some of the features of DRTracks. The sample illustrates how to create a DRFolder from an existing folder on the source disk and burn it to disc, creating a hybrid ISO9660/Joliet/HFS+ data CD. The
2TrayPopMenu.rar
- 本算例实现一个任务栏托盘菜单,当用户右击该该图标时,就会弹出一个快捷菜单,An example of the realization of a task bar tray menu when the user right-click the icon, it will pop up a shortcut menu
uCOS-IIamsp430f1611
- uCOS-II移植到msp430f1611单片机中,uCOS-II在性价比极高的单片机使用,任您发挥。此例包含了PS2,拼音输入法,12864,nRF24L01,I2C总线,SPI总线等许多驱动,您只要使用API即可。创建了几个任务,您可在任务里任意发挥。另外,您可修改MCU头文件在msp430f149、f169等中使用,但任务堆栈需减小。-uCOS-II ported to msp430f1611 microcontroller, uCOS-II in highly cost-effectiv
CPU_status
- 得到CPU和内存的状态。 调用系统函数示例。-Get usage and status of CPU/Memory. A good example to use system API.
leap-year
- 一个FIFO设计的例子,例子简单,但很经典。 是学好数字设计的好开端。-A FIFO design examples, example of simple, but very classic. Learn digital design is a good start.
PROCESS
- 一个比较详细的操作系统进程同步模拟的例子-A more detailed simulation of the operating system process synchronization example
dds
- 这是一个用vhdl语言实现dds的例子,已在quartusII里调通并可以下载到实验箱上,功能正确-This is a use of VHDL language dds example, has been in tune quartusII pass and can be downloaded to the experimental box, the function correctly
awardpass
- Award Bios 密码大揭秘!!! 计算机系统安全与维护编程典型实例解析-Award Bios Password big Secret!!! Computer system security and maintenance of a typical example of analytical programming
VMware_Help_CHN
- VMware Workstation 允许操作系统和应用程序在一台虚拟机内部运行。虚拟机是独立运行主机操作系统的离散环境。在 VMware Workstation 中,你可以在一个窗口中加载一台虚拟机,它可以运行自己的操作系统和应用程序。你可以在运行于桌面上的多台虚拟机之间切换,通过一个网络共享虚拟机(例如一个公司局域网),挂起和恢复虚拟机以及退出虚拟机 — 这一切不会影响你的主机操作和任何操作系统或者它正在运行的应用程序。-VMware Workstation allows the opera
AT88_ucos
- ATmega88 ucos 移植实例,我是费了好大劲才移植成功的,希望大家喜欢-ATmega88 ucos transplant example, I took a very big success劲才transplant, I hope you like
OperatingSystemMemoryManagement
- (1) 本实验要求使用C语言编程模拟一个拥有若干个虚页的进程在给定的若干个实页中运行、并在缺页中断发生时分别使用FIFO和LRU算法进行页面置换的情形。 (2) 虚页的个数可以事先给定(例如10个),对这些虚页访问的页地址流(其长度可以事先给定,例如20次虚页访问)可以由程序随机产生,也可以事先保存在文件中。 (3) 要求程序运行时屏幕能显示出置换过程中的状态信息并输出访问结束时的页面命中率。 -(1) This experiment requires the use of C la
require-the-use-of-a-linked-
- 题目说明: 要求采用链表形式,求两个一元多项式的乘积:h3 = h1*h2。函数原型为:void multiplication( NODE * h1, NODE * h2, NODE * h3 )。 输入: 输入数据为两行,分别表示两个一元多项式。每个一元多项式以指数递增的顺序输入多项式各项的系数(整数)、指数(整数)。 例如:1+2x+x2表示为:<1,0>,<2,1>,<1,2>, 输
NamePipe
- 一个在VC10环境下编写的Windows命名管道的例子,可以通过这个demo程序,加深对Windows命名管道的理解-Windows named pipes example, a VC10 environment written by this demo program to deepen the understanding of Windows named pipes