-
HB_EmEditor500 editing tools programming tools
HB_EmEditor500 编辑工具 编程工具-HB_EmEditor500 editing tools programming tools
- 2022-11-12 04:30:04下载
- 积分:1
-
ConvertDwgToPDF
将dwg文件转换为pdf文件通过C#语言编写成功能代码(Convert the DWG file to a PDF file)
- 2021-04-18 16:28:57下载
- 积分:1
-
rda5815M-datasheet_v1.1
RDA锐迪科的DVB-S2调谐器RDA5815M的数据手册(RDA Microelectronics DVB-S2 tuner RDA5815M datasheet )
- 2020-12-21 20:09:08下载
- 积分:1
-
WpfApplication1
得到选中/突出显示的文本从WPF组合框,初学者可下载做参考。(Select/highlight text from the WPF combo box, beginners can be downloaded for reference.)
- 2013-05-20 19:53:34下载
- 积分:1
-
USRP
this material is more suitable for students and technology enthusiasts wanting to learn more about the USRP hardware. it contains lots of information
- 2017-03-14 19:10:13下载
- 积分:1
-
IDL
中科院培训的时候,授课的源代码呢,很有帮助的,介绍的很全面()
- 2020-11-23 14:59:33下载
- 积分:1
-
q3datatable
The Q3DataTable class provides a flexible SQL table widget that supports browsing and editing for Linux.
- 2013-08-25 16:29:27下载
- 积分:1
-
Relief
函数实现了lelief算法。(计算样本的每一个特征的分类权重,选出具有最大权重的一组特征。样本的特征就是基因)。
对权重较大的一组基因进行两两冗余分析。将相关性弱的和强相关中权重大的基因保留,即为特征基因。
已知基因表达谱数据、不同类样本的个数,自行设定分类特征的权重阈值。
对原始数据标准化的方法:(x-基因均值)/基因方差。
样本的类内类间距离采用欧氏距离。(Lelief function implements the algorithm. (Classification weight each feature samples is calculated weight of a selected set of features having the greatest weight. Characteristic is the gene sample). Of the weight of a larger set of pairwise genetic redundancy analysis. The significant correlation between weak and strong correlation in the right gene retention, that is characteristic gene. Number of known gene expression data, samples of different classes, wherein the classification set threshold own weight. Of raw data standardized methods: (x- Gene mean)/variance gene. The between-class distance class of the sample using the Euclidean distance.)
- 2017-04-20 09:48:00下载
- 积分:1
-
HttpResponseWriter
Utility class to look up carrier logo resource IDs.
- 2013-12-02 13:39:21下载
- 积分:1
-
CPP-use-shared-memory-
C++ 使用共享内存实现进程间通信。
文件映射是一种实现进程间单向或双向通信的机制。它允许两个或多个本地进程间相互通信。为了共享文件或内存,所有的进程必须使用相同的文件映射的名字或是句柄。
为了实现共享文件,第一个进程先调用CreateFile方法。接下来调用CreateFileMapping方法来创建一个文件映射对象。并为文件映射指明一个句柄和名称。由于事件,信号,互斥对象和文件映射等这些内核对象都共享同一个名字空间,所以如果这个名字和其他一个对象的名称重名的话那么将创建失败。(C++ use shared memory to achieve inter-process communication)
- 2014-03-10 20:09:42下载
- 积分:1