Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - File
Search - File - List
DL : 0
分割與合併文件 file.exe -c file1 file2 file3 ... 將file2,3...結合成file1 file.exe -e file1 file2 file3... 將file1分開成file2,3-Segmentation and consolidated document file.exe-c file1 file2 file3 ... will file2, 3 ... into file1file.exe-e file1 file2 file3 ... will file1 separated into file2, 3
Update : 2024-05-19 Size : 7168 Publisher : 蔡明黃

DL : 0
实验演示了在uClinux中实现文件的打开和读写操作-Experimental demonstration of the realization in the uClinux file open and read and write operation
Update : 2024-05-19 Size : 1024 Publisher : li

文件系统过滤驱动开发代码,可用于文件加密,保护硬盘数据的安全。-File system filter driver development code, can be used for file encryption to protect the hard disk data security.
Update : 2024-05-19 Size : 147456 Publisher : jcq

multisim10的授权许可文件的破解补丁,只需要运行这个程序,产生三个文件,然后在NI LISCENSE MANAGER 中的选项中安装许可文件时,把三个都选上即可-multisim10 license file crack, only need to run this procedure, which will produce three documents, then NI LISCENSE MANAGER the option to install license document, the three are elected to
Update : 2024-05-19 Size : 261120 Publisher : 陈轩辕

DL : 0
java编写的局域网文件传输工具,具备聊天功能。适合初学者。-java prepared LAN file transfer tool, with chat features. Suitable for beginners.
Update : 2024-05-19 Size : 31744 Publisher : makoto

Servlet文件上传的源代码,解决上传时表单提交的中文乱码问题-Servlet File Upload the source code to resolve the upload form to submit the issue of the Chinese garbled
Update : 2024-05-19 Size : 2048 Publisher : huahua

AVR_Core IP CORE .VERY GOOD AS A STUDY FILE-AVR_Core IP CORE. VERY GOOD AS A STUDY FILE
Update : 2024-05-19 Size : 69632 Publisher : lijun

win32控制台下,输入文件名后,显示文件内容,还可以连续追加或者退出。-win32 console, enter the file name indicated that the contents of the documents can also be an additional or exit row.
Update : 2024-05-19 Size : 290816 Publisher : liujianjun

android文件系统,可以浏览文件,创建文件与目录,删除文件与目录。-android file system, can browse files, create files and directories, delete files and directories.
Update : 2024-05-19 Size : 69632 Publisher : wgh

socket编程文件传输实例,分为服务端和客户端两块-socket file transfer programming examples, divided into server and client 2
Update : 2024-05-19 Size : 69632 Publisher : owen

Windows DDK编写的虚拟磁盘驱动程序源代码,能够把一个文件虚拟成一个磁盘。请使用Windows IFS Kit及以上来编译。-Windows DDK to prepare the virtual disk driver source code, to bring a file into a virtual disk. Please use the Windows IFS Kit and above to compile.
Update : 2024-05-19 Size : 153600 Publisher : 周龙亭

DL : 1
电压空间矢量调制的M语言实现,单个文件实现很方便,已经通过验证-Voltage space vector modulation of the M language, very easy to achieve a single file has been validated
Update : 2024-05-19 Size : 1024 Publisher : kendor

DL : 0
Google File System 的英文文档,Google所有应用的基础。-Google File System documentation in English, Google the basis of all applications.
Update : 2024-05-19 Size : 254976 Publisher : 毛毛

DL : 0
一个简单的绘制DEM晕渲图的程序,输入文件为国家标准的.dem文件,输出文件为位图文件-Draw a simple DEM shading procedures, the input file for the national standards. Dem file, output file for the bitmap file
Update : 2024-05-19 Size : 2314240 Publisher : CuteEric

DL : 0
一个简单的p2p共享文件的程序,用c语言开发,包括server端和peer端,自定义了一套应用层的传输协议,对于理解socket编程有很大的帮助-A simple procedure for p2p file sharing, using c language development, including peer client and server-side, since the definition of a set of application-layer transport protocol, for understanding the socket programming of great help
Update : 2024-05-19 Size : 28672 Publisher : lucy

