搜索结果
找到约 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编程 电信计费项目 该系统在Sun Solaris下开发,运行于Apache Tomcat平台,采用J2EE架构
电信计费项目
该系统在Sun Solaris下开发,运行于Apache Tomcat平台,采用J2EE架构,基于Struts、Hibernate、Spring技术或EJB组件技术以及Oracle 9i数据库系统。该系统后台主要由数据采集系统和数据整合系统提供支持,前台部分主要分为用户自服务管理,资费管理,用户管理,管理员管理,帐单管理,帐务管理6个模块。
该系统后 ...
J2ME Description Scientific calculator. Allows to perform caclulation with high precicion and implemen
Description
Scientific calculator. Allows to perform caclulation with high precicion and implements most populatr mathematical functions: sin, cos, tan, asin, acon, atan, exp, log, sqr, floor and ceil. Also it make it possible to define your own function, store results in variables and use variable ...
VHDL/FPGA/Verilog 用Quartus II 8.0(32bit)
用Quartus II 8.0(32bit),NIOS编译环境下,用TFT做的一个数码相框,附加原理图和veri-log程序代码
源码 JAVA SMPP 源码
Introduction
jSMPP is a java implementation (SMPP API) of the SMPP protocol (currently supports SMPP v3.4). It provides interfaces to communicate with a Message Center or an ESME (External Short Message Entity) and is able to handle traffic of 3000-5000 messages per second.
jSMPP is not ...
源码 重力异常正演MATLAB程序
%球体
close all;
G=6.67e-11;
R=2;%球体半径
p=4.0;%密度
D=10.0;%深度
M=(4/3)*pi*R^3*p;%质量
x=-20:1:20;
g=G*M*D./((x.^2+D^2).^(3/2));
Vxz=-3*G*M*D.*x./((x.^2+D^2).^(5/2));
Vzz=G*M.*(2*D^2-x.^2)./((x.^2+D^2).^(5/2));
Vzzz=3*G*M.*(2*D^2-3.*x.^2)./((x.^2+D^2).^(7/2));
subplot(2,2,1)
plot(x,g,'k-');
xl ...
源码 vb写的DNF外挂,采用DLL劫持方式
vb写的DNF外挂,采用DLL劫持方式。源码直接可以编译,默认为LOG.GLL,可以修改成其他名字放入DNF目录,进入游戏即可使用。
书籍 Signal Processing for Telecommunications
This paper presents a Hidden Markov Model (HMM)-based speech
enhancement method, aiming at reducing non-stationary noise from speech
signals. The system is based on the assumption that the speech and the noise
are additive and uncorrelated. Cepstral features are used to extract statistical
informati ...
技术资料 科学图形计算器 Mathlab 数学(专业版) v4.14.159
Mathlab发行的图形计算器应用于安卓设备的高品质显示屏上,对用户来说,计算更加清晰易懂且一目了然。这个程序有两大优势:首先,它不仅是一个精细的科学计算器,而且更重要的是,它在您输入过程中显示计算步骤,可以让学生观看和学习如何得出最终答案。第二,它的图形显示能力超乎寻常!不仅计算器显示图精美,而且会自动 ...