搜索:util
找到约 79 项符合「util」的查询结果
结果 79
按分类筛选
- 全部
- Java编程 (28)
- 技术资料 (7)
- J2ME (4)
- Linux/Unix编程 (3)
- Java书籍 (3)
- Jsp/Servlet (3)
- Ajax (3)
- 源码 (2)
- 其他 (2)
- 压缩解压 (2)
- 嵌入式/单片机编程 (2)
- 软件设计/软件工程 (2)
- 单片机编程 (1)
- C/C++语言编程 (1)
- 加密解密 (1)
- 多媒体处理 (1)
- 计算机相关 (1)
- Internet/网络编程 (1)
- 编辑器/阅读器 (1)
- SCSI/ASPI (1)
- Applet (1)
- 网络 (1)
- 文件格式 (1)
- 汇编语言 (1)
- VHDL/FPGA/Verilog (1)
- Delphi控件源码 (1)
- JavaScript (1)
- 邮电通讯系统 (1)
- GPS编程 (1)
- MTK (1)
https://www.eeworm.com/dl/626/472075.html
编辑器/阅读器
#include <avr/io.h> #include <avr/interrupt.h> #include <avr/signal.h> #include
#include <avr/io.h>
#include <avr/interrupt.h>
#include <avr/signal.h>
#include <avr/sleep.h>
#include <avr/pgmspace.h>
#include <string.h>
#include <util/delay.h>
#include <avr/eeprom.h>
#include <stdio.h>
#include "defines.h" ...
https://www.eeworm.com/dl/656/241394.html
Java书籍
Core Java 2 Volume I - Fundamentals, Seventh Edition Completely revised and up-to-date coverage o
Core Java 2 Volume I - Fundamentals, Seventh Edition
Completely revised and up-to-date coverage of
Generic programming, restrictions and limitations, type bounds, wilcard types, and generic reflection
Swing GUI development, including input validation and other enhancements
Ex ...
https://www.eeworm.com/dl/666/181191.html
Delphi控件源码
pop3代理服务器源代码One of the most powerful features of Pop3 Agent is a naive Bayes filter, that is capab
pop3代理服务器源代码One of the most powerful features of Pop3 Agent is a naive Bayes filter,
that is capable of recognizing spam e-mails after appropriate training.
Pop3 Agent uses an embedded Firebird database server. Of course, you can
configure Pop3 Agent to work with an ex ...
https://www.eeworm.com/dl/690/244005.html
邮电通讯系统
radius协议源码÷The Radius Stack will connect to a Radius Server. This stack implementation is built upo
radius协议源码÷The Radius Stack will connect to a Radius Server. This stack
implementation is built upon the UdpStack which is available
in the radius{version}/util directory. A minimal set of VSAs (Vendor
Specific Attributes are supported by this stack). The Radius
Stack should ...
https://www.eeworm.com/dl/955534.html
技术资料
《Java线程》
·《Java线程》第三版已经过完整的扩编与修订。本书完整收录了来自java.util.concurrent的并发功能。新的章节涵盖到thread的性能、在Swing中使用thread、thread与Collection class、thread pool以及thread与I/O(传统的、新型的、中断的)。还无法配置J2SE 5.0的开发者可以借由附录中所提供的thread工 ...
https://www.eeworm.com/dl/633/318167.html
Java编程
MediaPlayer代码
MediaPlayer代码,部分代码,合适请用:
import java.awt.*
import java.awt.event.*
import javax.swing.*
import javax.media.*
import java.io.*
import java.util.* //为了导入Vector
//import com.sun.java.swing.plaf.windows.*
public class MediaPlayer extends JFrame implements Acti ...
https://www.eeworm.com/dl/520977.html
源码
CMPP3.0源码
CMPP3.0源码 java实现
1.将common文件夹、MsgConfig.properties放于src根目录下。
2.修改MsgConfig.properties配置文件对应的内容为可用参数。
3.方法入口:common.msg.util.MsgContainer
&nbsp;&nbsp; &nbsp;sendWapPushMsg(String url,String desc,String cusMsisdn):发送web push短信;
&nbsp ...
https://www.eeworm.com/dl/656/282885.html
Java书籍
【目录信息】 第一部分 准备程序员考试 第1章 程序员考试指南 1 1.1 程序员考试的形式是什么 2 1.2 考试包含哪些内容 2 1.2.1 声明和访问控制 2 1.2.2
【目录信息】
第一部分 准备程序员考试
第1章 程序员考试指南 1
1.1 程序员考试的形式是什么 2
1.2 考试包含哪些内容 2
1.2.1 声明和访问控制 2
1.2.2 流控制和异常处理 2
1.2.3 垃圾收集 3
1.2.4 语言基础 3
1.2.5 运算符和赋值 3
1.2.6 重载、覆盖运行时间类型和面向对象 3
1.2.7 线程 3
...
https://www.eeworm.com/dl/685/292636.html
JavaScript
1.. 需要jdom.jar和bsf.jar,否则无法跟spring整合. 2.. dwr生成的javascript函数会自动加一个回调函数的参数,如原来的函数是checkExist(String
1.. 需要jdom.jar和bsf.jar,否则无法跟spring整合.
2.. dwr生成的javascript函数会自动加一个回调函数的参数,如原来的函数是checkExist(String name),那么生成的javascript函数是checkExist(callbackFunc,String name).
3.. 注意回调函数只能有一个参数,就是服务器的返回值,如function(messFromServe ...
https://www.eeworm.com/dl/633/444481.html
Java编程
Generate Possion Dis. step1:Generate a random number between [0,1] step2:Let u=F(x)=1-[(1/
Generate Possion Dis.
step1:Generate a random number between [0,1]
step2:Let u=F(x)=1-[(1/e)x]
step3:Slove x=1/F(u)
step4:Repeat Step1~Step3 by using different u,you can get x1,x2,x3,...,xn
step5:If the first packet was generated at time [0], than the
second packet will ...