联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找单片机开发(291) 汇编语言(158) Windows编程(113) 其他(51) 嵌入式/单片机/硬件编程(46) 其他小程序(42) VHDL/FPGA/Verilog(40) 编译器/解释器(34) 数学计算(33) WEB开发(31) 网络编程(27) 编辑器/阅读器(21) 多媒体编程(20) DSP编程(20) 软件设计/软件工程(19) 文章/文档(16) matlab编程(16) 系统编程(15) 系统设计方案(15) 其他书籍(14) Linux/Unix编程(13) 图形图像处理(13) 通讯编程(12) Java编程(12) 操作系统开发(12) 处理器开发(12) 其他嵌入式/单片机内容(12) 游戏(10) 文件格式(10) 数值算法/人工智能(9) 浏览器(9) 驱动编程(8) Shell编程(7) 技术管理(7) 界面编程(6) 通讯编程文档(6) 网络编程(5) 磁盘编程(5) Ftp客户端(5) 进程与线程(5) 行业发展研究(5) 电子书籍(4) ActiveX/DCOM/ATL(4) 加密解密(4) 文件操作(4) 控制台编程(4) android开发(4) ICQ/即时通讯(3) 扫描程序(3) 网络(3) 流媒体/Mpeg4/MP4(3) FlashMX/Flex源码(3) USB编程(3) C#编程(3) 嵌入式Linux(3) 数据结构(3) 棋牌游戏(3) 软件工程(3) 模拟服务器(3) 软件测试(3) 源码/资料(2) 数据库编程(2) OpenGL(2) 杀毒(2) 多媒体(2) 图形图象(2) 多国语言处理(2) 搜索引擎(2) IP电话/视频会议(2) PropertySheet(2) 远程控制/远程桌面(2) 对话框与窗口(2) 手机短信编程(2) 视频捕捉采集剪辑(2) 模式识别(视觉/语音等)(2) 其他行业(2) Oracle数据库(2) uCOS/RTOS(2) 人工智能/神经网络/深度学习(2) 认证考试资料(2) 自然语言处理(2) GDI/图象编程(1) 通讯编程(1) 屏幕保护(1) 多显示器编程(1) 压缩解压(1) SCSI/ASPI(1) *行业应用(1) Web服务器(1) 代理服务器(1) 防火墙与安全工具(1) Telnet客户端/Shell(1) 音频处理(1) 按钮控件(1) 组合框控件(1) 编辑框(1) TreeView控件(1) 数据库系统(1) DirextX编程(1) 生物医药技术(1) 
按平台查找All DOS(1354) 

[其他] protectmod

保护模式编程--80386有三种工作方式:实模式,保护模式和虚拟8086模式。本文介绍保护方式下的80386及相关的程序设计内容。实模式下的80386寄存器,寻址方式和指令等基本概念,除特别说明外在保护方式下仍然保持。 尽管实方式下80386的功能要大大超过其先前的处理器(8086/8088,80186,80286),但只有在保护方式下, 80386才能真正发挥更大的作用。在保护方式下,全部32条地址线有效,可寻址高达4G字节的物理地址空间;扩充的存储器分段管理机制和可选的存储器分页管理机制,不仅为存储器共享和保护提供了硬件支持,而且为实现虚拟存储器提供了硬件支持;支持多任务,能够快速地进行任务切换和保护任务环境;4个特权级和完善的特权检查机制,既能实现资源共享又能保证代码和数据的安全和保密及任务的隔离;支持虚拟8086方式,便于执行8086程序。
80386 protect mode programing (2017-11-21, DOS, 209KB, 下载1次)

http://www.pudn.com/Download/item/id/1511244658734518.html

[编译器/解释器] DailyBuild

自动构建项目的批处理,不需要打开编译器。
Automatically build a batch of projects, without opening the compiler. (2016-08-03, DOS, 1KB, 下载1次)

http://www.pudn.com/Download/item/id/1470215747545190.html

[单片机开发] shj1

简单计算器的实现,网上看的,少有改动,能用
The realization of a simple calculator, online watch, few changes can (2016-02-29, DOS, 2KB, 下载2次)

http://www.pudn.com/Download/item/id/1456734800138804.html

[多媒体编程] player

这是一个小播放器,是我花了一些时间做的,纯属交流
this is a player,you can try it ! (2016-02-29, DOS, 1KB, 下载1次)

http://www.pudn.com/Download/item/id/1456678802559287.html

[单片机开发] harddiskCalc

硬盘实际容量计算器,支持TG容量的硬盘。
Actual capacity hard disk calculator, support for TG-capacity hard drive. (2016-02-18, DOS, 7KB, 下载1次)

http://www.pudn.com/Download/item/id/1455757563248603.html

[其他小程序] Form1102

实现简单实的计算器,实现加减乘除,功能实用
Real simple calculator, to achieve addition, subtraction, functional and practical (2016-02-18, DOS, 1KB, 下载1次)

http://www.pudn.com/Download/item/id/1455726641669697.html

[单片机开发] convert

温度单位转换器,华氏,摄氏,开尔文之间转换
Temperature Unit Converter, Fahrenheit, Celsius, Kelvin conversion between (2016-02-16, DOS, 1KB, 下载1次)

