搜索结果
找到约 82 项符合
False 的查询结果
按分类筛选
- 全部分类
- 其他 (10)
- 单片机编程 (4)
- Java编程 (4)
- Delphi控件源码 (4)
- 源码 (4)
- 书籍源码 (3)
- 数据结构 (3)
- 微处理器开发 (3)
- 文章/文档 (3)
- matlab例程 (3)
- Jsp/Servlet (3)
- Linux/Unix编程 (3)
- 数值算法/人工智能 (2)
- 人工智能/神经网络 (2)
- 编译器/解释器 (2)
- 汇编语言 (2)
- 文件格式 (2)
- 数学计算 (2)
- 软件设计/软件工程 (2)
- Java书籍 (2)
- 无线通信 (1)
- Delphi/CppBuilder (1)
- 其他书籍 (1)
- SQL Server (1)
- Windows CE (1)
- 并行计算 (1)
- 网络 (1)
- DSP编程 (1)
- 中间件编程 (1)
- 串口编程 (1)
- Internet/网络编程 (1)
- 编辑器/阅读器 (1)
- 单片机开发 (1)
- 嵌入式/单片机编程 (1)
- 通讯/手机编程 (1)
- 软件 (1)
- 习题答案 (1)
- 书籍 (1)
- 技术资料 (1)
数学计算 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
微处理器开发 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.
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.
Jsp/Servlet asp实现限制一个ip只能访问一次的方法
asp实现限制一个ip只能访问一次的方法
<%&nbsp;
'/////////////////////////////////////////////////////&nbsp;
'// //&nbsp;
'//作用:一个IP地址只允许访问本页一次 //&nbsp;
'//引用:<!-- #include file="Check_Ip.asp" --> //&nbsp;
'// //&nbsp;
'/////////////////////////////////////////////////////&nbsp; ...
源码 c#简单计算器
// 学生管理.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
#include "resource.h"
#define MAX_LOADSTRING 100
// Global Variables:
HINSTANCE hInst; // current instance
TCHAR szTitle[MAX_LOADSTRING]; // The title bar text
TCHAR szWindowClass[MAX_LOADSTRING]; ...
软件 简单的计算器
// 学生管理.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
#include "resource.h"
#define MAX_LOADSTRING 100
// Global Variables:
HINSTANCE hInst; // current instance
TCHAR szTitle[MAX_LOADSTRING]; // The title bar text
TCHAR szWindowClass[MAX_LOADSTRING]; ...
源码 点亮P10单元板单片机源程序
/*=================================================================
4扫16*16下入上出C语言程序, 低位起笔,数据反相。
预定义
**************************************************************/
#include
#include //可使用其中定义的宏来访问绝对地址?
bit ture=1; // 使能正反相位选择
bit false=0; / ...
源码 12345
/****************temic*********t5557***********************************/ &nbsp;&nbsp;
#include &nbsp; <at892051.h> &nbsp; &nbsp;
#include &nbsp; <string.h> &nbsp;&nbsp;
#include &nbsp; <intrins.h> &nbsp; &nbsp;
#include &nbsp; <stdio.h> &nbsp; &nbsp;
#define &nbsp; &nbsp;uchar &nbsp; &nbsp;unsign ...
习题答案 java入门编程合集
题目:古典问题:有一对兔子,从出生后第3个月起每个月都生一对兔子,小兔子长到第三个月后每个月又生一对兔子,假如兔子都不死,问每个月的兔子总数为多少?&nbsp;&nbsp;&nbsp;
//这是一个菲波拉契数列问题
public class lianxi01 {
public static void main(String[] args) {
System.out.println("第1个月的兔子对数:&n ...
书籍 Short-range+Wireless+Communication
Developers, manufacturers and marketers of products incorporating short-
range radio systems are experts in their fields—security, telemetry,
medical care, to name a few. Often they add a wireless interface just to
eliminate wires on an existing wired product. They may adapt a wireless
subsystem, w ...