资源列表

« 1 2 ... .81 .82 .83 .84 .85 3686.87 .88 .89 .90 .91 ... 14954 »

[其它shujujiegoucppyuanchengxu

说明:这里几乎包括了所有的有关数据结构的简单小程序,希望大家会喜欢!-here, including almost all of the data structure of the small simple procedures in the hope that people will like!
<蒋大为> 在 2008-10-13 上传 | 大小:471.67kb | 下载:0

[其它2060

说明:判断另一种斐波那契系列是否是3 的倍数问题 该题如果用递归求出F(n),然后判 断将会超时。 注意到F(n) = F(n-1) + F(n-2)根据和的模等于模的和。 即有F(n)%3=(F(n-1)%3+F(n-2)%3)%3 F(0)%3=1,F(1)%3=2 计算F(n)%3 : 1,2,0,2,2,1,0,1,1,2,0,2,2,1…………… 可以看出F(n)%3 以1,2,0,2,2,1,0,1, 重复出现 F(n)%3=0 即F(n)是3 的倍数此时的n
<rcponder> 在 2008-10-13 上传 | 大小:471.45kb | 下载:0

[Dephi控件源码theFileTrans

说明:delphi编写的文件上传服务/客户端程序,支持断点续传,xml保存记录等功能-delphi upload the document prepared by the services / client support HTTP. xml record-keeping and other functions
<> 在 2008-10-13 上传 | 大小:471.95kb | 下载:0

[Dephi控件源码LT_DelphiDemoOnlyCID

说明:演示怎样取电话来电显示号码,拨出号码,摘挂机状态,震铃状态,以及怎么进行电话录音。
<yangzi> 在 2008-10-13 上传 | 大小:471.34kb | 下载:0

[其它Proteus

说明:利用Prpteus来学习单片机的开发,一种新的软件工具。
<唐镇宇> 在 2008-10-13 上传 | 大小:471.66kb | 下载:0

[操作系统开发the_Simulation_of_ucos(on_ARM)using_Proteus

说明:在软件Proteus中仿真ucos(ARM) 1.移植除了OS_CPU.h,OS_CPU_A.s,OS_CPU_C.C 三个函数外,对中断专门用了一个函数OS_int_A.s 按其中的规则写中断函数即可. 2。应用实例为\\ArmUCOS\\App\\test1\\test.mcp,在周立功2104的板子上的ram中就可直接运行(code+data<16K), 注意使用了.a库文件(我习惯这么用) 3. 将所有的文件放到D:\\ArmUCOS\\下,这样上面的文件能直接编译
<黄灿武> 在 2008-10-13 上传 | 大小:471.38kb | 下载:0

[其它图标

说明:
<astrisk> 在 2009-01-27 上传 | 大小:471.5kb | 下载:0

[易语言编程e_file

说明:文件传输源码例程结合易语言远程服务支持库和操作系统界面功能支持库,实现大文件的进度传输--Large file transfer source, easy language routines combined with remote service support libraries and operating system support library interface functions to achieve progress in transferring large files.
<tomtom> 在 2025-11-20 上传 | 大小:472kb | 下载:0

[Dephi控件源码Capture

说明:很牛逼的抓屏delphi源码 ,可以自定义全屏,部分。并可以简单处理图像。-Very cow force screen Delphi source code, you can customize a full-screen, part. And can be as simple image processing.
<唐门> 在 2025-11-20 上传 | 大小:472kb | 下载:0

[编辑器/阅读器diff4.6

说明:TextDiff是一个开放源代码的文本比较工具,与商业或共享文本比较工具相比,虽然在功能上显得较弱,但是已经完全可以满足一般的源代码比较、修改的要求。另外,由于是开源软件,只要您愿意,可以完全按照自己的要求把它改造得更加强大。-TextDiff is an open source text comparison tool, compared with commercial or shareware text comparison tool, although functionally seem
<王卓越> 在 2025-11-20 上传 | 大小:472kb | 下载:0

[中间件编程CS_RFID3_Host_Sample2

说明:摩托罗拉RFID读写器在VS2008环境下采用C#语言编写的多标签读写PC端中间件程序-Motorola RFID reader written in C# language using multi-tag reader PC side middleware environment program in VS2008
<shan> 在 2025-11-20 上传 | 大小:472kb | 下载:0

[编译器/词法分析AccessPort137

说明:可以进行串口通信,小巧好用,能收能发,特别方便(Serial communication can be carried out, small and easy to use, can receive, can send, especially convenient)
<nanasundae > 在 2025-11-20 上传 | 大小:472kb | 下载:0
« 1 2 ... .81 .82 .83 .84 .85 3686.87 .88 .89 .90 .91 ... 14954 »

源码中国 www.ymcn.org