搜索结果
找到约 550 项符合
Text-independent 的查询结果
软件设计/软件工程 Dijkstra算法求最短路径(C#版) using System using System.Collections using System.Text namespace Greedy
Dijkstra算法求最短路径(C#版) using System
using System.Collections
using System.Text
namespace Greedy
{
class Marx
{
private int[] distance
private int row
private ArrayList ways = new ArrayList()
public Marx(int n,params int[] d)
{
this.row = n
distance = new int[row * row]
for ( ...
Delphi/CppBuilder procedureTForm1.Button1Click(Sender:TObject) var S:String begin S:=idhttp1.Get(PostURL.text+
procedureTForm1.Button1Click(Sender:TObject)
var
S:String
begin
S:=idhttp1.Get(PostURL.text+ ?username= +EdUserName.Text+ &password= +EdPassWord.Text+ &password2= +EdPassWord.Text+ &email= +
EdEMail.Text+ &gendernew=1&year=&month=&day=&locationnew =&site=&oicq=&icq=&yahoo=&msn=&bio=&styleidnew ...
Java编程 使用说明: 双击Demo.bat文件便可以执行 (需要配置好jre||JDK环境) 请输入sql语法关键字来测试改程序谢谢 目前支持的语法关键字如下设置: text.getSet
使用说明:
双击Demo.bat文件便可以执行
(需要配置好jre||JDK环境)
请输入sql语法关键字来测试改程序谢谢
目前支持的语法关键字如下设置:
text.getSettings().setCase_Insensitive(false) // 不区分大小写
text.getSettings().addKeyWord1("select")
text.getSettings().addKeyWord1("commit")
text.getSettings().add ...
手机短信编程 能够和支持AT命令通讯的手机进行交互,比如发送短信(Text Mode, PDU mode),打电话等. 除了库的源代码以外,还有demo的源代码. 该代码是学习短信,modem通讯,手机AT命令
能够和支持AT命令通讯的手机进行交互,比如发送短信(Text Mode, PDU mode),打电话等.
除了库的源代码以外,还有demo的源代码.
该代码是学习短信,modem通讯,手机AT命令通讯的好材料.
其他 TFIND searches for one or more strings (boolean AND) in a text file. TFIND reports all lines whe
TFIND
searches for one or more strings (boolean AND) in a text file.
TFIND reports all lines where the string(s) were found (or NOT found
by option).
The search can be limited to a field in a fixed field (i.e. column
oriented) list.
An extended search mode is available, where only letters an ...
人工智能/神经网络 aDABOOST This package contains the following files: learner.jar - is a platform independent java
aDABOOST
This package contains the following files:
learner.jar - is a platform independent java package. In order to run it on windows/linux
open the command prompt/shell and type the command "java -jar learner.jar".
Make sure the java installation path is set in the system enviroment.
learner ...
系统设计方案 osg中using two independent camera to veiw a scene
osg中using two independent camera to veiw a scene
多国语言处理 urifind the uri from specially text samples or files. nice.
urifind the uri from specially text samples or files.
nice.
加密解密 encryption the text or decryption the hash text
encryption the text or decryption the hash text
其他 利用键盘输入keypress和text的文本比较编制的一个小游戏
利用键盘输入keypress和text的文本比较编制的一个小游戏,目的在于锻炼键盘的熟练程度!