搜索资源列表
atlyfscript
- 这是非常有挑战性的题目。对于用户输入的任意一个平面函数f(x),绘制出其函数曲线。这里最关键的技术难点就是如何实现计算表达式的值。在《编译原理》和《数据结构》的书中,都有对表达式运算方法的论述。说实在的,在编译型计算机语言中实现对用户输入表达式的运算是非常困难的。需要对表达式进行扫描,去括号,按照运算符的优先级生成2叉树,然后遍历该树生成逆波兰表达式,再然后通过栈的方法进行运算。如果在表达式中再包含有函数的话......描述起来都麻烦,更不要说用程序实现了:-(-This is a very c
ComTimer
- 多线程串口数据发送,采用Windows高精度时间搓实现,精度可以达到1毫秒,可以任意设置进程优先级别和线程优先级别-Multi-threaded serial data transmission, the use of Windows to achieve high-precision time twist, the accuracy can reach 1 ms, which could be set process priority and thread priority
butterfly.h264
- H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送
CaptureKeyWithDll
- symbian,使用dll服务捕获按键,比设置优先级更能提高按键响应.-symbian, use dll services capture button, set the priority level than the keys that can enhance response.
DynamicHA
- Mobile-IP Priority Home Agents for Aerospace and Military Applications: Mobile-IPv4 Operations, Priority Home Agent Implementation, Architectural Concepts, Field Demonstration, Virtual Mission Operations Center, Potential Problems and Iss
MTKLEDEFFECT
- MTK呼吸灯优先级控制,数组模式控制,很好的原程序-MTK breathing light priority control, array mode control, very good original program
calculator
- 一个比较简单的安卓计算器程序,使用栈可以判断加减乘除和括号的优先级-a simple android calculator program,use stack to judge the priority
Android-system-boot-analyze-
- Android系统启动过程分析 本文主要介绍Android系统的启动过程,以Androidinit进程之后部分为主,init之前部分同标准Linux内核启动完全相同。于Android启动过程复杂,涉及C、C++及java部分内容,本文以流程分析为主线旨在让大家在分析Android系统时有个清晰的思路。鉴于本人水平有限,如有阐述不正之处,还请不吝指正,感激不尽! 系统启动大致可分为一下几个阶段: • bootloader---初始化、从Flash读取Kernel镜像及一些必
Android-start-boot-analyze-
- Android系统启动过程分析 本文主要介绍Android系统的启动过程,以Androidinit进程之后部分为主,init之前部分同标准Linux内核启动完全相同。于Android启动过程复杂,涉及C、C++及java部分内容,本文以流程分析为主线旨在让大家在分析Android系统时有个清晰的思路。鉴于本人水平有限,如有阐述不正之处,还请不吝指正,感激不尽! 系统启动大致可分为一下几个阶段: • bootloader---初始化、从Flash读取Kernel镜像及一些必
width_first_K-Best
- 基于QR分解的宽度优先球形译码,即通常所说的K-best算法,适用于MIMO技术中的接收端信号检测。-Priority sphere decoding based on the width of the QR decomposition, commonly known as the K-best algorithm for the receiver signal detection in MIMO technology.
uwsun
- Underwater SUN node configuration. This code defines the communication between two sender and one receiver using sun node routing. SUN node module gives first priority to shortest path and then SNR value.
Brc2
- 短信广播接收器范例,可以很好地学习如何监听系统广播.举一反三好例子-SMS broadcast receiver example, you can well learn how to monitor systems broadcast a good example of giving top priority
iCalculator
- ios计算器,能够实现加减乘除基本运算,同时可以计算优先级,括号等复杂运算,非常适合新手学习Ios~-ios calculator, to achieve the basic operations of addition, subtraction, multiplication and division, and at the same time can be calculated priority, brackets and other complex operations, ideal fo
Dynamic-Frequency-Allocation
- Dynamic Frequency Allocation Scheme of Mobile Networks using Priority Assignment Technique :Cognitive Radio +
py-priority-settings-window
- 这是S60手机系统的c++扩展功能的py设置窗口优先级模块,扩展功能用-This is a S60 phone system c++ extensions of py priority settings window module, with extensions
priority.tcl
- mac 802.11 e transmatin
NonPriority
- priority queue implementation in .Net to calculate packet loss, packets in system, for voice, video and data packets
Android
- 本文档讲述了Android系统的四大基本组件 Android系统的进程优先级的变化方式 Activity的生命周期中各状态的变化关系 Activity事件回调函数的作用和调用顺序 Android应用程序的调试方法和工具 -Changes in the relationship between the role of the process of this document describes the four basic components of the Android s
PF-FDPS
- 包括蜂窝小区中用户及小区的撒点,小区资源分配中的正比例公平调度,根据平均速度和瞬时速度计算优先级-Including sow cell users and cell, the cell resource allocation proportional fair scheduling, calculated according to the average speed priority and instantaneous speed
Calculator_kxjsq
- 科学计算器源码是一个基于安卓的计算器项目源码,除了可以实现了系统自带计算器功能外还可以进行基本函数的运算和括号的运算,能根据表达式的优先级来自动区分运算顺序。另外在软件的下方也能根据按键进行功能上的友好的提示。全部功能只用了一个java文件搞定,源码有详细的注释,新手朋友可以学习一下布局和实现。-Scientific calculator source code is a calculator program source code based on Android, in addition t