搜索结果
找到约 239 项符合
Value 的查询结果
按分类筛选
- 全部分类
- 单片机编程 (18)
- 其他 (17)
- 技术资料 (17)
- 其他书籍 (13)
- matlab例程 (13)
- 单片机开发 (13)
- Java编程 (12)
- 数值算法/人工智能 (10)
- 数学计算 (10)
- 数据结构 (9)
- 人工智能/神经网络 (8)
- 书籍 (7)
- 模拟电子 (5)
- 软件设计/软件工程 (4)
- 书籍源码 (4)
- 数据库系统 (4)
- 可编程逻辑 (3)
- VHDL/FPGA/Verilog (3)
- 其他数据库 (3)
- 通讯/手机编程 (3)
- 汇编语言 (3)
- 其他行业 (3)
- C/C++语言编程 (2)
- 加密解密 (2)
- 游戏 (2)
- Linux/Unix编程 (2)
- VC书籍 (2)
- 嵌入式/单片机编程 (2)
- SCSI/ASPI (2)
- 压缩解压 (2)
- CA认证 (2)
- 技术管理 (2)
- 论文 (2)
- 教程资料 (1)
- PCB相关 (1)
- 电源技术 (1)
- DSP编程 (1)
- 教程资料 (1)
- 通信网络 (1)
- 开发工具 (1)
- 测试测量 (1)
- 仿真技术 (1)
- 其他嵌入式/单片机内容 (1)
- 邮电通讯系统 (1)
- Delphi/CppBuilder (1)
- SQL Server (1)
- 并行计算 (1)
- Symbian (1)
- 文章/文档 (1)
- Jsp/Servlet (1)
- 3G开发 (1)
- 磁盘编程 (1)
- 多国语言处理 (1)
- 微处理器开发 (1)
- JavaScript (1)
- Applet (1)
- 金融证券系统 (1)
- Windows Mobile (1)
- Delphi控件源码 (1)
- 编译器/解释器 (1)
- Windows CE (1)
- 文件格式 (1)
- 驱动程序 (1)
- 行业应用文档 (1)
- Windows编程 (1)
- 接口技术 (1)
- 笔记 (1)
- VIP专区 (1)
单片机开发 This example program shows how to configure and use the A/D Converter of the following microcontroll
This example program shows how to configure and use the A/D Converter of the following microcontroller:
STMicroelectronics ST10F166
After configuring the A/D, the program reads the A/D result and outputs the converted value using the serial port.
To run this program...
Build the project (Project ...
数学计算 The module LSQ is for unconstrained linear least-squares fitting. It is based upon Applied Statisti
The module LSQ is for unconstrained linear least-squares fitting. It is
based upon Applied Statistics algorithm AS 274 (see comments at the start
of the module). A planar-rotation algorithm is used to update the QR-
factorization. This makes it suitable for updating regressions as more
data become a ...
其他嵌入式/单片机内容 he LPC932 can be used to create a Pulse Width Modulated PWM signal. That s an analog signal, with on
he LPC932 can be used to create a Pulse Width Modulated PWM signal. That s an analog signal, with only 2 discrete levels, for example 0V and 5V and a constant period. The current value of this signal at a certain poiTnt of time is proportional to its Duty Cycle. That s the High Time during one perio ...
加密解密 雜湊法(Hashing)的搜尋與一般的搜尋法(searching)是不一樣的。在雜湊法中
雜湊法(Hashing)的搜尋與一般的搜尋法(searching)是不一樣的。在雜湊法中,鍵值(key value)或識別字(identifier)在記憶體的位址是經由函數(function)轉換而得的。此種函數,一般稱之為雜湊函數(Hashing function)或鍵值對應位址轉換(key to address transformation)。對於有限的儲存空間,能夠有效使用且在加入或刪除時也能 ...
数据结构 数字运算
数字运算,判断一个数是否接近素数
A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum o ...
游戏 bung.cpp bung.dfm bung.h DbgWarn.cpp DbgWarn.dfm DbgWarn.h Debug.cpp Debug.dfm Debug.h Emu.cpp Emu
bung.cpp bung.dfm bung.h DbgWarn.cpp
DbgWarn.dfm DbgWarn.h Debug.cpp Debug.dfm
Debug.h Emu.cpp Emu.dfm Emu.h
gbc.bpg gbc.bpr gbc.cpp gbc.exe
gbc.res gbcemu.bpr gbcemu.cpp gbcemu.dll
gbcemu.h gbcemu.lib Gotodialog.cpp Gotodialog.dfm
Gotodialog.h MapView.cpp MapView.dfm MapView.h
Pal.cpp Pal.dfm Pal.h ...
数据结构 2^x mod n = 1 acm竞赛题 Give a number n, find the minimum x that satisfies 2^x mod n = 1. Input
2^x mod n = 1 acm竞赛题 Give a number n, find the minimum x that satisfies 2^x mod n = 1.
Input
One positive integer on each line, the value of n.
Output
If the minimum x exists, print a line with 2^x mod n = 1.
Print 2^? mod n = 1 otherwise.
You should replace x and n with specific numbers. ...
人工智能/神经网络 This a simple genetic algorithm implementation where the evaluation function takes positive values
This a simple genetic algorithm implementation where the
evaluation function takes positive values only and the
fitness of an individual is the same as the value of the
objective function
单片机开发 c8051f020 实时时钟模块程序 内含IIC模块程序/********************** SYSTEM CLOCK 8M********************************/
c8051f020 实时时钟模块程序 内含IIC模块程序/********************** SYSTEM CLOCK 8M********************************/
extern unsigned char xdata currenttime[16]={0}
extern unsigned char xdata settime[16]={
0x00, // control regesiter 1
0x00, // control regesiter 2
0x01, / ...
Linux/Unix编程 /* * 读取INI文件的函数(C语言) * File: readinifile.h * Read INI File * char* GetInitKey(FileName, Section,
/*
* 读取INI文件的函数(C语言)
* File: readinifile.h
* Read INI File
* char* GetInitKey(FileName, Section, Key)
* Return Key=>Value
* + [config]
* + dbhost=localhost
*
* strcpy(dbhost,GetInitKey("config.ini", "config", "dbhost"))
*/