搜索结果
找到约 102 项符合
false 的查询结果
按分类筛选
- 全部分类
- 其他 (10)
- 单片机编程 (8)
- 源码 (5)
- 技术资料 (4)
- Java编程 (4)
- Delphi控件源码 (4)
- 书籍源码 (3)
- Linux/Unix编程 (3)
- 文章/文档 (3)
- 数据结构 (3)
- 微处理器开发 (3)
- matlab例程 (3)
- Jsp/Servlet (3)
- 软件 (2)
- 书籍 (2)
- 无线通信 (2)
- 数值算法/人工智能 (2)
- 编译器/解释器 (2)
- 文件格式 (2)
- 数学计算 (2)
- 汇编语言 (2)
- 人工智能/神经网络 (2)
- Java书籍 (2)
- 软件设计/软件工程 (2)
- 电路图 (1)
- 笔记 (1)
- 经验 (1)
- 习题答案 (1)
- 电源技术 (1)
- DSP编程 (1)
- 通讯/手机编程 (1)
- 其他书籍 (1)
- 测试测量 (1)
- 单片机 (1)
- 传感与控制 (1)
- 嵌入式综合 (1)
- 模拟电子 (1)
- Internet/网络编程 (1)
- 串口编程 (1)
- 编辑器/阅读器 (1)
- 网络 (1)
- 嵌入式/单片机编程 (1)
- 单片机开发 (1)
- Delphi/CppBuilder (1)
- Windows CE (1)
- 中间件编程 (1)
- SQL Server (1)
- 并行计算 (1)
Java书籍 Java script脚本常用代码(全)2007-07-11 13:48click() 对象.click() 使对象被点击 closed 对象.closed 对象窗口是否已关闭true/false
Java script脚本常用代码(全)2007-07-11 13:48click() 对象.click() 使对象被点击
closed 对象.closed 对象窗口是否已关闭true/false
clearTimeout(对象) 清除已设置的setTimeout对象
clearInterval(对象) 清除已设置的setInterval对象
confirm("提示信息") 弹出确认框,确定返回true取消返回false ...
电路图 DHT11温湿度检测
由STC89C51单片机来控制DHT11传感器采集的温湿度的转换、1602液晶屏的显示,以及蜂鸣器的报警。
编辑器/阅读器 一个windows记事本c#源码 在编辑菜单中的"查找下一个"没有实现 实现方法,在查找窗体的关闭事件中添加this.visual=false 或者把search类中的 biaoji()函
一个windows记事本c#源码
在编辑菜单中的"查找下一个"没有实现
实现方法,在查找窗体的关闭事件中添加this.visual=false
或者把search类中的 biaoji()函数改为 string biaoji()
提供个值
本期项目产生的问题
1.拦载windows窗体中的关闭事件
HREF 属性
notebookhelp是帮助文件源码 ...
无线通信 CC430无线模块唤醒功能
本应用手册阐述了此方案的设计理念,RF1A寄存器,以及WOR功能的时序。同时详细介绍了CC430F613x和CC430F513x等子系列的特殊用例,并将其归档。通过在CC430F613x和CC430F513x子系列上使用WOR的应用实例,本应用手册给出结论。
微处理器开发 Compute Classical detection threshold for radar detection under additive Gaussian white noise criter
Compute Classical detection threshold for radar detection under additive Gaussian white noise criterion and specified false alarm probability.
单片机编程 基于单片机和串行EEPROM的智能密码锁的设计与制作
摘要:传统的门锁既要备有大量的钥匙,又要担心钥匙丢失后的麻烦。随着单片机的问世,出现了带微处理器的密码锁,它除具有电子密码锁的功能外,还引入了智能化、科技化等功能,从而使密码锁具有很高的安全性、可靠性,受到了广大用户的亲睐。本文介绍一种基于单片机和串行EEPROM的智能密码锁,对系统硬件设计和软件实现进行 ...
matlab例程 Compute Classical CFAR binary detection threshold for radar detection under additive Gaussian white
Compute Classical CFAR binary detection threshold for radar detection under additive Gaussian white noise criterion and specified false alarm probability.
数学计算 This program contains the iterative methods of finding solutions of the equation f(x)=0, which are a
This program contains the iterative methods of finding solutions of the equation f(x)=0, which are also known as the roots of the equation f(x)=0
The methods are:
-bisection
-false position
-newton raphson
-secant
汇编语言 实现直接插入排序 要求:封装成一个函数
实现直接插入排序
要求:封装成一个函数,形式如下:
void DirectInsertSort(bool bOrder, bool bPrintEveryStep, int * array)
其中,参数bOrder是布尔类型变量,true表示升序,false表示降序
bPrintEveryStep表示是否把每一步的排序结果打印出来,true表示打印,false表示不打印
array是待排序的数组 ...
Linux/Unix编程 cppcheck is a static C/C++ code analyzer that checks for memory leaks, mismatching allocation-deallo
cppcheck is a static C/C++ code analyzer that checks for memory leaks, mismatching allocation-deallocation, buffer overrun, and many more problems. Its goal is to produce no false positives.