搜索资源列表
gpio
- gpio驱动 leddrv.c为驱动源程序 writeled.c为应用程序 writeled.c 编译方式 arm-elf-gcc -Wall -O2 -Wl,-elf2flt -o writeled writeled.c leddrv.c 编译方式 arm-elf-gcc -D__KERNEL__ -I你的uClinux目录/linux-2.4.x/include-Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-stric
CEWifiDriverAR6000-21374
- Atheros无线芯片AR-6000系列wince 6驱动源代码(这东西我也没用过别问我,我是搜别的wince资源搜到的) AR6K SDIO support. Requires firmware 1.1 on SD13 cards. readme: Atheros Communications AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on k14 fw1.1) Wi
C-graph
- 一共8个代码(在TC环境下实现,都是关于图形方面) chess 国际象棋棋盘 citywall 城墙模型 diagrams 统计图 draw 随机绘图(山水画) fivestar 五星红旗(国旗) leafs 百叶图 march 红花绿叶图 olympic 奥运五环
CEWifiDriverAR6000-21374
- Atheros Communications AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on k14 fw1.1) Windows CE Embedded CE 6.0 driver installation. 1. Unzip the installation file onto your system (called installation dire
SDIO_AR6K_Atheros
- AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on k14 fw1.1) Windows CE Embedded CE 6.0 driver installation. 1. Unzip the installation file onto your system (called installation directory below) 2. Create an OS design
Ccsc
- CCS C Compiler Reference Manual March 2003-CCS C Compiler Reference Manual March 2003
6
- 编写一个程序模拟支票输出.程序要求用户输入日期,姓名和 //* 支票的数量,然后模拟支票的形式输出如下信息,例如: //* 日期:2004年3月26日 //* 姓名:张三 RMB1920.68 //* 人民币:壹仟玖佰贰拾元陆角捌分 //* //* 注意:假设输入的金额中,最多自由两位小数. //* 输入有效性检验:输入金额的数量不能大于RMB10000.-Simulation of the preparation of a progra
calendar
- 编程思路:按照以上背景知识可得判断闰年的规律:某年年份如果能被4整除但不能被100整除,或者能被400整除则是闰年。由此规则可推得计算万年历的公式: s=X-1+[X-1]/4-[X-1]/100+[x-1]/400+c 上式中:X为公元年数(如2003年);C 为从元旦起,到要算的那天总数(如2003年3月23日,C=31+28+23=82)。S/7余数是星期几。 -Programming idea: In accordance with the above background kn
c
- 题目:输入某年某月某日,判断这一天是这一年的第几天? 1.程序分析:以3月5日为例,应该先把前两个月的加起来,然后再加上5天即本年的第几天,特殊 情况,闰年且输入月份大于3时需考虑多加一天-Title: enter a certain period of a day, this is the one to judge the first few days this year? 1. Program Analysis: The March 5 as an example, sh
RSWL
- RSWL是ReliableSoft Windows Library的缩写,由Relisoft.com开发,用于Windows下程序的开发。这个库是免费的,最新版本请使用code co-op软件check-out。 此版本为2009年3月code co-op检出的代码。 看过《C++ In Action》一书的人对这个库应该很熟悉。 内含全部的文档,文档为文本文件,但是含有Code co-op软件中wiki-page的格式标记,用Code co-op软件可以查看正确的格式。 -RS
MachineID.v1.0.For.Delphi
- MachineID Protection for Delphi & C++ Builder Copyright ?2003 Ionworx Technology All Rights Reserved www.ionworx.com support@ionworx.com Last Update: 21, March 2003- MachineID Protection for Delphi & C++ Builder Copyr
ExeScript_V3.0
- ★ Exescr ipt 3.0.0 汉化版 Exescr ipt 是一款面向高级计算机用户的出色的工具,用户不 需要了解编程知识,就可以创建和编译自己的可执行程序,而 无需写一行代码。它可以将批处理文件(.bat)、Visual Basic 和 Java脚本快速转换为可执行EXE 文件,同时可以保护.bat、 .vbs 和 .js 的内容。 汉化说明: 1、此为汉化破解版,采用语言包形式,安装后即可使用。 2、如果以前使用过英文版,安装汉化后菜
pstest
- REncoder - R8822 INT2 Example by */ /* Lima Endustriyel Bilgisayar, March 2004 - Cem Celik */ /* Counts Pulses Generated by a Rotary Encoder */ /* Uses Console, INT2 and Pin0 of Port C : */ /* */ /* Channel A of the Encoder is con
JPL_Coding_Standard_ext
- JPL Institutional Coding Standard for the C Programming Language Version: 1.0 Date: March 3, 2009-JPL Institutional Coding Standard for the C Programming Language Version: 1.0 Date: March 3, 2009
march
- 俄罗斯方块,c++编译通过,没有BUG。轻巧。-Tetris, Compiled by Dev-C++, no bugs and portable.
VazPac
- VAZPAC Game Design Notes (updated March 20, 2005) For WIN32 game, Visual C++ compiler, GDI graphics and DirectDraw versions (and DirectSound) VazPac and VazPacDelux GDI version (VazPac.exe) should run on Windows ME/XP due to a bug
xpdf3.02_pl5
- 最新(2011年3月)的xpdf3.02_pl5,投国际会议最终修改稿必备的工具,将matlab产生的figure保存为【内嵌字体】的eps文件 需要安装到: c:\program files\xpdf matlab内部的命令为: export_fig filename.eps -eps -The most recently (March 2011) xpdf3.02_pl5, essential tools for the final submission o
mem
- 一种用于测试SRAM阵列的MARCH-C算法;使用Verilog语言描述,包括SRAM模块、MRACH-C算法还有testbench-An algorithm for MARCH-C test SRAM array using Verilog language descr iption, including SRAM module, MRACH-C algorithms as well as testbench
TestDRAM
- March-C and March-X for ram checking.
新建文件夹
- 题目:输入某年某月某日,判断这一天是这一年的第几天? 1.程序分析:以3月5日为例,应该先把前两个月的加起来,然后再加上5天即本年的第几天,特殊 情况,闰年且输入月份大于3时需考虑多加一天。(Question: enter a certain year, a certain day, to judge the day is the next day of the year? 1. program analysis: taking March 5th as an exampl