-
Link
LInk.c for ART2 development.
- 2014-11-22 02:50:02下载
- 积分:1
-
pmx
Matlab遗传算法的部分映射交叉算子(pmx)源码。硕士论文论文参考(Matlab part mapping crossover operator of genetic algorithm (PMX) source
)
- 2014-09-06 15:16:07下载
- 积分:1
-
fangwenkongzhi
访问控制课设报告,自主访问控制和基于角色的访问控制(Report class-based access control, discretionary access control and role-based access control)
- 2014-01-11 23:12:58下载
- 积分:1
-
动态调用WebService
动态调用WebService
- 2014-03-30下载
- 积分:1
-
C# 高仿QQ即时通讯IM源码下载(GG)
已实现的功能 (01)注册、登录、查找用户、添加好友、好友列表。(02)自拍头像。(03)文字聊天、字体设置、GIF动态表情、窗口震动、截图、手写板、登录状态(在线、离开、忙碌、勿打扰、隐身)、输入提醒(04)群功能:创建群、加入群、退出群、群聊天(05)文件传送、文件夹传送(支持断点续传)(06)语音视频聊天(07)远程磁盘(08)远程协助(09)共享桌面(可以指定要共享的桌面区域)(10)可靠的P2P(11)网盘 (12)离线消息 (13)离线文件 (14)托盘闪动:跟QQ完全一样,当接收到消息时,托盘会闪动对应好友的头像。点击头像,将弹出与好友的聊天框。 (15)最近联系人列表 (16)系统设置:开机自动启动、麦克风设备索引、摄像头设备索引,叉掉主窗口时关闭程序还是隐藏窗口。 (17)聊天记录:支持本地保存和服务器端保存两种方式。 (18)好友分组:新增/删除分组,修改分组名称,改变好友的所属分组。 (19)打开聊天窗口时,自动显示上次交谈的最后一句话。 (20)输入提醒:像QQ一样,当对方正在输入消息时,我这边的聊天框可以看到对方“正在输入”的提示。 (21)自动记录:GG2014会自动记录上次打开的主界面的位置、大小;最后一次打开的聊天窗口的大小;最后一次设定的字体的颜色、大小等。 (22)主窗体靠边自动隐藏。 (23)录制视频聊天。
- 2015-08-24下载
- 积分:1
-
labview-danpianji
利用Keil C51 和LabVIEW编写程序实现PC与单片机串口通信。
设计任务
PC通过串行口将数字(00 ,01 ,02,03... ,FF,十六进制)发送给单片机,单片机收到
后回传这个数字,PC接收到回传数据后显示出来,若发送的数据和接收到的数据相等,则串
行通信正确,否则有错误。启始符是数字00,结束符是数字 FF。(Use Keil C51 and LabVIEW programming to achieve PC serial communication with microcontroller. Displayed after the PC via the serial port design task digital (00, 01, 02,03 ..., FF, hex) is sent to the microcontroller, the microcontroller receives return this figure, PC receives the return data , if the data sent and received data are equal, the serial communication is correct, otherwise an error. Startup character is a number 00, the end of the character is a number FF.)
- 2020-07-01 04:20:01下载
- 积分:1
-
eetop.cn_LTE-simulation-C
LTE上行链路仿真C代码,包含CRC添加、信道编码、信号调制、基带信号等~(LTE simulation for the uplink of C code, including CRC added, channel coding, modulation, baseband signal.
)
- 2013-11-25 14:50:32下载
- 积分:1
-
4.2
基于dijkstra和广度搜索的加权有向图有必经点的点对点的最短路径算法,路径必须经过要求的必经点,且不成环。
该算法采用了一种自适应调整的方法,经过多次迭代,使解收敛。 但只是寻找了一个略优的可行解(每次迭代都基于贪婪算法寻找),不能保证最优解。而且如果图过于稀疏,因为收敛速度过快,可能导致问题无解(收敛于一个局部最优解,没有经过所有点)。 解决相对稠密的图(每个点的平均出入度4以上),表现良好。
备注:里面有一个QT的工程,可以直接打开(源码里没用QT的库)(Weighted Dijkstra and breadth first search based on a shortest path algorithm must point to point to the map, the path must pass through points, and not a ring.
This algorithm adopts an adaptive method to adjust, after several iterations, the convergence of solution. But only to find a slightly better feasible solution (each iteration is based on the greedy algorithm to find), can not guarantee the optimal solution. And if the graph is too sparse, because the convergence speed is too fast, it may lead to the problem of no solution (convergence to a local optimal solution, not after all points). To solve the relatively dense graphs (each entry point average above 4), good performance.)
- 2016-04-06 11:35:48下载
- 积分:1
-
seisemic_zhejihecheng
地球物理地震数据处理,专用于卷积合成卷积(Geophysical seismic data processing, convolution)
- 2013-12-30 07:11:36下载
- 积分:1
-
ADC_DualModeInterleaved
stm32f4 adc 的代码,双通道,用DMA保存数据。(stm32f4 family c code, adc
This example provides a short description of how to use the ADC peripheral to
convert a regular channel in Dual interleaved mode using DMA in mode 3 with 5Msps.
DMA mode 3 is used in interleaved mode in 6-bit and 8-bit resolutions.
The Dual interleaved delay is configured 6 ADC clk cycles.
On each DMA request (two data items are available) two bytes representing two
ADC-converted data items are transferred as a half word.
The data transfer order is similar to that of the DMA mode 2.
A DMA request is generated each time 2 data items are available
1st request: ADC_CDR[15:0] = (ADC2_DR[7:0] << 8) | ADC1_DR[7:0]
2nd request: ADC_CDR[15:0] = (ADC2_DR[7:0] << 8) | ADC1_DR[7:0]
The ADC1 and ADC2 are configured to convert ADC Channel 12, with conversion
triggered by software.
By this way, ADC channel 12 is converted each 6 cycles.
In this example, the system clock is 168MHz, APB2 =84MHz and ADC clock = APB2 /2.
Since ADCCLK=)
- 2013-10-14 19:06:26下载
- 积分:1