资源列表
a
- 生命蛋白质是由若干种氨基酸经不同的方式组合而成。在实验中,为了分析某个生命蛋白质的分子组成,通常用质谱实验测定其分子量x (正整数),然后将分子量x分解为n个已知分子量a[i](i=1,.......,n)氨基酸的和的形式。某实验室所研究的问题中: n=18, x 1000 a[i](i=1,.......,18)分别为57, 71, 87, 97, 99, 101, 103, 113, 114, 115, 128, 129, 131, 137, 147, 156, 163, 186
DataGrid
- 使用DataGrid控件。使用代码自动添加列,及内容-Use DataGrid control, Auto add column and content
gonglvpuguji
- 实现经典功率谱估计,带详细的解释包含不同函数下BT法,周期图法,Bartlett法和Welch法,只含一个主文件,清晰易懂-Classic power spectral estimation, containing only a master file contains different functions under the BT method, periodogram, Bartlett law and Welch method, with detailed explanations, c
erchashu
- 有有前序中序后序,前两种排法为递归算法。
keyboard
- 单片机 矩阵键盘检测C程序 4*4 十六个键 从0到F-SCM matrix keyboard test C program 4* 4 16 key from 0 to F
Class1
- 用C#写的自动化UI测试,用程序如何发送按键-Written with C# UI test automation, how to send key applications
Hexadecimal-code-into-the-file
- 将16进制代码转换成文件! 请你先将文件转换成16进制代码,修改后使用本程序-Hexadecimal code into the file! After you first convert the file into a hexadecimal code, modify the use of this procedure
X6-17
- 定义DataSet对象,连接数据库,通过SqlDataAdapter对象将数据填充至DataSet对象,并将DataSet对象绑定至DataList控件-Define a DataSet object, connect to the database, the data via SqlDataAdapter object to fill a DataSet object, a DataSet object and bind to the DataList control
dsp
- 有关于dsp的c语言程序设计 源文件设计 需要调用函数-About dsp c language programming design source files need to call the function
dc
- c#计算主色,从网上开源取得,希望有用.-c# calculate the dominant color, obtained from the Internet source, hope helpful.
Extraction
- C# 用IO流和集合从文件中提取信息。.cs文件-failed to translate
迷宫求解的非递归算法
- #include #include #include #define N 20 int aa[N][N]; int yes=0; int x[100][2],n=0; void fun1(int (*aa)[N],int (*a)[N]); int fun(int (*a)[N],int i,int j); void begain(int (*t)[N]); void pr(int (*t)[N],int nn); void win(int (*t)[N]); void lose(); void