CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - no2
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - no2 - List
[
Windows Develop
]
no2
DL : 1
本程序是为了实现单向链表的就地逆置。主要功能:按照提示输入5个字母a-z,输出结果是这5个字母按照字母表的顺序的排序。-this program is to achieve a one-way linked list of locally inverse home. The main functions : following the prompts to import five letters a-z, this output is five letters of the alphabet, according to the order of ranking.
Update
: 2008-10-13
Size
: 3.59kb
Publisher
:
lucky100
[
Other resource
]
arm-NO2-v1.2
DL : 0
arm7t powerpcb file
Update
: 2008-10-13
Size
: 541.38kb
Publisher
:
flight_bai
[
WinSock-NDIS
]
No2.CS模型聊天室
DL : 0
CS模型的聊天室,做的不太好,支持多客户端对一个服务器,端口-CS model of chat rooms, so not too good, multi-client support to a server port
Update
: 2008-10-13
Size
: 67.37kb
Publisher
:
紫雨
[
ARM-PowerPC-ColdFire-MIPS
]
arm-NO2-v1.2
DL : 0
arm7t powerpcb file
Update
: 2025-02-19
Size
: 541kb
Publisher
:
flight_bai
[
Internet-Network
]
No2.CS模型聊天室
DL : 0
CS模型的聊天室,做的不太好,支持多客户端对一个服务器,端口-CS model of chat rooms, so not too good, multi-client support to a server port
Update
: 2025-02-19
Size
: 81kb
Publisher
:
紫雨
[
Windows Develop
]
no2
DL : 0
本程序是为了实现单向链表的就地逆置。主要功能:按照提示输入5个字母a-z,输出结果是这5个字母按照字母表的顺序的排序。-this program is to achieve a one-way linked list of locally inverse home. The main functions : following the prompts to import five letters a-z, this output is five letters of the alphabet, according to the order of ranking.
Update
: 2025-02-19
Size
: 34kb
Publisher
:
lucky100
[
Windows Develop
]
no2
DL : 0
二维不规则零件排样问题-Two-dimensional irregular parts nesting problems
Update
: 2025-02-19
Size
: 194kb
Publisher
:
shufu
[
Other
]
no2
DL : 0
visual c++源代码 小型管理系统 物品库存管理-visual c++ source code management system for small goods inventory management
Update
: 2025-02-19
Size
: 49kb
Publisher
:
xue
[
Other
]
e2v-EC4-20-NO2
DL : 0
E2V公司生产的空气sensor,可以测量空气中二氧化氮的含量,易用精确,此为datasheet-E2V company produces air sensor, can measure the air nitrogen dioxide, are easy to use accurate, this datasheet
Update
: 2025-02-19
Size
: 112kb
Publisher
:
jj
[
FlashMX
]
no2
DL : 0
FLASH CS3入门到精通第2章源文件-FLASH CS3 Mastering the source file first chapter
Update
: 2025-02-19
Size
: 47kb
Publisher
:
leon
[
matlab
]
chap2
DL : 0
It is Radar System design and signal prcessing code based on standard algorithm .this is vey important for biggener those who are working on Radar signal processing area.This code contain various chapter. this is basically chapter No2
Update
: 2025-02-19
Size
: 19kb
Publisher
:
sunil
[
Windows Develop
]
WINDOWS_Programmers_Guide_.No2
DL : 0
WINDOWS程序员指南2--MICROSOFT基本类库-WINDOWS Programmers Guide 2- MICROSOFT Basic Class Library
Update
: 2025-02-19
Size
: 7.7mb
Publisher
:
powertseng
[
Algorithm
]
No2
DL : 0
数值计算,实现数值积分功能,利用龙贝格积分法则,对指定的函数进行积分运算-Numerical calculation, to achieve numerical integration function, using Romberg integration rule, the specified function of integral operation
Update
: 2025-02-19
Size
: 59kb
Publisher
:
李依凡
[
JSP/Java
]
NO2
DL : 0
15 days learn jQuery -15 days learn jQuery 15 days learn jQuery
Update
: 2025-02-19
Size
: 315kb
Publisher
:
李运硕
[
Other
]
NO2-Feed
DL : 0
质量管理表格 进料管理 进料检验说明书-Form feed quality management manual feed test
Update
: 2025-02-19
Size
: 22kb
Publisher
:
田若
[
WEB Code
]
no2
DL : 0
asp2.0典型模块实现一书第二部分的源码 希望对在学习asp的同学能有所帮助 这本书籍代码简练 一个模块一个模块的分块实现 能够帮助你实现很多功能-A typical module asp2.0 the second part of the book to learn asp source hope the students can be helped this book concise and a module code block implementation of a module to help you achieve a lot of features
Update
: 2025-02-19
Size
: 712kb
Publisher
:
陈华
[
Data structs
]
NO2
DL : 0
顺序表 create_sqlist(Sqlist *L)/*创建顺序表*/ { int k ElemType x k=0 scanf(" d",&x) while(x!=0) { L->data[k]=x k++ scanf(" d",&x) } L->length=k } void print_sqlist(Sqlist *L)/*输出顺序表*/ { int j for(j=0 j<L->length j++) printf(" 4d",L->data[j]) printf("\n") } void insert_sqlist(Sqlist *L,int i,ElemType x) { int k if((i<1)||(i>(L->length+1))) { printf("i value is illegal!") return } if(L->length>=MaxLen) { printf("overflow") return } for(k=L->length-1 k>=i-1 k--) { L->data[k+1]=L->data[k] } L->data[k+1]=x L->length=L->length+1 } -shun xu
Update
: 2025-02-19
Size
: 1kb
Publisher
:
韩若
[
FlashMX
]
NO2
DL : 0
这是一个flash源文件,效果很好,测试平台为flash 8.0(如果提示问题请选择合适的版本试试),代码的效果是:NO2-This is a flash source file, the effect is good, the test platform for flash 8.0 (if the question, please select the appropriate version to try), the effect of the code is: NO2
Update
: 2025-02-19
Size
: 20kb
Publisher
:
xiaomingw
[
FlashMX
]
no2.tianse
DL : 0
flash找茬小游戏源代码每行后面均有注解大家互相学习-finding fault flash game source code have comments after each line to learn about each other
Update
: 2025-02-19
Size
: 242kb
Publisher
:
传承
[
Windows Develop
]
No2
DL : 0
C++虚基类的一个典型例子,C++虚基类的一个典型例子-C++ virtual base class a typical example,C++ virtual base class a typical example
Update
: 2025-02-19
Size
: 837kb
Publisher
:
王威
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.