搜索资源列表
qq杀手2.0(api函数)
- 主要作用是资取本机的QQ号,通过调用系统API函数,来记录键盘,达到记录API的目的.-The main function is the capital takes this machine QQ number, through the transfer system API function, records the keyboard, achieves records API goal.
C仿真电话计费系统
- C语言编写的电话计费系统大作业,调用系统时间函数,对电话系统摸拟的很接近-C language prepared by the major telephone billing system operations, calling system function of time, the telephone system is very close to the Moot
系统ALPHA通道的应用
- 本程序通过调用系统API函数AlphaBlend和使用自定义数组来进行同一幅图片的透明效果处理,从它们相同的效果和不同的反应速度上来体现出系统透明通道的应用-this program by calling the API function AlphaBlend system and the use of custom arrays for a picture with the transparent effect, the same from their effectiveness and sp
ok3w网站系统4.6
- ASP新闻发布系统 Ok3w v4.6 专注于ASP新闻发布系统开发,力求功能实用,操作方便,运行高效。 主要功能: 一、后台直接更新系统信息,方便配置站点; 二、数据库在线压缩、备份; 三、友情链接管理; 四、站点介绍类文章任意添加; 五、新闻文章管理: 5.1、无级限分类; 5.2、加入回收站功能,减少无意删除的烦恼; 5.3、自由设置新闻开关、推荐与否; 5.4、集成eWebEditor在线编辑器,编辑文章更加方便; 5.5、发布滚动新闻(发布新闻时,选中“
IO多路复用 SELECT函数
- IO的多路复用(Select函数) 注:为了解决创建子进程带来的系统资源消耗而采用多路I/O模型 一般来说当我们在向文件读写时,进程有可能读写出阻塞,如果我们不希望阻塞,我们的一个选择是用select系统调用。只要我们设置好select的各个参数那么文件可以读写的时候select通知我们说可以读写,在我们调用select时进程会一直阻塞到以下一种情况发生 1) 有文件可以读 2) 有文件可以写 3) 超过所设置的时间
笔样式,实画刷,阴影画刷,pie函数
- 简单的系统调用,笔样式,实画刷,阴影画刷,pie函数,Simple system calls
mtk_filesystem_document.rar
- mtk文件系统,罗列了整个mtk文件系统的调用函数,对mtk编程很有帮助,mtk filesystem document
serial
- linux环境下使用串口进行通信,C语言编写,使用系统调用函数打开、关闭、读写ttyS0-linux environment using serial communication, C language, using the system call function to open, close, read and write ttyS0
北京公交车查询系统
- 本系统采用Visual C++语言编写,运用软件工程的思想, 采用面向对象分析、设计的方法学完成。通过建立系统的数据库,对象模型、动态模型、功能模型,设计界面窗口,算法结构,函数之间互相调用完成实现系统的功能。-the system using Visual C language, the use of software engineering, object-oriented analysis, the design methodology completed. Through the est
process
- 编写一段源程序,应用系统调用fork()创建两个子进程,当此程序运行时,在系统中有一个父进程和两个子进程活动。让每一个进程在屏幕上显示一个字符:父进程显示字符“a” 子进程分别显示字符“b”和字符“c”。试观察纪录屏幕上的显示结果,并分析原因。fork()系统调用函数说明、参数值及定义 fork()函数功能: 创建一个新进程 int fork() 其中返回int取值意义如下: 0:创建子进程,从子进程返回的id值 大于0:从父进程返回的子进程id值 -1:创建失败
LinuxSystemCallcode
- Linux系统调用列表 系统调用的实验代码 Linux系统函数《英文》-Linux system calls a list of system calls Experimental code Linux system function " English"
ucos2.88_SVC_STM32
- 看到USOS官方和网上很多基于Cortex-M3内核的移植,任务都运行于特权级,并没有充分发挥Cortex-M3用户级和特权级的保护功能,本文件的移植用户级和特权级是分开的,用户任务程序完全运行在用户级,用户级下需要操作中断等特殊要求,都在SVC系统调用函数中实,也可以方便的添加自己的SVC系统调用。-Many official and on-line to see USOS Cortex-M3 core-based migration, the task runs in the privile
linuxPC
- 本文主要是通过对系统调用函数的分析来使读者熟悉linux下的编程。-This is mainly through the analysis of the system calls the function to make the reader familiar with programming under linux.
waveplay.tar
- 这是一个用C编写的WAV音乐播放程序,应用了很多系统调用函数,对于熟悉掌握系统调用程序,非常的好用。-it is a c program to play wav music. very good c program for linux ,if you like it ,please download it.
GetMac
- 获取网卡地址的另一个系统调用函数,比较简单,希望对大家有所帮助-Obtain the Ethernet address of another system call function is relatively simple, we want to help
include
- fedora linux 库函数即系统调用函数-fedora linux system call source code
System-Call
- Solaris 所有的系统调用函数描述,包括详细的使用说明.-Solaris system call function descr iption.
4.3.1
- 在线开发S12XS单片机,通过C语言实现由键盘输入年月并在数码管上显示,安下F键,系统调用函数计算天数,并将结果在数码管上显示。-Online development S12XS microcontroller to achieve keyboard input years and security under the F key, the system call function to calculate the number of days, and the results displaye
text
- 文件管理功能 文件系统的多线程访问机制,文件管理功能,也就是编写几个完整的系统调用函数,它们可以实现文件的更名、删除、拷贝。 -Multithreaded access mechanism file management file system, file management functions, which is to write several complete system call function, they can rename files, delete, copy.
LinuxBookCode
- 一些简单的系统调用函数实例,比如read、write等(Some simple system call function instances)