http://www.pudn.com/Download/item/id/1455585833812666.html

[Windows编程] Calculator450

实现windows计算器的源代码,vc++编写
The realization of the source code for windows calculator, vc++ to prepare (2016-02-15, DOS, 2KB, 下载1次)

http://www.pudn.com/Download/item/id/1455538428486170.html

[单片机开发] Calculator171

计算器实现简单的加减乘除运算,是应用程序
Calculator simple addition and subtraction, multiplication and division, the application (2016-02-15, DOS, 1KB, 下载1次)

http://www.pudn.com/Download/item/id/1455529646398892.html

[单片机开发] wire

无线功能开启路由器 很有用也很有用,比360开启路由器好多了 还有常用的的学术引擎 个人感觉很好用
Wireless features are useful to turn on the router is very useful, more than 360 of the router is a lot of the common use of academic engine personal feeling very good (2015-07-04, DOS, 7KB, 下载3次)

http://www.pudn.com/Download/item/id/1436005590126472.html

[网络编程] lyqqmimapj(www.down12.com)

蓝鹰QQ密码破解器2011可秒破qq密码.此破解版只需随意输入即可激活成功。别期望网上会发布蓝鹰QQ密码破解器注册码了。蓝鹰qq刷币器注册码我们会近期发布。 蓝鹰qq密码破解器2011(qq密码暴力破解器)下载地址:http://www.down12.com/soft/6977.html
Blue Eagle QQ password cracking 2011 can be seconds, breaking qq password. This cracked version just random input can be activated successfully. Do not expect the Internet will release Blue Eagle QQ password cracking device registration code. WrightEagle qq brush the coin registration code we recently released. Blue Eagle qq password cracking device 2011 (qq password brute force) Download: http://www.down12.com/soft/6977.html (2012-08-04, DOS, 1458KB, 下载66次)

http://www.pudn.com/Download/item/id/1957113.html

[] tc_box.tar

TurboC开发的推箱子游戏。附带地图编辑器
A push box game, developed in TurboC. (2012-01-11, DOS, 72KB, 下载3次)

http://www.pudn.com/Download/item/id/1754920.html

[汇编语言] jisuanqi

基于微机原理的汇编语言程序,计算器,汇编程序
PC-based theory of assembly language programs, calculators, assembler (2011-11-20, DOS, 3KB, 下载7次)

http://www.pudn.com/Download/item/id/1704831.html

[VHDL/FPGA/Verilog] 3780FFT_IMPLEMENT_by_FPGA

3780点FFT的实现,是关于实现国标调制器的必需程序。对国标调制器的实现很有帮助,支持国标呀,顶
3780 point FFT implementation is on the modulator to achieve the required national standard program. Of GB Modulator helpful support GB Yeah, the top (2011-05-20, DOS, 237KB, 下载21次)

http://www.pudn.com/Download/item/id/1539255.html

[多媒体编程] SDL_mixer-1.2.11.tar

SDL(Simple DirectMedia Layer)是一个自由的跨平台的多媒体开发包,适用于 游戏、游戏SDK、演示软件、模拟器、MPEG播放器和其他应用软件。
SDL (Simple DirectMedia Layer) is a free cross-platform multimedia development kit for games, game SDK, demo software, emulators, MPEG players and other applications. (2010-05-09, DOS, 2628KB, 下载7次)

http://www.pudn.com/Download/item/id/1163598.html

[其他书籍] Win32s

介绍了一种Win32s 环境下的内核定时器的用法
This paper introduces a kernel under Win32s usage timer (2009-07-08, DOS, 120KB, 下载6次)

http://www.pudn.com/Download/item/id/836632.html

[Windows编程] killer

仅占16字节内存的KILLER.COM----无效指令拦截器
Only 16 bytes of memory KILLER.COM---- Invalid opcode interceptor (2009-06-26, DOS, 1KB, 下载16次)

http://www.pudn.com/Download/item/id/821785.html

[] M24C64

这个是电子纤维功能的车库门控制板主程序。要去是HCS301滚动码遥控器,默认的厂商代码是0-F
This is a function of electron fiber板主procedures to control the garage door. HCS301 scroll code are going to a remote control, the default vendor code is 0-F (2009-04-07, DOS, 1KB, 下载23次)

http://www.pudn.com/Download/item/id/704517.html

[汇编语言] BIOSDOS

操作系统:DOS系统 编辑器: EDIT.exe 编程序: MASM.exe 连接程序:LINK.exe 调试程序:DEBUG.exe
Operating System: DOS System Editor: EDIT.exe programmed: MASM.exe linker: LINK.exe debugger: DEBUG.exe (2008-11-06, DOS, 67KB, 下载48次)

http://www.pudn.com/Download/item/id/574213.html

[其他] 网络管理课件

这是一个比较实用的网络管理课件,内容丰富,包含路由器的静态配置和动态配置、VLAN的实现、交换机的基本操作等。
This is a more practical network management courseware, rich in content, including router configuration of static and dynamic configuration, VLAN Implementation, switches, the basic operation. (2005-12-01, DOS, 5256KB, 下载95次)

http://www.pudn.com/Download/item/id/129071.html
总计:1354