搜索:LONG

找到约 257 项符合「LONG」的查询结果

结果 257
https://www.eeworm.com/dl/542/396313.html 其他书籍

The combinatorial core of the OVSF code assignment problem that arises in UMTS is to assign some no

The combinatorial core of the OVSF code assignment problem that arises in UMTS is to assign some nodes of a complete binary tree of height h (the code tree) to n simultaneous connections, such that no two assigned nodes (codes) are on the same root-to-leaf path. Each connection r ...
下载 194
·
查看 1096
https://www.eeworm.com/dl/745436.html 书籍

Code Craft: the practice of writing excellent code

This book addresses programmer attitudes, but it’s not some kind of psychology textbook. We’ll investigate many topics, including: Source code presentation Defensive coding techniques How to debug programs effectively Good teamworking skills Managing your source code Take a q ...
查看 69
https://www.eeworm.com/dl/652/113414.html 文章/文档

< 波形声音控件函数使用说明>> **************************************************************************

< 波形声音控件函数使用说明>> ****************************************************************************************************************** 函数名 功能 说明 ---------------------------------------------------------------------------------------------------------------- ...
下载 34
·
查看 1083
https://www.eeworm.com/dl/633/351519.html Java编程

图文混排工具 1、新建一个Web工程 2、将Jsp下的页面与.js文件拷贝到工程的WebRoot下面 3、将images文件夹拷贝到工程的WebRoot下面 4、运行工程显示页面Gls.

图文混排工具 1、新建一个Web工程 2、将Jsp下的页面与.js文件拷贝到工程的WebRoot下面 3、将images文件夹拷贝到工程的WebRoot下面 4、运行工程显示页面Gls.htm就可以图文混排编辑器。 5.向Oracle数据库中插入大文本数据: a)将需要插入大文本的字段定义为long数据类型 b)Source下的GlsTest.java ...
下载 48
·
查看 1126
https://www.eeworm.com/dl/531/456247.html 操作系统开发

A user-space device driver can do many of the things that kernel drivers can t, such as perform a lo

A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running computation, block while waiting for an event, or read files from the file system. Unlike kernel drivers, a user-space device driver can use other device drivers--that i ...
下载 186
·
查看 1095
https://www.eeworm.com/dl/522132.html 书籍

System Requirements Analysis

The serious study of the practice of how to determine the appropriate content of a specification is a seldom-appreciated pastime. Those who have the responsibility to design a product would prefer a greater degree of freedom than permitted by the con- tent of a specification. Man ...
下载 1
·
查看 93
https://www.eeworm.com/dl/894729.html 技术资料

无线环境监测系统设计

日常生活中我们经常需要对一个环境进行远距离实时监测控制。无线环境的监测开发就十分的必要。本文以STC89C52RC单片机为核心实现对温度、湿度、光照的无线监测。当出现异常时,报警装置会自动发出警报,异常值可以手动设置。In daily life, we often need to monitor and control an environment at a lo ...
下载 5
·
查看 1030
https://www.eeworm.com/dl/502/31161.html 单片机编程

keil使用笔记

keil 使用笔记:在Memory窗口上输入address_type:address才能看到正确地址的变量debug~perfermance analyzer加入要察看的模块名称,然后view~perfermance analyzer window 可以察看各个模块运行时间①Display address_type:address B:Bit address C:Code Memory Bx:Code Bank D D:80H 命令可以查看特 ...
下载 108
·
查看 1074
https://www.eeworm.com/dl/534/118153.html 其他

题目: 已知全班有65人

题目: 已知全班有65人,期末考共8门课,每门功课成绩均用百分制(整数)计分,请输入全班同学成绩,在A盘上生成全班成绩文件:A:\allscore.dat。输入形式为: 学号 成绩1 成绩2 ··· 成绩8 long int int int 从全班成绩文件中读出同学成绩资料,统计出至少有4门课成绩>=85分,其余>=70分的同学及其 ...
下载 87
·
查看 1087
https://www.eeworm.com/dl/532/285422.html 书籍源码

void III_hufman_decode(struct Granule *gr,int part2_start, int freqline[SBLIMIT][SSLIMIT]) {

void III_hufman_decode(struct Granule *gr,int part2_start, int freqline[SBLIMIT][SSLIMIT]) { unsigned int reg1, reg2,i unsigned int part3_length = part2_start + gr->part2_3_length unsigned used int h,*f=&freqline[0][0] if(gr->window_switching_flag && gr->block_ty ...
下载 146
·
查看 1134