搜索结果
找到约 110 项符合
default 的查询结果
按分类筛选
- 全部分类
- 单片机开发 (14)
- Java编程 (12)
- 其他 (9)
- 技术资料 (7)
- 源码 (6)
- 微处理器开发 (5)
- 书籍源码 (4)
- 编译器/解释器 (4)
- 其他嵌入式/单片机内容 (4)
- matlab例程 (3)
- 单片机编程 (2)
- 通信网络 (2)
- Internet/网络编程 (2)
- 人工智能/神经网络 (2)
- 通讯/手机编程 (2)
- 文章/文档 (2)
- DSP编程 (2)
- 企业管理 (2)
- 教程资料 (1)
- 技术管理 (1)
- Applet (1)
- J2ME (1)
- SQL Server (1)
- 中间件编程 (1)
- 软件设计/软件工程 (1)
- 嵌入式Linux (1)
- 家庭/个人应用 (1)
- 软件工程 (1)
- 网络 (1)
- Delphi控件源码 (1)
- 其他书籍 (1)
- 数据库系统 (1)
- Windows CE (1)
- STL (1)
- 金融证券系统 (1)
- MacOS编程 (1)
- 数值算法/人工智能 (1)
- JavaScript (1)
- VHDL/FPGA/Verilog (1)
- GPS编程 (1)
- 电子书籍 (1)
- 接口技术 (1)
- 软件 (1)
- 笔记 (1)
Java编程 This is a desktop application written in java which sends email using gmail smtp. You do not need to
This is a desktop application written in java which sends email using gmail smtp. You do not need to go to the browser to send email. If you do not have a gmail account that is ok too because you can send email by a default account and of course by your own account. You need jdk 1.6 or higher to run ...
其他 < content="Hello,sik" Dim oFCKeditor Set oFCKeditor = New FCKeditor oFCKeditor.BasePath
<
content="Hello,sik"
Dim oFCKeditor
Set oFCKeditor = New FCKeditor
oFCKeditor.BasePath = "../fckeditor/"
oFCKeditor.ToolbarSet = "Default"
oFCKeditor.Width = "550"
oFCKeditor.Height = "400"
oFCKeditor.Value = content
oFCKeditor.Create "Content"
>
Java编程 环境配置说明 Jboss4.2.3 Java ee 5 MySql5.0 安装jdk,我的目录为C:SunSDK 安装jboss.我的目录为D:jboss4.2.3 安装mysql 配置
环境配置说明
Jboss4.2.3
Java ee 5
MySql5.0
安装jdk,我的目录为C:\Sun\SDK
安装jboss.我的目录为D:\jboss4.2.3
安装mysql
配置环境变量JBOSS_HOME D:\jboss4.2.3
配置环境变量 JAVA_HOME C:\Sun\SDK\jdk
JBOSS的JMS配置
由于没有用到集群所以用JBOSS的default应用即可。 ...
MacOS编程 People have vast background knowledge to cope with everyday situations. We don t have to be told e
People have vast background knowledge to cope with everyday situations.
We don t have to be told everything explicitly because we can call on the background knowledge.
We use `default knowledge to handle situations where knowledge is incomplete.
This is called common sense reasoning.
数值算法/人工智能 program to solve a finite difference discretization of Helmholtz equation : (
program to solve a finite difference discretization of Helmholtz equation :
(d2/dx2)u + (d2/dy2)u - alpha u = f using Jacobi iterative method.
COMMENTS: OpenMP version 3: 1 PR outside the iteration loop, 4 Barriers
Directives are used in this c ...
单片机开发 LED信息显示屏系统的分析与设计
LED信息显示屏系统的分析与设计,完整的单片机设计毕业论文。打开前请安装pdf阅读器。直接打开default.htm即可阅读。
编译器/解释器 生成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 ...
JavaScript 给出一段实现文本聊天的实例代码。除基本的聊天功能外
给出一段实现文本聊天的实例代码。除基本的聊天功能外,还需要维护一个已登录的用户的列表,如果session过期,可将用户从列表中出去过期用户,还支持除聊天室和改变用户昵称等功能。代码Default.aspx需要IIS+ASP.net环境支持
VHDL/FPGA/Verilog This project features a full-hardware sound compressor using the well known algorithm: IMA ADPCM.
This project features a full-hardware sound compressor using the well known algorithm: IMA ADPCM.
The core acts as a slave WISHBONE device.
The output is perfectly compatible with any sound player with the IMA ADPCM codec (included by default in every Windows). Includes a testbench that takes an u ...
GPS编程 This code outputs various NMEA strings to a com port. The code was originally used to test naviati
This code outputs various NMEA strings to a com port. The code was
originally used to test naviation programmes.
First select the required com port and the required NMEA message string.
There is a default starting position but this can be changed to suit just by typing
in a new position.
Click on ...