搜索结果
找到约 79 项符合
total 的查询结果
按分类筛选
- 全部分类
- 单片机编程 (9)
- 书籍 (9)
- 数学计算 (6)
- Linux/Unix编程 (4)
- 其他 (4)
- 其他书籍 (3)
- Java编程 (3)
- 软件设计/软件工程 (3)
- 数据结构 (3)
- 单片机开发 (3)
- 技术资料 (3)
- 测试测量 (2)
- 微处理器开发 (2)
- 系统设计方案 (2)
- 驱动编程 (2)
- matlab例程 (2)
- 书籍源码 (2)
- 模拟电子 (1)
- PCB相关 (1)
- 可编程逻辑 (1)
- 工控技术 (1)
- 网络 (1)
- 压缩解压 (1)
- VHDL/FPGA/Verilog (1)
- 游戏 (1)
- 通讯编程文档 (1)
- Delphi控件源码 (1)
- 数值算法/人工智能 (1)
- 多国语言处理 (1)
- 其他嵌入式/单片机内容 (1)
- 软件工程 (1)
- 操作系统开发 (1)
- 人工智能/神经网络 (1)
- 接口技术 (1)
数学计算 n皇后问题求解(8<=n<=1000) a) 皇后个数的设定 在指定文本框内输入皇后个数即可,注意: 皇后个数在8和1000 之间(包括8和1000) b) 求解 点击<
n皇后问题求解(8<=n<=1000)
a) 皇后个数的设定
在指定文本框内输入皇后个数即可,注意: 皇后个数在8和1000 之间(包括8和1000)
b) 求解
点击<Solve>按钮即可进行求解.
c) 求解过程显示
在标有Total Collision的静态文本框中将输出当前棋盘上的皇后总冲突数.
当冲突数降到0时,求解完毕.
d) 求解结果显示
程序可以图形化显示8< ...
单片机开发 Making a cheap 1M SPI Rom Emulator 8 second to copy from parallel to SPI re-Program STM Serial F
Making a cheap 1M SPI Rom Emulator
8 second to copy from parallel to SPI
re-Program STM Serial Flash M25P10 by reading 29010 parallel ROM
Running on standard 8051 32 I/O, a TTL 7407 as bus switch.
Total programming time is about 8 seconds including Erase, Program
单片机开发 I built the Superlist control whilst developing an RSS reader called FeedGhost. Although there are p
I built the Superlist control whilst developing an RSS reader called FeedGhost. Although there are plenty of commercial grouped list controls available I wanted to have total control over the code and of course its usability. Superlist supports drag drop column customisation, grouping as well as han ...
Delphi控件源码 ATViewer is a component for Delphi/C++Builder, which allows to view files of various types. There is
ATViewer is a component for Delphi/C++Builder, which allows to view files of various types. There is no edit possibility, just quick view - so it s useful to implement "View file" feature in your Delphi/C++Builder application.
The following view modes are implemented:
Text, Binary, Hex, Unicode: ...
数值算法/人工智能 I ve written some many years ago dynamic Huffman algorithm to compress and decompress data. It is ma
I ve written some many years ago dynamic Huffman algorithm to compress and decompress data. It is mainly targeted to data with some symbols occuring more often than the rest (e.g. having some data file consisted of 3 different symbols and their total number of occurence in that file s1(1000), s2(200 ...
Linux/Unix编程 linux under the C programming which complementary with the book of <linux under the C programming
linux under the C programming which complementary with the book of <linux under the C programming>has a total of Chapter 14 proceedings, and "linux .
matlab例程 The toolbox solves a variety of approximate modeling problems for linear static models. The model ca
The toolbox solves a variety of approximate modeling problems for linear static models. The model can be parameterized in kernel, image, or input/output form and the approximation criterion, called misfit, is a weighted norm between the given data and data that is consistent with the model. There ar ...
Linux/Unix编程 Nemesis a complete Linux video security system. It s idea is a cheap replacement for your commercia
Nemesis a complete Linux video security system. It s idea is a
cheap replacement for your commercial video system that can retail from a
total of $15,000 up.
多国语言处理 Implement a phone book system for employees of a company. Your program will output the following me
Implement a phone book system for employees of a company.
Your program will output the following menu
(1) Enter an employee and a phone pair to the system
(2) Lookup an employee s phone number
(3) Find out who is/are the person(s) of a given number
(4) How many people are currently in the system
(5) ...
数据结构 1. 统计工资 设计要求: (1) 使用结构数组设计一个公司职员的数据结构
1. 统计工资
设计要求:
(1) 使用结构数组设计一个公司职员的数据结构,使用下述的结构定义:
struct employee{
int age
char name[15]
double salary
}
(2) 在主函数里构造一个数组company,用来存放职工信息。
(3) 设计update函数,用来对company中指定职员的信息进行更改。要求先按照name查询到相应的职员,然 ...