搜索资源列表
Exception_recovery_using_Signal
- tServer task executes functions at low priority (254). serverSend funtion is used to send a request to the tServer to execute a function at the tServer s priority. First tServer task executes the i() system call to print the sum
081242
- 基于单片机和光电检测技术的机器人行为控制系统 :介绍了基于单片机和光电检测技术的机器人行为控制系统。系统采用了光电检测寻线和直流电机驱动相结合的 机器人控制技术,应用AVR单片机为核心控制器,采集、存储、处理由光电检测寻迹系统输入的数字信号,并通过驱动系 统控制直流电机,使机器人按照预设的路线行走。该系统具有自动纠偏、准确可靠、抗干扰能力强等特点,为机器人行走 的准确性提供了可靠保证。-A kind of robot behavior control system based o
090812
- 楼宇门禁对讲主机程序:可编99(楼层)*99(房号)号码。与一般对讲系统不同的是:有密码激活和临时密码延长一次“不开锁”功能,可敦促房产商及时回款-Talkback host building access control procedures: can be made available for 99 (floor)* 99 (room number) numbers. Intercom system in general is different: the activation passwo
GPS_Select
- 这个工程演示了WinCE平台的开发方式,以及系统内核API的调用原理,讲解了如何做好一个外壳(Shell)程序。源码采用VB2008编写,使用了.Net 2.0运行库,可以在现有的WinCE中运行。-The project demonstrated the WinCE platform, as well as the system call API core principles of how to do a good job on a Shell (Shell) procedures. Sou
dangongwuxianhujiaoxitong
- 这个是已经做好的单工无线呼叫系统的毕业论文。电路图和程序都有了-This is already doing a good job of simplex wireless call system thesis. Circuit and program are the
VC8Sample
- PortSIP also offers several Software Development Kits (SDKs). These SDKs allow developers and Service Provider, OEM or Enterprise clients to create customized SIP-based VoIP applications, likes SIP Softphone, SIP base IVR system. Typically, cust
TE-Conter-System
- 在keil开发环境下,用AT89S52做主控制器对外界温度值进行检测,并通过串口上传到PC中,查看温度计录,可作毕业设计,内附有电路图 Proteus 软件进行模拟-In keil development environment, using AT89S52 call the shots on the external temperature controller to detect and uploaded to the PC via serial port, view the thermom
TIM_test
- 基于STM32的定时器程序,一般可直接移植进系统,直接调用函数-STM32-based timer program, and can be transplanted directly into the system, call the function directly
Monitor
- 中国移动基站拨测系统 设备端监控主程序,主要是嵌入式设备端的监控主程序-China Mobile' s base station equipment-side monitoring measurement system call the main program, mainly embedded devices to monitor the main program end
TIchinese_A1687
- tms320dm365 在linux下的环境工具库ffmep.集成了很全面的自持,以及系统调用库。能快速的搭建视频mt9p301 sensor的OSD应用源码-tms320dm365 environmental tools in the library under linux ffmep. integrates very comprehensive self-sustaining, and the system call library. Can quickly set up the OSD
Ssk
- 多处理器系统的超级指令任务调用实现Super multi-processor system call instruction to achieve the task-Super multi-processor system call instruction to achieve the task
voice-auto-response-system
- 系统自动处理来自用户的呼叫,通过语音给出用户个来操作提示,并根据用户的操作来执行相应的命令,完成用户所要的实现的功能或提供所需要的信息-auto response voice call
call-controll
- 关于数字无中心系统的呼叫控制层地设计及其帧格式-No central system of digital call control layer to design and frame format
xitongdiaoyong
- 1:修改dev.c文件,定义一个全局变量int count=0 然后用它来统计包的个数。 2.修改sys.C文件,添加extern int count 然后定义自己的函数,asmlinkage int sys_mycall(void) 3.修改entry.S和unistd.h文件,为自己定义的函数增加系统调用号。 4.自己写个函数进行系统调用。-1: Modify dev.c file, define a global variable int count = 0 then use
system-of-wards
- 基于单片机的简易病房呼叫系统, 通过六个按键模拟六个病房,有病房呼叫时数码管显示对应的病房号,有多个病房同时呼叫时,优先级以1最高,6最低的顺序显示。-Simple microcontroller-based ward call system
clock
- 实验二 同步与异步write的效率比较设置输入缓冲区时需要知道输入文件的长度。除了使用系统调用stat外,更简单的方法是利用lseek的返回值来获取文件的长度。在按每一个给定大小的输出缓冲区计算写文件时间时,应当在开始写之前调用times(),记录下开始时间,然后在整个输入缓冲区都复制到输出文件之后,再调用times(),两次调用times()的时间间隔,就是在这个给定大小的输出缓冲区的限制下,复制整个输入文件所耗费的写时间。-Experiment two synchronous and asy
Transitions-call-system
- 单工呼叫系统是我根据以前学长写的代码仿制的,对嵌入式的学习将会有更深层的理解-Calling system is my transitions according to old senior writing code copied, the study of embedded will have a deep understanding,,
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
ControlEx_2010.2.3
- 在某个控件类的基础上新注册一个子类化的控件类,不会影响原有控件类。在 Windows 中,这种技术又称为超类化。这种方法能影响到每一个创建的控件实例。 这种方法要是向MiniGUI 注册自己的类,然后自己设计控件数据(不是指GUI系统的调用的控件窗口数据(这些例如客户区、私有DC、托管窗口之类的),而是指保存控件某些行为的数据(例如ctrl_button里的BUTTONDATA这一些的数据))和过程处理函数。 比较适用用于像扩展按钮(Button)、编辑框(Edit)、进度条(Progres
LINUX-system-call
- Linux下的系统调用, 很全的api, 快来下载吧-Linux system call api ok good
