搜索结果
找到约 151 项符合
Screen 的查询结果
按分类筛选
- 全部分类
- 其他 (15)
- 单片机开发 (12)
- 技术资料 (9)
- Delphi控件源码 (8)
- Linux/Unix编程 (8)
- 人工智能/神经网络 (6)
- 微处理器开发 (6)
- 单片机编程 (5)
- 其他书籍 (5)
- J2ME (4)
- Windows CE (4)
- 通讯/手机编程 (3)
- Internet/网络编程 (3)
- 游戏 (3)
- 电子书籍 (3)
- Java编程 (3)
- 驱动编程 (3)
- 模拟电子 (2)
- 可编程逻辑 (2)
- 汇编语言 (2)
- 文章/文档 (2)
- 软件工程 (2)
- 数学计算 (2)
- Symbian (2)
- DSP编程 (2)
- 嵌入式Linux (2)
- 文件格式 (2)
- 通讯编程文档 (2)
- 学术论文 (1)
- PCB相关 (1)
- 教程资料 (1)
- 嵌入式综合 (1)
- 测试测量 (1)
- *行业应用 (1)
- 操作系统开发 (1)
- VC书籍 (1)
- GPS编程 (1)
- SQL Server (1)
- 软件设计/软件工程 (1)
- Delphi/CppBuilder (1)
- 编辑器/阅读器 (1)
- 其他嵌入式/单片机内容 (1)
- 行业发展研究 (1)
- 嵌入式/单片机编程 (1)
- 系统设计方案 (1)
- VHDL/FPGA/Verilog (1)
- BREW编程 (1)
- Applet (1)
- 编译器/解释器 (1)
- 其他行业 (1)
- 书籍源码 (1)
- MTK (1)
- 人物传记/成功经验 (1)
- 数值算法/人工智能 (1)
- Windows Mobile (1)
- 多媒体处理 (1)
- VIP专区 (1)
人工智能/神经网络 LVQ学习矢量化算法源程序 This directory contains code implementing the Learning vector quantization network.
LVQ学习矢量化算法源程序
This directory contains code implementing the Learning vector quantization
network. Source code may be found in LVQ.CPP. Sample training data is found
in LVQ1.PAT. Sample test data is found in LVQTEST1.TST and LVQTEST2.TST. The
LVQ program accepts input consisting of vectors ...
操作系统开发 This program dump password hashes from local or remote Windows NT/2000 machines. It prints them on
This program dump password hashes from local or remote Windows NT/2000 machines. It
prints them onto the screen in l0phtcrack format, or will write them to a file if desired.
VC书籍 This companion disc contains the source code for the sample programs presented in INSIDE VISUAL C++
This companion disc contains the source code for the sample
programs presented in INSIDE VISUAL C++ 5.0, as well as pre-
compiled copies of the programs.
To copy all of the sample code onto your hard disk, run the
SETUP.EXE program and follow the instructions that appear on
the screen. The sample c ...
GPS编程 abel Tool Sample Requires: Visual Basic 6 and MapObjects 2.x Data: redlands.shp (Redlands sample
abel Tool Sample
Requires: Visual Basic 6 and MapObjects 2.x
Data: redlands.shp (Redlands sample data set from MO 2.x)
Interactive Labeling Tool
If the check box is checked, then the mouse down location will search for the closest line, and label it with the street name. If the check box is not ch ...
其他 RW - Read & Write utility, for hardware engineers, firmware (BIOS) engineers, driver developers, QA
RW - Read & Write utility, for hardware engineers, firmware (BIOS) engineers, driver developers, QA engineers, performance test engineers, diagnostic engineers, etc., This utility access almost all the computer hardware, including PCI (PCI Express), PCI Index/Data, Memory, Memory Index/Data, I/O Spa ...
文章/文档 Delphi编程中获取屏幕分辨率 当我们需要获取所运行程序时计算机的分辨率时
Delphi编程中获取屏幕分辨率
当我们需要获取所运行程序时计算机的分辨率时,有两种方法:①可以通过访问Delphi提供的SCREEN全局变量,即SCREEN.WIDTH和SCREEN.HEIGHT以像素点给出屏幕的分辨率。②利用Windows的API函数GetDeviceCaps()来得到所用显示器的分辨率 ...
汇编语言 用win32汇编编写的类木马的东西
用win32汇编编写的类木马的东西,运行后在机子上打开23端口,用telnet登陆,可以运行下列命令:
open filename - open the file or program
msg message - place message plainly over screen
box message - show within a messagebox
cdopen - to open CDROM drive door
cdclose - to close CDROM drive door
bye - termin ...
Linux/Unix编程 LibTorrent is a BitTorrent library written in C++ for *nix, with a focus on high performance and goo
LibTorrent is a BitTorrent library written in C++ for *nix, with a focus on high performance and good code. The library differentiates itself from other implementations by transfering directly from file pages to the network stack. On high-bandwidth connections it is able to seed at 3 times the speed ...
SQL Server This project attempts to implement a Database using B+Tree. The project has developed a DATABASE SYS
This project attempts to implement a Database using B+Tree. The project has developed a DATABASE SYSTEM with lesser memory consumption. Its API includes simple SQL Statements and the output is displayed on the screen. Certain applications for which several features of existing databases like concurr ...
人工智能/神经网络 This code in this directory implements the binary hopfield network. Source code may be found in HOP
This code in this directory implements the binary hopfield network.
Source code may be found in HOPNET.CPP. A sample training file is
H7x8N4.trn. Sample test pattern files are: H7x8D4.TST, H5x8D7.TST,
H5x8D7.TST and H5x8D9.TST, Output of the program goes to both the
screen and a file, ARCHIVE.LST. ...