登录

最新会员 最新下载

成为了本站VIP会员

今天14:12

成为了本站VIP会员

10月30日 16:42

成为了本站VIP会员

10月27日 10:54

成为了本站VIP会员

10月23日 19:14

成为了本站VIP会员

10月21日 21:03

成为了本站VIP会员

10月20日 16:48
已选条件
  1. 编程语言:C++
  2. 代码类别:Windows
  3. 发布时间:近三天
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. viterbi_ultmate

  维特比译码算法,用 VC++编写的(3,1,2)码译码过程,(Viterbi algorithm, using VC++ to prepare the (3,1,2) code decoding process,)

15
下载
90
浏览
2020-06-30发布

2. MDI程序编辑器 Visual-MFC-editor

  一个基于MFC的多文档(MDI)程序编辑器的雏形框架,具有窗口分割、系统文件目录树形对话框、标签页view、代码编辑保存、语法高亮显示及查找、设置书签等系列基本功能,可以任意进行二次开发。(An MFC-based multi-document (MDI) program editor prototype frame having a separate window, the system file directory tree dialog tab view, code editing and saving, syntax highlighting and find, set bookmarks, and other basic functions, can be arbitrarily for secondary development.)

100
下载
172
浏览
2020-06-30发布

3. 节点阻抗矩阵和导纳矩阵程序(c)

  以前上传过matlab版本的类似程序,此为c版本的导纳矩阵形成程序,在潮流计算和仿真中应用广泛。(Some programs of matlab version had been uploaded before,this is a C-version program to lead admittance matrixes,which are widely used in tideway computation and simulation.)

149
下载
85
浏览
2020-06-30发布

4. 217viterbi-decoding(C-language)

  C语言实现217卷积码的viterbi译码(软、硬判决的代码都有,运行时先在VC中分别运行软、硬判决的C程序,产生误比特率的数据并存储在.txt文件中,之后在matlab中读取数据,画出误比特率曲线,matlab程序也已给出)(C language achieve 217 viterbi decoding (including hard and soft decision,and the codes should be run in VC to generate and store the BER datas,and the to obtain BER curve in matlab))

48
下载
116
浏览
2020-06-29发布

5. 逐笔导出工具及使用说明

  本工具可将大智慧L2D文件中的逐笔成交明细导出成csv格式的文本文件,包括成交时间,成交价格,成交方向和成交数量,方便在excel或其他编程工具中调用分析。 L2D乃点播数据,必须在收费帐号大智慧中浏览了逐笔数据才会有,如果要导出全部个股数据,就要浏览完所有个股的逐笔数据。为简化操作,可用键盘精灵等工具来实现自动浏览。 在L2D文件已有的前题下,只需在本工具上简单地设置一下大智慧安装目录和导出数据存放目录即可。 本工具可按需要单股、批量导出,盘中、盘后均可需要导出。(This tool can be of great wisdom in the L2D file by the transaction details to export to CSV format text files, including transaction time, transaction price, transaction direction and the number of transactions, to facilitate analysis of call in Excel or other programming tools. L2D is on demand data, must be in charge of great wisdom in the transaction account data browsing will have, if you want to export all the stock data, to browse the data of all stock transaction. In order to simplify the operation, you can use keyboard, Sprite and other tools to realize automatic browsing. On the basis of the existing L2D file, only in the tool simply set a great wisdom installation directory and export data storage directory. This tool can be exported as required, single stock, batch, and can be exported after disk and after hour.)

19
下载
141
浏览
2020-06-29发布

6. mfcdde

  DDE编程的例子(Examples of DDE programming)

7. SQLConnect

说明:  学习QT编写连接数据库文件,连接SQL数据,便于数据库的开发。项目可以运用到数据采集上传到数据库和上传至网络服务器。(Learn QT, write connection database file, connect SQL data, facilitate the development of database. The project can be used to collect data, upload to database and upload to web server.)

1
下载
85
浏览
2020-06-29发布

