CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - 工程代码
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - 工程代码 - List
[
Console
]
MM440-VC++-PID
DL : 0
本程序是基于工程中应用广泛的MM440变频器上位机界面代码,采用自适应PID算法进行传动装置控制。-this program is based on engineering widespread use of MM440 Inverter PC interface code, PID algorithm using adaptive devices for transmission control.
Date
: 2008-10-13
Size
: 436.87kb
User
:
guozhao
[
Console
]
MM440-VC++-PID
DL : 0
本程序是基于工程中应用广泛的MM440变频器上位机界面代码,采用自适应PID算法进行传动装置控制。-this program is based on engineering widespread use of MM440 Inverter PC interface code, PID algorithm using adaptive devices for transmission control.
Date
: 2025-12-21
Size
: 5.93mb
User
:
guozhao
[
Console
]
saoleibeta
DL : 0
扫雷小游戏 要求: 用VS2010控制台程序完成,键盘输入要点开的格子和要排的雷的格子。 拥有普通游戏的控制流程:开始游戏、重新开始、退出游戏、死亡成功后的提示及操作等;拥有游戏最基本的一些文字提示,拥有基本的一些错误判断。 要求整个工程全部用C++代码完成,不允许出现C风格代码(如用string代替char*、用容器代替数组、类等)。-Minesweeping game requirements: VS2010 console program completed, keyboard input points open lattice and lattice row of Ray. Control processes: ordinary game to start the game, start again, quit the game, death after the success of the prompt and operation owns some of the games most basic text prompts basic misjudgment. Require that the entire project is completed all with C++ code, C-style code (such as string instead of char* instead of an array of class container, etc.) are not allowed.
Date
: 2025-12-21
Size
: 422kb
User
:
敖磊
[
Console
]
Design_pattern
DL : 0
这里提供了几种常见设计模式的实例源代码。设计模式(Design pattern)是一套被反复使用、多数人知晓的、经过分类编目的、代码设计经验的总结。使用设计模式是为了可重用代码、让代码更容易被他人理解、保证代码可靠性。 毫无疑问,设计模式于己于他人于系统都是多赢的,设计模式使代码编制真正工程化,设计模式是软件工程的基石,如同大厦的一块块砖石一样。-Design pattern
Date
: 2025-12-21
Size
: 8kb
User
:
王君雷
[
Console
]
serialport
DL : 0
串口通信类文件。可以添加到工程。直接编写串口代码。-Serial communication class file. Can be added to the project. Direct writing serial code.
Date
: 2025-12-21
Size
: 9kb
User
:
jame
[
Console
]
lesson2_21points
DL : 0
一个完整的C++工程代码,21点游戏,基于VS2005平台。-21_points visual stdio 2005,c++
Date
: 2025-12-21
Size
: 1.79mb
User
:
邢川
[
Console
]
bayes_net_ex
DL : 0
根据dlib18 的C++代码库,利用VS2010进行了里面的实例测试,测试成功了,并对里面的代码进行了针对性的注释。 dlib18具有很强大的数据挖掘功能,我这里只是针对贝叶斯网络进行了实例验证,验证的贝叶斯网络也就是dlib原本给定的例子,只不过原本给定的只有cpp文件,这里提供的是一个工程。希望有兴趣的同学下载参考。-According to the C++ code library of dlib18, VS2010 instance inside test, the test was successful, and the code inside the targeted notes. Bayesian networks also dlib18 has a very powerful data mining capabilities, I am here just for Bayesian network instances verify, validate dlib originally given examples, but had given only cpp file is available a project. Interested students download the reference.
Date
: 2025-12-21
Size
: 12.71mb
User
:
索子
[
Console
]
complier_of_c-
DL : 0
c-语言的词法和语法分析器c语言实现,包括所有代码和工程文件。-c language lexical and syntactic parser c- language implementations, including all code and project files.
Date
: 2025-12-21
Size
: 733kb
User
:
钱立祥
[
Console
]
biyegaunlixitong
DL : 0
文件名:毕业论文管理系统。这是我编写的工程实践,代码清晰明了,可以回顾下windows平台下链表与文件操作-File name: Thesis management system. This is what I write in the engineering practice, the code clarity, you can review the list under the windows platform and file operations
Date
: 2025-12-21
Size
: 13kb
User
:
lqjun
[
Console
]
Create-Picture
DL : 0
为两个程序,配合使用。一个是读取图片文件的二进制流,按照规定的格式写入一个txt文本文档中,另一个程序是将此文本文档中的内容按照指定格式复制到代码的数组中,最终可生成原图片。特点:第二个程序不需要单独的图片附件,而是将所需图片的二进制流存储到了数组中,在需要的时候使用。注:由于程序较简单,本人采用DEV C++程序编写,无工程文件,若用VS2013编译会出现fscanf和sprintf以及fopen等这些文件读写函数不安全的警告,需用_s的函数替换,只需按照相应格式替换即可,这里不再赘述。-For the two programs, with the use. One is to read the image file binary stream, in accordance with the format prescribed write a txt text document, another program is this text document to copy the contents of the array in the specified format code, the final original image can be generated. Features: The second program does not require a separate image attachment, but the desired picture binary stream is stored to the array to use when needed. Note: Because the program is relatively simple, I use DEV C++ programming, no project file, if read and write functions using VS2013 compiler warning will appear unsafe sprintf and fscanf and fopen, etc. These documents, required to replace _s functions, just Follow the appropriate format to replace, not repeat them here.
Date
: 2025-12-21
Size
: 358kb
User
:
themostfreeboy
[
Console
]
watchDirChange-vs2010
DL : 0
vs2010 c++ 文件夹文件监控系统软件工程代码是用vs2010编译的,该程序是使用线程来实时监控指定目录下文件、文件夹的变化(添加、删除、修改)-vs2010 c++ Folder Monitoring System software engineering vs2010 code is compiled, the program is the use of threads to real-time monitoring designated directories file, change the folder (add, delete, modify)
Date
: 2025-12-21
Size
: 165kb
User
:
李
[
Console
]
face10
DL : 0
人脸识别的 vc++ 完整工程代码,欢迎下载。 -Face recognition vc++ code complete engineering, welcome to download.
Date
: 2025-12-21
Size
: 2.47mb
User
:
李阳
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.