搜索:lt

找到约 1,734 项符合「lt」的查询结果

结果 1,734
按分类筛选
显示更多分类
https://www.eeworm.com/dl/633/270595.html Java编程

java实现的自签名工具,< < < < < < < < < < <

java实现的自签名工具,< < < < < < < < < < <
下载 32
·
查看 1104
https://www.eeworm.com/dl/619/386216.html Linux/Unix编程

帧缓冲#include <stdio.h> #include <stdlib.h> #include <string.h> #include <s

帧缓冲#include <stdio.h> #include <stdlib.h> #include <string.h> #include <stdint.h> #include <unistd.h> #include <fcntl.h> #include <sys/ioctl.h> #include <sys/mman.h> #include <asm/page.h> #include <linux/fb.h> #define TRUE 1 #define FALSE 2 //a framebuffer devi ...
下载 187
·
查看 1129
https://www.eeworm.com/dl/628/175711.html 编译器/解释器

#include "define.h" #include <stdio.h> #include <string.h> #include <ctype.h>

#include "define.h" #include <stdio.h> #include <string.h> #include <ctype.h> #include <malloc.h> FILE *fp /*////////////////////////////////////////////////////////////////////////////// This is a pretreatment. ////////////////////////////////////////////////////////////////// ...
下载 91
·
查看 1408
https://www.eeworm.com/dl/625/297545.html 游戏

五子棋小游戏#include<stdlib.h> #include<time.h> #include<stdio.h> #include<conio.h

五子棋小游戏#include<stdlib.h> #include<time.h> #include<stdio.h> #include<conio.h> int chess[169]={0} /*棋盘*/ struct chess_t/*作为辅助,即是作为建意*/ { char attack /*攻防用的,0表示守,1表示攻*/ int j /*作为优先级用*/ }chess_a[169] ...
下载 148
·
查看 1235
https://www.eeworm.com/dl/621/304040.html 教育系统应用

c++图书管理系统 include <iostream> #include <iomanip> #include <string> #include &lt

c++图书管理系统 include <iostream> #include <iomanip> #include <string> #include <fstream>//输入/输出文件流类 using namespace std const int Maxr=100 //最多的读者 const int Maxb=100 //最多的图书 const int Maxbor=5 //每位读者最多借五本书 //读者类,实现对读者的信息的描述 ...
下载 55
·
查看 1252
https://www.eeworm.com/dl/532/492625.html 书籍源码

<<C++ primer>>第四版

<<C++ primer>>第四版,完整答案。 好不容易找到的,分享给大家。
下载 168
·
查看 1202
https://www.eeworm.com/dl/647/297444.html 嵌入式/单片机编程

#include <reg52.h> #include <stdio.h> #include <string.h> #define uchar unsigne

#include <reg52.h> #include <stdio.h> #include <string.h> #define uchar unsigned char #define uint unsigned int #define isp_iap_byte_read 0x1 #define isp_iap_byte_program 0x2 #define isp_iap_sector_erase 0x3 #define wait_time 0x1
下载 93
·
查看 1163
https://www.eeworm.com/dl/626/472075.html 编辑器/阅读器

#include <avr/io.h> #include <avr/interrupt.h> #include <avr/signal.h> #include

#include <avr/io.h> #include <avr/interrupt.h> #include <avr/signal.h> #include <avr/sleep.h> #include <avr/pgmspace.h> #include <string.h> #include <util/delay.h> #include <avr/eeprom.h> #include <stdio.h> #include "defines.h" ...
下载 152
·
查看 1521
https://www.eeworm.com/dl/654/401327.html 数据结构

:#include <stdlib.h>#include <stdio.h>#include <time.h> void InsertSort(int a[],in

:#include <stdlib.h>#include <stdio.h>#include <time.h> void InsertSort(int a[],int *(k1),int *(k2))//0:直接插入排序{ int i,j int temp *(k1)=0 *(k2)=0 for(i=0 i<149 i++) { temp=a[i+1] *(k2)++ ...
下载 51
·
查看 1108
https://www.eeworm.com/dl/631/471268.html *行业应用

client socket include <sys/types.h> include <sys/socket.h> include <stdio.h> i

client socket include <sys/types.h> include <sys/socket.h> include <stdio.h> include <netinet/in.h> include <arpa/inet.h> include <unistd.h> int main() { int sockfd int len struct sockaddr_in address int result char ch = A sockfd = socket(AF_INET, SOCK_STREAM, 0) ...
下载 76
·
查看 1074