由买买提看人间百态

topics

全部话题 - 话题: vc
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
w***g
发帖数: 5958
1
上过machine learning theory的课,不过都忘了。要是看SVM本身的话,其实很intuit
ive的,跟复杂的VC dimension好像扯不上什么关系。
h***i
发帖数: 3844
2
不知道对否
1. by law of large number, empirical risk will converge to theoretic risk
this is why we like to minimize empirical risk. called ERM
2. but inf of empirical risk will not always converge to inf of theoretic
risk. so
1 is not good enough.
3. under some constrain for example, uniform converge condition, inf of
empirical risk will converge to inf of theoretic risk.
4. Glivenko-Cantelli theorem.
5. VC theorem(a generalization of GC theorem), the famous inequality,
theoretic risk <=empirical ri
N**D
发帖数: 10322
3
separable SVM is obained by minimizing an upper bound on the expected risk
of a linear classifier, which depends on VC dimension, which is upper
bounded by a quantitty depends on margin, which is again inverse
proportional to ||w||^2 (if the margin is measured using Euclidean norm).
The slack variable is a technique to handle non-separable case.

intuit
a*****y
发帖数: 17
4
来自主题: Database版 - 没人用VC开发数据库吧?
是不是VB用的最多? VC是不是太麻烦了?
PB偶还没用过, 不知道PB做计算的能力强不强.
g***j
发帖数: 9
5
来自主题: Database版 - 没人用VC开发数据库吧?
Vc更加灵活一些。 PB和VB差不多乐。就看客户需要乐。
w*s
发帖数: 8
6
As the title, How could I create a MS Access Database File
using DAO in vc++6.0???
Could anyone provide a sample program?
Thanks!
Jim
x****g
发帖数: 6597
7
来自主题: Database版 - ORACLE+VC产生巨大临时文件
各位大虾:
我的硬件配置
PIII-700,256MRAM,100GB HD GATEWAY原装机
WINNT平台,ORACLE数据库有250,000条记录,大小3GB
用VC+ODBC查询,SQL 语句SELECT
当用SELECT获得RECORDSET很大时如50,0000条
移动记录MOVENEX,总在C盘根目录(或TEMP)产生临时文件
msorclr.x 较小,几十M
msorclr.x+1 巨大,几百M到2G
x为一整数,如2或19等,每次运行不一样
原来我C盘空间不够,产生“General Error”,后来整理后
有10个G剩余空间,但是,当临时文件msorclr.x+1涨大到
2个GB的时候,就不再增加了,也出现“General Error”
运行完成后,临时文件自动删除。
这是啥毛病?难道我要扩内存,老板到是批准1G。
谢谢!
x********[email protected]
P***y
发帖数: 2885
8
用VC来编数据酷程序,是不是感觉有点吃力不讨好???
请各位高手指教一下。
v***e
发帖数: 25
9
来自主题: DotNet版 - VC.net试验
我试了试用vc.net做web service和windows service,觉得真的很好用。
我看将来Java是没什么戏唱了。
还是不大懂com+和serviced component。
先把MCAD考下来。。。
n*c
发帖数: 228
10
来自主题: DotNet版 - 请教VC++.net前景
好像提到.net,主要就是C#.
在下主要用C++作数值方面的计算,但是打算用微软的东西写GUI.这样的话是不是VC++.
net就足够了(懒得再学C#)
外行看热闹.请内行指点一下门道.
v********e
发帖数: 1985
11
来自主题: DotNet版 - 请教VC++.net前景
WPF + VC++
t*******r
发帖数: 3271
12
来自主题: EmergingNetworking版 - A VPLS VC type question
我觉得自适应会带来非技术性的其他问题.
自适应? 谁适应谁? 互不相让, 这不就打起来了嘛~~~

in
VC-
d****i
发帖数: 1038
13
来自主题: EmergingNetworking版 - A VPLS VC type question
Is Junipor solution supporting vc 4 and 5 in the same vpls instance?
z**r
发帖数: 17771
14
来自主题: EmergingNetworking版 - A VPLS VC type question
agree

in
VC-
h***n
发帖数: 4
15
我用VC++模拟得到一个动态过程的图像,请问怎样才能在Powerpoint展示出来呢?
相关的问题还有如果这个动态模拟过程运算相当慢,那怎样在Powerpoint中把这个过程
快放出来呢?
谢谢
v****m
发帖数: 100
16
来自主题: Programming版 - is it possible use VC 6.0 library file in .net
I have a vc 6.0 lib file and want to use it in .net.
It gives me some problem. Is there a converter to convert the lib
file to .net?
Thanks!
a*****s
发帖数: 1
17
来自主题: Programming版 - VC里面window和class是什么关系?
一个window是一个实体,有handle什么的性质;一个类生成实体以后,这个类和窗口到底

什么关系?
举个例子:比如说我按一个按钮,会跳出来一个窗口,这个窗口会做乱七八糟一堆事情。

写代码的时候当然把这个窗口作为一个class,计算什么的都放class的函数里面。那么我

按钮的时候似乎又要createwindow来生成一个window, 又要用new来生成class的object.

么这个window和class这么通讯呢?
vc刚入门,大家别笑我啊。
t***l
发帖数: 533
18
来自主题: Programming版 - VC 中如何修改默认的数组大小?
运行的时候遇到这样的错误:
an unhandled exception of type system.StackOverflowException
我觉得可能是我有几个四维的数组开大了。。
如何在VC 2005的编译环境中修改参数,使得程序能运行?
(以前visual fortran中就是修改默认的参数就可以了)
谢谢
G*O
发帖数: 706
19
进度条在updating intellisense过程中,vc express就报错了。
咋回事?
多谢!
f********9
发帖数: 65
20
来自主题: Programming版 - VC下的一个运行错误--高手请进!
VC下的一个运行错误--高手请进!
在VC6环境下建一win32 console application的工程,然后加入如下CPP文件:
#include
#include
main()
{
const gsl_rng_type * T;
gsl_rng * r;
double sigma=1.0, sample=0.0;
gsl_rng_env_setup();
T = gsl_rng_default;
r = gsl_rng_alloc (T);
sample=gsl_ran_gaussian(r, sigma);
}
link 选项加入gsl.lib 和 gslcblas.lib,并正确添加include 和 lib 路径,编译通
过,运行错误 access violation!
怎么回事?
l*****u
发帖数: 11
21
来自主题: Programming版 - 有没有VC++下的矩阵运算的库类?
需要在vc++下作大量
类似matlab的矩阵运算,
请问有没有支持windows c++的library?
非常感谢
l*****u
发帖数: 11
22
来自主题: Programming版 - 有没有VC++下的矩阵运算的库类?
多谢,
但是好像都是fortrain写的吧,
能在vc下用吗?
s**********r
发帖数: 340
23
来自主题: Programming版 - linker problem in VC
using other people's library, but in the properties of VC(Visual Studio 2005
), in Linker->Input->Additional dependencies, they have a x.lib. But I
couldn't find such lib in their lib directory. So that the linker stopped
there and reported an error saying couldn't find the lib file.
Please also tell me what's the relationship between .dll, .lib, and the
source code I'm using. Where to find useful information about it?
n********r
发帖数: 65
24
来自主题: Programming版 - gcc和vc
我写的一个程序用到复数类,
还用到复数的abs,norm之类的函数,
写的时候直接abs(变量)
用g++编译没有问题
用vc编译的时候我发现abs要写成
std::abs才行
这是什么原因?
T******r
发帖数: 257
25
来自主题: Programming版 - VC++ release VS debug
winxp, vc++ 6.0
写的一个数值计算程序在debug模式下运行很好, 没任何错误.
转到release模式下, 经常会crash, 但是如果不crash, 结果也是对的. crash的概率
大概20%.
请问可能有什么问题?
没法debug啊. debug下总是对的.
我能想到的是 memory leak问题, 但是仔细检查,new的都delete了.
或者是vector的subscript出界了, 但是要出界了debug下应该也会出错.
就算不报错, 计算结果也不可能总是对的.
c****6
发帖数: 22
26
我需要用一个返回索引的排序算法,就写了以下小函数,
在VC++下能顺利编译且运行正确,但是在g++下通不过,
大意是说找不到对应的stable_sort,貌似参数类型不对,
我想来想去觉得也就是function object不对,但是看不出
哪里不对,请指教!
void sort_with_index(vector& vect, vector& idx)
{
class lt {
vector& _x;
public:
lt( vector& x ) : _x(x) {}
bool operator()( int j, int k ) const { return _x[j] > _x[k]; }
};

idx.resize(vect.size());
for (int i=0; i stable_sort( idx.begin(), idx.end(), lt(vect) );
}
p***o
发帖数: 1252
27
标准说模板函数不能引用没有linkage的类,而你的lt就是这么一个类,所以
gcc报错。你要把lt拿到函数外面来。
至于VC,估计是做了个扩展。我还是比较赞成这个扩展的,因为把lt拿到外面
来实在是太丑了 ...
c***d
发帖数: 996
28
☆─────────────────────────────────────☆
wsnzxcvbnm (我萎琐故我在) 于 (Wed Oct 17 16:39:51 2007) 提到:
请问VC++里面有自带的矩阵运算的库函数吗?头文件名是什么?编译的时候怎么链接呢?
其实主要也就是要用矩阵的乘法,行或者列的最大值或者最小值等等。
Thanks a million!
☆─────────────────────────────────────☆
kukutf (五脚蟹★酷酷豆腐) 于 (Wed Oct 17 16:58:15 2007) 提到:
应该没有的
自己写一个简单的吧,没有几行代码的

呢?
☆─────────────────────────────────────☆
wsnzxcvbnm (我萎琐故我在) 于 (Wed Oct 17 17:10:55 2007) 提到:
自己裸写也没什么问题,就一个分量一个分量的搞。但是因为矩阵很大--否则就用
Matlab(比其能定义的要大)了,就怕不优化,速度慢。
网上有没有什么这样的库或者函数,直接复制粘
w****g
发帖数: 44
29
来自主题: Programming版 - VC++ 中的 memory leak problem
How to find the memory leak quickly and fix it in C++ program using Visual
Studio?
Are there any way to check the memory leak in VC ? such as memory log ?
w****g
发帖数: 44
30
来自主题: Programming版 - VC++ 中的 memory leak problem

哪里找到免费版??
我记得VC 里有个设置可以看 MEMORY PROFILE的?不知怎么弄?
谢谢
w****g
发帖数: 44
31
来自主题: Programming版 - VC++ 中的 memory leak problem
This is not MFC related. I just used VC as a editor,compiler and debugger.
which file stores such info ?
i**p
发帖数: 902
32
来自主题: Programming版 - VC++ does not support strlen()
Just found VC++ does not support this function.
error LNK2001: unresolved external symbol _strlongth
i**p
发帖数: 902
33
来自主题: Programming版 - VC++ does not support strlen()
http://www.acceleratedcpp.com/details/msbugs.html
Chapter 12
Similar to the problems in Chapters 6 and 8, where VC++ 6.0 fails to include
the character classification functions (isalpha, isalnum, isspace etc.) as
part of the std namespace, it also fails to include the strlen function in
std. The workaround is analogous: Omit the qualification of std::strlen.
For example, in the Str constructor that takes a const char*:
#ifdef _MSC_VER
std::copy(cp, cp + strlen(cp), std::back_inserter(data));
#el
w****h
发帖数: 212
34
来自主题: Programming版 - 请推荐本学习VC.NET的书 (转载)
【 以下文字转载自 JobHunting 讨论区 】
发信人: wmbyhh (wmbyhh), 信区: JobHunting
标 题: 请推荐本学习VC.NET的书
发信站: BBS 未名空间站 (Tue Mar 25 01:46:11 2008)
只会基本的C++,没有.Net编程经验,鉴于目前很多职位要求.Net,不得不花2个月时间
学习,请大侠推荐.Net基本的书,能在Amazon买得到的。不要求精通,只入门即可,毕
竟俺的C++基础经验还是有的。
w****h
发帖数: 212
35
来自主题: Programming版 - VC 2005是不是属于.NET?
VC 2005是不是属于.NET框架?
还是说不属于, .NET只有C#, VB.NET?
l*****c
发帖数: 1153
36
来自主题: Programming版 - inline C function in VC++ 2005 express
VC++的specific keyword. 建议用宏重包装一下,考虑到移植性的话。
n**d
发帖数: 9764
37
来自主题: Programming版 - indent C++ source code by VC++ 6.00
I have a several C++ source code files which need to be "indent" before
reading it. I know there are lot of free software can do this. Has the VC++
6.0 provided this function so that we can click one button to get the code
more beautiful? It seems not.
G****A
发帖数: 4160
38
来自主题: Programming版 - VC++ 6.0 弱问,多谢解答
还是不行啊, 我的vc++好象遇到"容器"都歇菜.下面这个例子也报一样的错:
n**d
发帖数: 9764
39
来自主题: Programming版 - Does VC++ 6.0 not support dynamic cast?
How come this code crash in runtime by VC++ 6.0?
#include
using namespace std;
class Pet { public: virtual ~Pet(){}};
class Cat : public Pet {};
int main() {
Pet* b = new Cat; // Upcast
Cat* d = dynamic_cast(b);
}
d***q
发帖数: 1119
40
来自主题: Programming版 - Does VC++ 6.0 not support dynamic cast?
vc 6.0 only covers 80% std c++,don't expect you can use tricks with this
compiler
j*****k
发帖数: 1198
41
来自主题: Programming版 - 问一个vc++ 2008的问题
有点象vc++ 2008. 不过里面有好多错误
嗯,搞定了,只用一下AllocConsole就行了。
以前把网上找到的例子,修改后全放进去,出现了挺多错误的。
谢谢
s*****n
发帖数: 57
42
VC++ (Vistudio Studio)创建'安装程序'(*.msi +setup.exe) 中的问题:
我已经设置deployment project的'InstallAllUsers' property为false,
为什么发布的时候还说错误:
"You do not have sufficient privileges to complete this installation for
all users of this machine."
我要的是能per-user安装,为什么还出这个错误?
d******d
发帖数: 118
43
来自主题: Programming版 - VC 6 有时死机问题
当要向VC 6 project里加文件时 (project ->add -> files), 程序报错,“
microsoft developer studio encountered a problem and needs to close ..." 然
后程序自动关闭。
大家遇到这样的问题吗?如何解决?
v*******g
发帖数: 334
44
I am a beginner to C/C++ ,
wehn I used microsoft VC++ compile the problem , in debug mode,
after running ,黑色的输出结果的窗口闪一下就没了.
The compling result is 0 fails.
Please help.
f*****Q
发帖数: 1912
45
我依稀记得VC的ide有一个看输出结果的窗口。
v*******g
发帖数: 334
46
是vc 的console 程序
s*******e
发帖数: 664
47
☆─────────────────────────────────────☆
petersam (google) 于 (Fri Oct 2 16:06:00 2009, 美东) 提到:
我尝试用intel 9 编译器在vc 6.0的环境里编译openmp, 但其中一个线程老是被重复
执行, 不知道为什么? 有谁遇到过类似的问题吗?
☆─────────────────────────────────────☆
petersam (google) 于 (Fri Oct 2 16:36:24 2009, 美东) 提到:
以下是我的测试代码:
#include "stdio.h"
#include "omp.h"
int main(){
int i;
omp_set_num_threads(2);
#pragma omp parallel for
for(i = 0; i < 6; i++ )
printf("i = %d\n", i);
return 0;
}
☆─────────────────────────────────────
s*******e
发帖数: 664
48
☆─────────────────────────────────────☆
dawangzi (大王子*催贝卡) 于 (Fri Nov 20 19:19:29 2009, 美东) 提到:
WC,做了好几年VC,这才意识到,太颓了.
还请大侠Confirm:
//同一线程里的两个消息响应函数
ON_MESSAGE01()
{
PostMessage(02);//没用的,BlahBlah需执行完,不算嵌套
SendMessage(02);//更没用,死锁
BlahBlah
}
ON_MESSAGE02()
{
WahtEver
}
难道这是真的吗?为什么呢?
☆─────────────────────────────────────☆
microbe (纵使相逢应不识) 于 (Fri Nov 20 19:32:08 2009, 美东) 提到:
SendMessage waits for the response, of course it will deadlock since there
is only one UI thread.

☆────────────
X****r
发帖数: 3557
49
来自主题: Programming版 - 真是奇了怪了,VC编译器问题?
One possibility is that j is signed but u is unsigned.
When a binary operator has both signed and unsigned operands,
the signed integer is converted to unsigned according to
"usual arithmetic conversions". Thus the result of expression
-1 < 1u is false, while -1 < 1 is true. VC should have given
you a warning about mixing signed and unsigned, which you probably
have ignored.
c****n
发帖数: 55
50
非cs的生手来问个问题。
有一个完整的VC++ workspace,是用来生成exe的。现在想直接调用里面的一些函数接
口,但是copy一些源程序过去不太方便,主要是dependency的问题,所以想把原来那个
用来生成exe的workspace改成生成dll,不知道这样是不是可行?可以的话要到哪里去该
设置?
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)