联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All Windows编程(53) 
按平台查找All Visual C++(53) 

[Windows编程] BF

BF算法实现,c++算法,数据结构课程作业
Data structure code,for reference only,BF algorithm (2019-11-20, Visual C++, 1079KB, 下载0次)

http://www.pudn.com/Download/item/id/1574216257870671.html

[Windows编程] reverseArray_singleblock

反向阵列(单块)-- 给定指针d_a中的输入数组{a0,a1,...,an-1},将反向数组{an-1,an-2,...,a0}存储在指针d_b中 A: 从“reverseArray_singleblock”模板开始 B: 只有一个线程块启动,以反转一个大小的数组 N = numThreads = 256个元素 C: 第1部分(共1个):所有你需要做的是实现内核的“reverseArrayBlock()” D:每个线程将单个元件移动到相反的位置, 从d_a指标读取输入,在d_b指标中将输出存储在相反的位置
Reverse array (single block) - the input array {a0, A1,..., an-1} in the given pointer d_a, the reverse array {an-1, An-2,..., a0}, stored in the pointer d_b A: starts with the "reverseArray_singleblock" template B: has only one thread block to start to reverse an array of sizes N = numThreads = 256 elements C: first parts (1 altogether): all you need to do is implement the kernel's reverseArrayBlock ()" D: each thread moves a single element in the opposite position, reads input from the d_a index, and outputs the output in the opposite position in the d_b index (2017-06-24, Visual C++, 6KB, 下载1次)

http://www.pudn.com/Download/item/id/1498258738869451.html

[Windows编程] PLUGIN

Source Plugin.ini para Gameserver 97+99
Source Plugin.ini para Gameserver 97+99 (2014-07-04, Visual C++, 221KB, 下载4次)

http://www.pudn.com/Download/item/id/2581364.html

[Windows编程] BF-KMP-BM

用蛮力法实现(BF、KMP、BM)的字符串查找,并对算法的改进。
Achieved by brute force method (BF, KMP, BM) string search, and improved algorithm. (2013-11-25, Visual C++, 80KB, 下载4次)

http://www.pudn.com/Download/item/id/2408571.html

[Windows编程] BF-a-KMP-algorithm

实现BF算法和KMP算法,WORD文档格式,附有详细源码,带有程序运行截图
BF algorithm and the KMP algorithm implementation, WORD document format, with detailed source code, with the program running shots (2013-11-21, Visual C++, 140KB, 下载4次)

http://www.pudn.com/Download/item/id/2405653.html

[Windows编程] demo

基于VC++的条形码识别系统 准确率97 +
Bar code identification system based VC++ accuracy rate 97 + (2013-11-04, Visual C++, 6021KB, 下载8次)

http://www.pudn.com/Download/item/id/2390826.html

[Windows编程] EE

显示整数A1和A2逻辑与的结果。用VC2010编写
A1 and A2 logic and the results show an integer. (2013-04-18, Visual C++, 24KB, 下载3次)

http://www.pudn.com/Download/item/id/2206668.html

[Windows编程] 97-things-you-should-know

作为程序员,你必须懂的97件事。如果你懂了,你将上升不仅仅一个层次
As a programmer, you must understand the 97 thing. If you got it, you will rise not only level (2013-01-20, Visual C++, 1320KB, 下载3次)

http://www.pudn.com/Download/item/id/2122787.html

[Windows编程] Programmer.Should.Know

编程类书籍,书名《程序员应该知道的97件事》
Book " 97 Things programmer should know" (2012-10-23, Visual C++, 1320KB, 下载6次)

http://www.pudn.com/Download/item/id/2023769.html

[Windows编程] VirtuaNESSource

著名模拟器VirtualNES0.97的源代码
Well-known source code simulator VirtualNES0.97 (2011-09-27, Visual C++, 4968KB, 下载8次)

http://www.pudn.com/Download/item/id/1655713.html

[Windows编程] PowerPoint97-2007BinaryFileFormat(ppt)Specificatio

PowerPoint 97-2007 BinaryFileFormat(ppt) Specification
PowerPoint 97-2007 BinaryFileFormat(ppt) Specification (2010-06-15, Visual C++, 975KB, 下载7次)

http://www.pudn.com/Download/item/id/1213247.html

[Windows编程] E6_1_5_3

