-
genetic-algorithm
基于C语言,实现遗传算法得到最优值,其中包括选择、交叉、变异操作(C-based, genetic algorithm to achieve optimal value, including selection, crossover and mutation)
- 2011-11-06 22:06:34下载
- 积分:1
-
manager
基于QT的简单的仓库管理软件,初始密码123456(QT based on simple warehouse management software, the initial password 123456)
- 2017-09-13 00:55:12下载
- 积分:1
-
openGL
分别用普通构建方式和显示列表对物体进行绘制,实现各种复杂的交互控制(Were built with ordinary ways and display a list of objects to draw, to achieve a variety of complex interactive control)
- 2014-02-17 20:00:17下载
- 积分:1
-
CCESocket_demo
一个为WinCE写的支持TCP/UDP socket的类,以及使用示例,包含一个server端和一个client端(a WinCE wrote to the support of TCP/UDP socket types, and the use of exemplars, includes a server and a client-side)
- 2007-05-18 01:13:57下载
- 积分:1
-
active
基于C++ alt控件编程教程。对于初学者有很好的指导作用。(It is ALT control base on C++ and good for the beginner.)
- 2010-12-31 23:33:32下载
- 积分:1
-
1.8
说明: 计算机图形学试验教程配套光盘第一章1.8源代码(Computer Graphics Test Guide matching the first CD Chapter 1.8 source code)
- 2006-04-04 20:16:59下载
- 积分:1
-
migongproduce
迷宫生成器,可以根据需要自己建立各类型的迷宫,而且能求解出线路(Maze maze of various types of generators, according to the needs its own, but also to solve the lines)
- 2012-02-10 15:17:36下载
- 积分:1
-
C8051F060-AD-UART1
C8051F060 自带高速AD进行数据采集 可达100兆采样率 并切缓存与片外ram 并把采集数据通过串口发送给PC ( Data Acquisition example for C8051F060
Description: This example illustrates the use of ADC1 and the DMA to acquire and store
data. It is intended for use with the C8051F060 target board in the development kit.
// This code measures a signal at the AIN0 input with the 16-bit SAR ADC0.
// The data is sampled at a rate of 100kHz. ADC output data is transferred to
XDATA memory space using the DMA.
//
// With the EMIF configured for off-chip XRAM access (on the upper ports),
this code moves the ADC data to the C8051F060TB target boards s SRAM device.
// Once data acquisition is complete, the code then prompts the user to press the P3.7
// button on the target board when ready to receive the data via the UART0 serial port.
The TB features an RS-232 transceiver and connector, so the data can be transferred
// to a PC via its serial port.
//
The code is set to acquire up to 32768 samples (for 64kbytes of data). The SRAM device -
can accommodate up to 128kbytes, )
- 2014-07-03 18:46:42下载
- 积分:1
-
用VC代码读取BMP文件并显示
用VC代码读取BMP文件并显示(VC code reader and BMP documents show)
- 2005-02-25 12:10:16下载
- 积分:1
-
maze
迷宫求解一般采用“穷举法”,逐一沿顺时针方向查找相邻块(一共四块-东(右)、南(下),西(左)、北(上))是否可通,即该相邻块既是通道块,且不在当前路径上。用一个栈来记录已走过的路径栈是限定仅在表尾(top)进行插入或删除操作的线性表。(Maze solving generally use the " exhaustive" one by one to find adjacent blocks in a clockwise direction (a total of four- East (right), South (down), West (left), North (on)) whether to pass, that the both channel blocks adjacent blocks, and not in the current path. Use a stack to record the path traversed stack is limited only in the tail (top) to insert or delete a linear form.)
- 2013-12-13 17:55:45下载
- 积分:1