搜索资源列表
aspvarhelp
- 很多ASP代码编写着都会遇到,当提交表单或URL中的信息太多,写Request.Form等语句会很麻烦。有时甚至要写几十个之多。如果可以直接输入变量就自动的写出Rs(),Request.Form(),Request.Querystring()等语句。将大大减轻编写着的负担! 还有时候可能需要这些格式语句中的变量,一个个的选中再复制也同样非常烦人。如果可以自动把这些Rs(),Request.Form(),Request.Querystring()等格式语句中的变量提取出来,那是多么领ASP
w32
- 附件是win32编程中常用到的通用代码的集合,编译后是一个dll,加速您的win32开发。-annex is commonly used programming code to the common pool, compiled a dll is to accelerate the development of your win32.
java与数据库常用代码
- 常用的java数据库连接代码 主要是jsp与jdbc的连接,javabean与数据库连接代码,jsp不用jdbc直接与sqlsever相连等-common database connectivity code is jsp and jdbc link javabean code and database connectivity, jsp jdbc not directly connected with such sqlsever
My_Class
- 这是一些C++中常用的数据结构,由于是太久以前,代码风格有些乱,不过用VC编译器同一格式化后就OK了-C which is a commonly used data structures, because it was too long ago, some arbitrary code style, But with VC compiler the same format after the OK
D11
- 数值分析的一些常用程序代码-numerical analysis of some commonly used code
ica_C
- 在linux平台下,纯c写的盲信号分离的代码.它采用基于卷积混合的盲信号分离算法,不但可以分离人工合成的混合信号,而且对于真实环境中的卷积混合的语音信号也能够分离.在本程序中,包含了两个测试文件,makefile后便可以直接使用. 另外值得一提的是,压缩包里包含有一些语音处理方面的常用函数.例如fft变换,读取\\写入wav文件,以及一些常用的一维向量和二维矩阵变换的函数.这些可以直接应用在其他应用程序里去.-in linux platform, net write c Blind Si
GosF2C
- 将一个文件转换成C代码格式,常用于嵌入式系统中-will be converted into a document format C code, which is used in embedded systems
VBchangyongsuanfa
- Visual Basic 常用数学算法集书中收录了所有代码-Visual Basic mathematical algorithms used book collection contains all the code
asp.net33zhongdaima
- ASP.NET程序中常用的33种代码,有兴趣的话可以下来-ASP.NET procedures used in 33 species of code, are interested in it down! !
jspnetcode
- 《JSP网络编程从基础到实践》的实例代码目录中包含了前10章的所有实例的源代码,实例名称及其所处章节如下: 第1章 JSP技术概述 实例1 第一个JSP页面 第3章 Web开发基础 实例2 HTML与Javascr ipt交互示例 第4章 JSP语法 实例3 JSP程序的基本结构 实例4 简单数据类型综合应用实例 实例5 包装类综合应用实例 实例6 数组应用实例 实例7 字符截取程序示例 实例8 查找字符串程序示例 实例9 Str
sjjg_suanfaji
- 数据结构及算法C语言实现代码集.有数据结构中的常用算法源码(c语言编写),如图论算法、线性表、栈和队列的及一些常见的计算问题
vhdlexamples
- 总结了好多VHDL常用代码 对学习和研发的都很有用
aspchangyong
- asp 的常用代码 试用于asp的初学者-asp trial in the common code asp beginner
Sonix_MCU_source
- 单片机源程序 包括sonix大部分常用代码-Most commonly used microcontroller source code, including sonix
test
- 各类汇编基础代码 包括红绿灯控制、8255a控制等常用代码-Assembler code base, including various types of traffic light control, 8255a control and other commonly used code
(原)OpenGL蓝宝书,红宝书及源代码,常用API
- OpenGL蓝宝书,红宝书及源代码,常用API(OpenGL Blaupunkt books, Red Treasure Book and source code, commonly used API)
代码对比工具
- java常用软件,用来对比代码差异,自动标记不一样的地方(this is a tool to write java.)
VC++源代码
- 源至c++教程,基本涵盖常用代码并附有语言解释(Common tutorial code and language interpretation)
stm32_Board
- stm32单片机的一些常用软件库 比如说oled、5110屏幕,温湿度传感器,角度传感器,超声波传感器等等。(Some common software libraries of STM32 Singlechip)
C语言常用算法代码
- C语言常用算法代码,包括常见的数值计算的珍贵源代码