代码搜索:CNN
找到约 803 项符合「CNN」的源代码
代码结果 803
www.eeworm.com/read/289049/8582745
bas module1.bas
Attribute VB_Name = "Module1"
Public blnAdd0 As Boolean, blnAdd1 As Boolean, blnAdd2 As Boolean
Public Function Cnn() As String '返回一个数据库连接
Cnn = "Provider=MSDASQL.1;Persist Security Info=False;
www.eeworm.com/read/187802/8600029
bas module1.bas
Attribute VB_Name = "Module1"
Public Function ConnectString() _
As String
'returns a DB ConnectString
ConnectString = "FileDSN=学生公寓管理数据库.dsn;UID=sa;PWD="
End Function
Public Func
www.eeworm.com/read/185311/9043650
bas module1.bas
Attribute VB_Name = "Module1"
Public blnAdd0 As Boolean, blnAdd1 As Boolean, blnAdd2 As Boolean
Public Function Cnn() As String '返回一个数据库连接
Cnn = "Provider=MSDASQL.1;Persist Security Info=False;
www.eeworm.com/read/381127/9108379
cs show.aspx.cs
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System
www.eeworm.com/read/184283/9113343
m m.m
function [M,lovelist]=M(zwd,ppp,lovelist,robotnum,robotwg)
%----------------------------------M:3*16,状态列表的单数位为网格上的物体,双数位为目标发射水平,1最高,5不能探测。
%----------------------------------lovelist:20*50。
M=zeros
www.eeworm.com/read/184283/9113346
m rexp.m
function [rexp,ccj]=rexp(lovelist,robotnum,zwd)%-----------------重复探测规则。
rexp=zeros(robotnum,8)+81;ccj=1;
for ri=1:robotnum
for rj=1:8
cnn=zwd(ri,2*rj-1);cmm=zwd(ri,2*rj);
for
www.eeworm.com/read/377879/9259565
pas uado.pas
{*******************************************************}
{ }
{ 原生ADO }
{
www.eeworm.com/read/375272/9365797
cs show.aspx.cs
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System
www.eeworm.com/read/179014/9378567
cs sqlitetransaction.cs
/********************************************************
* ADO.NET 2.0 Data Provider for SQLite Version 3.X
* Written by Robert Simpson (robert@blackcastlesoft.com)
*
* Released to the publ
www.eeworm.com/read/165370/10066147
bas hrddatabase.bas
Attribute VB_Name = "Module2"
Option Explicit
Public MsgString As String
Public Cnn As New ADODB.Connection
'连接数据库服务器
Public Function ConnectionSQLServer() As Boolean
Set Cnn = New ADODB