登录

最新会员 最新下载

成为了本站VIP会员

05月21日 19:06

成为了本站VIP会员

05月21日 11:21

成为了本站VIP会员

05月20日 21:43

成为了本站VIP会员

05月13日 14:43

成为了本站VIP会员

05月13日 10:19

成为了本站VIP会员

05月12日 14:03
已选条件
  1. 编程语言:Visual 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
下载
67
浏览
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
下载
152
浏览
2020-06-30发布

3. 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
下载
93
浏览
2020-06-29发布

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

  本工具可将大智慧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
下载
123
浏览
2020-06-29发布

5. mfcdde

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

6. D-TINgenerationUnderVCenvirement

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

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

7. AudioResample

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

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

9. hex2dual

  HEX to Dual file source code

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

10. 可视化的排序教学演示

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

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

11. NMM

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

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

12. 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)

3122
下载
99
浏览
2020-06-26发布

13. C++ U盘格式化 UFormat

  实现U盘格式化,有很好的学习价值。安装自动释放源码。(Realize U disc format, have good learning value. The installation of an automatic release of source code.)

14. vc++环境下的实时曲线序 realtime_plot_vc

  强烈推荐vc++环境下的实时曲线程序,老外编的,值得借鉴。里面包含说明文档,我也是一开始使用mschart发现更新数据时出现屏幕闪烁,才找到这个程序,是公开的。(Strongly recommend vc++ Environment real-time curve procedures, foreign made, and worth learning from. Which contains documentation, I also started using an updated data MSChart found when the screen flashes, only to find this program is open to the public.)

15. VC++6

  VC++6编程方法非常不错的资料了哦,对初学者特别有帮助哦!(VC++ 6 programming method is very good information on the Oh, is particularly helpful for beginners Oh!)

16. 文件目录资源列表生成器 FileResTool2.0

  文件目录资源列表生成器,QQ:403717(File directory of resources list of generators, QQ: 403717)

3944
下载
95
浏览
2020-06-26发布

17. VC实现的socke通信 socket

  VC实现的socke通信,简单易懂 分为服务端和客户端。 使用VC6即可打开项目工程(VC realize the socke communications, is divided into easy-to-read-side and client services. VC6 can use to open the Project)

3177
下载
80
浏览
2020-06-26发布

18. C_Presentation_Day1

  c notes on array, pointer ans some basic programs

0
下载
96
浏览
2020-06-25发布

19. C_Presentation_Day1

说明:  c notes on array, pointer ans some basic programs

1
下载
92
浏览
2020-06-25发布

20. Kline_Original

  VC++6.0 MFC for Stock KLine

0
下载
101
浏览
2020-06-25发布