搜索结果
找到约 93 项符合
null 的查询结果
按分类筛选
- 全部分类
- Linux/Unix编程 (15)
- 其他 (10)
- 源码 (8)
- 数据结构 (6)
- Java编程 (4)
- matlab例程 (3)
- SQL Server (3)
- 驱动编程 (2)
- 酒店行业 (2)
- Applet (2)
- Windows CE (2)
- 压缩解压 (2)
- 软件设计/软件工程 (2)
- VC书籍 (2)
- Java书籍 (2)
- Jsp/Servlet (2)
- 软件 (2)
- 单片机编程 (1)
- Internet/网络编程 (1)
- 数学计算 (1)
- 书籍源码 (1)
- 通讯/手机编程 (1)
- 汇编语言 (1)
- 教育系统应用 (1)
- 操作系统开发 (1)
- 加密解密 (1)
- 多国语言处理 (1)
- CA认证 (1)
- Delphi控件源码 (1)
- JavaScript (1)
- 文章/文档 (1)
- 金融证券系统 (1)
- 其他数据库 (1)
- 其他书籍 (1)
- 其他嵌入式/单片机内容 (1)
- 文件格式 (1)
- 串口编程 (1)
- 企业管理 (1)
- 电子书籍 (1)
- Linux/uClinux/Unix编程 (1)
- 技术资料 (1)
驱动编程 This structure defines the interface between the low-level tty driver and the tty routines. The foll
This structure defines the interface between the low-level tty driver and the tty routines. The following routines can be defined unless noted otherwise, they are optional, and can be filled in with a null pointer.
其他 * Function: * 1. Replace the first oldstr with newstr in srcstr * Arguments: * IN : * srcst
* Function:
* 1. Replace the first oldstr with newstr in srcstr
* Arguments:
* IN :
* srcstr
* oldstr
* newstr
* OUT :
* srcstr
* Return:
* 1. If find and replace one oldstr with newstr in srcstr , return 1
* 2. If find no oldstr in srcstr , return 0
* 3. If error (malloc return NULL) ...
书籍源码 This Program Is Designed To Simulate A Spatial Antenna Array System Working On The MUSIC Algorith
This Program Is Designed To Simulate A Spatial Antenna Array
System Working On The MUSIC Algorithm For The Angle Of Arrival Estimation
And Null Steering Algorithm For The Weights Estimation To The Required
Output Radiation Pattern .
Windows CE //打开 USB 口读写, 由驱动程序的 Pipe 名确定 HANDLE hPipe = OpenMyDevPipe("MyPipe1") //驱动程序里面的 Pipe 名, 对应访问某个端点
//打开 USB 口读写, 由驱动程序的 Pipe 名确定
HANDLE hPipe = OpenMyDevPipe("MyPipe1") //驱动程序里面的 Pipe 名, 对应访问某个端点的 I/O, 这里我乱写的, 需要与驱动一致
if(hPipe != INVALID_HANDLE_VALUE) //打开 Pipe 成功
{
ReadFile(hPipe, Buffer, BufSize, &nBytesRead, NULL) //从 hPipe 里读取数据到 Buff ...
通讯/手机编程 This sample demonstrates how to take pictures and videos using the CameraCaptureDialog managed AP
This sample demonstrates how to take pictures and videos using the CameraCaptureDialog
managed API.
If a default filename is used:
- if a still picture is taken, the ".jpg" extension is appended to the default filename.
(Otherwise the CameraCaptureDialog would throw an InvalidArgumentExceptio ...
其他 本程序中得到的收端OFDM信号的频谱波形
本程序中得到的收端OFDM信号的频谱波形,是与其发端信号的排步有关的。在发端的
% 载波安排上,128个载波有前后各32个载波是null载波(如果这前后各32各载波是带外频段,
% 那么理论上它们都应该是零!),中间的64个载波是数据载波。这样的排步很明显就是一个
% 两边低,中间高的频谱形式。所以,收端也应该是这个轮廓。 ...
教育系统应用 这是本人做数据库课程设计时的仓促之作
这是本人做数据库课程设计时的仓促之作,自我感觉实际应用价值并不大,但可以给学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 ...