读.DAT文件写入TXT 并通过柱状图显示,仅供参考
vc (2010-06-04, Visual C++, 1978KB, 下载3次)

http://www.pudn.com/Download/item/id/1201623.html

[Windows编程] K-means

the whole source code for this example using the k=3 and the initial means are (2, 10) (5 ,8) and (1, 2) and the the following are the points. piont A1 (2, 10) A2 (2, 5) A3 (8, 4) A4 (5, 8) A5 (7, 5) A6 (6, 4) A7 (1, 2) A8 (4, 9)
the whole source code for this example using the k=3 and the initial means are (2, 10) (5 ,8) and (1, 2) and the the following are the points. piont A1 (2, 10) A2 (2, 5) A3 (8, 4) A4 (5, 8) A5 (7, 5) A6 (6, 4) A7 (1, 2) A8 (4, 9) (2010-05-04, Visual C++, 1KB, 下载2次)

http://www.pudn.com/Download/item/id/1155380.html

[Windows编程] e5

overloading in c++. you can understand the subject by examining it
overloading in c++. you can understand the subject by examining it (2010-05-02, Visual C++, 5KB, 下载2次)

http://www.pudn.com/Download/item/id/1152634.html

[Windows编程] copythefile

将文件A1.dat的内容复制到文件A2.dat中,并在屏幕上显示文件内容
Copy the contents of the file A1.dat to file A2.dat in, and displayed on the screen content of the document (2010-03-25, Visual C++, 1KB, 下载3次)

http://www.pudn.com/Download/item/id/1099837.html

[Windows编程] cb

算法VC++编程用bf,bm,kmp解决串匹配
Algorithm for VC++ programming with bf, bm, kmp solve the string matching (2009-12-16, Visual C++, 1KB, 下载54次)

http://www.pudn.com/Download/item/id/1006749.html

[Windows编程] duoxiangshixiangjiawenti

编写一个程序,实现两个一元多项式相加。要求: (1)多项式用链表存储 (2)多项式相加必须使用单独的函数实现 (3)输入时只要求输入各项的系数和指数 (4)结果输出形式如下 F(x) = an*x^n + an-1*x^(n-1) + … + a1x + a0
The preparation of a program to realize the sum of two polynomials a dollar. Requirements: (1) polynomial using linked list storage (2) the sum of polynomial to use a separate function (3) input only requires the input of the coefficient and index (4) the results of the output format is as follows F (x ) = an* x ^ n+ an-1* x ^ (n-1)+ ...+ a1x+ a0 (2009-05-04, Visual C++, 170KB, 下载1次)

http://www.pudn.com/Download/item/id/743150.html

[Windows编程] bf-C++source-2003.8-6

Bayesian Filtering Classe C++source
Bayesian Filtering Classe C++source (2007-10-31, Visual C++, 138KB, 下载14次)

http://www.pudn.com/Download/item/id/353576.html

[Windows编程] SpeechClock11654

结合"61板"的三个按键完成带有语音播报功能的电子钟: // 1、KEY1--按一下播放年、月、日,再按一下播放时、分 (I/O口A0) // 连续按3s,则进入调整状态 调整状态下调整内容的切换 // 2、KEY2--年、月、日、时、分的增加(I/O口A1) // 3、KEY3--年、月、日、时、分的减少(I/O口A2)
combination "61 boards" to complete th ree key functions with voice broadcast electronic bell :// 1, KEY1-- by about players, month, day and broadcast press once,- (I/O A0)// by consecutive 3s, then a state of adjustment adjustment adjustment under the content switching// 2. KEY2-- the year, month, day and hour of the increase in hours (I/O A1)// 3, KEY3--, on that day, when the reduced hours (I/O A2) (2006-07-21, Visual C++, 135KB, 下载16次)

http://www.pudn.com/Download/item/id/204802.html

[Windows编程] 97waveletstransformthreepromotionalgorithms.SPIHT

97小波变换三层提升算法SPIHT版.SPIHT算法。图像处理小波变换方面的内容。
97 wavelet transform algorithm SPIHT three-tier upgrade version. SPIHT. Image processing wavelet transform aspects. (2006-06-18, Visual C++, 3910KB, 下载152次)

http://www.pudn.com/Download/item/id/195327.html
123
总计:53