资源列表

排序选择:

« 1 2 ... .63 .64 .65 .66 .67 188768.69 .70 .71 .72 .73 ... 267454 »

[其他小程序Stack

说明:堆栈实现。堆栈就是这样一种数据结构。它是在内存中开辟一个存储区域,数据一个 顺序地存入(也就是“压入——push”)这个区域之中。有一个地址指针总指向最后一个压入堆栈的数据所在的数据单元,存放这个地址指针的寄存器就叫做堆栈指示器。开始放入数据的单元叫做“栈底”。数据一个一个地存入,这个过程叫做“压栈”。在压栈的过程中,每有一个数据压入堆栈,就放在和前一个单元相连的后面一个单元中,堆栈指示器中的地址自动加1。读取这些数据时,按照堆栈指示器中的地址读取数据,堆栈指示器中的地址数自动减 1。这个过程叫
<诚溜> 在 2025-06-24 上传 | 大小:1kb | 下载:0

[JSP源码/Javajavatuxingsrc

说明:java图形界面的程序,包括鼠标移动,字体颜色的设计-java swing
<liuxiuxiu> 在 2025-06-24 上传 | 大小:32kb | 下载:0

[Web服务器MD5.net

说明:利用建立加密对象的密钥和偏移量实现MD5对数据的加密和解密-Establish an encrypted key using the objects and offsets to achieve MD5 encryption and decryption of data
<Ender> 在 2025-06-24 上传 | 大小:1kb | 下载:0

[软件工程VerilogHDLWritingSpecifications

说明:规范的Verilog代码风格对于最后的综合以及错误的查找都是极为重要的,并且为之后的阅读打下基础*-Standard Verilog coding style for final comprehensive and error lookup is extremely important, and lay the foundation for the subsequent reading*
<Alan> 在 2025-06-24 上传 | 大小:151kb | 下载:0

[Windows编程dianduidainliaotian

说明:实现点对点的聊天程序,服务器端只能同时只能与一个客户端通信-Peer to peer chat program, the server can simultaneously communicate with only one client
<杨娟> 在 2025-06-24 上传 | 大小:126kb | 下载:0

[对话框与窗口SkinTest_demo

说明:SkinTest_demo简单的换皮肤实例-SkinTest_demo simple examples for the skin
<李力> 在 2025-06-24 上传 | 大小:9.4mb | 下载:0

[其他小程序sudoku-initialization

说明:利用深度优先搜索基本完全随机的对数独进行初始化操作-Using the depth-first search almost completely random initialization operation for Sudoku
<Ender> 在 2025-06-24 上传 | 大小:2kb | 下载:0

[软件工程ChipScope

说明:chipscope是ise中一项极为有用的的功能,此文档简明的说明了chipscope的使用方法和调试方法-ise in a chipscope is extremely useful features, this document concise descr iption of the use of chipscope and debugging methods
<Alan> 在 2025-06-24 上传 | 大小:3.28mb | 下载:0

[其他嵌入式/单片机内容BLUEBOARD_LPC11U24_Keil_Sample_Code

说明:BLUEBOARD LPC11U24 Keil Sample Code
<tayu me> 在 2025-06-24 上传 | 大小:1.1mb | 下载:0

[其他小程序Reverse-order

说明:翻转排序-编程之美原题代码实现。对一组数据翻转排序-Flip sort- the beauty of the original title programming code. Flip on a set of data sorting
<Ender> 在 2025-06-24 上传 | 大小:1kb | 下载:0

[软件工程AVR

说明:此为原理图。AVR最小系统板的原理图,可以根据此原理图进行扩展外设和自己的PCB板设计-This is the schematic. AVR minimum system board schematics, can be extended based on this diagram peripherals and their PCB board design
<Alan> 在 2025-06-24 上传 | 大小:98kb | 下载:0

[多媒体编程Utility-player

说明:实用播放器,应用VC++开发,界面简单,功能实用的-Utility player
<李力> 在 2025-06-24 上传 | 大小:6.26mb | 下载:0
« 1 2 ... .63 .64 .65 .66 .67 188768.69 .70 .71 .72 .73 ... 267454 »

源码中国 www.ymcn.org