搜索:lt
找到约 1,734 项符合「lt」的查询结果
结果 1,734
按分类筛选
- 全部
- 技术资料 (199)
- 其他书籍 (112)
- 单片机开发 (104)
- 其他 (90)
- 书籍源码 (89)
- Java编程 (84)
- VC书籍 (82)
- 数据结构 (63)
- 单片机编程 (59)
- matlab例程 (56)
- 数学计算 (53)
- 电子书籍 (42)
- 编译器/解释器 (38)
- Linux/Unix编程 (35)
- Java书籍 (35)
- 源码 (32)
- 人工智能/神经网络 (26)
- 汇编语言 (24)
- 软件设计/软件工程 (24)
- 电源技术 (22)
- 数值算法/人工智能 (21)
- 嵌入式/单片机编程 (19)
- 嵌入式Linux (18)
- VHDL/FPGA/Verilog (18)
- 软件工程 (14)
- 文章/文档 (14)
- VIP专区 (14)
- 模拟电子 (13)
- C/C++语言编程 (12)
- Internet/网络编程 (12)
- 加密解密 (11)
- 文件格式 (11)
- Windows CE (11)
- 系统设计方案 (11)
- 传感与控制 (10)
- 操作系统开发 (9)
- 驱动编程 (9)
- 串口编程 (9)
- 压缩解压 (8)
- Windows Mobile (8)
- SQL Server (8)
- 其他数据库 (7)
- 微处理器开发 (7)
- J2ME (7)
- 其他嵌入式/单片机内容 (7)
- 无线通信 (6)
- 数据库系统 (6)
- 通讯/手机编程 (6)
- 网络 (6)
- USB编程 (6)
- Delphi控件源码 (6)
- 学术论文 (5)
- DSP编程 (5)
- 通讯编程文档 (5)
- STL (5)
- 笔记 (5)
- Linux/uClinux/Unix编程 (4)
- 技术书籍 (4)
- 开发工具 (4)
- 可编程逻辑 (4)
- 教育系统应用 (4)
- 编辑器/阅读器 (4)
- Delphi/CppBuilder (4)
- 其他行业 (4)
- 中间件编程 (4)
- JavaScript (4)
- 软件 (4)
- PCB相关 (3)
- 测试测量 (3)
- 嵌入式综合 (3)
- 游戏 (3)
- 多国语言处理 (3)
- uCOS (3)
- 邮电通讯系统 (3)
- 行业发展研究 (3)
- Jsp/Servlet (3)
- Ajax (3)
- 设计相关 (2)
- 实用工具 (2)
- 通信网络 (2)
- 源码/资料 (2)
- *行业应用 (2)
- 酒店行业 (2)
- 交通/航空行业 (2)
- OA系统 (2)
- 电路图 (2)
- 电路图 (1)
- 多媒体处理 (1)
- 仿真技术 (1)
- PCB图/BOM单/原理图 (1)
- 技术教程 (1)
- 教材/考试/认证 (1)
- Matlab (1)
- 教程资料 (1)
- autocad教程 (1)
- 手机短信编程 (1)
- 磁盘编程 (1)
- 企业管理 (1)
- 传真(Fax)编程 (1)
- 金融证券系统 (1)
https://www.eeworm.com/dl/633/270595.html
Java编程
java实现的自签名工具,< < < < < < < < < < <
java实现的自签名工具,< < < < < < < < < < <
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 ...
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.
////////////////////////////////////////////////////////////////// ...
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] ...
https://www.eeworm.com/dl/621/304040.html
教育系统应用
c++图书管理系统 include <iostream> #include <iomanip> #include <string> #include <
c++图书管理系统
include <iostream>
#include <iomanip>
#include <string>
#include <fstream>//输入/输出文件流类
using namespace std
const int Maxr=100 //最多的读者
const int Maxb=100 //最多的图书
const int Maxbor=5 //每位读者最多借五本书
//读者类,实现对读者的信息的描述 ...
https://www.eeworm.com/dl/532/492625.html
书籍源码
<<C++ primer>>第四版
<<C++ primer>>第四版,完整答案。
好不容易找到的,分享给大家。
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
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" ...
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)++ ...
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) ...