登录

最新会员 最新下载

成为了本站VIP会员

01月05日 00:38

成为了本站VIP会员

2024-12-25 15:38

成为了本站VIP会员

2024-12-25 12:28

成为了本站VIP会员

2024-12-25 12:10

成为了本站VIP会员

2024-12-24 23:54

成为了本站VIP会员

2024-12-24 23:29
已选条件
  1. 编程语言:Visual C++
  2. 代码类别:Windows编程
  3. 发布时间:近三天
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. Clio

  Clio, drawing in GDI, example of elementari use of gdi functions

2
下载
75
浏览
2014-12-19发布

2. Julei

  基于MFC框架实现了C均值聚类算法,感知器训练。(Based on the MFC framework implements the c-means clustering algorithm, perceptron training.)

2
下载
144
浏览
2014-12-17发布

3. Material-Management-System

  vc编写的物资管理系统,使用sql数据库,ODBC访问方式,包含索引及存储过程,很好的参考价值(vc prepared materials management system, use sql , ODBC access methods, including indexing and storage process, a good reference value)

6
下载
127
浏览
2014-12-17发布

4. rlc

  行程编码的基本原理是:用一个符号值或串长代替具有相同值的连续符号(连续符号构成了一段连续的“行程”。行程编码因此而得名),使符号长度少于原始数据的长度。只在各行或者各列数据的代码发生变化时,一次记录该代码及相同代码重复的个数,从而实现数据的压缩。(The basic principle of run length coding is: a symbolic value or string length instead of having the same value of consecutive symbols that symbol length less than the length of the original data (consecutive symbols constitute a period of continuous stroke run-length encoding, hence the name.) . Only when the code for each row or each column of data is changed, the recording time code and the same number of code duplication, in order to achieve compressed data.)

5
下载
121
浏览
2014-12-13发布

5. yanhua_DLL

  对研华运动控制卡API的封装,使调用更加简单,只需要几个函数即可完成80 以上的功能,同事提供DLL调用实例以及封装后的头文件和静态库文件(Advantech motion control card API package, making calls easier, you only need a few functions to complete more than 80 of the features, and colleagues provide examples DLL calls the header files and static library files encapsulated)

17
下载
108
浏览
2014-12-12发布

6. cSharp-Pzmq_googlebuffer

  基于googlebuffer协议包与zmq的c#版(C# version based on package and ZMQ googlebuffer agreement)

5
下载
179
浏览
2014-12-12发布

7. CFarmMangement

  这是一个用MFC对话框连接数据库编写的源代码 (his is a source code written in MFC dialog box to connect to the )

2
下载
133
浏览
2014-12-11发布

8. word2vec

  google开源工具,实现深度学习,相关词发现(word2vec source)

35
下载
127
浏览
2014-12-11发布

9. OPCserver-develop-by-vc

  OPC服务器开发指南,采用VC和VB进行开发指导(OPC developer guide by use VC or VB)

12
下载
113
浏览
2014-12-10发布

10. 3DTetris

  计算机图形学课程设计,3d俄罗斯方块.oenGl(Computer graphics curriculum design)

2
下载
143
浏览
2014-12-10发布

11. 16mesh_net_10wave_simple

  这是基于VC的16节点格型光网络的方针程序,假设每条信道有10个波长,随机产生业务请求。具体看程序,探讨请私信。路由采用Dijkstra算法,一个小例子。(this is a simulation for 16 nodes-optical net based on VC6.0.)

4
下载
105
浏览
2014-12-09发布

12. STKCon

  vc连接STK,试过,可以用。希望对大家有帮助。本人也在做这方面工作,希望交流。(vc connection STK, tried, can be used. Hope everyone has to help. I also do this work, I hope exchanges.)

15
下载
136
浏览
2014-12-04发布

13. RadarSimulation

  自己写的雷达MFC编程,适用于刚学习C++做雷达相关的MFC编程新人,(Write my own radar MFC programming for doing just learning C++ MFC programming related to the new radar,)

28
下载
166
浏览
2014-12-02发布

14. gaussian-white-noise

  This function generates an Additive White Gaussian Noise (AWGN) sample at every call. Its beauty lies in its simplicity! The generated sample set will have zero mean and a standard deviation of 1. Therefore, one can simply scale the output samples by a different standard deviation to generate different noise profiles. To do this scaling, simply multiply the sample with the standard deviation of your choice. This is a very versatile function that can be used in communication system simulations and random number generation in various applications. I have used it in the past while working with channel encoder and decoder simulators.

2
下载
108
浏览
2014-11-15发布

15. VDAS

  本程序主要包括振动信号采集,时域分析和频域分析等功能。(This program includes a vibration signal acquisition, time domain analysis and frequency domain analysis.)

19
下载
128
浏览
2014-11-11发布

16. sap5

  SAP5源代码有助于研究生学习和工作人员工作(SAP5 source code)

9
下载
113
浏览
2014-11-08发布

17. test

  绘制不规则图形 如 圆和弧线的绘制 利用GDI函数(Draw irregular shapes such as circles and arcs drawn using GDI functions)

1
下载
137
浏览
2014-11-07发布

18. Fireworks

  粒子系统的实现源代码,包括音效和键盘控制(particle system)

1
下载
126
浏览
2014-11-05发布

19. DataTool

  对多种数据进行格式转换,方便快捷。如时间数据整型与字符串互转,16进制10进制互转,IP数据整型与字符串互转等。(For a variety of data format conversion, and convenient. Time data such as integer and string conversion, hex decimal system conversion, IP data conversion between integer and string and so on.)

5
下载
99
浏览
2014-11-05发布

20. Ras_Spy

  windows 环境的 ADSL 拨号监控,由 C++ 语言实现。(ADSL dial-up monitoring windows environment, implemented by the C++ language.)

1
下载
116
浏览
2014-10-28发布