搜索结果

找到约 699 项符合 Include 的查询结果

按分类筛选

显示更多分类

其他 #include<stdio.h> struct powernode { float pi float qi int i float vi

#include<stdio.h> struct powernode { float pi float qi int i float vi } struct powernode wg[20] struct powernode wl[20] struct linedata
https://www.eeworm.com/dl/534/224263.html
下载: 134
查看: 1053

软件设计/软件工程 #include<iostream> using namespace std int main() { unsigned long x,warcraft,war,l

#include<iostream> using namespace std int main() { unsigned long x,warcraft,war,l cin> x while(x) { unsigned long *p=new unsigned long[x+1] if(p==NULL) { cerr<<"error!"<<endl abort() } for(warcraft=0 warcraft<=x warcraft++) *(p+warcraft)=0 *p=1 for(warcraft=0 war ...
https://www.eeworm.com/dl/684/232946.html
下载: 113
查看: 1139

Linux/Unix编程 I use C to implement thread operating,include initiallize,fork,yield,exit,kill. You should have driv

I use C to implement thread operating,include initiallize,fork,yield,exit,kill. You should have driver to use this library. I choose array for ready queue,and strcut for Thread Control Block.
https://www.eeworm.com/dl/619/251222.html
下载: 161
查看: 1134

文件格式 #include <reg51.h> /*-------------------------------------------- 调用方式:自行I/O 口定义﹫2001/05/12

#include <reg51.h> /*-------------------------------------------- 调用方式:自行I/O 口定义﹫2001/05/12 函数说明:私有函数,各接口定义 --------------------------------------------*/ sbit HD7279_CS=P1^4 // HD7279_CS--P1.4 sbit HD7279_CLK=P1^5 // HD7279_CLK-- P1.5 sbit HD7279_DATA=P1^6 // HD7279_DATA ...
https://www.eeworm.com/dl/639/275366.html
下载: 192
查看: 1065

Linux/Unix编程 This string-include defines all string functions as inline functions. Use gcc. It also assumes ds=es

This string-include defines all string functions as inline functions. Use gcc. It also assumes ds=es=data space, this should be normal. Most of the string-functions are rather heavily hand-optimized, see especially strtok,strstr,str[c]spn. They should work, but are not very easy to understand. Every ...
https://www.eeworm.com/dl/619/280847.html
下载: 33
查看: 1172

Linux/Unix编程 linux下的CAN驱动程序。 分三个文件夹:include,driver,app

linux下的CAN驱动程序。 分三个文件夹:include,driver,app, 分别存放头文件、驱动程序和应用程序。 里边还有驱动程序的简要介绍,介绍了驱动程序的组成和编写应用过程。 很详细的一份驱动资料。 CAN程序分为两块:驱动程序的编写和应用程序的编写,分别放在driver文件夹和app文件夹中,而所有驱动程序和应用程序会用到的 ...
https://www.eeworm.com/dl/619/296491.html
下载: 48
查看: 1090

Linux/Unix编程 ecos time patch file (/home/jacmet/ecos.orig/packages/isoinfra/current/include/sys/time.h)

ecos time patch file (/home/jacmet/ecos.orig/packages/isoinfra/current/include/sys/time.h)
https://www.eeworm.com/dl/619/405432.html
下载: 29
查看: 1110

网络 example of shell which include the commands about them. 谋t runs eaisly the unix.(ubuntu/pardus/suse)

example of shell which include the commands about them. 谋t runs eaisly the unix.(ubuntu/pardus/suse)
https://www.eeworm.com/dl/635/440436.html
下载: 117
查看: 1076

单片机开发 一個很好用的 lcd 時鐘程序 C語言 #include<reg51.h> #include<stdio.h> //定義計時器0 的重裝值 #define RELOAD

一個很好用的 lcd 時鐘程序 C語言 #include<reg51.h> #include<stdio.h> //定義計時器0 的重裝值 #define RELOAD_HIGH 0x3C #define RELOAD_LOW 0xD2 //定義按鍵彈跳時間 #define DB_VAL //定義設置模式的最大時間間隔 #define TIMEOUT 200 //定義游標位置常數 #define HOME 0 #define HOUR 1 #define MIN 2 #define SEC ...
https://www.eeworm.com/dl/648/199246.html
下载: 165
查看: 1201

Java书籍 Invoke JavaProg.main() from a win32 program: . compile Main.java . compile VC project . set include

Invoke JavaProg.main() from a win32 program: . compile Main.java . compile VC project . set include path for jni.h, which is under java_Home\include . set linking path for jvm.lib, which is under java_Home\lib\jvm.lib . copy Main.class and Main$1.class to the working dir of the VC project (or the sa ...
https://www.eeworm.com/dl/656/135351.html
下载: 77
查看: 1103