搜索资源列表
sipXcallLib
- sipXtapi is a comprehensive client library and software development kit (SDK) for SIP-based user agents. It includes SIP signalling support as well as a media fr a mework. A complete and very feature rich softphone can b
sst39vf400
- /* Check_SST_39VF400A Check manufacturer and device ID /* CFI_Query CFI Query Entry/Exit command sequence /* Erase_One_Sector Erase a sector of 2048 words /* Erase_One_Block Erase a block of 32K words /* Erase_En
sipXcallLib
- sipXtapi is a comprehensive client library and software development kit (SDK) for SIP-based user agents. It includes SIP signalling support as well as a media fr a mework. A complete and very feature rich softphone can b
sst39vf400
- /* Check_SST_39VF400A Check manufacturer and device ID /* CFI_Query CFI Query Entry/Exit command sequence /* Erase_One_Sector Erase a sector of 2048 words /* Erase_One_Block Erase a block of 32K words /* Erase_En
exificient-0.3-src
- EXIficient - open source implementation of the W3C Efficient XML Interchange (EXI) format specification -EXIficient- open source implementation of the W3C Efficient XML Interchange (EXI) format specification
HTML5_FWD-EXI.pdf
- HTML5 is the latest iteration of this lingua franca. While it is the most ambitious change to our common tongue, this isn’t the first time that HTML has been updated. The language has been evolving from the start.
07-process
- Linux下进程处理示例程序。包括以下示例:pid,execl,execle,execlp,execve,exi,fork,waitpid,daemon,syslog_daemon,daemon_proc,multi_proc-Under the process of dealing with Linux sample program. Include the following examples: pid, execl, execle
WeChat-RedPocket-System-Rebuild
- 微信红包控制台版 指令: grab 抢红包 list 列出已抢到红包数据 exi 退出程序-Wechat redpocket system console version commands: grab open the pocket list list the pocket data exit exit the program
break 打断语句
- break语句通常用在循环语句和开关语句中。当break用于开关语句switch中时,可使程序跳出switch而执行switch以后的语句;如果没有break语句,则将成为一个死循环而无法退出(The break statement is usually used in the loop statement and the switch statement.When break is used in switch statement s