-
WinIO
说明: 并口库函数,对于并口控制时必须用到的库。(Parallel library function, the parallel port control library must be used.)
- 2008-11-02 01:00:34下载
- 积分:1
-
Articles_of_programing_by_Matlab_and_VC
Matlab与VC混合编程技术精华收集以及我自己的总结"w-”开头的文章都是我自己总结的,看了一定可以搞定混合编程问题。(Matlab and VC mixed programming technology essence collection and my own conclusion "w-" the beginning of the article I summed up all the reading will be able to get mixed programming problems.)
- 2007-03-22 18:14:59下载
- 积分:1
-
运动会比赛计分系统
一个小系统,用C语言弄的,主要是根据教材上的一个题目做的,运动会比赛计分系统。功能很少,上传只为学习
- 2022-07-04 03:32:56下载
- 积分:1
-
进程创建
说明: 1 程序开发步骤
(1) 打开vc,选择菜单项file->new,选择projects选项卡并建立一个名为"process"的win32 console applicatoin工程;创建时注意指定创建该工程的目录;
(2) 在工程中创建源文件"process.cpp":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是"process.cpp";接下来询问是否创建新文件时回答"yes";然后通过Workspace->FileView->Source Files打开该文件(同上一试验);
(3) 通过调用菜单命令项build->build all进行编译连接,可以在指定的工程目录下得到debug->process.exe程序;再把给定的launchset.txt文件存入该debug目录下,就可以在控制台下进入该目录以launchset.txt为参数运行程序,命令行为:process launchset.txt;要强调的是,在launchset.txt中指定的应用程序路径要正确,否则建立新的进程时会出错,这时需要对照系统的实际情况改动所给的参数文件。
2 补充说明
这里仅仅给出了编译结果和源程序,没有所创建工程的其他文件。(a program development steps (a) to open vc, select menu item file-gt; New, tab to choose projects and the establishment of a "process" of win32 console applicatoin works; Attention to create designated to create the directory of the project; (2) establish a project document "process.cpp" : Select menu item project-gt; add to project-gt; files, the choice of their own box to create the file name, here is the "process.cpp"; the next question asks whether the creation of new documents to answer "yes"; then Workspace- gt; FileView- gt; Source Files open the document (ibid. a pilot); (3) Order by calling menu items build-gt; build compile all connected, in the specific project directory under debug- gt; process. exe; then to the launchset.txt documents)
- 2005-11-04 12:45:13下载
- 积分:1
-
turbo
详细讲述TURBO码的FPGA实现原理,可作参考,不是码源(A detailed account of the FPGA implementation of principle of the TURBO code can be used as reference, not source code)
- 2012-05-01 13:12:59下载
- 积分:1
-
STM32增量编码器例程
说明: 通过增量式编码器A,B,Z项实现对编码值的输出,速度输出和方向判断(The output, speed output and direction judgment of coded value are realized by incremental encoder..)
- 2019-07-04 11:18:16下载
- 积分:1
-
Ninject依赖注入——构造函数、属性、方法和字段的注入 例子 附源码下载
1、Ninject简介 Ninject是基于.Net平台的依赖注入框架,它能够将应用程序分离成一个个高内聚、低耦合(loosely-coupled, highly-cohesive)的模块,然后以一种灵活的方式组织起来。Ninject可以使代码变得更容易编写、重用、测试和修改。 Ninject官方网址为:http://www.ninject.org/ 。2、项目引用Ninject1>、 Tools -> Libaary Package Manager -> Package Manager Console,打开Package Manager Console窗口;2>、在Package Manager Console窗口中输入指令,Enter;1 PM> Install-Package Ninject3>、在项目中添加对Ninject的引用。3、Ninject使用Modules and the Kernel注入 Ninject中将类别以模块(Module)形式进行分组绑定,每一个模块代表应用程序的一个独立部分,这些模块可以根据需要进行组织。每一个模块都需要实现接口IModule,多数采用扩展StandardModule类来便捷实现。 Ninject依赖注入包括构造函数、属性、方法和字段的依赖注入
- 2013-07-10下载
- 积分:1
-
Ribbon
(wpf窗体继承)Ribbon ,C#写的的Ribbon 功能((Wpf form inheritance) Ribbon, C# function written in the Ribbon)
- 2013-08-20 10:21:36下载
- 积分:1
-
matlab
通过使用matlab进行模拟仿真,得到比较可靠的模拟数据与实验进行对比,方便日后类似的数据处理(Obtain reliable simulation data and experimental comparison, to facilitate future similar data processing by using matlab simulation)
- 2012-10-16 09:53:24下载
- 积分:1
-
keyboard
通过反转法循环扫描矩阵键盘,并通过数码管显示数据(By inversion method cyclic scan matrix keyboard, and through the digital display data)
- 2013-10-10 20:12:11下载
- 积分:1