登录
首页 » Visual C++ » tcharall

tcharall

于 2014-08-20 发布 文件大小:117KB
0 277
下载积分: 1 下载次数: 4

代码说明:

  跨平台开发时,可以在任意系统使用统一的tchar 函数。(Cross-platform development, you can use a unified tchar function in any system.)

文件列表:

tcharall
........\tcharall
........\........\auto_tchar.h,15260,2013-01-17
........\........\auto_tmain.h,1657,2013-01-17
........\........\makefile,999,2012-12-20
........\........\prichar.h,2647,2013-01-17
........\........\Release
........\........\.......\tcharall_2005.exe,77824,2013-01-16
........\........\tcharall.c,2917,2013-01-17
........\........\tcharall_2003.sln,986,2012-12-20
........\........\tcharall_2003.vcproj,3552,2013-01-16
........\........\tcharall_2005.sln,1244,2012-12-20
........\........\tcharall_2005.vcproj,7266,2013-01-16
........\........\tcharall_2008.sln,891,2013-01-16
........\........\tcharall_2008.vcproj,4119,2013-01-16
........\........\tcharall_2010.sln,1246,2012-12-20
........\........\tcharall_2010.vcxproj,7132,2013-01-16
........\........\tcharall_2010.vcxproj.filters,1243,2012-12-20
........\........\tcharall_2010.vcxproj.user,143,2012-12-20
........\........\tcharall_2012.sln,1246,2012-12-20
........\........\tcharall_2012.vcxproj,7312,2013-01-16
........\........\tcharall_2012.vcxproj.filters,1243,2012-12-20
........\tcharall_gbk
........\............\auto_tchar.h,15135,2013-01-17
........\............\auto_tmain.h,1619,2013-01-17
........\............\makefile,1075,2013-01-16
........\............\prichar.h,2482,2013-01-17
........\............\Release
........\............\.......\tcharall_gbk.exe,57344,2013-01-16
........\............\.......\tcharall_gbk_2003.exe,53248,2013-01-16
........\............\tcharall_gbk.c,2777,2013-01-17
........\............\tcharall_gbk.dsp,4540,2013-01-16
........\............\tcharall_gbk.dsw,547,2012-12-20
........\............\tcharall_gbk_2003.sln,994,2012-12-20
........\............\tcharall_gbk_2003.vcproj,3572,2013-01-16
........\............\tcharall_gbk_2005.sln,1252,2012-12-20
........\............\tcharall_gbk_2005.vcproj,7278,2013-01-16
........\............\tcharall_gbk_bcb6.bpf,98,2012-12-20
........\............\tcharall_gbk_bcb6.bpr,3440,2013-01-16
........\............\tcharall_gbk_bcb6.res,876,2012-12-20

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • matlab
    总结了最基本和最常用的mattlab源码,很实用(Summarizes the most basic and most common mattlab source, it is practical)
    2014-02-07 16:17:04下载
    积分:1
  • SetConsoleColorDemo
    设置控制台文字颜色,可输出不同颜色的文字。 让控制台不再是单调的白字文字。(This program enables the win32 console to change the text color.)
    2015-01-13 19:28:00下载
    积分:1
  • 011iir16_matlab
    给出了通过matlab设计IIR低通滤波器的程序,并通过程序把在DSP中所用到的变量计算出来,很有价值。(Matlab given by IIR low-pass filter design procedures, and procedures used in the DSP in the calculated variables, very valuable.)
    2009-06-15 10:27:53下载
    积分:1
  • PSCAD中的波形导入到Matlab-PSCAD
    风能功能实现,包括DFIG以及风电场的各种模型。主要由PSCAD软件搭建的模型。包括线路故障,低电压穿越,以及线路测距的各种模型。(The wind and a variety of functions, including DFIG model of wind farm. Mainly by the PSCAD software to build the model.Including the fault line, low voltage ride through, and a variety of models ranging in line.)
    2017-09-16 10:05:07下载
    积分:1
  • Some-simple-optimization
    一些简单最优化方法的matlab实现,及一些方法(Some simple optimization method matlab implementation)
    2011-05-08 18:51:47下载
    积分:1
  • Hruilicluttera
    产生功率谱为高斯谱的的瑞利杂波,并画出图形 (Produce the power spectrum for the Gaussian spectrum of Rayleigh clutter and draw graphics)
    2012-07-19 17:36:09下载
    积分:1
  • Text1
    c++产生高斯白噪声,可用于通信或信号传输系统中,白噪声产生的程序调用(c++ generated Gaussian white noise, can be used for communication or signal transmission system, the white noise generated by the procedure call)
    2008-04-19 22:34:34下载
    积分:1
  • fft
    这是一个关于数字信号处理中的快速傅里叶算法的实现(This is a digital signal processing algorithms to achieve fast Fourier)
    2011-11-21 19:48:17下载
    积分:1
  • 0--9shibie
    用MATLAB 实现一简单的数字(0--9)识别程序,非常好的源码。(Using MATLAB to achieve a simple number (0- 9) identification procedures, a very good source.)
    2008-01-04 10:40:19下载
    积分:1
  • 0
    说明:  给定n种物品和一个背包,物品i的重量是Wi,价值是vi,被包容量是C,应该如何选择装入被包的物品,使得装入背包中物品的总价值最大?对于每种物品i,只有两种选择,装入或者不装入. 输入:第一行两个正整数n(物品数)和C(容量) 第二行n个正整数n,表示物品价值 第三行n个正整数n,表示物品重量 输出:第一行表示总价值 第二行n个数(0/1),0表示物品不装入,1表示装入 例如, 输入: 5 10 6 3 5 4 6 2 2 6 5 4 输出 15 1 1 0 0 1 (Species of a given n items and a backpack, the weight of item i is Wi, the value of vi, was packet capacity is C, should be how to choose a package of items to be loaded, the backpack load in the largest total value of goods? For each item i, there are only two options, loaded or not loaded. Input: the first line of the two positive integer n (the number of items) and C (capacity) of the second line of n positive integer n, that the value of the third line of n positive integer n, that the weight of output: the total value of the first line of the second line, said n number of (0/1), 0 that the items do not load, that load 1 for example, enter: 5,106,354,622 6 5 4 output 15 1 1 0 0 1)
    2009-07-01 23:07:01下载
    积分:1
  • 696518资源总数
  • 106215会员总数
  • 5今日下载