搜索结果
找到约 183 项符合
Log 的查询结果
按分类筛选
- 全部分类
- matlab例程 (17)
- Java编程 (16)
- 其他 (10)
- 学术论文 (8)
- 通讯/手机编程 (7)
- Linux/Unix编程 (7)
- 单片机开发 (6)
- 源码 (5)
- DSP编程 (4)
- Internet/网络编程 (4)
- 数据结构 (4)
- 数学计算 (4)
- 编译器/解释器 (4)
- 技术资料 (4)
- 软件设计/软件工程 (3)
- 网络 (3)
- J2ME (3)
- Windows CE (3)
- Delphi控件源码 (3)
- 电子书籍 (3)
- 书籍源码 (3)
- 文件格式 (3)
- VC书籍 (3)
- GPS编程 (3)
- 多媒体处理 (2)
- 单片机编程 (2)
- 邮电通讯系统 (2)
- 数值算法/人工智能 (2)
- VHDL/FPGA/Verilog (2)
- 文章/文档 (2)
- 其他数据库 (2)
- MySQL数据库 (2)
- MTK (2)
- 人工智能/神经网络 (2)
- 其他书籍 (2)
- 电机控制 (1)
- 模拟电子 (1)
- Proe教程 (1)
- 嵌入式综合 (1)
- 可编程逻辑 (1)
- 通讯编程文档 (1)
- *行业应用 (1)
- 教育系统应用 (1)
- Delphi/CppBuilder (1)
- USB编程 (1)
- uCOS (1)
- STL (1)
- 汇编语言 (1)
- Oracle数据库 (1)
- 串口编程 (1)
- 中间件编程 (1)
- BREW编程 (1)
- 游戏 (1)
- 操作系统开发 (1)
- 行业发展研究 (1)
- 嵌入式Linux (1)
- JavaScript (1)
- 传真(Fax)编程 (1)
- Jsp/Servlet (1)
- 系统设计方案 (1)
- OA系统 (1)
- 并行计算 (1)
- Windows Mobile (1)
- Symbian (1)
- 书籍 (1)
- 精品软件 (1)
Java编程 系统分为三个大模块:采集、整合、查询管理模块
系统分为三个大模块:采集、整合、查询管理模块,各模块款功能描述如下:
在采集系统中,采用JAVA中的字符串解析、网络编程(Socket)、输入输出流(IO)和多线程等技术对原始计费Log(wtmpx)文件进行读取并分析、处理。但要求效率比较高,于是采用了Unix系统的计划任务命令(crontab)进行定时采集原始计费日志文件(UNIX系 ...
OA系统 基于Domino的oa工作流套件
基于Domino的oa工作流套件,所有流程的审批均可通过单一的待办事宜模块进行审批,提供统一入口,而不需要根据不同流程进入不同地应用库进行审批
1.Application.nsf 流程运行应用库(必需)(CS/BS)
2.Process.nsf 流程定义库(必需)(仅CS)
3.Organization.nsf 流程组织库(CS/BS)
4.Outofoffice.nsf 外出代理授权库(CS/ ...
其他 This is a binary search tree with void* pointer in data segment in order you to search store and del
This is a binary search tree with void* pointer in data segment in order you to search store and delete O(n) worst case, O(log(n)) agerage case data.
matlab例程 Basic function to locate and measure the positive peaks in a noisy data sets. Detects peaks by loo
Basic function to locate and measure the positive peaks in a noisy
data sets. Detects peaks by looking for downward zero-crossings
in the smoothed third derivative that exceed SlopeThreshold
and peak amplitudes that exceed AmpThreshold. Determines,
position, height, and approximate width of e ...
其他 最小生成树 MST的四种算法实现。 包括普通的Kruskal算法和Prim算法
最小生成树 MST的四种算法实现。
包括普通的Kruskal算法和Prim算法,用Disjoint-Set优化的Kruskal算法和用Heap优化的堆算法。
复杂度分别为O(mn), O(n^2), O(m log n), O(m log n)
人工智能/神经网络 Heapsort 1.A heap is a binary tree satisfying the followingconditions: -This tree is completely ba
Heapsort
1.A heap is a binary tree satisfying the followingconditions:
-This tree is completely balanced.
-If the height of this binary tree is h, then leaves can be at level h or level h-1.
-All leaves at level h are as far to the left as possible.
-The data associated with all descendants of a nod ...
并行计算 这是一个演示分布式系统并行计算的GUI程序
这是一个演示分布式系统并行计算的GUI程序,通过在log定制事件,即可查看
Internet/网络编程 You can download a packet sniffer which grabs packets from local interface and analyses headers. It
You can download a packet sniffer which grabs packets from local interface and analyses headers. It also writes headers into the log file.
编译器/解释器 生成Trick文件工具 1.Open command line 2.input tricktest Usage: TrickTest -f -o -i -f source mpeg2 fil
生成Trick文件工具
1.Open command line
2.input tricktest
Usage: TrickTest -f -o -i
-f source mpeg2 file to trick
-o trick output directory
-i output file id
-m max coding error, default 0
-b max bitrate for trick generate, default 0 mean no limit
-s trick buffer block size, must be n*188
-l lo ...