搜索资源列表
SingleSelectRadioButtonInDataGrid
- This article helps in creating a Data Grid with radio button and allows single selection.-This article helps in creating a Data Grid w praxiology radio button and allows single selection.
B18
- E:\\Visual_C__MFC扩展编程实例 例18 动态地抓取应用程序的屏幕图像并将其打印。 上一个实例打印的是文档的报表,而不是当前出现在屏幕上的内容。在本例中,将实现 屏幕抓取并打印其内容。M F C 为打印视提供了有限的支持, 但只要用M F C 在 C Vi e w : : O n D r a w ( )中所提供的设备环境,就可以绘制自己的视。在打印视的时候, M F C只需调 用具备打印机设备环境的O n D r a w ( )函数即可。但是,如果不绘制自己的视
mintreek
- 图论中最小生成树Kruskal算法 及画图程序 M-函数 格式 [Wt,Pp]=mintreek(n,W):n为图顶点数,W为图的带权邻接矩阵,不构成边的两顶点之间的权用inf表示。显示最小生成树的边及顶点, Wt为最小生成树的权,Pp(:,1:2)为最小生成树边的两顶点,Pp(:,3)为最小生成树的边权,Pp(:,4)为最小生成树边的序号 附图,红色连线为最小生成树的图 例如 n=6 w=inf*ones(6) w(1,[2,3,4])=[6,1,5] w(2,[3,5
cut.c
- cut.c 给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小?
Floyd-Warshall-c-chengxi
- Floyd-Warshall算法描述 1)适用范围: a)APSP(All Pairs Shortest Paths) b)稠密图效果最佳 c)边权可正可负 2)算法描述: a)初始化:dis[u,v]=w[u,v] b)For k:=1 to n For i:=1 to n For j:=1 to n If dis[i,j]>dis[i,k]+dis[k,j] Then Dis[I,j]:=dis[I,k]+dis[k,j] c)算法结
chapter100
- Software given here is to accompany the textbook: W.H. Tranter, % K.S. Shanmugan, T.S. Rappaport, and K.S. Kosbar, Principles of % Communication Systems Simulation with Wireless Applications, % Prentice Hall PTR, 2004.
W-CDMAsimulationforc
- 两个Nokia研究人员写的W-CDMA的仿真过程的整个代码-simulation for wcdma
ehTETQ8h
- 自己照TTCP写的一个测试网络的程序 还不完善 不过这个功能是可以实现的 里面是源代码+说明+程序 感兴趣的朋友可以试下 也希望给我提出建议 说明: 类似于ping命令的的发包程序 需要两台电脑 因为是用UDP做的 不是ICMP 格式: xyz -p -n 100 -w 100 -l 1000 192.168.1.1 -p 代表ping 还有其他功能的 不过目前都没做 -n 代表发包个数 -l 代表包的大小是多少字节 简单的格式就是 xyz -p
couchBook
- This computer solutions disk supplements the book, DIGITAL AND ANALOG COMMUNICATION SYSTEMS, Sixth Edition, by Leon W. Couch, II, Prentice Hall, Upper Saddle River, NJ, 2000. -This computer solutions disk supplements the book, DIGITAL
mie_w_src.tar
- Mie散射程序(.w后缀),内含相关函数,主要计算粒子的电磁散射,可用于光流场、电磁波的计算。-Mie scattering program (. W suffix), containing correlation function, the main calculation of electromagnetic scattering particles can be used for optical flow field, electromagnetic calculations.
lpc_01
- The main m-file to be executed is myLPC.m file. The file that contains all calculations is lpc_01.m file, that is a function which returns reconstructed speech signal with LPC-16 coding. Observing Spectrogram of both signals is very instructive and
Huffman
- huffman编码生成器 函数说明: [W,L,q]=huffman(P) 为huffman编码函数 P为信源的概率矢量,W为编码返回的码字 L为编码返回的平均码字长度,q为编码效率 ***************************************** -huffman encoding function generator Descr iption: [W, L, q] = huffman (P) for
jin1
- 一个VB 隐藏里程程序,用于W 2X,大家用用,欢迎提意见-yin cang jin cheng
mstrips
- 微带线综合,由阻抗Z计算线宽与厚度之比w/h-microstrip synthesis (calculates w/h from Z)
heshsi
- 有一些可能的符号K, A, N, C, E, p, q, r, s, t 。一个合式公式是符合以下条 件的字符串: • p, q, r, s, 和t 是合式公式 • 如果w 是合式公式,Nw 是合式公式 • 如果w 和x 是合式公式,Kwx, Awx, Cwx, 和Ewx 是合式公式。-There are some of the possible symbols K, A, N, C, E, P, Q, R, S T. A well-formed f
TCPIP-SOCKETS-IN-C
- C语言的TCP/IP编程书籍,初学者的指导用书,"This book fills a void in the area of networking education. ... an excellent companion to traditional networking textbooks ..." -- Ellen W. Zegura, Georgia Institute of Technology-"This book fills a void in the area of networ
Weighted-ELM-Codes-for-Binary-Problems
- Weighted ELM for imbalanced datasets - Weighted-ELM W. Zong, G.-B. Huang, and Y. Chen, “Weighted extreme learning machine for imbalance learning,” Neurocomputing, vol. 101, pp. 229-242, 2013.
KFFT
- 计算离散傅里叶变换的一种快速算法,简称FFT。快速傅里叶变换是1965年由J.W.库利和T.W.图基提出的。采用这种算法能使计算机计算离散傅里叶变换所需要的乘法次数大为减少,特别是被变换的抽样点数N越多,FFT算法计算量的节省就越显著。-A computing discrete Fourier transform fast algorithm, referred to as FFT. Fast Fourier Transform in 1965 by the JW Cooley and TW T
MATLAB-8Ed-Student
- L.W. Couch编写的《数字与模拟通信系统第八版》源文件代码-L.W. Couch,Digital and Analog Communication Systems, 8th Edition,
27194323mohu
- 模糊评价代码.对于进行二级模糊综合评判,可编制mohufun.m函数来实现 如[yy1,qdh,qdh1]=mohufun(R,L,M,w,XX,yy]来实现运行两次这个函数,并编制相应的m文件,其中放至两个这样的函数即可实 现 模糊评判的结果说明: 1:对于所有等级的隶属度之和为1。 2:输出结果随某个变量的增大而qdh1的结果呈现出单调递增或递减 3:最后的等级出[0.2 0 0 0.8]这种情况是正常的,和可拓评判中的对于等级的距离的概念是不一样的。