-
yiziqi
用启发式算法实现一字琪,人工智能实验用启发式算法实现一字琪,人工智能实验(Heuristic algorithm using the word Qi, artificial intelligence experiments realize the word Qi heuristic algorithms, artificial intelligence experiment)
- 2009-02-15 17:37:57下载
- 积分:1
-
wxjsjyl
《微型计算机原理》计算机各专业课程教学大纲,包含实验教程,十分有参考价值(" Computer Principles" computer syllabus of professional courses, is a reference value)
- 2010-08-16 14:26:21下载
- 积分:1
-
treeview
说明: c#编写的目录树(treeview)文件,实现了treeview的各项功能,简单实用(c# write the directory tree (treeview) document to achieve the various functions of the treeview, simple and practical)
- 2010-03-28 11:06:22下载
- 积分:1
-
电池控制器
电池控制器 光伏并网逆变控制器、光伏离网逆变控制器、风力逆变控制器、氢燃料电池逆变控制器、路灯逆变控制器、应急电源等。(Battery controller)
- 2018-05-18 12:45:27下载
- 积分:1
-
iOS-Hackers-Handbook
ios 黑客手册:ios系统的普通漏洞、内核漏洞、浏览器漏洞的发现与利用(ios Hacker s Handbook: Common Vulnerability ios system kernel vulnerabilities, browser vulnerabilities Discovery and Exploitation)
- 2016-06-13 12:14:26下载
- 积分:1
-
电子钟
说明: 使用STM32单片机开发的简易电子钟,并实现计时报时(A Simple Electronic Clock Developed with STM32 Single Chip Microcomputer)
- 2019-07-07 11:24:38下载
- 积分:1
-
C# 制作一个顶层显示的窗口-不被其它窗口遮挡
C#设置顶层显示的窗口,让窗口显示在其它窗口的最上面,不被遮挡,这种窗口形式或许大家平时都见到过,特别是一些视频播放器,在播放视频的时候,都可以设置是否顶层显示,本示例就是模拟了这个功能,通过“允许以最顶层方式显示窗口”和“禁止以最顶层方式显示窗口”来模拟启用和关闭顶层窗口的功能,代码貌似简单:
private void button1_Click(object sender, RoutedEventArgs e)
{//允许以最顶层方式显示窗口
this.Topmost = true;
}
private void button2_Click(object sender, RoutedEventArgs e)
{//禁止以最顶层方式显示窗口
this.Topmost = false;
}
- 2023-05-27 13:10:03下载
- 积分:1
-
skyblue_PinTu
拼图 源代码 大家可以参考学习一下……(Puzzles everyone can refer to the source code to learn about ... ...)
- 2009-02-07 21:58:17下载
- 积分:1
-
CS
说明: 关于压缩感知重构算法, 压缩感知(Compressive Sensing, or Compressed Sampling,简称CS),是近几年流行起来的一个介于数学和信息科学的新方向,由Candes、Terres Tao等人提出,挑战传统的采样编码技术,即Nyquist采样定理。(Reconstruction algorithm on compressed sensing, compressive sensing (Compressive Sensing, or Compressed Sampling, referred to as CS), is popular in recent years, a range of mathematics and information science a new direction, by Candes, Terres Tao et al, challenge the traditional sample coding, that Nyquist sampling theorem.)
- 2011-04-02 15:23:31下载
- 积分:1
-
2MMSE_overlap_128pt---64equalization
60GHZ高速无线通信系统仿真,采用分数域频域均衡,GOLAY作为导频,先到为802.16ad.(60GHZ high-speed wireless communication system simulation, using fractional frequency domain equalization, GOLAY as a pilot, first as 802.16ad.)
- 2014-09-21 15:44:07下载
- 积分:1