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

[Windows编程] vc1conv

VC-1 Elementary Stream Converter Converts HD-DVD 29.97 fps streams with pulldown flags to 23.976 fps Updated 08/28/2007 - current version is 0.1
VC-1 Elementary Stream Converter Converts HD-DVD 29.97 fps streams with pulldown flags to 23.976 fps Updated 08/28/2007- current version is 0.1 (2007-09-25, C/C++, 28KB, 下载888次)

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

[Windows编程] 94-100

C语言精彩百例第93-100例 第四篇 综合应用篇 实例94 用C语言实现遗传算法 实例95 人工神经网络的C语言实现 实例96 K_均值算法 实例97 ISODATA算法 实例98 快速傅立叶变换 实例99 求解野人与传教士问题 实例100 简单专家系统
C language section 93-100 100 cases of patients with excellent fourth example of the comprehensive application of articles 94 with C language example of genetic algorithm to achieve 95 artificial neural networks to achieve the C-means algorithm 96 K_ examples examples examples 97 ISODATA algorithm Fast Fourier Transform 98 99 examples of problem solving examples of missionaries Savage 100 with a simple expert system (2008-01-14, C/C++, 128KB, 下载69次)

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

[Windows编程] 5

96计算字符串中子串出现的次数 97从键盘输入一些字符,逐个把它们送到磁盘上去,直到输入一个#为止 98从键盘输入一个字符串,将小写字母全部转换成大写字母,然后输出到一个磁盘文件“test”中保存。输入的字符串以!结束。 99有两个磁盘文件A和B,各存放一行字母,要求把这两个文件中的信息合并(按字母顺序排列),输出到一个新文件C中 100有五个学生,每个学生有3门课的成绩,从键盘输入以上数据(包括学生号,姓名,三门课成绩),计算平均成绩,况原有的数据和计算出的平均分数存放在磁盘文件"stud"中
err (2008-12-11, C/C++, 1KB, 下载27次)

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

[Windows编程] xlwTwoOne

XLW is a C++ wrapper of the Excel C API described in Microsoft Excel 97 Developer s Kit. It makes Excel API programming automatic. Its powerful interface will empower your C or C++ numerics by embedding them in Excel just like the built-in functions.
XLW is a C++ wrapper of the Excel C API described in Microsoft Excel 97 Developer s Kit. It makes Excel API programming automatic. Its powerful interface will empower your C or C++ numerics by embedding them in Excel just like the built-in functions. (2007-09-06, C/C++, 298KB, 下载27次)

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

[Windows编程] 三星376.1,07,97规约解析工具

376.1 和645-2007 规约解析
376.1 and 645-2007 protocol parse (2020-05-07, C/C++, 4521KB, 下载12次)

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

[Windows编程] simhash-f624c65.tar

