搜索资源列表
HD7279(c语言)驱动程序
- HD7279(c语言)驱动 程序作用:测试Sage Tech.开发板(MCP300)中hd7279键盘显示芯片是否能正常工作 程序功能:按下1号键显示0、1、2、3,按下2号键显示c、d、e、f,按下3号键显示4、5 、6、7 按下4号键显示8、9、a、b,按下0号键点亮4个LED灯-HD7279 (c Language) driver role : Sage tests Tech. Developmen
优美C语言2
- 2. C语言程序由什么组成?(单选) A. 子程序 B. 主程序和子程序 C. 函数 D. 过程 答案: C-2. C language programming from what is the composition (Option) A. Subroutine B. main program and subprogram C. D. process function answer : C
D-Algorithm
- 数字电路故障分析之D算法C++实现。按照教科书编写,可能比较古板。-digital circuit failure analysis algorithm C D realization. According to textbook writing, perhaps more rigid.
PHP调用C# COM+
- C#写的提取WORD、EXCEL、PDF等文件文本COM+,PHP调用简单,NameTest("d:\\协同办公系统用户手册.doc"); echo $msg; ?>
expr
- 可以计算各种函数,还可以使用变量,如A,B,C,D。可以计算各种数学函数sin cos tg ctg,处理括号,四则运算,是VC中一款不可多得的表达式计算类和计算工具。例如:cos(0) 1-can calculate various functions, variables can also be used, such as A, B, C, D. Can calculate mathematical functions sin co
k-d tree C++ source codes
- 空间数据库中空间数据结构的应用,K-d树基本操作的源码,都在这个文档中。-spatial database structure of the data space applications, K-d trees basic operation of the source code in the documents.
优美C语言2
- 2. C语言程序由什么组成?(单选) A. 子程序 B. 主程序和子程序 C. 函数 D. 过程 答案: C-2. C language programming from what is the composition (Option) A. Subroutine B. main program and subprogram C. D. process function answer : C
c语言教程(www.vcok.com版)
- 经典c程序100例==1--10 【程序1】 题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去 掉不满足条件的排列。 2.程序源代码: main() { int i,j,k printf("\n") for(i=1 i<5 i++) /*以下为三重循环*/ for(j=1 j<5 j++)
数据结构c描述习题集答案
- 减1计数器 一、设计要求 用Verilog HDL语言设计一个计数器。 要求计数器具有异步置位/复位功能,可以进行自增和自减计数,其计数周期为2^N(N为二进制位数)。 二、设计原理 输入/输出说明: d:异步置数数据输入; q:当前计数器数据输出; clock:时钟脉冲; count_en:计数器计数使能控制(1:计数/0:停止计数); updown:计数器进行自加/自减运算控制(1:自加/0:自减); load_d-a counte
D-Algorithm
- 数字电路故障分析之D算法C++实现。按照教科书编写,可能比较古板。-digital circuit failure analysis algorithm C D realization. According to textbook writing, perhaps more rigid.
HD7279(c语言)驱动程序
- HD7279(c语言)驱动 程序作用:测试Sage Tech.开发板(MCP300)中hd7279键盘显示芯片是否能正常工作 程序功能:按下1号键显示0、1、2、3,按下2号键显示c、d、e、f,按下3号键显示4、5 、6、7 按下4号键显示8、9、a、b,按下0号键点亮4个LED灯-HD7279 (c Language) driver role : Sage tests Tech. Developmen
I2C总线C语言源程序
- 这是一个c语言写的a/d转换程序。利用i2c总线实现对24c02的存和取-A a/d convert program in c, which can write and read from a 24c02 using i2c bus
《C语言课程设计案例精编》源代码
- 用汇编写的可以根据电阻网络发送软件发送D [单片机开发] 用C++写的DTMF求各波形点的的小程序 -was compiled using the resistor network can send software to send D [MCU] C++ to write DTMF points for the waveform of the small programs
C sharp和MapObjects实现
- 北京市地理信息系统公众查询系统二次开发实例教程-C#和MapObjects实现-Beijing GIS system of public inquiries example of Secondary Development Guide-C# and achieve MapObjects
FDTD c++
- fdtd3 C++.rar 3维电磁散射通用程序 -fdtd3 C. Rar three-dimensional electromagnetic scattering common procedures
用C语言DES加密算法
- 用C语言写的DES加密算法程序 非常不错的东东,虽非原创,但很有用。-C language to write the DES encryption algorithm is very good Dongdong, though not original, but very useful.
C-DCT
- 上传的是C编写的DCT算法,在图象处理方面常用到,希望对你有用-upload is prepared by the C DCT algorithm, the image processing used to the hope that useful to you
C-DES
- 用C语言编写的DES加密算法的实现,可以解决对DES加密和解密的帮助-C language prepared by the DES encryption algorithm to achieve, can be solved right DES encryption and decryption of help
LDPC
- 这是关于LDPC信道编码模块设计的程序 打开源程序,先运行gengrate_h.m程序,陆续将码长设置为756bit,列重设置为3,行重设置为9。在Workspace中同时将H、A、B、C、D、E、Hget、Fget、g、Tget这是个变量选择另存为encode_in.mat 格式。再运行main_encode.m进行编码,主程序运行后,在当前目录下,自动生成编码结果文件“encode—out.mat”,这将作为下一次扩频调制仿
矩阵计算C语言版
- 一个矩阵计算器 进入程序 输入A=[1 2 3 4;5 6 7 8; 9 10 11 12] 【横向一行】 输入B=X X X 输入C=X X X 输入D=X X X 支持多项矩阵加减乘,即E=AC,E=AD-C+B,E=ADB-C这一类的,矩阵在6*6以内,项数不定,加减乘运算顺序不定 输入E=A*B+C-D【例子】 输出矩阵形式的答案 E= x x x…… x x x…… x x x……(