搜索结果

找到约 613 项符合 main 的查询结果

按分类筛选

显示更多分类

驱动编程 This book explains how to write device drivers for the newest members of the MicrosoftWindows family

This book explains how to write device drivers for the newest members of the MicrosoftWindows family of operating systems using the Windows Driver Model (WDM). In this Introduction, I ll explain who should be reading this book, the organization of the book, and how to use the book most effectively. ...
https://www.eeworm.com/dl/618/398081.html
下载: 119
查看: 1059

书籍源码 常用的一些头文件的汇总

常用的一些头文件的汇总,很好用,编程时在main文件中写上#include"C1.H"。
https://www.eeworm.com/dl/532/400538.html
下载: 120
查看: 1030

其他 设计一个表示直角坐标系上点的位置的Location类

设计一个表示直角坐标系上点的位置的Location类,计算两个坐标系上点对象A和B之间的距离。要求用成员函数Distance()求距离。在main()中,分别用对象、指针、引用三种方法定义和使用对象A和B。
https://www.eeworm.com/dl/534/402965.html
下载: 121
查看: 1265

单片机开发 单片机一次性扩展5个串口

单片机一次性扩展5个串口,没有使用限制,最高可达12000速率,够牛的吧?整套源代码,包括main.C以及各个.H头文件,可直接使用甚至无需编译。
https://www.eeworm.com/dl/648/404675.html
下载: 162
查看: 1040

VHDL/FPGA/Verilog The Synthetic PIC Verion 1.1 This a VHDL synthesizable model of a simple PIC 16C5x microcontro

The Synthetic PIC Verion 1.1 This a VHDL synthesizable model of a simple PIC 16C5x microcontroller. It is not, and is not intended as, a high fidelity circuit simulation. This package includes the following files. Note that the license agreement is stated in the main VHDL file, PICCPU.VHD and com ...
https://www.eeworm.com/dl/663/406293.html
下载: 147
查看: 1116

其他 The C++ Editor is a text editor for C++ programmers. The editor have color syntax highlighting. Ed

The C++ Editor is a text editor for C++ programmers. The editor have color syntax highlighting. Editor s main purpose is to edit source code files outside the IDE (Integrated Development Environment) with multiple opened copies of program, when programmer needs to find, replace or compare source ...
https://www.eeworm.com/dl/534/406722.html
下载: 157
查看: 1053

Java编程 JAVA源代码105例 源代码使用说明 全部代码全部在JDK中调试成功

JAVA源代码105例 源代码使用说明 全部代码全部在JDK中调试成功,因此一般可在其他开发工具中使用。 注意有些实例只提供了部分模块,因此运行时需要添加其他代码。 光盘中的.java文件可以用任何文本编辑器打开。如果要执行,则使用如下方法: 使用jdk: 编译所有文件,然后仅执行一次有main的文件。 使用jb: 若已有一个空工 ...
https://www.eeworm.com/dl/633/407433.html
下载: 80
查看: 1035

Java编程 Last week I posted an article on a simple C++ template class, XYDataArray, I used in my system devel

Last week I posted an article on a simple C++ template class, XYDataArray, I used in my system development tool. The main purpose of this template class is to store and sort general data types. I needed to implement the same thing in Java, since the tool I developed has a compatible Java version. I ...
https://www.eeworm.com/dl/633/410842.html
下载: 42
查看: 1058

系统设计方案 The concept of the Altera Nios II embedded processor implementation inside Field Programmable Gate A

The concept of the Altera Nios II embedded processor implementation inside Field Programmable Gate Array [FPGA] of the CCD camera for the “Pi of the Sky” experiment is presented. The digital board of the CCD camera, its most important components, current implementation of firmware [VHDL] inside th ...
https://www.eeworm.com/dl/678/413262.html
下载: 109
查看: 1056

加密解密 椭圆曲线代码

椭圆曲线代码,来自CSDN。有main函数,可以在VC下运行
https://www.eeworm.com/dl/519/413841.html
下载: 108
查看: 1020