搜索结果
找到约 101 项符合
null-terminated 的查询结果
教育系统应用 这是本人做数据库课程设计时的仓促之作
这是本人做数据库课程设计时的仓促之作,自我感觉实际应用价值并不大,但可以给学VC和数据库编程的朋友做个范例。在做之前也参看了不少同类型的管理系统,收获不小,现将这个学生管理系统贴出来,希望能对有需要的朋友有所帮助。系统不足之处肯定不少,还请高手多多指教,欢迎跟本人联系。
本人在系统中添加了直接通过SQL语 ...
压缩解压 SharpZipLib之前叫做NZipLib
SharpZipLib之前叫做NZipLib,完全由 C# 开发的压缩库,支持Zip, GZip, Tar and BZip2 ,为2007年8月最新0852release版的源文件和文档说明!
Changes for v0.85.2 release
Minor tweaks for CF, ZipEntryFactory and ZipFile.
Fix for zip testing and Zip64 local header patching.
FastZip revamped to handle file attri ...
压缩解压 SharpZipLib之前叫做NZipLib
SharpZipLib之前叫做NZipLib,完全由 C# 开发的压缩库,支持Zip, GZip, Tar and BZip2 ,为2007年8月最新0852release版的代码实例!
Changes for v0.85.2 release
Minor tweaks for CF, ZipEntryFactory and ZipFile.
Fix for zip testing and Zip64 local header patching.
FastZip revamped to handle file attributes on ...
软件设计/软件工程 #include<iostream> using namespace std int main() { unsigned long x,warcraft,war,l
#include<iostream>
using namespace std
int main()
{
unsigned long x,warcraft,war,l
cin> x
while(x)
{
unsigned long *p=new unsigned long[x+1]
if(p==NULL)
{
cerr<<"error!"<<endl
abort()
}
for(warcraft=0 warcraft<=x warcraft++)
*(p+warcraft)=0
*p=1
for(warcraft=0 war ...
其他 在vb中初学者很容易搞混的“0”
在vb中初学者很容易搞混的“0”,“Null”,“Empty”,“Nothing”之间的区别
数据结构 用C++写的两个多项式相加
用C++写的两个多项式相加,但可在C下实现,只用将#define NULL 0 去掉就可以了.是用单向链表实现
其他 when enter different number from 1 to 8 the litte character on the screen can make different activ
when enter different number from 1 to 8
the litte character on the screen can make different activities
accompanied by 8 different voice!
and the program will terminated
when you press the "enter " key
matlab例程 Adaptive Filter. This script shows the BER performance of several types of equalizers in a static ch
Adaptive Filter. This script shows the BER performance of several types of equalizers in a static channel with a null in the passband. The script constructs and implements a linear equalizer object and a decision feedback equalizer (DFE) object. It also initializes and invokes a maximum likelihood s ...
其他 演示遍历二叉树的过程
演示遍历二叉树的过程,所以首先建立二叉树,并用图形显示出树的形状。建立的过程是采用前序便利的方法来创建,设计两种生成树的方式:一种是系统随机生成,另一种是人工输入。考虑到屏幕界面的有限性,限定二叉树不超过5层,最多26个字符,输入字符小数点“.”代表NULL。初始树为某种颜色的结点,三种情况的遍历采用填充另 ...