用分析文件的方法对pcap文件进行解包,pcap文件是tcpdump的标准文件;如果用libpcap开发,要用p_open_offline函数。样例代码,供学习,欢迎指正。-Analysis of documents on file pcap unpack, pcap file is the standard document tcpdump If libpcap development, use p_open_offline function. Sample code for learning, please correct me.
Update : 2024-05-19 Size : 4096 Publisher : songkun

DL : 0
倒立摆的仿真, 使用matlab7.1去写mdl file and m-file-Inverted pendulum simulation, the use of matlab7.1 to write mdl file and m-file
Update : 2024-05-19 Size : 35840 Publisher : 盧安

DL : 0
文件传输_——自动更新远程计算机文件(可执行文件、动态链接库文件等) -File Transfer _- Automatic update remote computer files (executable files, dynamic link library files, etc.)
Update : 2024-05-19 Size : 2013184 Publisher : michaelee

1)兼容FAT16文件系统,长文件名,最大路径长度260个字节,符合Microsoft Longfilename specification。 2)可移植于各种平台,只需编写sector驱动驱动,共计两个函数:1)read_flash_sector() 2)write_flash_sector()。 3)文件缓冲功能:1)读文件时,读位置在文件缓冲区内,则可直接读文件缓冲区,不需要读物理磁盘;文件缓冲区大小可使用编译宏EnableFileBuf,TotalFileBUFsQTYeachFCB,FileBUFSize来控制。 4)可同时打开多个文件;最大打开文件数可使用编译宏MaximumFCB设定,MaximumFCB最大值限定为254。 5)文件保护功能:文件可同时打开多个FCB,而只有其中一个FCB可以得到文件RD/WR权限。该功能完全由文件系统代码来完成,上层应用无需编写额外代码。 6)所有编译宏存放于文件fat_cfg.h。 -1) compatible with FAT16 file system, long file name, maximum path length 260 bytes, in line with Microsoft Longfilename specification. 2) can be transplanted into a variety of platforms, just to prepare sector-driven drive, for a total of two functions: 1) read_flash_sector () 2) write_flash_sector (). 3) file buffer functions: 1) read documents, read the location of the buffer zone in the document, you can read files directly buffer, do not need to read physical disk file buffer size can be used to compile macro EnableFileBuf, Tot
Update : 2024-05-19 Size : 683008 Publisher :

嵌入式FAT16文件系统源码下载1) 兼容FAT16文件系统,长文件名,最大路径长度260个字节,符合Microsoft Longfilename specification。 2) 可移植于各种平台,只需编写sector驱动驱动,共计两个函数:1)read_flash_sector() 2)write_flash_sector()。 3) 文件缓冲功能:1)读文件时,读位置在文件缓冲区内,则可直接读文件缓冲区,不需要读物理磁盘;文件缓冲区大小可使用编译宏EnableFileBuf,TotalFileBUFsQTYeachFCB,FileBUFSize来控制。 4) 可同时打开多个文件;最大打开文件数可使用编译宏MaximumFCB设定,MaximumFCB最大值限定为254。 5) 文件保护功能:文件可同时打开多个FCB,而只有其中一个FCB可以得到文件RD/WR权限。该功能完全由文件系统代码来完成,上层应用无需编写额外代码。 6) 所有编译宏存放于文件fat_cfg.h。-Embedded FAT16 file system source code download 1) compatible with FAT16 file system, long file name, maximum path length 260 bytes, in line with Microsoft Longfilename specification. 2) can be transplanted into a variety of platforms, just to prepare sector-driven drive, for a total of two functions: 1) read_flash_sector () 2) write_flash_sector (). 3) file buffer functions: 1) read documents, read the location of the buffer zone in the document, you can read files directly buffer, do not need to read physical disk file buffer size can be used to compile macro EnableFileBuf, Tot
Update : 2024-05-19 Size : 594944 Publisher : xjj
« 1 2 ... 43 44 45 46 47 4849 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.