搜索结果
找到约 331 项符合
MY 的查询结果
按分类筛选
- 全部分类
- Java编程 (30)
- 书籍 (26)
- 其他 (25)
- 单片机开发 (13)
- 电子书籍 (12)
- matlab例程 (12)
- 软件设计/软件工程 (11)
- 文章/文档 (11)
- SQL Server (10)
- VHDL/FPGA/Verilog (8)
- 系统设计方案 (8)
- 其他书籍 (7)
- Linux/Unix编程 (7)
- 嵌入式/单片机编程 (7)
- VC书籍 (7)
- 压缩解压 (6)
- 书籍源码 (5)
- 数据库系统 (5)
- 其他嵌入式/单片机内容 (5)
- 技术资料 (5)
- 人工智能/神经网络 (4)
- 汇编语言 (4)
- Delphi/CppBuilder (4)
- Delphi控件源码 (4)
- 数学计算 (4)
- 数值算法/人工智能 (4)
- 源码 (4)
- 加密解密 (3)
- MySQL数据库 (3)
- 操作系统开发 (3)
- J2ME (3)
- 游戏 (3)
- 编辑器/阅读器 (3)
- 行业发展研究 (3)
- 通讯/手机编程 (3)
- 文件格式 (3)
- Java书籍 (3)
- C/C++语言编程 (2)
- 教育系统应用 (2)
- 数据结构 (2)
- 嵌入式Linux (2)
- 其他行业 (2)
- Jsp/Servlet (2)
- 微处理器开发 (2)
- 企业管理 (2)
- *行业应用 (2)
- Internet/网络编程 (2)
- 软件 (2)
- 教程资料 (1)
- 模拟电子 (1)
- 单片机编程 (1)
- 传感与控制 (1)
- 开发工具 (1)
- 其他数据库 (1)
- Symbian (1)
- FlashMX/Flex源码 (1)
- uCOS (1)
- 网络 (1)
- 通讯编程文档 (1)
- 技术管理 (1)
- USB编程 (1)
- 软件工程 (1)
- 多国语言处理 (1)
- Ajax (1)
- Applet (1)
- DSP编程 (1)
- 人物传记/成功经验 (1)
- 酒店行业 (1)
- Oracle数据库 (1)
- Windows CE (1)
- 软件测试 (1)
- 3G开发 (1)
- 无线通信 (1)
- 图形图像 (1)
- EDA相关 (1)
- 电子大赛 (1)
- 笔记 (1)
- 经验 (1)
- VIP专区 (1)
Delphi/CppBuilder Overview In this chapter I introduce Borland C++Builder (BCB) and explain what it is about. I also d
Overview In this chapter I introduce Borland C++Builder (BCB) and explain what it is about. I also devote considerable time to explaining the purpose of this book and the philosophy behind my approach to technical writing. Technical subjects covered in this chapter include Creating a simple Multimed ...
其他 Addressbook using double-linked list. This example shows the use of a double-linked list by implemen
Addressbook using double-linked list. This example shows the use of a double-linked list by implementing an addressbook for the console. It has features like inserting, searching(linear), sorting(bubble sort), deleting and load/save to a file. I wrote this during my study of Applied Computer Science ...
人工智能/神经网络 This software was done in part for a textbook on AI I ve written called _The Basis of AI_ (tentative
This software was done in part for a textbook on AI I ve written called _The Basis of AI_ (tentative title, subject to change but not if I get my way). For details see: http://www.mcs.com/~drt/basisofai.html
Symbian 手机文件浏览器 Here are the sources to SMan v1.2c 1.2 is a major jump from v1.1. You will see this from the
手机文件浏览器 Here are the sources to SMan v1.2c 1.2 is a major jump from v1.1. You will see this from the way the code has been restructured into multiple files. It also supports flip closed. However, to my chagrin, I made the mistake of assuming there will only be one flip closed view. :( That s ...
压缩解压 The zlibex.pas unit included in this archive will work with delphi 5, 6,and 7. if you previously dow
The zlibex.pas unit included in this archive will work with delphi 5, 6,and 7. if you previously downloaded my delphi 5 unit, you will notice that the unit has been renamed. this was done because borland included in its delphi 6 and 7 lib directories a zlib.dcu file and i felt it was more correct to ...
VHDL/FPGA/Verilog 通用寄存器的部分代码 LIBRARY IEEE USE IEEE.STD_LOGIC_1164.ALL ENTITY traffic IS PORT(clk,sm,sb:IN bit
通用寄存器的部分代码
LIBRARY IEEE
USE IEEE.STD_LOGIC_1164.ALL
ENTITY traffic IS
PORT(clk,sm,sb:IN bit
mr,my,mg,br,by,bg:OUT bit
)
END traffic
数学计算 The tar file contains the following files: ptfsf.c: heart of the perfect TFSF code ptfsf.h: he
The tar file contains the following files:
ptfsf.c: heart of the perfect TFSF code
ptfsf.h: header file for same
ptfsf-demo.c: FDTD code which demonstrates use of perfect TFSF code. Essentially this program used to generate results shown in the paper
ptfsf-file-maker.c: code to generate an inci ...
Java编程 FreeJaPoll is a free software that make possible to add in a simple way a web-survey to your own s
FreeJaPoll is a free software that make possible to add in a simple way a web-survey to your
own site. FreeJaPoll is a servlet written in Java programming language the program logo
(on the right) shows The Duke (Java mascotte) and a duke-like colored chicken...why? Because
the word "Poll" in my n ...
文章/文档 ENGLISH RESUME Dear sir/madam In answer to your advertisement in present interview for your n
ENGLISH RESUME
Dear sir/madam
In answer to your advertisement in present interview for your need. I wish to tender my service. With reference to your advertisement in present interview for your need, I respectfully offer myself for the position.
数据结构 Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to w
Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to work in the random access memory(RAM). Some of them do provide some mechanism for dumping the whole tree into a file and loading it back to the memory in order to make data in that tree persistent. It ...