-
83314539
说明: 实现了二进制卷积码的viterbi硬判,软判,以及穿孔卷积码(The viterbi hard, soft and perforated convolutional codes of binary convolutional codes are implemented.)
- 2019-04-02 06:16:02下载
- 积分:1
-
E0403
VC6.0完全自学手册 主编孔鹏 对话框与窗口操作源代码(VC6.0 dialog with the window operation code)
- 2013-10-26 19:01:57下载
- 积分:1
-
dol-plugin-0.1-src
IDA反汇编器DOL加载器插件源码,编译需要IDA SDK(IDA disassembler DOL loader plug-in source code, the compiler needs IDA SDK)
- 2011-09-16 14:48:22下载
- 积分:1
-
314
有一存储很多商品数据(每件商品的属性先后包括:品名、规格、单价(有小数位)、数量,数据的最长长度分别为20、10、6、5,在文件中以空格为分隔,每个商品的数据占一行)的文本文件,从键盘输入某种商品的品名,要求在文件中查找有无相应品名商品(可能有多条记录或没有),若有则在屏幕上显示出相应的商品的品名、规格、数量、单价(显示时,品名、规格、数量、单价之间使用逗号(,)作分隔,单价显示时只显示2位小数),若无则显示没有相应品名的商品。
(There are a lot of goods stored data (each item has the attributes include: name, size, price (with decimal places), quantity, the maximum length of the data were 20,10,6,5, a space in the file is separated The data for each item per line) text file, input from the keyboard of a commodity name, asked whether the corresponding file for the product name (may be multiple records or did not), if it is displayed on the screen of the corresponding product name, size, quantity, unit price (display, name, size, quantity, unit price between a comma (,) as a separator, price display shows only two decimal places), if not then show no corresponding product name .)
- 2013-05-28 21:05:51下载
- 积分:1
-
inwended
This library is intended to be a supplement to the Turbo C f
- 2017-06-03 01:24:40下载
- 积分:1
-
Winsock-vb6-example-source-code
This program is an example of VB6 winsock application. It has both server and client source codes that you can compile and test it for developping your own projects (for example, chat, game servers etc.)
- 2015-06-14 20:01:28下载
- 积分:1
-
SHOWALLPROCESS_OWN
自编进程查看管理器,visual c++课程设计,visual c++小制作(Self Process View Manager, visual c++ curriculum design, visual c++ small production)
- 2013-12-22 13:15:58下载
- 积分:1
-
painter
一个完整的画板源代码!希望能给大家带来帮助和思考,感谢有你,一起努力!(a coder to painter)
- 2016-09-20 17:09:54下载
- 积分:1
-
pai-xu--CPP
给出冒泡排序等3种排序算法,供初学者比较理解VC++编程!(It gives the other three kinds of bubble sort sort algorithm, for beginners to understand VC++ programming!)
- 2016-08-12 16:10:36下载
- 积分:1
-
Wintab_Example
使用wintab开发的例子,VB开发环境,经过验证可以(Wintab32.dll Demo in VB6 ReadMe notes
*******************************************************
*******************************************************
A few notes on this before you play with it:
1) You cannot debug through much of the code! The reason for this is that the routine performs a Windows message hook for the window messages that normally go to the window. So when the user moves the mouse over a window, Windows generates all the messages and sends them to the window to respond. (examples are "MouseEnterWindow, MouseMove, MouseLeaveWindow"). Note these are different from the VB events which are similarly named but operate within VB, they are instead the actual messages Windows OS uses to respond. This is how windows does all of its GUI. Since a hook has been placed in the code, those messages go to the callback routine and thus get intercepted in the application. In debug, all code execution halts in the VB app. But windows keeps sending the messages to the cal)
- 2013-10-19 12:59:12下载
- 积分:1