搜索结果
找到约 135 项符合
found 的查询结果
按分类筛选
- 全部分类
- 其他 (16)
- 人工智能/神经网络 (10)
- 书籍 (10)
- matlab例程 (9)
- Linux/Unix编程 (7)
- 文章/文档 (5)
- Java编程 (4)
- 数值算法/人工智能 (3)
- 数学计算 (3)
- 编译器/解释器 (3)
- VC书籍 (3)
- 其他书籍 (3)
- 汇编语言 (3)
- 游戏 (3)
- 软件设计/软件工程 (3)
- 单片机编程 (2)
- 无线通信 (2)
- 串口编程 (2)
- GPS编程 (2)
- 系统设计方案 (2)
- 微处理器开发 (2)
- 软件工程 (2)
- 单片机开发 (2)
- Delphi控件源码 (2)
- 压缩解压 (2)
- VHDL/FPGA/Verilog (2)
- 行业应用文档 (1)
- 多媒体处理 (1)
- 模拟电子 (1)
- 教程资料 (1)
- 可编程逻辑 (1)
- 源码/资料 (1)
- 生物技术 (1)
- Internet/网络编程 (1)
- 网络 (1)
- 嵌入式Linux (1)
- 书籍源码 (1)
- 技术管理 (1)
- Windows CE (1)
- Java书籍 (1)
- 数据结构 (1)
- 并行计算 (1)
- 其他数据库 (1)
- *行业应用 (1)
- 文件格式 (1)
- 行业发展研究 (1)
- Jsp/Servlet (1)
- 加密解密 (1)
- 能源行业(电力石油煤炭) (1)
- 嵌入式/单片机编程 (1)
- Delphi/CppBuilder (1)
- 认证考试资料 (1)
- 习题答案 (1)
- 技术资料 (1)
其他数据库 This a simple database management system. It doesn t use any other code (i.e. ODBC, ADO, etc.) and h
This a simple database management system. It doesn t use any other code (i.e. ODBC, ADO, etc.) and has it s own database file format. I wrote it because I found the other DBMSs code too bulky and hard to debug. It s designed for small applications and I doubt it could handle anything on a large scal ...
VC书籍 This book is for you if You re no "dummy," and you need to get quickly up to speed in intermediate
This book is for you if
You re no "dummy," and you need to get quickly up to speed in intermediate to advanced C++
You ve had some experience in C++ programming, but reading intermediate and advanced C++ books is slow-going
You ve had an introductory C++ course, but you ve found that you still can t ...
其他 For solving the following problem: "There is No Free Lunch" Time Limit: 1 Second Memory Limit: 3
For solving the following problem:
"There is No Free Lunch"
Time Limit: 1 Second Memory Limit: 32768 KB
One day, CYJJ found an interesting piece of commercial from newspaper: the Cyber-restaurant was offering a kind of "Lunch Special" which was said that one could "buy one get two for free". That ...
VC书籍 Imperfect C++ Practical Solutions for Real-Life Programming C++, although a marvelous language, isn
Imperfect C++ Practical Solutions for Real-Life Programming
C++, although a marvelous language, isn t perfect. Matthew Wilson has been working with it for over a decade, and during that time he has found inherent limitations that require skillful workarounds. In this book, he doesn t just tell you w ...
其他 Lotus Notes开发用的在线DHTML编辑器,基于Active X control 1. This rich text editor is based on the editor used
Lotus Notes开发用的在线DHTML编辑器,基于Active X control
1. This rich text editor is based on the editor used in an older sandbox posting I found. The majority of this code was NOT written by me. Credit goes to someone at Lotus (I think) for the original code. I only extended the base
code to add m ...
Linux/Unix编程 Free open-source disk encryption software for Windows Vista/XP, Mac OS X, and Linux Main Features:
Free open-source disk encryption software for Windows Vista/XP, Mac OS X, and Linux
Main Features:
* Creates a virtual encrypted disk within a file and mounts it as a real disk.
* Encrypts an entire partition or storage device such as USB flash drive or hard drive.
* Encrypts a partition or dr ...
人工智能/神经网络 basic.c */ /**//* Project:NeuroBasic, basic package*//**/ /* Survey:This is a simple Basic b-code
basic.c */
/**//* Project:NeuroBasic, basic package*//**/
/* Survey:This is a simple Basic b-code compiler which*/
/*can be used as a comfortable command shell for */
/* any program. The actual compiler is found in */
/*compiler.c.*/
/*The functions m_fctptr() and user_server()*/
/*build an interfa ...
其他 Custom Visual Basic Packager and Installer for Visual Basic Developers. This is a group of standard
Custom Visual Basic Packager and Installer for Visual Basic Developers. This is a group of standard exe projects
1. Packager 2. Setup1
The packager works like Visual basic Application deployment Wizard. And the setup1 project is used for the installation of the package. This project demonstrates how ...
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 ...
GPS编程 This is GPS in matlab calculatePseudoranges finds relative pseudoranges for all satellites listed
This is GPS in matlab calculatePseudoranges finds relative pseudoranges for all satellites
listed in CHANNELLIST at the specified millisecond of the processed
signal. The pseudoranges contain unknown receiver clock offset. It can be
found by the least squares position search procedure.