simhash.c /* Bibliography * * Mark Manasse * Microsoft Research Silicon Valley * Finding similar things quickly in large collections * http://research.microsoft.com/research/sv/PageTurner/similarity.htm * * Andrei Z. Broder * On the resemblance and containment of documents * In Compression and Complexity of Sequences (SEQUENCES 97), * pages 21-29. IEEE Computer Society, 1998 * ftp://ftp.digital.com/pub/DEC/SRC/publications/broder/ * positano-final-wpnums.pdf * * Andrei Z. Broder * Some applications of Rabin s fingerprinting method * Published in R. Capocelli, A. De Santis, U. Vaccaro eds. * Sequences II: Methods in Communications, Security, and * Computer Science, Springer-Verlag, 1993. * http://athos.rutgers.edu/~muthu/broder.ps
simhash.c /* Bibliography * * Mark Manasse * Microsoft Research Silicon Valley * Finding similar things quickly in large collections * http://research.microsoft.com/research/sv/PageTurner/similarity.htm * * Andrei Z. Broder * On the resemblance and containment of documents * In Compression and Complexity of Sequences (SEQUENCES 97), * pages 21-29. IEEE Computer Society, 1998 * ftp://ftp.digital.com/pub/DEC/SRC/publications/broder/ * positano-final-wpnums.pdf * * Andrei Z. Broder * Some applications of Rabin s fingerprinting method * Published in R. Capocelli, A. De Santis, U. Vaccaro eds. * Sequences II: Methods in Communications, Security, and * Computer Science, Springer-Verlag, 1993. * http://athos.rutgers.edu/~muthu/broder.ps (2013-10-03, C/C++, 11KB, 下载9次)

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

[Windows编程] DLT645-07-97

本软件包用于 DL/T 645 协议的采集与数据处理。在硬件层的移植(主要针对于串口收发数据)完成之后, 用户仅需调用一个API即可完成针对于特定协议(DL/T 1997 或 DL/T 2007)的标识符数据读取、处理与存储。使用户无需关注请求数据的封包与接收数据的解包等复杂的协议内部操作,真正做到 一键采集。
This software package is used for DL / T 645 protocol acquisition and data processing. After the porting of hardware layer (mainly for serial port receiving and sending data), users only need to call an API to complete the reading, processing and storage of identifier data for specific protocols (DL / T 1997 or DL / T 2007). Users do not need to pay attention to the complex internal operation of the protocol such as the packet of the request data and the unpacking of the received data, so as to realize the one key acquisition. (2020-09-01, C/C++, 29KB, 下载9次)

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

[Windows编程] 2

问题描述:给定n个石子,其重量为a1,a2...,an,要求将其划分为m堆,每一份划分的费用定义为这堆石头中最大重量与最小重量的差的平方。总划分费用等于各堆费用之和。 输入:n m 及a1,a2...,an 输出:sum 问题描述:给定n个石子,其重量为a1,a2...,an,要求将其划分为m堆,每一份划分的费用定义为这堆石头中最大重量与最小重量的差的平方。总划分费用等于各堆费用之和。 输入:n m 及a1,a2...,an 输出:sum
Description of the problem: Given n-stones, the weight of a1, a2 ..., an, requests that it be divided into m heap, the cost of each division is defined as the weight of this pile of stone, the largest and the smallest weight of the square of the difference . Divide the total cost is equal to the cost of each stack and the. Input: nm and a1, a2 ..., an output: sum description of the problem: Given n-stones, the weight of a1, a2 ..., an, requests that it be divided into m piles, each division of the cost of is defined as the weight of this pile of stone, the largest and the smallest weight of the square of the difference. Divide the total cost is equal to the cost of each stack and the. Input: nm and a1, a2 ..., an output: sum (2010-01-24, C/C++, 15KB, 下载6次)

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

[Windows编程] openssl-0.97.tar

本次上载一个源文件openssl-0.97mm源码
on the source document contains a openssl- 0.97mm FOSS (2006-03-20, C/C++, 2704KB, 下载6次)

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

[Windows编程] yan0_miss_V1.36

YUN0的软件,MOTOE6手机助手,来电区号显示,来电报号,
YUN0 software, MOTOE6 phone assistants, code calls show to cable, (2008-08-06, C/C++, 813KB, 下载5次)

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

[Windows编程] A52

mfc examples a1
mfc examples a1 (2004-09-24, C/C++, 18KB, 下载4次)

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

[Windows编程] 555

555时基电路,555,它含有两个电压比较器,一个基本RS触发器,一个放电开关管T,比较器的参考电压由三只5K电阻器构成的分压器提供。它们分别使高电平比较器A1的同相输入和低电平比较器A2的反相器输入端的参考电平为2/3VCC和1/3VCC。
555 circuit (2015-08-12, C/C++, 246KB, 下载4次)

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

[Windows编程] VirtuaNES.v0.97.Source

FC模拟器 NES 任天堂 红白机 完全开放的 源代码!。编译需要DirectX 8 SDK支持!。DirectX 8 现在网上比较难找了。。有需要的可以联系我。
FC simulator NES Nintendo Red and White Machine completely open source code!. Compilation needs DirectX 8 SDK support!. DirectX 8 is now more difficult to find on the Internet. Contact me if necessary. (2019-04-02, C/C++, 10233KB, 下载3次)

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

[Windows编程] hdu3666

hdu3666 THE MATRIX PROBLEM 你已经拿到了矩阵CN * M,每个元素E * M是积极和拷贝数不超过1000,问题是,如果存在N数字a1,a2,…一个和M数字b1,b2,…,博雅,满足,每个元素在行我乘以ai和每个元素在列j除以bj,此操作后在这个矩阵的每个元素之间是L和U,L表示upperbound下界和U表示这些元素。
hdu3666 You have been given a matrix CN*M, each element E of CN*M is positive and no more than 1000, The problem is that if there exist N numbers a1, a2, … an and M numbers b1, b2, …, bm, which satisfies that each elements in row-i multiplied with ai and each elements in column-j divided by bj, after this operation every element in this matrix is between L and U, L indicates the lowerbound and U indicates the upperbound of these elements. (2013-05-15, C/C++, 1KB, 下载2次)

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

[Windows编程] seqmul2

As in hand multiplication (see Figure 2), we multiply the bits of the multiplier A (a3a2a1a0) by the multiplicand (B) starting from the LSB (a0) to the MSB (a3). This forms 4 partial products a0B, a1B, a2B, and a3B. The resulting partial products are added with each product shifted lefts by one bit position from its predecessor as shown in
As in hand multiplication (see Figure 2), we multiply the bits of the multiplier A (a3a2a1a0) by the multiplicand (B) starting from the LSB (a0) to the MSB (a3). This forms 4 partial products a0B, a1B, a2B, and a3B. The resulting partial products are added with each product shifted lefts by one bit position from its predecessor as shown in (2011-12-21, C/C++, 212KB, 下载2次)

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

[Windows编程] 97

有关潜水艇大战的 请将程序中的main()函数中的 initgraph(&gdriver,&gmode,"e:\\TC") 函数中的"e:\\TC" 更改为你的TC安装目录。 比如你的TC安装目录为D盘的Tools目录下的TC目录,那么上述语句改为: initgraph(&gdriver,&gmode,"d:\\Tools\\TC")
The submarine in World War set the program main () function in the initgraph (& gdriver, & gmode, " e: \ \ TC" ) function in the " e: \ \ TC" TC change your installation directory. Such as your TC installation directory for the disk D TC Tools directory directory, then the above statement to: initgraph (& gdriver, & gmode, " d: \ \ Tools \ \ TC" ) (2010-05-13, C/C++, 3KB, 下载2次)

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

[Windows编程] a1

Task A ?read from a file, one set of 1000 random values to be sorted and repeat 1000: o sort data using the iterative sort ?record the total time used for the 1000 calls ?repeat the above steps using the quick sort algorithm. ================ ( 0 InserSort, 0 QuickSort). Task B ?Repeat the steps in Task A using this time a set of input data of size 5000 ================ ( 0 InserSort, 0 QuickSort). Task C ?Repeat the steps in Task A using this time a set of input data of size 5000 already sorted.
Task A ?read from a file, one set of 1000 random values to be sorted and repeat 1000: o sort data using the iterative sort ?record the total time used for the 1000 calls ?repeat the above steps using the quick sort algorithm. ================ ( 0 InserSort, 0 QuickSort). Task B ?Repeat the steps in Task A using this time a set of input data of size 5000 ================ ( 0 InserSort, 0 QuickSort). Task C ?Repeat the steps in Task A using this time a set of input data of size 5000 already sorted. (2008-04-02, C/C++, 1KB, 下载2次)

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

[Windows编程] Colfax-HOW-Day-05

对性能优化的讨论。本次会议制定了优化路线图,将优化技术分为五类优化。会议的演讲部分展示了一些从这5类技术的一个示例应用程序的N体模拟实施中的应用。该视频还提供了额外的案例研究,在该研究中的优化证明。会议的实践部分的N体模拟和措施的性能提升在英特尔至强E5处理器和第一代英特尔Xeon Phi协处理器获得的优化过程。
In Session 5 we begin the discussion of performance optimization. This session lays out the optimization roadmap that classifies optimization techniques into five categories of optimization. The lecture part of the session demonstrates the application of some of the techniques these 5 categories to an example application implementing the N-body simulation. The video also provides references to additional case studies in which optimization is demonstrated. The hands-on part of the session demonstrates the optimization process for the N-body simulation and measures performance gains obtained on an Intel Xeon E5 processor and an Intel Xeon Phi coprocessor of the first generation. (2016-11-29, C/C++, 22KB, 下载1次)

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

[Windows编程] a1

cpp code for tutorial
cpp code for tutorial (2015-04-29, C/C++, 1KB, 下载1次)

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

[Windows编程] HW04Soln

provide yet another thermometer as an example in Listing 10.13. This uses the ADC12 in SCI_A0 is
provide yet another thermometer as an example in Listing 10.13. This uses the ADC12 in SCI_A0 is (2020-02-28, C/C++, 437KB, 下载0次)

http://www.pudn.com/Download/item/id/1582837580579557.html
12
总计:23