8. manual

  GTK+ 2.22.1 API reference manual 包含13本手册,对应最新稳定版(2010.11.25) 完全的索引,方便查询各个函数 01. GTK+ Reference Manual 02. GLib Reference Manual 03. GObject Reference Manual 04. ATK - Accessibility Toolkit 05. GDK Reference Manual 06. Pango Reference Manual 07. GDK-PixBuf Reference Manual 08. Cairo: A Vector Graphics Library 09. GIO Reference Manual 10. Libglade - Graphical Interface Description Loader API 11. AT-SPI C Bindings Reference Manual 12. GAIL Reference Manual 13. Glade User Interface Designer Reference Manual(GTK+ 2.22.1 API reference manual Contains 13 of this manual, corresponding to the latest stable version (2010.11.25) full index, easy access all functions 01. GTK+ Reference Manual 02. GLib Reference Manual 03. GObject Reference Manual 04. ATK- Accessibility Toolkit 05. GDK Reference Manual 06. Pango Reference Manual 07. GDK-PixBuf Reference Manual 08. Cairo: A Vector Graphics Library 09. GIO Reference Manual 10. Libglade- Graphical Interface Description Loader API 11. AT-SPI C Bindings Reference Manual 12. GAIL Reference Manual 13. Glade User Interface Designer Reference Manual)

79
下载
84
浏览
2020-06-29发布

9. D-TINgenerationUnderVCenvirement

  VC++环境下,利用三角形生长算法生成TIN(TIN generation under VC envirement )

10
下载
110
浏览
2020-06-29发布

10. ACE眼底血管提取

说明:  使用自适应对比度增强算法对眼底图像中的血管进行增强处理 。(The adaptive contrast enhancement algorithm is used to enhance the blood vessels in the fundus image.)

2
下载
78
浏览
2020-06-29发布

11. TIN三角网的实现C 程序

  用c++编程实现TIN不规则三角网的构建(Construction of TIN Irregular Triangulation Network by C++ Programming)

4
下载
85
浏览
2020-06-28发布

12. AudioResample

  ffmpeg音频重采样,非常好用,供学习研究使用~(Ffmpeg audio resampling, very easy to use)

15
下载
87
浏览
2020-06-28发布

13. c++语言程序设计课件

说明:  C++程序设计教程(清华大学版):类与对象,构造函数和析构函数(C + + programming tutorial (Tsinghua University Edition): classes and objects, constructors and destructors)

1
下载
98
浏览
2020-06-28发布

15. hex2dual

  HEX to Dual file source code

8
下载
117
浏览
2020-06-26发布

16. 可视化的排序教学演示程序

  可视化的排序教学演示程序/VS2015/Qt5编写(VisualSorting_Qt_VS2015)

9
下载
102
浏览
2020-06-26发布

17. NMM

  数值流形方法的源代码,主要由于连续和非连续变形的分析,裂纹扩展的模拟等(NMM source code, mainly due to the continuous and discontinuous deformation analysis, simulation of crack propagation)

65
下载
94
浏览
2020-06-26发布

18. YC1

  这是关于等维新息模型灰色预测程序的C语言实现,需要的请下载。(This is on the Restoration, such as gray prediction model of the C language program, please download needs.)

71
下载
94
浏览
2020-06-26发布

19. IDA-Pro-Codes

  IDAPRO 代码破解揚密的源码, 书中有例子。 做病毒逆向,反外挂,必学(Learning IDAPRO the book, The book includes examples. Do virus reverse, anti-plug-in, will learn)

84
下载
89
浏览
2020-06-26发布

20. lg3d

  学习Windows编程的同志一定要下载这个站长以前用钩子写的修改Windows界面的类似ctl3d.dll的程序,使你的Windows有些奇妙的变化,如给缺省按钮加图标等(-Program writed by webmaster which uses hook to modify windows interface similar to ctl3d. It may take some changes in your windows, for example adding icons to system button etc)