搜索结果
找到约 8 项符合
col 的查询结果
游戏 打飞碟小游戏,射击类,/*自己改游戏的速度*/ int speed /*飞碟移动速度*/ int col /*中心坐标*/ int score=0 /*得分*/
打飞碟小游戏,射击类,/*自己改游戏的速度*/
int speed /*飞碟移动速度*/
int col /*中心坐标*/
int score=0 /*得分*/
单片机编程 LCD12864显示汉字和数字(程序和电路)
附件为:LCD12864显示汉字和数字的程序与电路
/*
 自定义延时子函数
*/
void delayms(uchar z)
{
  int x,y;
  for(x=z;x>0;x--)
     for(y=110;y>0;y--);
}
/*
     判断LCD忙信号状态
*/
void buys()
{
  int dat;
  RW=1;
  ...
matlab例程 % 文件名:randlsbget.m % 程序员:余波 % 编写时间:2007.6.25 % 函数功能: 本函数将完成提取隐秘于上的秘密信息 % 输入格式举例:result=( scover.
% 文件名:randlsbget.m
% 程序员:余波
% 编写时间:2007.6.25
% 函数功能: 本函数将完成提取隐秘于上的秘密信息
% 输入格式举例:result=( scover.jpg ,56, secret.txt ,2001)
% 参数说明:
% output是信息隐藏后的图象
% len_total是秘密信息的长度
% goalfile是提取出的秘密信息文件
% key是随机间隔函数的密钥
...
Delphi控件源码 delphi表格控件源码,修改垂直方向滚动表格时, 可以滚动得只剩下一行的问题. - 修改了打印预览页眉行之间间距过大的问题 - 修改了3.25版本后多行文本单元格打印不显示的问题 - 修改了3
delphi表格控件源码,修改垂直方向滚动表格时, 可以滚动得只剩下一行的问题.
- 修改了打印预览页眉行之间间距过大的问题
- 修改了3.25版本后多行文本单元格打印不显示的问题
- 修改了3.25.3后某些版本会出现内存泄漏导致程序崩溃的问题
+ 为TEjunDataGrid的Columns对象添加了CellItems属性,该属性是TStrings类型,当该列的 ...
Java编程 (1) 设计和编写代表矩阵的Matrix类。该类包括矩阵行列数变量int rows和int cols
(1) 设计和编写代表矩阵的Matrix类。该类包括矩阵行列数变量int rows和int cols,矩阵数据数组double data[][],构造方法Matrix()、Matrix(int rows,int cols)、Matrix(int rows,int cols,double data[][]),获取某元素值的方法getData(int row,int col),设置某元素值的方法setData(int row,int col,double value),计算 ...
Linux/Unix编程 int show_char(int n, const char *name, chtype code) { const int height = 16 int row = 4 + (
int show_char(int n, const char *name, chtype code)
{
const int height = 16
int row = 4 + (n height)
int col = (n / height) * COLS / 2
mvprintw(row, col, " *s : ", COLS/4, name)
addch(code)
return n + 1
}
书籍 Distributed+Quality-of-Service+Support
This thesis is about wireless communication in shared radio spectrum. Its origin and
motivation is ideally represented by the two quotations from above. In this thesis, the
support of Quality-of-Service (QoS) in cognitive radio networks is analyzed. New
approaches to distributed coordination of cogn ...
书籍 Multimedia Over IP
In case you haven’t noticed, multimedia communication over IP and wireless net-
works is exploding. Applications such as BitTorrent, used primarily for video
downloads, now take up the lion’s share of all traffic on the Internet. Music file
sharing, once on the legal cutting edge of massive copyri ...