搜索结果
找到约 698 项符合
J-SIM 的查询结果
其他 添加BDE别名:paikedata 设置path:[存放位置]paikedata (如:e:paikedata) 运行:f_ssgl.exe --★运行说明----------------
添加BDE别名:paikedata
设置path:[存放位置]\paike\data (如:e:\paike\data)
运行:f_ssgl.exe
--★运行说明------------------------------------------------
13
用户名:nwn
密码:j
Linux/Unix编程 //初始化 initscr() //获得屏幕尺寸 getmaxyx(stdscr, h, w) //画背景 for(i=0 i<h i++)
//初始化
initscr()
//获得屏幕尺寸
getmaxyx(stdscr, h, w)
//画背景
for(i=0 i<h i++)
for(j=0 j<w j++){
mvaddch(i, j, ACS_CKBOARD)
}
refresh()
//建立窗口
pad = newpad(80, 128)
for(i=0 i<80 i++){
char line[128]
sprintf(line, "This line in pad is numbered d ...
系统设计方案 利用通讯模块进行数据通信
利用通讯模块进行数据通信,就是将数据体作为短消息的内容,从发送方的通讯模块发送出去,通过短消息中心进行转发,接收方通讯模块收到此短消息后即存储在SIM卡上,模块外接的控制器(如单片机、计算机等)从模块中读取短消息后,根据需要将无用的信息去除,取出有效信息,然后将SIM卡中的短消息删除,这样就完成一次单向数 ...
数学计算 素数环: 把从1到10这10个数摆成一个环
素数环: 把从1到10这10个数摆成一个环,要求相邻的两个数的和是一个素数。 〖问题分析〗 这是一道回溯的题目。从1开始,每个空位有9种可能,每种可能加入约束条件即可
1.与前面所有的数不重复
2.与前一个数和为素数(最后一个和第一个也要满足)。 〖算法流程〗 1、数据初始化; 2、递归填数: 判断第J种可能是否合法; ...
J2ME J2ME编程的经典书籍
J2ME编程的经典书籍,作者MARTIN J. WELLS,详尽介绍了J2ME编程基础
数据结构 设有由n个不相同的整数组成的数列
设有由n个不相同的整数组成的数列,记为:
a(1)、a(2)、……、a(n)且a(i)<>a(j) (i<>j)
例如3,18,7,14,10,12,23,41,16,24。
若存在i1<i2<i3< … < ie 且有a(i1)<a(i2)< … <a(ie)则称为长度为e的不下降序列。如上例中3,18,23,24就是一个长度为4的不下降序列,同时也有3,7,10,12,16,24长度为6的不下降序列 ...
Jsp/Servlet This file is used for the comparison of of groups within livejournal groups and finding how many sim
This file is used for the comparison of of groups within livejournal groups and finding how many similar people exist within two specified groups.
matlab例程 严格按照BP网络计算公式来设计的一个matlab程序,对BP网络进行了优化设计 优化1:设计了yyy
严格按照BP网络计算公式来设计的一个matlab程序,对BP网络进行了优化设计
优化1:设计了yyy,即在o(k)计算公式时,当网络进入平坦区时(<0.0001)学习率加大,出来后学习率又还原
优化2:v(i,j)=v(i,j)+deltv(i,j)+a*dv(i,j)
matlab例程 AHP toolbox AHPCALC Perform a complete AHP calculation. AHPHIER One-step hierarchic
AHP toolbox
AHPCALC Perform a complete AHP calculation.
AHPHIER One-step hierarchical assembly of AHP weighting vector.
AHPREORDER Internal reordering function called by AHPCALC.
AHPVECTOR Calculate the AHP ranking or weighting vector from an
AHP reciproal matrix.
...
Java编程 JavaServer Faces (JSF) is the “offcial” component-based view technology in the Java EE web tier. J
JavaServer Faces (JSF) is the “offcial” component-based
view technology in the Java EE web tier. JSF includes a set
of predefned UI components, an event-driven programming
model, and the ability to add third-party components. JSF
is designed to be extensible, easy to use, and toolable. This
r ...