搜索结果
找到约 257 项符合
LONG 的查询结果
按分类筛选
- 全部分类
- 技术资料 (50)
- 书籍 (38)
- 单片机编程 (17)
- 其他 (14)
- 其他书籍 (12)
- 单片机开发 (10)
- 数据结构 (9)
- Linux/Unix编程 (7)
- 软件设计/软件工程 (7)
- Java编程 (5)
- 数学计算 (5)
- matlab例程 (5)
- 源码 (4)
- 数值算法/人工智能 (4)
- 汇编语言 (4)
- 文章/文档 (4)
- 通讯/手机编程 (3)
- 技术书籍 (3)
- 模拟电子 (3)
- Internet/网络编程 (3)
- 笔记 (2)
- 电源技术 (2)
- DSP编程 (2)
- 操作系统开发 (2)
- 书籍源码 (2)
- 教程资料 (2)
- 可编程逻辑 (2)
- 编译器/解释器 (2)
- 人工智能/神经网络 (2)
- 微处理器开发 (2)
- Oracle数据库 (2)
- 其他嵌入式/单片机内容 (2)
- 人物传记/成功经验 (2)
- 软件 (1)
- 论文 (1)
- C/C++语言编程 (1)
- 软件工程 (1)
- 测试测量 (1)
- 开发工具 (1)
- 实用工具 (1)
- 通信网络 (1)
- 嵌入式综合 (1)
- 压缩解压 (1)
- 手机短信编程 (1)
- 磁盘编程 (1)
- 通讯编程文档 (1)
- 嵌入式/单片机编程 (1)
- Java书籍 (1)
- VHDL/FPGA/Verilog (1)
- Delphi控件源码 (1)
- 其他行业 (1)
- VC书籍 (1)
- 行业发展研究 (1)
- GPS编程 (1)
- Ajax (1)
- 精品软件 (1)
- VIP专区 (1)
其他书籍 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 requires a code on a ...
书籍 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 quick glance through ...
文章/文档 < 波形声音控件函数使用说明>> **************************************************************************
< 波形声音控件函数使用说明>> ****************************************************************************************************************** 函数名 功能 说明 ------------------------------------------------------------------------------------------------------------------ GetData() 获取 ...
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即为向Qracle中插入大 ...
操作系统开发 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 is, access the networ ...
书籍 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. Many of those who would ...
技术资料 无线环境监测系统设计
日常生活中我们经常需要对一个环境进行远距离实时监测控制。无线环境的监测开发就十分的必要。本文以STC89C52RC单片机为核心实现对温度、湿度、光照的无线监测。当出现异常时,报警装置会自动发出警报,异常值可以手动设置。In daily life, we often need to monitor and control an environment at a long distance and in r ...
单片机编程 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 命令可以查看特殊寄存器 data D I:0 ...
其他 题目: 已知全班有65人
题目: 已知全班有65人,期末考共8门课,每门功课成绩均用百分制(整数)计分,请输入全班同学成绩,在A盘上生成全班成绩文件:A:\allscore.dat。输入形式为: 学号 成绩1 成绩2 ··· 成绩8 long int int int 从全班成绩文件中读出同学成绩资料,统计出至少有4门课成绩>=85分,其余>=70分的同学及其资料,在D盘上生成D:\s ...
书籍源码 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_type == 2)
{
/* sh ...